Home
last modified time | relevance | path

Searched refs:LoadCompleted (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc198 LoadCompleted(); in TEST_F()
241 LoadCompleted(); in TEST_F()
262 LoadCompleted(); in TEST_F()
289 LoadCompleted(); in TEST_F()
315 LoadCompleted(); in TEST_F()
331 LoadCompleted(); in TEST_F()
344 LoadCompleted(); in TEST_F()
355 LoadCompleted(); in TEST_F()
393 LoadCompleted(); in TEST_F()
401 LoadCompleted(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dremote_device_loader_unittest.cc71 LoadCompleted(); in OnRemoteDevicesLoaded()
74 MOCK_METHOD0(LoadCompleted, void());
96 EXPECT_CALL(*this, LoadCompleted()); in TEST_F()
110 EXPECT_CALL(*this, LoadCompleted()); in TEST_F()
142 EXPECT_CALL(*this, LoadCompleted()); in TEST_F()
175 EXPECT_CALL(*this, LoadCompleted()); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/Binding/
H A DDataServiceCollectionOfT.cs219 public event EventHandler<LoadCompletedEventArgs> LoadCompleted; event in System.Data.Services.Client.DataServiceCollection
293 if (this.LoadCompleted != null) in LoadNextPartialSetAsync()
295 this.LoadCompleted(this, new LoadCompletedEventArgs(null, null)); in LoadNextPartialSetAsync()
534 if (this.LoadCompleted != null) in BeginLoadAsyncOperation()
536 this.LoadCompleted(this, new LoadCompletedEventArgs(result, null)); in BeginLoadAsyncOperation()
542 if (this.LoadCompleted != null) in BeginLoadAsyncOperation()
544 this.LoadCompleted(this, new LoadCompletedEventArgs(null, ex)); in BeginLoadAsyncOperation()
/dports/www/firefox/firefox-99.0/layout/style/
H A DSharedStyleSheetCache.h64 static void LoadCompleted(SharedStyleSheetCache*, css::SheetLoadData&,
66 using Base::LoadCompleted;
H A DSharedStyleSheetCache.cpp37 void SharedStyleSheetCache::LoadCompleted(SharedStyleSheetCache* aCache, in LoadCompleted() function in mozilla::SharedStyleSheetCache
107 aCache->LoadCompleted(aData); in LoadCompletedInternal()
H A DSharedSubResourceCache.h124 void LoadCompleted(LoadingValue&);
475 void SharedSubResourceCache<Traits, Derived>::LoadCompleted( in LoadCompleted() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Media/
H A DSoundPlayer.cs134 if (LoadCompleted != null) in Load()
135 LoadCompleted (this, e); in Load()
326 public event AsyncCompletedEventHandler LoadCompleted; event in System.Media.SoundPlayer
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_sheet_contents.cc125 if (!LoadCompleted()) in IsCacheableForResource()
378 bool StyleSheetContents::LoadCompleted() const { in LoadCompleted() function in blink::StyleSheetContents
381 return parent_sheet->LoadCompleted(); in LoadCompleted()
413 if (loading_clients[i]->LoadCompleted()) in CheckLoaded()
H A Dstyle_rule_import.cc158 if (parent_style_sheet_ && parent_style_sheet_->LoadCompleted() && in RequestStyleSheet()
H A Dstyle_sheet_contents.h98 bool LoadCompleted() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_sheet_contents.cc124 if (!LoadCompleted()) in IsCacheableForResource()
373 bool StyleSheetContents::LoadCompleted() const { in LoadCompleted() function in blink::StyleSheetContents
376 return parent_sheet->LoadCompleted(); in LoadCompleted()
408 if (loading_clients[i]->LoadCompleted()) in CheckLoaded()
H A Dstyle_rule_import.cc168 if (parent_style_sheet_ && parent_style_sheet_->LoadCompleted() && in RequestStyleSheet()
H A Dstyle_sheet_contents.h96 bool LoadCompleted() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxbase.cxx214 if( !p->LoadCompleted() ) in Load()
259 bool SbxBase::LoadCompleted() in LoadCompleted() function in SbxBase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxbase.cxx207 if( !p->LoadCompleted() ) in Load()
252 bool SbxBase::LoadCompleted() in LoadCompleted() function in SbxBase
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DSharedStyleSheetCache.h87 static void LoadCompleted(SharedStyleSheetCache*, css::SheetLoadData&,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DSharedStyleSheetCache.h87 static void LoadCompleted(SharedStyleSheetCache*, css::SheetLoadData&,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basic/
H A Dsbxcore.hxx85 virtual bool LoadCompleted();
H A Dsbmod.hxx92 virtual bool LoadCompleted() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basic/
H A Dsbxcore.hxx81 virtual bool LoadCompleted();
H A Dsbmod.hxx91 virtual bool LoadCompleted() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image.h203 void LoadCompleted();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.h38 virtual void LoadCompleted() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.h38 virtual void LoadCompleted() = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image.h218 void LoadCompleted();

1234