HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 201 - 225 of 698) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/policy/
file_based_policy_loader.cc 14 // Amount of time we wait for the files on disk to settle before trying to load
83 // Load the policy definitions.
84 scoped_ptr<DictionaryValue> new_policy(delegate()->Load());
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 34 // load all the persisted data to prime a syncable::Directory on startup by
35 // invoking Load. The only other thing you (or more correctly, a Directory)
36 // can do here is save any changes that have occurred since calling Load, which
45 // 1. Uses a separate handle for Load()ing which is closed as soon as loading
51 // AuthWatcherThread or SyncCoreThread) and Load its DBS. The first time
66 DirOpenResult Load(MetahandlesIndex* entry_bucket,
91 // General Directory initialization and load helpers.
109 // We don't need to load any synced and applied deleted entries, we can
115 // Load helpers for entries and attributes.
  /external/chromium/chrome/common/
libxml_utils.cc 44 bool XmlReader::Load(const std::string& input) {
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.h 150 // load the device settings.
151 void Load();
202 // Enqueues a load operation.
239 // For recoverable load errors how many retries are left before we give up.
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.cc 41 scoped_ptr<NativeMessagingHostManifest> NativeMessagingHostManifest::Load(
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 127 Load(*it);
177 Load(info);
187 LOG(ERROR) << "Could not load extension from '" <<
201 Load(*it);
207 void ComponentLoader::Load(const ComponentExtensionInfo& info) {
463 // Load ChromeVox extension now if spoken feedback is enabled.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
metrics.js 28 metrics.startInterval('Load.Total');
29 metrics.startInterval('Load.Script');
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 67 // Interface to implement for dictionary load and change observers.
109 virtual void Load() OVERRIDE;
172 // Observers for changes in dictionary load status and content changes.
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 57 dictionary->Load();
  /external/chromium_org/chrome/browser/ui/webui/extensions/
install_extension_handler.cc 133 extension_service())->Load(file_to_install_);
  /external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.h 24 virtual Status Load(const std::string& url) OVERRIDE;
web_view.h 43 // Load a given URL in the main frame.
44 virtual Status Load(const std::string& url) = 0;
116 // page load is stopped, and kTimeout status is returned.
  /external/chromium_org/chrome_frame/
chrome_frame_activex.h 70 STDMETHOD(Load)(IPropertyBag* bag, IErrorLog* error_log);
  /external/chromium_org/chromeos/dbus/
introspectable_client.cc 120 if (!reader.Load(xml_data))
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager.h 40 // Provides an interface to list/load/unload for component extension IME.
51 virtual bool Load(const std::string& extension_id,
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 58 void Load(CanonicalCookieVector* cookies) {
60 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded,
101 Load(cookies);
153 // Load up the store and verify that it has good data in it.
214 // Test that priority load of cookies for a specfic domain key could be
234 // until both Load and LoadCookiesForKey have been posted to its task queue.
239 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded,
253 // 2. "Init And Chain-Load First Domain"
254 // 3. Priority Load (aaa.com)
353 // Create a store that doesn't load old session cookies and test that th
    [all...]
  /external/chromium_org/net/ssl/
default_server_bound_cert_store.h 86 // TODO(mattm): since we load asynchronously now, maybe we should start
170 virtual void Load(const LoadedCallback& loaded_callback) = 0;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditController.js 39 WebInspector.resourceTreeModel.addEventListener(WebInspector.ResourceTreeModel.EventTypes.Load, this._didMainResourceLoad, this);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdeviceinfo.cc 55 return libudev_.Load();
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 38 vld1.8 {q0}, [r0], r1 ;Load up source and reference
65 ldr r12, [sp] ;load *sse from stack
85 vld1.8 {d0}, [r0], r1 ;Load up source and reference
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 131 case Instruction::Load:
  /external/oprofile/events/mips/r10000/
events 9 event:0x02 counters:0 um:zero minimum:500 name:LOAD_PREFETC_SYNC_CACHEOP_ISSUED : Load / prefetch / sync / CacheOp issued
10 event:0x02 counters:1 um:zero minimum:500 name:LOAD_PREFETC_SYNC_CACHEOP_GRADUATED : Load / prefetch / sync / CacheOp graduated
24 event:0x09 counters:1 um:zero minimum:500 name:SCACHE_LOAD_STORE_CACHEOP_OPERATIONS : Secondary cache load / store and cache-ops operations
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op_unittest.cc 46 ON_CALL(*loader, Load(_))
48 EXPECT_CALL(*loader, Load(_))
online_attempt_unittest.cc 46 ON_CALL(*loader, Load(_))
48 EXPECT_CALL(*loader, Load(_))
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.cc 96 // Start the model load and set-up waiting for it.
100 model->Load();
212 // If we're coming from JS (neither autodetected nor failure to load the
288 // Avoid certain checks for the default provider because we'll do the load
292 url_model->Load();

Completed in 1879 milliseconds

1 2 3 4 5 6 7 891011>>