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

12

/external/chromium/chrome/browser/extensions/
H A Dextension_info_map.h36 void RemoveExtension(const std::string& id,
H A Dextension_toolbar_model.h97 void RemoveExtension(const Extension* extension);
H A Dextension_toolbar_model.cc114 RemoveExtension(extension);
120 RemoveExtension(extension);
149 void ExtensionToolbarModel::RemoveExtension(const Extension* extension) { function in class:ExtensionToolbarModel
H A Dextension_info_map.cc33 void ExtensionInfoMap::RemoveExtension(const std::string& id, function in class:ExtensionInfoMap
H A Dextension_info_map_unittest.cc97 info_map->RemoveExtension(extension2->id(), UnloadedExtensionInfo::UNINSTALL);
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-filepath.h116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
119 FilePath RemoveExtension(const char* extension) const;
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-filepath.cc58 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
61 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
/external/chromium/base/
H A Dfile_path.h220 // new_path = path.RemoveExtension().value().append(path.Extension());
229 FilePath RemoveExtension() const;
H A Dfile_path_unittest.cc703 FilePath base = jpg.BaseName().RemoveExtension();
707 EXPECT_EQ(path_no_ext.value(), jpg.RemoveExtension().value());
709 EXPECT_EQ(path_no_ext.value(), path_no_ext.RemoveExtension().value());
828 TEST_F(FilePathTest, RemoveExtension) {
850 FilePath removed = path.RemoveExtension();
/external/chromium/testing/gtest/test/
H A Dgtest-filepath_test.cc643 TEST(FilePathTest, RemoveExtension) {
644 EXPECT_STREQ("app", FilePath("app.exe").RemoveExtension("exe").c_str());
645 EXPECT_STREQ("APP", FilePath("APP.EXE").RemoveExtension("exe").c_str());
649 EXPECT_STREQ("app", FilePath("app").RemoveExtension("exe").c_str());
/external/gtest/test/
H A Dgtest-filepath_test.cc647 TEST(FilePathTest, RemoveExtension) {
648 EXPECT_STREQ("app", FilePath("app.exe").RemoveExtension("exe").c_str());
649 EXPECT_STREQ("APP", FilePath("APP.EXE").RemoveExtension("exe").c_str());
653 EXPECT_STREQ("app", FilePath("app").RemoveExtension("exe").c_str());
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc557 TEST(FilePathTest, RemoveExtension) {
558 EXPECT_STREQ("app", FilePath("app.exe").RemoveExtension("exe").c_str());
559 EXPECT_STREQ("APP", FilePath("APP.EXE").RemoveExtension("exe").c_str());
563 EXPECT_STREQ("app", FilePath("app").RemoveExtension("exe").c_str());
/external/chromium/testing/gtest/src/
H A Dgtest-filepath.cc115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
/external/gtest/src/
H A Dgtest-filepath.cc115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
/external/llvm/utils/unittest/googletest/
H A Dgtest-filepath.cc115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
103 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
/external/chromium/chrome/browser/download/
H A Dsave_package.cc436 file_path.RemoveExtension().BaseName().value();
484 file_name = temp_file.RemoveExtension().BaseName().value();
1292 suggested_filename.RemoveExtension().BaseName().value();
1438 saved_main_file_path_.RemoveExtension().BaseName().value() +
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_drag_win.cc231 file_name = file_name.BaseName().RemoveExtension();
/external/chromium/chrome/browser/
H A Dshell_integration_linux.cc104 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value();
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc282 filename.RemoveExtension().value()));
284 string16 rootname = filename.RemoveExtension().value();
/external/chromium/chrome/browser/importer/
H A Die_importer.cc572 entry.title = shortcut.RemoveExtension().BaseName().value();

Completed in 2303 milliseconds

12