HomeSort by relevance Sort by last modified time
    Searched defs:favicon_index (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.cc 177 int favicon_index; local
181 favicon_index = SIZE_64;
185 favicon_index = SIZE_32;
189 favicon_index = SIZE_16;
194 default_favicons_[favicon_index].get();
200 default_favicons_[favicon_index] = default_favicon;
  /external/chromium_org/chrome/browser/history/android/
android_history_types.h 305 // Using favicon_index() to get the index of favicon; The value of that column
310 AndroidStatement(sql::Statement* statement, int favicon_index);
319 int favicon_index() const { function in class:history::AndroidStatement

Completed in 511 milliseconds