OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:url_substr
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc
130
std::vector<std::string>
url_substr
;
local
131
base::SplitString(path, '/', &
url_substr
);
134
if (
url_substr
.size() == 3 &&
135
base::StringToInt(
url_substr
[0], &preview_ui_id),
136
base::StringToInt(
url_substr
[1], &page_index) &&
Completed in 182 milliseconds