Searched refs:RemoveExtension (Results 26 - 33 of 33) sorted by relevance

12

/external/chromium/base/
H A Dfile_path.cc363 FilePath FilePath::RemoveExtension() const { function in class:FilePath
392 StringType ret = RemoveExtension().value();
422 FilePath no_ext = RemoveExtension();
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc150 void RemoveExtension(const std::string& id) { function in class:MockExtensionProvider
2877 provider->RemoveExtension(good_crx);
2905 provider->RemoveExtension(good_crx);
3058 provider->RemoveExtension(good_crx);
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc930 &ExtensionInfoMap::RemoveExtension,
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc268 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/chromium/testing/gtest/src/
H A Dgtest.cc374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/gtest/src/
H A Dgtest.cc374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/protobuf/gtest/src/
H A Dgtest.cc355 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));

Completed in 804 milliseconds

12