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

  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 78 // will be true and |icon_handle| will be non-NULL. If this is false, then
79 // |icon_handle| will be NULL.
82 FaviconService::Handle icon_handle; member in struct:HistoryMenuBridge::HistoryItem
history_menu_bridge.mm 429 item->icon_handle = handle;
443 item->icon_handle = NULL;
465 service->CancelRequest(item->icon_handle);
467 item->icon_handle = NULL;
history_menu_bridge_unittest.mm 351 EXPECT_GT(item.icon_handle, 0);
380 GotFaviconData(item.icon_handle, favicon);

Completed in 403 milliseconds