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

  /external/chromium/chrome/common/
favicon_url.h 13 // The icon type in a page. The definition must be same as history::IconType.
14 enum IconType {
22 FaviconURL(const GURL& url, IconType type);
29 IconType icon_type;
favicon_url.cc 11 FaviconURL::FaviconURL(const GURL& url, IconType type)
icon_messages.h 16 IPC_ENUM_TRAITS(FaviconURL::IconType)
  /external/chromium/chrome/browser/
favicon_helper.h 93 history::IconType icon_type,
116 history::IconType icon_type,
122 history::IconType icon_type,
135 history::IconType icon_type);
151 history::IconType icon_type);
156 history::IconType icon_type;
176 history::IconType icon_type);
187 history::IconType icon_type,
195 history::IconType icon_type);
favicon_service.h 50 history::IconType icon_type,
61 history::IconType icon_type,
67 // combination of IconType value, but only one icon will be returned in the
91 history::IconType icon_type);
favicon_helper.cc 26 // Returns history::IconType the given icon_type corresponds to.
27 history::IconType ToHistoryIconType(FaviconURL::IconType icon_type) {
45 history::IconType icon_type) {
47 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type);
60 history::IconType icon_type)
108 history::IconType icon_type,
122 history::IconType icon_type) {
229 history::IconType icon_type,
238 history::IconType icon_type
    [all...]
favicon_service.cc 18 history::IconType icon_type,
34 history::IconType icon_type,
85 history::IconType icon_type) {
favicon_helper_unittest.cc 188 history::IconType icon_type,
197 history::IconType icon_type,
223 history::IconType icon_type) OVERRIDE {
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.h 46 enum IconType {
91 double drawIcon(const int layerId, IconType type);
VideoLayerManager.cpp 353 double VideoLayerManager::drawIcon(const int layerId, IconType type)
  /external/chromium/chrome/browser/history/
thumbnail_database.h 117 IconType* icon_type);
127 FaviconID AddFavicon(const GURL& icon_url, IconType icon_type);
139 IconType required_icon_type,
143 // All matched icon mappings are returned in descent order of IconType if
history_backend.h 224 IconType icon_type);
229 IconType icon_type);
462 IconType icon_type);
471 IconType icon_type,
history_types.h 681 enum IconType {
703 IconType icon_type;
727 history::IconType icon_type;
thumbnail_database.cc 36 static_cast<history::IconType>(statement.ColumnInt(2));
404 IconType* icon_type) {
417 *icon_type = static_cast<IconType>(statement.ColumnInt(1));
448 IconType icon_type) {
473 IconType required_icon_type,
history.h 647 history::IconType icon_type);
654 history::IconType icon_type);
676 history::IconType icon_type);
    [all...]
history.cc 453 history::IconType icon_type) {
462 history::IconType icon_type) {
478 history::IconType icon_type) {
history_backend.cc     [all...]
expire_history_backend_unittest.cc 71 FaviconID GetFavicon(const GURL& page_url, IconType icon_type);
324 IconType icon_type) {
    [all...]
history_backend_unittest.cc 133 FaviconID GetFavicon(const GURL& url, IconType icon_type) {
    [all...]

Completed in 204 milliseconds