OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StripTestPrefixes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/shared_impl/
test_harness_utils.h
22
std::string PPAPI_SHARED_EXPORT
StripTestPrefixes
(const std::string& test_name);
test_harness_utils.cc
12
std::string
StripTestPrefixes
(const std::string& test_name) {
/external/chromium_org/content/test/ppapi/
ppapi_browsertest.cc
18
#define STRIP_PREFIXES(test_name) ppapi::
StripTestPrefixes
(#test_name)
/external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc
25
#define STRIP_PREFIXES(test_name) ppapi::
StripTestPrefixes
(#test_name)
[
all
...]
Completed in 74 milliseconds