HomeSort by relevance Sort by last modified time
    Searched defs:stripped_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/search/
local_ntp_source.cc 142 const std::string stripped_path = StripParameters(path); local
143 if (stripped_path == kConfigDataFilename) {
149 if (stripped_path == kResources[i].filename) {
162 const std::string stripped_path = StripParameters(path); local
164 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 63 milliseconds