HomeSort by relevance Sort by last modified time
    Searched defs:new_path (Results 26 - 27 of 27) sorted by null

12

  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 336 const std::string new_path = url.host() + url.path(); local
338 return ReplaceURLHostAndPath(url, uber_host, new_path);
355 std::string new_path; local
360 new_path = old_path.substr(separator);
368 *url = ReplaceURLHostAndPath(*url, new_host, new_path);
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 812 std::vector<MenuItemView*> new_path; local
814 &new_path, &paths_differ_at);
817 size_t new_size = new_path.size();
839 new_path[i]->ScrollRectToVisible(new_path[i]->GetLocalBounds());
840 new_path[i]->SetSelected(true);
1386 std::vector<MenuItemView*> new_path; local
    [all...]

Completed in 426 milliseconds

12