Searched defs:IsLoaded (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/tools/perf/measurements/
H A Dloading_timeline.py25 def IsLoaded(): function in function:LoadingTimeline.MeasurePage
27 util.WaitFor(IsLoaded, 300)
H A Dloading_trace.py25 def IsLoaded(): function in function:LoadingTrace.MeasurePage
27 util.WaitFor(IsLoaded, 300)
H A Dloading_profile.py43 def IsLoaded(): function in function:LoadingProfile.MeasurePage
45 util.WaitFor(IsLoaded, 300)
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h38 bool IsLoaded; member in class:llvm::MCJIT
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlatebindingsymboltable.cc91 bool LateBindingSymbolTable::IsLoaded() const { function in class:talk_base::LateBindingSymbolTable
101 if (IsLoaded()) {
137 if (!IsLoaded()) {
/external/lzma/CPP/Windows/
H A DDLL.h28 bool IsLoaded() const { return (_module != NULL); }; function in class:NWindows::NDLL::CLibrary
/external/chromium_org/chrome/browser/sessions/
H A Din_memory_tab_restore_service.cc80 bool InMemoryTabRestoreService::IsLoaded() const { function in class:InMemoryTabRestoreService
H A Dpersistent_tab_restore_service.cc142 bool IsLoaded() const;
365 bool PersistentTabRestoreService::Delegate::IsLoaded() const { function in class:PersistentTabRestoreService::Delegate
966 bool PersistentTabRestoreService::IsLoaded() const { function in class:PersistentTabRestoreService
967 return delegate_->IsLoaded();
/external/chromium_org/chrome/browser/ui/webui/ntp/android/
H A Dpartner_bookmarks_shim.cc57 DCHECK(IsLoaded());
94 DCHECK(IsLoaded());
109 DCHECK(IsLoaded());
133 bool PartnerBookmarksShim::IsLoaded() const { function in class:PartnerBookmarksShim
138 DCHECK(IsLoaded());
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_android.cc91 jboolean TemplateUrlServiceAndroid::IsLoaded(JNIEnv* env, jobject obj) { function in class:TemplateUrlServiceAndroid
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.cc320 bool BookmarkModel::IsLoaded() { function in class:BookmarkModel
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc278 bool SpellcheckCustomDictionary::IsLoaded() { function in class:SpellcheckCustomDictionary
546 if (!IsLoaded() || dictionary_change.empty())
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc1020 bool BackendImpl::IsLoaded() const { function in class:disk_cache::BackendImpl
1527 if (IsLoaded()) {
/external/chromium_org/net/disk_cache/
H A Dbackend_impl.cc912 bool BackendImpl::IsLoaded() const { function in class:disk_cache::BackendImpl
1490 if (IsLoaded()) {
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.cc299 bool BackendImpl::IsLoaded() const { function in class:disk_cache::BackendImpl
990 if (IsLoaded()) {
/external/chromium_org/v8/src/
H A Ddebug.h242 bool IsLoaded() { return !debug_context_.is_null(); } function in class:v8::internal::Debug
/external/v8/src/
H A Ddebug.h230 bool IsLoaded() { return !debug_context_.is_null(); } function in class:v8::internal::Debug

Completed in 950 milliseconds