OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_ICON
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/common/favicon/
favicon_types.cc
19
icon_type(
INVALID_ICON
) {}
favicon_types.h
24
INVALID_ICON
= 0x0,
/external/chromium/chrome/common/
favicon_url.cc
8
: icon_type(
INVALID_ICON
) {
favicon_url.h
15
INVALID_ICON
= 0x0,
/external/chromium_org/content/public/common/
favicon_url.cc
10
: icon_type(
INVALID_ICON
) {
favicon_url.h
17
INVALID_ICON
= 0x0,
/external/chromium_org/android_webview/browser/
icon_helper.cc
78
case content::FaviconURL::
INVALID_ICON
:
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
FaviconHelper.java
23
public static final int
INVALID_ICON
= 0;
/external/chromium_org/chrome/browser/favicon/
favicon_handler.cc
46
case FaviconURL::
INVALID_ICON
:
47
return chrome::
INVALID_ICON
;
50
return chrome::
INVALID_ICON
;
66
case chrome::
INVALID_ICON
:
173
: icon_type(chrome::
INVALID_ICON
) {
192
icon_type(chrome::
INVALID_ICON
) {
266
} else if (favicon_candidate_.icon_type == chrome::
INVALID_ICON
) {
414
} else if (favicon_candidate_.icon_type != chrome::
INVALID_ICON
) {
/external/chromium/chrome/browser/
favicon_helper.cc
35
case FaviconURL::
INVALID_ICON
:
36
return history::
INVALID_ICON
;
40
return history::
INVALID_ICON
;
54
icon_type(history::
INVALID_ICON
) {
/external/chromium/chrome/browser/history/
history_types.cc
408
icon_type(
INVALID_ICON
) {
417
icon_type(history::
INVALID_ICON
) {
history_types.h
682
INVALID_ICON
= 0x0,
/external/chromium_org/chrome/browser/history/
history_types.cc
397
icon_type(chrome::
INVALID_ICON
) {
history_backend.cc
[
all
...]
/external/chromium_org/content/renderer/
render_view_impl.cc
686
return FaviconURL::
INVALID_ICON
;
688
return FaviconURL::
INVALID_ICON
;
[
all
...]
Completed in 2556 milliseconds