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

<<11121314151617181920>>

  /external/chromium/chrome/browser/policy/
configuration_policy_provider_delegate_win.cc 48 DictionaryValue* ConfigurationPolicyProviderDelegateWin::Load() {
configuration_policy_provider_mac.cc 47 DictionaryValue* MacPreferencesPolicyProviderDelegate::Load() {
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 188 model()->Load();
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 163 url_model->Load();
192 // or the favicon url wasn't obtained before the load started. This assumes
  /external/chromium_org/base/test/
test_shortcut_win.cc 80 // Load the shortcut.
81 EXPECT_TRUE(SUCCEEDED(hr = i_persist_file->Load(
82 shortcut_path.value().c_str(), 0))) << "Failed to load shortcut at "
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader.cc 72 // We only start to check for updates iff the load is done.
74 // load without user's explicit interaction (such as opening Drive).
76 Load(DirectoryFetchInfo(), callback);
97 Load(directory_fetch_info, callback);
113 void ChangeListLoader::Load(const DirectoryFetchInfo& directory_fetch_info,
130 // For initial loading, even for directory fetching, we do load the full
155 // Continues to load from server in background.
215 // If there is pending update check, try to load the change from the server
218 Load(DirectoryFetchInfo(),
506 // Load for a <other> directory is meaningless in the server
    [all...]
change_list_loader.h 49 // ChangeListLoader is used to load the change list, the full resource list,
106 void Load(const DirectoryFetchInfo& directory_fetch_info,
109 // Part of Load(). DoInitialLoad() is called if it is the first time to Load.
111 // - When we could load from cache, DoInitialLoad runs callback immediately
112 // and further operations (check changestamp and load from server if needed)
121 // Part of Load().
122 // This function should be called when the change list load is complete.
126 // Part of Load().
127 // This function should be called when the directory load is complete
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
user_policy_disk_cache.cc 47 void UserPolicyDiskCache::Load() {
  /external/chromium_org/chrome/browser/importer/
external_process_importer_host.cc 213 model->Load();
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 48 void Load(const LoadedCallback& loaded_callback);
167 void SQLiteServerBoundCertStore::Backend::Load(
623 void SQLiteServerBoundCertStore::Load(
625 backend_->Load(loaded_callback);
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
player_testapi.js 79 * Load the specified file in the video player,
131 * Load a group of tracks into the audio player.
137 AudioPlayer.instance.load({
  /external/chromium_org/chrome/browser/ui/search/
instant_loader.cc 57 void InstantLoader::Load() {
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 169 url_service->Load();
195 // the favicon url wasn't obtained before the load started. This assumes the
  /external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.cc 27 Status StubWebView::Load(const std::string& url) {
web_view_impl.h 44 virtual Status Load(const std::string& url) OVERRIDE;
  /external/chromium_org/chrome/utility/media_galleries/
itunes_library_parser.cc 178 if (!reader.Load(library_xml))
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 55 LOG(WARNING) << "Failed to load '" << pairing_file.value() << "' ("
82 PairingRegistry::Pairing PairingRegistryDelegateLinux::Load(
94 LOG(WARNING) << "Failed to load pairing information: " << error_message
  /external/chromium_org/remoting/protocol/
pairing_registry.h 98 virtual Pairing Load(const std::string& client_id) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile.cc 41 bool OptionsFile::Load() {
  /external/chromium_org/tools/gn/
setup.cc 115 // Load the root build file and start runnung.
164 if (!dotfile_input_file_->Load(dotfile_name_)) {
165 Err(Location(), "Could not load dotfile.",
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 41 IFACEMETHOD(Load)(HSTRING entryPoint);
chrome_app_view_ash.h 41 IFACEMETHOD(Load)(HSTRING entryPoint);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 204 // Estimated cost of a load-hit-store delay. This was obtained
212 // processor stall for load-hit-store. Until VSX is available,
226 assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
229 // Each load/store unit costs 1.
  /external/oprofile/events/mips/25K/
events 10 event:0x4 counters:0,1 um:zero minimum:500 name:LOAD_INSNS_ISSUED : Load instructions issued
71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
73 event:0x23 counters:0,1 um:zero minimum:500 name:REPLAYS_LOAD_DEP_DISPATCH : replays due to load-dependent speculative dispatch
81 event:0x27 counters:0,1 um:zero minimum:500 name:LOAD_STORE_ISSUED : Load/store instructions issued
  /external/oprofile/events/mips/sb1/
events 25 event:0x22 counters:1,2,3 um:zero minimum:500 name:CONSUMER_WAITING_FOR_LOAD :load consumer waiting for dfill
50 event:0x6 counters:1,2,3 um:zero minimum:500 name:LD_ST_HITS_PREFETCH_IN_QUEUE :Load/store hits prefetch in read queue
71 event:0x8 counters:1,2,3 um:zero minimum:500 name:LOAD_SURVIVED_STAGE4 :Load survived stage 4

Completed in 2367 milliseconds

<<11121314151617181920>>