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

  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.cc 128 bool ExtensionAppShimHandler::Delegate::ProfileExistsForPath(
323 if (!delegate_->ProfileExistsForPath(profile_path)) {
410 if (!extension || !delegate_->ProfileExistsForPath(profile_path)) {
439 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
463 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
470 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
extension_app_shim_handler_mac_unittest.cc 32 MOCK_METHOD1(ProfileExistsForPath, bool(const base::FilePath&));
167 EXPECT_CALL(*delegate_, ProfileExistsForPath(profile_path_a_))
171 EXPECT_CALL(*delegate_, ProfileExistsForPath(profile_path_b_))
222 EXPECT_CALL(*delegate_, ProfileExistsForPath(profile_path_a_))
extension_app_shim_handler_mac.h 47 virtual bool ProfileExistsForPath(const base::FilePath& path);

Completed in 153 milliseconds