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

  /external/chromium_org/base/
path_service.h 49 static bool OverrideAndCreateIfNeeded(int key,
path_service.cc 237 return OverrideAndCreateIfNeeded(key, path, true);
241 bool PathService::OverrideAndCreateIfNeeded(int key,
path_service_unittest.cc 162 // PathService::OverrideAndCreateIfNeeded should obey the |create| parameter.
163 PathService::OverrideAndCreateIfNeeded(my_special_key,
167 EXPECT_TRUE(PathService::OverrideAndCreateIfNeeded(my_special_key,
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 165 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(override,
225 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(
245 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(
257 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(
336 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(
351 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(
367 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(
386 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 605 CHECK(PathService::OverrideAndCreateIfNeeded(

Completed in 864 milliseconds