HomeSort by relevance Sort by last modified time
    Searched refs:icon_path (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/chrome/installer/util/
shell_util.cc 222 string16 icon_path(
297 chrome_html_prog_id + ShellUtil::kRegDefaultIcon, icon_path));
318 chrome_application, ShellUtil::kRegApplicationIcon, icon_path));
355 const string16 icon_path(
373 start_menu_entry + ShellUtil::kRegDefaultIcon, icon_path));
400 capabilities, ShellUtil::kRegApplicationIcon, icon_path));
    [all...]
shell_util_unittest.cc 75 base::FilePath icon_path; variable
76 base::CreateTemporaryFileInDir(temp_dir_.path(), &icon_path);
80 test_properties_.set_icon(icon_path, 0);
  /external/chromium_org/ui/gfx/
icon_util.cc 452 const base::FilePath& icon_path) {
517 return base::ImportantFileWriter::WriteFileAtomically(icon_path, data);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_api.cc 415 handler->SetString("iconUrl", action->icon_path());
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 1518 std::string icon_path = (icon_index < 0) ? local
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 444 // Given an icon_path and icon size, read it if present and decode it into
448 static void DecodeIconFromPath(const FilePath& icon_path,
    [all...]
extension_manifests_unittest.cc 606 EXPECT_EQ(action->icon_path(), "icon.png");

Completed in 654 milliseconds

12