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

  /external/chromium_org/win8/metro_driver/
secondary_tile.h 24 const base::FilePath& logo_path,
secondary_tile.cc 127 const base::FilePath& logo_path,
159 logo_url.Attach(MakeHString(string16(L"file:///").append(logo_path.value())));
219 const base::FilePath& logo_path,
226 logo_path,
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 68 // |logo_dir|. The path of any created logo is returned in |logo_path|. Return
73 base::FilePath* logo_path) {
110 *logo_path = logo_dir.Append(tile_id).ReplaceExtension(L".png");
111 return file_util::WriteFile(*logo_path,
121 // The path to the logo is returned in |logo_path|, with the return value
124 base::FilePath* logo_path) {
126 *logo_path = logo_dir.Append(kDefaultLogoFileName);
127 if (base::PathExists(*logo_path))
135 return base::CopyFile(default_logo_path, *logo_path);
200 base::FilePath logo_path; local
    [all...]
  /external/chromium_org/base/win/
metro.h 131 const FilePath& logo_path,

Completed in 452 milliseconds