HomeSort by relevance Sort by last modified time
    Searched refs:GetIcon (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/chromium_org/athena/activity/public/
activity_view_model.h 42 virtual gfx::ImageSkia GetIcon() const = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/
table_row_nsimage_cache.h 28 virtual gfx::ImageSkia GetIcon(int row) const = 0;
  /external/chromium_org/chrome/browser/ui/
confirm_bubble_model.h 38 virtual gfx::Image* GetIcon() const = 0;
tab_modal_confirm_dialog_delegate.h 78 virtual gfx::Image* GetIcon();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screenlock_icon_provider.h 31 gfx::Image GetIcon(const std::string& username);
screenlock_icon_provider.cc 23 gfx::Image ScreenlockIconProvider::GetIcon(const std::string& username) {
  /external/chromium_org/ui/views/controls/table/
test_table_model.h 19 virtual gfx::ImageSkia GetIcon(int row) OVERRIDE;
test_table_model.cc 30 gfx::ImageSkia TestTableModel::GetIcon(int row) {
  /external/chromium_org/chrome/browser/extensions/
extension_action_icon_factory.h 52 gfx::Image GetIcon(int tab_id);
55 // Gets the icon that should be returned by |GetIcon| (without the attention
extension_icon_manager_unittest.cc 98 return manager.GetIcon(dummy_id);
126 SkBitmap first_icon = icon_manager.GetIcon(extension->id());
136 SkBitmap second_icon = icon_manager.GetIcon(extension->id());
168 SkBitmap first_icon = icon_manager.GetIcon(extension->id());
178 SkBitmap second_icon = icon_manager.GetIcon(extension->id());
browser_action_test_util.h 44 gfx::Image GetIcon(int index);
extension_icon_manager.h 41 const SkBitmap& GetIcon(const std::string& extension_id);
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_bubble_model.h 30 virtual gfx::Image* GetIcon() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/panels/
native_panel_stack_window.h 24 virtual gfx::Image GetIcon() const = 0;
  /external/chromium_org/chrome/browser/ui/test/
test_confirm_bubble_model.h 24 virtual gfx::Image* GetIcon() const OVERRIDE;
test_confirm_bubble_model.cc 35 gfx::Image* TestConfirmBubbleModel::GetIcon() const {
  /external/chromium_org/athena/test/
test_app_model_builder.cc 53 SetIcon(GetIcon(), false /* has_shadow */);
58 gfx::ImageSkia GetIcon() const {
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 151 gfx::Image action_icon = icon_factory.GetIcon(0);
154 // Let's check that |GetIcon| doesn't always return bitmap with new id.
156 icon_factory.GetIcon(0).ToSkBitmap()->getGenerationID());
166 action_icon = icon_factory.GetIcon(0);
176 *GetBrowserActionsBar().GetIcon(0).ToImageSkia(),
183 action_icon = icon_factory.GetIcon(0);
194 *GetBrowserActionsBar().GetIcon(0).ToImageSkia(),
202 action_icon = icon_factory.GetIcon(0);
212 *GetBrowserActionsBar().GetIcon(0).ToImageSkia(),
219 action_icon = icon_factory.GetIcon(0)
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
test_toolbar_model.cc 49 int TestToolbarModel::GetIcon() const {
toolbar_model.h 81 // user is editing; see OmniboxView::GetIcon().
82 virtual int GetIcon() const = 0;
84 // As |GetIcon()|, but returns the icon only taking into account the security
toolbar_model_impl.h 48 virtual int GetIcon() const OVERRIDE;
  /external/chromium_org/ui/base/models/
table_model.h 45 virtual gfx::ImageSkia GetIcon(int row);
  /external/chromium_org/ui/views/examples/
table_example.h 44 virtual gfx::ImageSkia GetIcon(int row) OVERRIDE;
  /external/chromium_org/chrome/browser/task_manager/
guest_information.cc 45 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
78 gfx::ImageSkia GuestResource::GetIcon() const {
printing_information.cc 38 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
62 gfx::ImageSkia PrintingResource::GetIcon() const {

Completed in 570 milliseconds

1 2 3 4