HomeSort by relevance Sort by last modified time
    Searched refs:favicon_index (Results 1 - 5 of 5) 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.cc 135 AndroidStatement::AndroidStatement(sql::Statement* statement, int favicon_index)
137 favicon_index_(favicon_index) {
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
sqlite_cursor.cc 106 if (statement_->favicon_index() == column) {
231 if (column == statement_->favicon_index())
android_provider_backend_unittest.cc 450 EXPECT_EQ(6, statement->favicon_index());
464 EXPECT_EQ(6, statement->favicon_index());
570 EXPECT_EQ(6, statement->favicon_index());
586 EXPECT_EQ(6, statement->favicon_index());
679 EXPECT_EQ(6, statement->favicon_index());
    [all...]

Completed in 526 milliseconds