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

  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 135 Profile* ExtensionAppShimHandler::Delegate::ProfileForPath(
314 Profile* profile = delegate_->ProfileForPath(profile_path);
379 Profile* profile = delegate_->ProfileForPath(profile_path);
415 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
439 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
446 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
extension_app_shim_handler_mac_unittest.cc 33 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_))
extension_app_shim_handler_mac.h 49 virtual Profile* ProfileForPath(const base::FilePath& path);

Completed in 136 milliseconds