HomeSort by relevance Sort by last modified time
    Searched full:profile_path_a_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc 126 profile_path_a_("Profile A"),
128 host_aa_(profile_path_a_, kTestAppIdA, handler_.get()),
129 host_ab_(profile_path_a_, kTestAppIdB, handler_.get()),
131 host_aa_duplicate_(profile_path_a_, kTestAppIdA, handler_.get()) {
147 EXPECT_CALL(*delegate_, ProfileExistsForPath(profile_path_a_))
149 EXPECT_CALL(*delegate_, ProfileForPath(profile_path_a_))
173 base::FilePath profile_path_a_; member in class:apps::ExtensionAppShimHandlerTest
190 EXPECT_CALL(*delegate_, ProfileExistsForPath(profile_path_a_))
332 EXPECT_CALL(*delegate_, ProfileForPath(profile_path_a_))
335 EXPECT_CALL(*delegate_, LoadProfileAsync(profile_path_a_, _)
    [all...]

Completed in 2819 milliseconds