HomeSort by relevance Sort by last modified time
    Searched refs:icon_url (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /external/chromium_org/chrome/browser/extensions/
webstore_install_helper.cc 35 const GURL& icon_url,
41 icon_url_(icon_url),
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 87 const string16& icon_url,
169 const string16& icon_url,
profile_info_cache.h 127 static bool IsDefaultAvatarIconUrl(const std::string& icon_url,
profile_info_cache.cc 441 std::string icon_url; local
442 GetInfoForProfileAtIndex(index)->GetString(kAvatarIconKey, &icon_url);
444 if (IsDefaultAvatarIconUrl(icon_url, &icon_index))
447 DLOG(WARNING) << "Unknown avatar icon: " << icon_url;
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_test_util.cc 143 const std::string& icon_url,
159 Value::CreateStringValue(icon_url));
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 755 GURL icon_url(specifics.icon_url());
760 if (icon_url.is_empty())
761 icon_url = bookmark_node->url();
763 ApplyBookmarkFavicon(bookmark_node, profile, icon_url, icon_bytes);
772 const GURL& icon_url,
787 icon_url,
805 updated_specifics.set_icon_url(bookmark_node->icon_url().spec());
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_bookmarks_sync_test.cc 172 const GURL icon_url("http://www.google.com/favicon.ico");
182 SetFavicon(0, bookmark, icon_url, original_favicon,
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 303 GURL icon_url; local
307 icon_url = source_url().Resolve(tmp_url);
308 if (!icon_url.is_valid()) {
337 if (!icon_url.is_empty())
341 this, id_, manifest_, icon_data_, icon_url, context_getter);
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store_unittest.cc 539 const char* const icon_url = "http://test.com/icon.jpg"; local
555 Value::CreateStringValue(icon_url));
581 EXPECT_TRUE(StringValue(icon_url).Equals(value));
592 const char* const icon_url = "http://test.com/icon.jpg"; local
606 Value::CreateStringValue(icon_url));
632 const char* const icon_url = "http://test.com/icon.jpg"; local
648 Value::CreateStringValue(icon_url));
  /external/chromium/chrome/browser/history/
history.h 646 const GURL& icon_url,
653 const GURL& icon_url,
674 const GURL& icon_url,
    [all...]
history_backend_unittest.cc 846 const GURL icon_url("http://www.google.com/icon");
850 url1, icon_url, RefCountedBytes::TakeVector(&data), FAVICON);
858 url1, icon_url, RefCountedBytes::TakeVector(&data), TOUCH_ICON);
868 icon_url,
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 339 GURL icon_url = pc->icon_url(); local
340 if (!icon_url.is_empty()) {
342 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON));
prerender_contents.h 85 GURL icon_url() const { return icon_url_; } function in class:prerender::PrerenderContents
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser_unittest.cc 97 EXPECT_EQ("http://www.example.com/10.png", icon1.icon_url().spec());
102 EXPECT_EQ("http://www.example.com/ds16.png", icon6.icon_url().spec());
131 EXPECT_EQ("http://www.example.com/d10.png", icon2.icon_url().spec());
227 EXPECT_EQ("http://icon/url", icon.icon_url().spec());
drive_api_parser.h 134 const GURL& icon_url() const { return icon_url_; } function in class:google_apis::DriveAppIcon
142 void set_icon_url(const GURL& icon_url) {
143 icon_url_ = icon_url;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.cc 89 const GURL& url = iter->icon_url;
  /external/chromium_org/content/renderer/
notification_provider.cc 124 params.icon_url = notification.iconURL();
  /external/chromium_org/content/browser/
child_process_security_policy_unittest.cc 270 GURL icon_url("file:///tmp/foo.png");
272 EXPECT_FALSE(p->CanRequestURL(kRendererID, icon_url));
275 p->GrantRequestSpecificFileURL(kRendererID, icon_url);
276 EXPECT_TRUE(p->CanRequestURL(kRendererID, icon_url));
279 p->GrantRequestURL(kRendererID, icon_url);
280 EXPECT_TRUE(p->CanRequestURL(kRendererID, icon_url));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 290 if (item.filename && !item.icon_url) {
294 function(icon_url) {
295 item.getElement('icon').hidden = !icon_url;
296 if (icon_url) {
297 item.icon_url = icon_url;
298 item.getElement('icon').src = icon_url;
  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 362 GURL icon_url; local
365 &icon_url,
368 expired_favicons->insert(icon_url);
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 107 params.icon_url = GURL("/icon.png");
212 params.icon_url = GURL("/icon.png");
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 102 params.icon_url = GURL("/icon.png");
  /external/chromium_org/apps/
shell_window.h 229 void SetAppIconUrl(const GURL& icon_url);
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 177 GURL icon_url() const { return icon_url_; } function in class:prerender::PrerenderContents

Completed in 1950 milliseconds

1 2 34 5 6