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

  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.cc 175 int favicon_index; local
179 favicon_index = SIZE_64;
183 favicon_index = SIZE_32;
187 favicon_index = SIZE_16;
192 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 107 if (statement_->favicon_index() == column) {
231 if (column == statement_->favicon_index())
android_provider_backend_unittest.cc 463 EXPECT_EQ(6, statement->favicon_index());
477 EXPECT_EQ(6, statement->favicon_index());
585 EXPECT_EQ(6, statement->favicon_index());
601 EXPECT_EQ(6, statement->favicon_index());
696 EXPECT_EQ(6, statement->favicon_index());
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ProviderBookmarksUriTest.java 296 final int FAVICON_INDEX = 7;
330 // assertTrue(cursor.isNull(FAVICON_INDEX));
359 // assertTrue(cursor.isNull(FAVICON_INDEX));
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 563 final int FAVICON_INDEX = 7;
595 assertNull(cursor.getBlob(FAVICON_INDEX));
622 assertNull(cursor.getBlob(FAVICON_INDEX));
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 1170 size_t favicon_index; member in struct:__anon8591::ExpectedResult
1236 size_t favicon_index; member in struct:__anon8591::ExpectedResult
    [all...]

Completed in 109 milliseconds