OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAppExtension
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc
40
MOCK_METHOD2(
GetAppExtension
, const Extension*(Profile*, const std::string&));
183
EXPECT_CALL(*delegate_,
GetAppExtension
(_, kTestAppIdA))
185
EXPECT_CALL(*delegate_,
GetAppExtension
(_, kTestAppIdB))
231
EXPECT_CALL(*delegate_,
GetAppExtension
(&profile_a_, kTestAppIdA))
241
EXPECT_CALL(*delegate_,
GetAppExtension
(&profile_a_, kTestAppIdA))
extension_app_shim_handler_mac.cc
162
ExtensionAppShimHandler::Delegate::
GetAppExtension
(
362
delegate_->
GetAppExtension
(profile, app_id);
384
delegate_->
GetAppExtension
(profile, app_id);
427
delegate_->
GetAppExtension
(profile, host->GetAppId());
503
delegate_->
GetAppExtension
(profile, app_id);
extension_app_shim_handler_mac.h
56
virtual const extensions::Extension*
GetAppExtension
(
Completed in 22 milliseconds