Searched refs:GetIcon (Results 1 - 25 of 98) sorted by relevance

1234

/external/chromium_org/athena/activity/public/
H A Dactivity_view_model.h42 virtual gfx::ImageSkia GetIcon() const = 0;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dtable_row_nsimage_cache.h28 virtual gfx::ImageSkia GetIcon(int row) const = 0;
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble_model.h38 virtual gfx::Image* GetIcon() const = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dscreenlock_icon_provider.cc23 gfx::Image ScreenlockIconProvider::GetIcon(const std::string& username) { function in class:chromeos::ScreenlockIconProvider
H A Dscreenlock_icon_provider.h31 gfx::Image GetIcon(const std::string& username);
/external/chromium_org/ui/views/controls/table/
H A Dtest_table_model.cc30 gfx::ImageSkia TestTableModel::GetIcon(int row) { function in class:TestTableModel
H A Dtest_table_model.h19 virtual gfx::ImageSkia GetIcon(int row) OVERRIDE;
/external/chromium_org/athena/test/
H A Dtest_app_model_builder.cc53 SetIcon(GetIcon(), false /* has_shadow */);
58 gfx::ImageSkia GetIcon() const { function in class:athena::__anon2158::DummyItem
H A Dsample_activity.cc68 gfx::ImageSkia SampleActivity::GetIcon() const { function in class:athena::test::SampleActivity
H A Dsample_activity.h39 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_icon_manager_unittest.cc98 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());
H A Dbrowser_action_test_util.h44 gfx::Image GetIcon(int index);
H A Dextension_action_icon_factory.h52 gfx::Image GetIcon(int tab_id);
55 // Gets the icon that should be returned by |GetIcon| (without the attention
H A Dextension_action_icon_factory_unittest.cc200 gfx::Image icon = icon_factory.GetIcon(0);
231 gfx::Image icon = icon_factory.GetIcon(0);
238 icon = icon_factory.GetIcon(1);
272 gfx::Image icon = icon_factory.GetIcon(0);
282 icon = icon_factory.GetIcon(0);
290 icon = icon_factory.GetIcon(1);
H A Dextension_action_icon_factory.cc54 gfx::Image ExtensionActionIconFactory::GetIcon(int tab_id) { function in class:ExtensionActionIconFactory
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dbrowser_action_apitest.cc151 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(
[all...]
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.h30 virtual gfx::Image* GetIcon() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/test/
H A Dtest_confirm_bubble_model.cc35 gfx::Image* TestConfirmBubbleModel::GetIcon() const { function in class:TestConfirmBubbleModel
H A Dtest_confirm_bubble_model.h24 virtual gfx::Image* GetIcon() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtest_toolbar_model.cc49 int TestToolbarModel::GetIcon() const { function in class:TestToolbarModel
/external/chromium_org/chrome/browser/task_manager/
H A Dguest_information.cc45 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
78 gfx::ImageSkia GuestResource::GetIcon() const { function in class:task_manager::GuestResource
H A Dprinting_information.cc38 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
62 gfx::ImageSkia PrintingResource::GetIcon() const { function in class:task_manager::PrintingResource
H A Dpanel_information.cc40 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
89 gfx::ImageSkia PanelResource::GetIcon() const { function in class:task_manager::PanelResource
/external/chromium_org/athena/content/
H A Dapp_activity_proxy.cc89 gfx::ImageSkia AppActivityProxy::GetIcon() const { function in class:athena::AppActivityProxy
H A Dapp_activity_proxy.h48 virtual gfx::ImageSkia GetIcon() const OVERRIDE;

Completed in 322 milliseconds

1234