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

123

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_watcher_unittest.cc45 file_watcher.RemoveExtension(kExtensionId);
67 file_watcher.RemoveExtension(kExtensionFooId);
73 file_watcher.RemoveExtension(kExtensionBarId);
94 file_watcher.RemoveExtension(kExtensionId);
99 file_watcher.RemoveExtension(kExtensionId);
104 file_watcher.RemoveExtension(kExtensionId);
H A Dfile_watcher.h40 // the class increments the counter internally, and RemoveExtension()
48 void RemoveExtension(const std::string& extension_id);
H A Dfile_watcher.cc54 void FileWatcher::RemoveExtension(const std::string& extension_id) { function in class:file_manager::FileWatcher
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_bundle.cc57 RemoveExtension(extension_id);
90 RemoveExtension(extension_sync_data.id());
167 void ExtensionSyncBundle::RemoveExtension(const std::string& id) { function in class:extensions::ExtensionSyncBundle
H A Dextension_sync_bundle.h93 void RemoveExtension(const std::string& id);
H A Dextension_toolbar_model_unittest.cc128 testing::AssertionResult RemoveExtension(
208 testing::AssertionResult ExtensionToolbarModelUnitTest::RemoveExtension( function in class:extensions::ExtensionToolbarModelUnitTest
305 ASSERT_TRUE(RemoveExtension(extension2));
341 ASSERT_TRUE(RemoveExtension(browser_action_b()));
357 ASSERT_TRUE(RemoveExtension(browser_action_b()));
374 ASSERT_TRUE(RemoveExtension(browser_action_c()));
405 ASSERT_TRUE(RemoveExtension(browser_action_b()));
406 ASSERT_TRUE(RemoveExtension(browser_action_c()));
407 ASSERT_TRUE(RemoveExtension(browser_action_a()));
628 ASSERT_TRUE(RemoveExtension(browser_action_
[all...]
H A Dzipfile_installer.cc49 zip_path_.RemoveExtension().BaseName().value() +
H A Dexternal_pref_loader.cc214 extension_candidate_path.RemoveExtension().BaseName().value());
216 extension_candidate_path.RemoveExtension().BaseName().value().c_str();
H A Dextension_toolbar_model.h201 void RemoveExtension(const Extension* extension);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h135 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
138 FilePath RemoveExtension(const char* extension) const;
/external/chromium_org/third_party/mesa/src/src/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.h135 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
138 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/mesa3d/src/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/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_org/extensions/browser/
H A Dinfo_map.h49 void RemoveExtension(const std::string& extension_id,
H A Dinfo_map_unittest.cc76 info_map->RemoveExtension(
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dgallery_watch_manager.cc72 void RemoveExtension(const std::string& extension_id);
151 void GalleryWatchManager::GalleryFilePathWatcher::RemoveExtension( function in class:extensions::GalleryWatchManager::GalleryFilePathWatcher
353 iter->second->RemoveExtension(extension_id);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.cc52 dest_path.BaseName().RemoveExtension().AsUTF8Unsafe() :
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache_impl.cc131 cache_->RemoveExtension(installer->expected_id());
H A Dlocal_extension_cache.h74 bool RemoveExtension(const std::string& id);
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_util.cc84 std::string id = file_info.GetName().RemoveExtension().MaybeAsASCII();
/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc626 TEST(FilePathTest, RemoveExtension) {
627 EXPECT_EQ("app", FilePath("app.cc").RemoveExtension("cc").string());
628 EXPECT_EQ("app", FilePath("app.exe").RemoveExtension("exe").string());
629 EXPECT_EQ("APP", FilePath("APP.EXE").RemoveExtension("exe").string());
633 EXPECT_EQ("app", FilePath("app").RemoveExtension("exe").string());
/external/gtest/test/
H A Dgtest-filepath_test.cc626 TEST(FilePathTest, RemoveExtension) {
627 EXPECT_EQ("app", FilePath("app.cc").RemoveExtension("cc").string());
628 EXPECT_EQ("app", FilePath("app.exe").RemoveExtension("exe").string());
629 EXPECT_EQ("APP", FilePath("APP.EXE").RemoveExtension("exe").string());
633 EXPECT_EQ("app", FilePath("app").RemoveExtension("exe").string());
/external/chromium_org/base/files/
H A Dfile_path.h237 // new_path = path.RemoveExtension().value().append(path.Extension());
255 FilePath RemoveExtension() const WARN_UNUSED_RESULT;
257 // Removes the path's file extension, as in RemoveExtension(), but

Completed in 541 milliseconds

123