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

  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.cc 138 Profile* ExtensionAppShimHandler::Delegate::ProfileForPath(
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());
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 48 virtual Profile* ProfileForPath(const base::FilePath& path);

Completed in 227 milliseconds