HomeSort by relevance Sort by last modified time
    Searched defs:RemoveExtension (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher.cc 55 void FileWatcher::RemoveExtension(const std::string& extension_id) {
  /external/chromium/chrome/browser/extensions/
extension_info_map.cc 33 void ExtensionInfoMap::RemoveExtension(const std::string& id,
extension_toolbar_model.cc 114 RemoveExtension(extension);
120 RemoveExtension(extension);
149 void ExtensionToolbarModel::RemoveExtension(const Extension* extension) {
extension_service_unittest.cc 150 void RemoveExtension(const std::string& id) {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 58 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
61 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/chromium_org/chrome/browser/extensions/
extension_sync_bundle.cc 55 RemoveExtension(extension_id);
87 RemoveExtension(extension_sync_data.id());
162 void ExtensionSyncBundle::RemoveExtension(const std::string& id) {
extension_toolbar_model.cc 209 RemoveExtension(extension);
218 RemoveExtension(extension);
283 void ExtensionToolbarModel::RemoveExtension(const Extension* extension) {
extension_service_unittest.cc 242 void RemoveExtension(const std::string& id) {
    [all...]
  /external/chromium_org/extensions/browser/
info_map.cc 60 void InfoMap::RemoveExtension(const std::string& extension_id,
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 113 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/open-vcdiff/gtest/src/
gtest-filepath.cc 100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
103 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
103 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 384 void RemoveExtension(ExtensionService* service,
482 RemoveExtension(service, &extensions, model.get(), &expected, &count);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_manager.cc 72 void RemoveExtension(const std::string& extension_id);
151 void GalleryWatchManager::GalleryFilePathWatcher::RemoveExtension(
351 iter->second->RemoveExtension(extension_id);
  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
119 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/gtest/src/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
119 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/chromium/base/
file_path.cc 363 FilePath FilePath::RemoveExtension() const {
392 StringType ret = RemoveExtension().value();
422 FilePath no_ext = RemoveExtension();
    [all...]
  /external/chromium_org/base/files/
file_path.cc 385 FilePath FilePath::RemoveExtension() const {
415 StringType ret = RemoveExtension().value();
452 FilePath no_ext = RemoveExtension();
    [all...]

Completed in 586 milliseconds