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

/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.cc138 Profile* ExtensionAppShimHandler::Delegate::ProfileForPath( function in class:apps::ExtensionAppShimHandler::Delegate
332 Profile* profile = delegate_->ProfileForPath(profile_path);
404 Profile* profile = delegate_->ProfileForPath(profile_path);
440 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
464 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
471 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
H A Dextension_app_shim_handler_mac_unittest.cc33 MOCK_METHOD1(ProfileForPath, Profile*(const base::FilePath&));
169 EXPECT_CALL(*delegate_, ProfileForPath(profile_path_a_))
173 EXPECT_CALL(*delegate_, ProfileForPath(profile_path_b_))
385 EXPECT_CALL(*delegate_, ProfileForPath(profile_path_a_))
H A Dextension_app_shim_handler_mac.h48 virtual Profile* ProfileForPath(const base::FilePath& path);

Completed in 739 milliseconds