HomeSort by relevance Sort by last modified time
    Searched refs:LoadProfileAsync (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
profile_store.h 22 virtual void LoadProfileAsync(const base::FilePath& path,
profile_loader.cc 42 profile_store_->LoadProfileAsync(
app_list_service_impl.h 83 void LoadProfileAsync(const base::FilePath& profile_file_path);
app_list_service_impl.cc 93 virtual void LoadProfileAsync(
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.h 24 virtual void LoadProfileAsync(
fake_profile_store.cc 39 void FakeProfileStore::LoadProfileAsync(
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.h 49 virtual void LoadProfileAsync(const base::FilePath& path,
133 // This is passed to Delegate::LoadProfileAsync for shim-initiated launches
extension_app_shim_handler_mac_unittest.cc 34 MOCK_METHOD2(LoadProfileAsync,
388 EXPECT_CALL(*delegate_, LoadProfileAsync(profile_path_a_, _))
extension_app_shim_handler_mac.cc 148 void ExtensionAppShimHandler::Delegate::LoadProfileAsync(
343 delegate_->LoadProfileAsync(

Completed in 732 milliseconds