OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripped_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search/
local_ntp_source.cc
139
const std::string
stripped_path
= StripParameters(path);
local
140
if (
stripped_path
== kConfigDataFilename) {
146
if (
stripped_path
== kResources[i].filename) {
159
const std::string
stripped_path
= StripParameters(path);
local
161
if (
stripped_path
== kResources[i].filename)
/external/chromium_org/chrome_frame/test/
test_server.cc
329
std::wstring
stripped_path
= path;
local
331
stripped_path
= path.substr(1);
334
if (
stripped_path
.empty()) {
338
stripped_path
.c_str());
341
if (
stripped_path
.empty()) {
345
stripped_path
.c_str());
Completed in 476 milliseconds