OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripped_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/base/webui/
web_ui_util.cc
115
base::StringPiece
stripped_path
(*path);
118
if (ParseScaleFactor(
stripped_path
.substr(
119
pos + 1,
stripped_path
.length() - pos - 1), &factor)) {
121
stripped_path
.remove_suffix(
stripped_path
.length() - pos);
122
stripped_path
.CopyToString(path);
/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 610 milliseconds