OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:favicon_url
(Results
126 - 150
of
154
) sorted by null
1
2
3
4
5
6
7
/external/chromium/chrome/browser/importer/
toolbar_importer.cc
396
// <name>
favicon_url
</name>
firefox2_importer.cc
673
usage.
favicon_url
= GURL(std::string("made-up-favicon:") + link_url.spec());
/external/chromium_org/chrome/utility/importer/
bookmark_html_reader.cc
77
usage.
favicon_url
= GURL(std::string("made-up-favicon:") + link_url.spec());
/external/chromium_org/components/sessions/
serialized_navigation_entry.cc
146
navigation.favicon_url_ = GURL(sync_data.
favicon_url
());
/external/chromium_org/content/
content_common.target.darwin-arm.mk
41
content/public/common/
favicon_url
.cc \
content_common.target.darwin-mips.mk
41
content/public/common/
favicon_url
.cc \
content_common.target.darwin-x86.mk
41
content/public/common/
favicon_url
.cc \
content_common.target.linux-arm.mk
41
content/public/common/
favicon_url
.cc \
content_common.target.linux-mips.mk
41
content/public/common/
favicon_url
.cc \
content_common.target.linux-x86.mk
41
content/public/common/
favicon_url
.cc \
/external/chromium/chrome/browser/history/
history_backend_unittest.cc
554
favicon.
favicon_url
= GURL("http://news.google.com/favicon.ico");
571
favicon.
favicon_url
= GURL("http://mail.google.com/favicon.ico");
[
all
...]
history_types.h
242
GURL
favicon_url
;
member in struct:history::ImportedFaviconUsage
547
GURL
favicon_url
;
member in struct:history::MostVisitedURL
top_sites.cc
635
url.
favicon_url
= GURL(kPrepopulateFaviconURLs[i]);
[
all
...]
history_backend.cc
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc
64
se_specifics->set_favicon_url(turl.
favicon_url
().spec());
308
data.
favicon_url
= GURL("http://favicon.url");
325
ASSERT_EQ(expected.
favicon_url
(), actual.
favicon_url
());
[
all
...]
/external/chromium_org/chrome/browser/prerender/
prerender_contents.cc
37
#include "content/public/common/
favicon_url
.h"
prerender_manager.cc
63
#include "content/public/common/
favicon_url
.h"
[
all
...]
/external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate_unittest.cc
215
data.
favicon_url
= GURL("http://example.com/favicon.ico");
profile_resetter_unittest.cc
54
" \"
favicon_url
\" : \"http://www.foo.com/favicon.ico\","
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc
49
#include "content/public/common/
favicon_url
.h"
/external/chromium_org/chrome/browser/history/
history_backend_unittest.cc
832
favicon.
favicon_url
= GURL("http://news.google.com/favicon.ico");
852
EXPECT_EQ(favicon.
favicon_url
, mappings[0].icon_url);
858
favicon.
favicon_url
= GURL("http://mail.google.com/favicon.ico");
[
all
...]
history_backend.cc
[
all
...]
/external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc
254
stmt = "SELECT id, short_name, keyword,
favicon_url
, url, "
[
all
...]
/external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc
[
all
...]
/external/chromium_org/content/common/
view_messages.h
26
#include "content/public/common/
favicon_url
.h"
[
all
...]
Completed in 1025 milliseconds
1
2
3
4
5
6
7