HomeSort by relevance Sort by last modified time
    Searched defs:loaded (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/chromium_org/apps/shell/test/
shell_test.cc 50 bool loaded = extension_system_->LoadApp(app_dir); local
51 if (loaded)
53 return loaded;
  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 93 bool KeywordEditorController::loaded() const { function in class:KeywordEditorController
94 return url_model()->loaded();
  /external/chromium_org/chrome/installer/test/
resource_loader.cc 20 bool loaded = false; local
34 loaded = true;
45 return loaded;
  /external/chromium_org/third_party/WebKit/Source/core/events/
ProgressEvent.h 37 unsigned long long loaded; member in struct:WebCore::ProgressEventInit
47 static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total)
49 return adoptRefWillBeNoop(new ProgressEvent(type, lengthComputable, loaded, total));
57 unsigned long long loaded() const { return m_loaded; } function in class:WebCore::ProgressEvent
66 ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total);
  /external/chromium_org/third_party/libxml/src/include/libxml/
debugXML.h 118 int loaded; member in struct:_xmlShellCtxt
  /external/chromium_org/tools/gn/
input_file_manager.h 100 // Don't touch this outside the lock until it's marked loaded.
103 bool loaded; member in struct:InputFileManager::InputFileData
118 // Null before the file is loaded or if loading failed.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.cc 38 lib->loaded = false;
50 if (!lib->loaded && lib->real_name == 0 &&
56 // Scan suppressions list and find newly loaded and unloaded libraries.
61 bool loaded = false; local
70 if (loaded) {
76 loaded = true;
77 if (lib->loaded)
83 lib->loaded = true;
91 if (lib->loaded && !loaded) {
    [all...]
sanitizer_libignore.h 35 // Must be called after a new dynamic library is loaded.
49 bool loaded; member in struct:__sanitizer::LibIgnore::Lib
  /external/libxml2/include/libxml/
debugXML.h 118 int loaded; member in struct:_xmlShellCtxt
  /external/replicaisland/src/com/replica/replicaisland/
Texture.java 22 * been loaded into vram. Objects can cache Texture objects but should *never* cache the texture
30 public boolean loaded; field in class:Texture
42 loaded = false;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader_browsertest.cc 38 bool loaded() const { return loaded_; } function in class:__anon9554::ContentsObserver
95 while (!(contents_observer_->loaded() &&
  /external/chromium_org/components/policy/core/common/
async_policy_provider_unittest.cc 68 const PolicyBundle* loaded = MockLoad(); local
69 if (loaded) {
71 bundle->CopyFrom(*loaded);
  /external/chromium_org/extensions/browser/
extension_registry_unittest.cc 45 const ExtensionList& loaded() { return loaded_; } function in class:extensions::__anon12314::TestObserver
241 EXPECT_TRUE(observer.loaded().empty());
257 EXPECT_TRUE(HasSingleExtension(observer.loaded(), extension.get()));
264 EXPECT_TRUE(observer.loaded().empty());
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gdef-private.h 98 HB_Bool loaded; member in struct:HB_LigGlyph_
harfbuzz-gdef.h 47 HB_Bool loaded; member in struct:HB_AttachList_
61 HB_Bool loaded; member in struct:HB_LigCaretList_
  /external/iproute2/include/
ip6tables.h 61 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:ip6tables_match
111 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:ip6tables_target
iptables.h 84 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:iptables_match
137 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:iptables_target
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractClassLoader.java 52 Class loaded = findLoadedClass(name); local
54 if( loaded != null ){
55 if( loaded.getClassLoader() == this ){
56 return loaded;
  /external/chromium_org/chrome/browser/chromeos/extensions/
virtual_keyboard_browsertest.cc 159 bool loaded = false; local
164 &loaded));
166 ASSERT_TRUE(loaded);
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.h 56 enum LoadStatus { Unloaded, Loading, Loaded, Error };
83 ScriptPromise loaded(ScriptState* scriptState) { return fontStatusPromise(scriptState); } function in class:WebCore::FontFace
  /external/chromium_org/chrome/browser/android/bookmarks/
partner_bookmarks_shim.cc 29 bool loaded; member in struct:__anon7417::PartnerModelKeeper
32 : loaded(false) {}
82 return g_partner_model_keeper.Get().loaded;
180 g_partner_model_keeper.Get().loaded = true;
206 g_partner_model_keeper.Get().loaded = false;
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 508 bool loaded = false; local
509 ASSERT_TRUE(LoadImage(rvh, chrome_url, &loaded));
510 EXPECT_FALSE(loaded) << chrome_url;
511 ASSERT_TRUE(LoadImage(rvh, search_url, &loaded));
512 EXPECT_TRUE(loaded) << search_url;
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.h 88 bool loaded() const { return loaded_; } function in class:BookmarkModel
94 // Returns the 'bookmark bar' node. This is NULL until loaded.
97 // Returns the 'other' node. This is NULL until loaded.
100 // Returns the 'mobile' node. This is NULL until loaded.
113 // (as long as the model is loaded).
151 // loaded it is loaded and the observer of the model notified when done.
155 // been loaded, it returns |favicon_base::INVALID_ICON|.
192 // Blocks until loaded. This is intended for usage on a thread other than
359 // Called to notify the observers that the favicon has been loaded
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 82 @property(nonatomic, readonly) NSNumber* loaded; variable
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 454 int64_t loaded; local
457 // GetCurrentProgress(). loaded should always equal total.
458 pnacl_coordinator_->GetCurrentProgress(&loaded, &total);
460 pp_instance(), program_url_.c_str(), loaded, total); local

Completed in 1340 milliseconds

1 2 3 4 5