OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveExtension
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher_unittest.cc
45
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);
file_watcher.h
40
// the class increments the counter internally, and
RemoveExtension
()
48
void
RemoveExtension
(const std::string& extension_id);
file_watcher.cc
55
void FileWatcher::
RemoveExtension
(const std::string& extension_id) {
/external/chromium/chrome/browser/extensions/
extension_info_map.h
36
void
RemoveExtension
(const std::string& id,
extension_toolbar_model.h
97
void
RemoveExtension
(const Extension* extension);
extension_toolbar_model.cc
114
RemoveExtension
(extension);
120
RemoveExtension
(extension);
149
void ExtensionToolbarModel::
RemoveExtension
(const Extension* extension) {
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h
116
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
119
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_sync_bundle.h
93
void
RemoveExtension
(const std::string& id);
extension_toolbar_model.h
142
void
RemoveExtension
(const extensions::Extension* extension);
external_pref_loader.cc
213
extension_candidate_path.
RemoveExtension
().BaseName().value());
215
extension_candidate_path.
RemoveExtension
().BaseName().value().c_str();
/external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h
139
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
142
FilePath
RemoveExtension
(const char* extension) const;
/external/chromium_org/extensions/browser/
info_map.h
42
void
RemoveExtension
(const std::string& extension_id,
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h
135
// 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/
gtest-filepath.h
139
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
142
FilePath
RemoveExtension
(const char* extension) const;
/external/gtest/include/gtest/internal/
gtest-filepath.h
139
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
142
FilePath
RemoveExtension
(const char* extension) const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h
139
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
142
FilePath
RemoveExtension
(const char* extension) const;
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h
139
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
142
FilePath
RemoveExtension
(const char* extension) const;
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-filepath.h
139
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
142
FilePath
RemoveExtension
(const char* extension) const;
/external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h
139
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
142
FilePath
RemoveExtension
(const char* extension) const;
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h
135
// Example: FilePath("dir/file.exe").
RemoveExtension
("EXE") returns
138
FilePath
RemoveExtension
(const char* extension) const;
/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/ui/views/frame/
browser_window_property_manager_browsertest_win.cc
64
BrowserDistribution::GetDistribution())).
RemoveExtension
().value(),
/external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc
626
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());
/ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc
626
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());
Completed in 410 milliseconds
1
2
3
4