Searched refs:GetAppExtension (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac_unittest.cc40 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))
H A Dextension_app_shim_handler_mac.cc166 ExtensionAppShimHandler::Delegate::GetAppExtension( function in class:apps::ExtensionAppShimHandler::Delegate
387 delegate_->GetAppExtension(profile, app_id);
409 delegate_->GetAppExtension(profile, app_id);
452 delegate_->GetAppExtension(profile, host->GetAppId());
528 delegate_->GetAppExtension(profile, app_id);
H A Dextension_app_shim_handler_mac.h56 virtual const extensions::Extension* GetAppExtension(

Completed in 288 milliseconds