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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
google_chrome_unittest.py 68 chrome_path = fs.join(chromium_base, 'webkit', 'tools',
72 fs.files[chrome_path] = None
76 fs.files[chrome_path] = expected_chrome_overrides
  /external/chromium/chrome/browser/
jumplist_win.cc 336 const std::wstring& chrome_path,
355 chrome->SetIcon(chrome_path, 0, false);
356 AddShellLink(collection, chrome_path, chrome_switches, chrome);
368 incognito->SetIcon(chrome_path, 0, false);
369 AddShellLink(collection, chrome_path, chrome_switches, incognito);
421 FilePath chrome_path;
422 if (!PathService::Get(base::FILE_EXE, &chrome_path))
452 chrome_path.value(), chrome_switches,
459 chrome_path.value(), chrome_switches,
465 result = UpdateTaskCategory(destination_list, chrome_path.value()
    [all...]

Completed in 51 milliseconds