Searched refs:RemoveExtension (Results 51 - 75 of 75) sorted by relevance

123

/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.cc513 path.BaseName().RemoveExtension().LossyDisplayName());
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model_unittest.cc481 void RemoveExtension(ExtensionService* service, function in namespace:__anon2945
582 RemoveExtension(service, &extensions, model.get(), &expected, &count);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc471 shortcuts[i].BaseName().RemoveExtension();
724 BrowserDistribution::GetDistribution())).RemoveExtension().value();
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc440 tables_found.insert(current.RemoveExtension());
442 backups_found.insert(current.RemoveExtension());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache.cc568 base::FilePath new_path = current.RemoveExtension();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_system_impl.cc657 base::Bind(&InfoMap::RemoveExtension, info_map(), extension_id, reason));
H A Dextension_service_unittest.cc250 void RemoveExtension(const std::string& id) { function in class:MockExtensionProvider
4708 provider->RemoveExtension(good_crx);
4741 provider->RemoveExtension(good_crx);
4890 provider->RemoveExtension(good_crx);
/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.cc71 base::FilePath(name).RemoveExtension().AsUTF8Unsafe();
/external/chromium_org/base/files/
H A Dfile_path.cc385 FilePath FilePath::RemoveExtension() const { function in class:base::FilePath
415 StringType ret = RemoveExtension().value();
452 FilePath no_ext = RemoveExtension();
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc548 iter->second->RemoveExtension(extension_id);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc873 std::string file_name = current.BaseName().RemoveExtension().value();
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc102 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value();
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc850 entry.title = shortcut.RemoveExtension().BaseName().value();
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_unittest.cc485 new_path = new_path.RemoveExtension();
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc228 if (file_name.BaseName().RemoveExtension().empty()) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1865 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
7948 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
7951 FilePath FilePath::RemoveExtension(const char* extension) const {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1865 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
7950 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
7953 FilePath FilePath::RemoveExtension(const char* extension) const {
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc385 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/gtest/src/
H A Dgtest.cc381 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/mesa3d/src/gtest/src/
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"));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3622 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
3625 FilePath RemoveExtension(const char* extension) const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3622 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
3625 FilePath RemoveExtension(const char* extension) const;

Completed in 832 milliseconds

123