OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
45
profile_store_->
LoadProfileAsync
(
app_list_service_impl.h
72
void
LoadProfileAsync
(const base::FilePath& profile_file_path);
app_list_service_impl.cc
89
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/apps/app_shim/
extension_app_shim_handler_mac.h
50
virtual void
LoadProfileAsync
(const base::FilePath& path,
120
// 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
144
void ExtensionAppShimHandler::Delegate::
LoadProfileAsync
(
325
delegate_->
LoadProfileAsync
(
Completed in 165 milliseconds