HomeSort by relevance Sort by last modified time
    Searched refs:ImageSkia (Results 251 - 275 of 537) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.h 66 void OnSourceThumbnail(int index, const gfx::ImageSkia& thumbnail);
  /external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.cc 74 const gfx::ImageSkia& icon,
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.cc 40 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
66 static gfx::ImageSkia* default_icon_;
71 gfx::ImageSkia* ChildProcessResource::default_icon_ = NULL;
108 gfx::ImageSkia ChildProcessResource::GetIcon() const {
extension_process_resource_provider.cc 47 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
65 static gfx::ImageSkia* default_icon_;
78 gfx::ImageSkia* ExtensionProcessResource::default_icon_ = NULL;
118 gfx::ImageSkia ExtensionProcessResource::GetIcon() const {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.h 33 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
extension_app_model_builder.h 27 class ImageSkia;
fast_show_pickler.cc 78 bool PickleImage(Pickle* pickle, const gfx::ImageSkia& image) {
99 bool UnpickleImage(PickleIterator* it, gfx::ImageSkia* out) {
104 gfx::ImageSkia result;
164 gfx::ImageSkia icon;
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.h 76 gfx::ImageSkia icon_;
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.h 22 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_chromeos.h 41 virtual const gfx::ImageSkia& GetUserImage(
session_state_delegate_views.h 38 virtual const gfx::ImageSkia& GetUserImage(
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.h 41 virtual gfx::ImageSkia* GetDefaultWindowIcon() const OVERRIDE;
profile_reset_bubble_view.h 102 gfx::ImageSkia brighter_help_image_;
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h 90 void CreateStatusIcon(const gfx::ImageSkia& image,
  /external/chromium_org/chrome/common/
badge_util.cc 128 canvas->DrawImageInt(gfx::ImageSkia::CreateFrom1xBitmap(icon), 0, 0);
200 gfx::ImageSkia* gradient_left = rb.GetImageSkiaNamed(
202 gfx::ImageSkia* gradient_right = rb.GetImageSkiaNamed(
204 gfx::ImageSkia* gradient_center = rb.GetImageSkiaNamed(
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc 38 PP_Resource FakePepperPluginInstance::CreateImage(gfx::ImageSkia* source_image,
fake_pepper_plugin_instance.h 24 virtual PP_Resource CreateImage(gfx::ImageSkia* source_image,
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.h 57 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
  /external/chromium_org/ui/message_center/views/
proportional_image_view.cc 12 ProportionalImageView::ProportionalImageView(const gfx::ImageSkia& image)
  /external/chromium_org/ui/views/
button_drag_utils.cc 25 const gfx::ImageSkia& icon,
  /external/chromium_org/ui/views/controls/menu/
menu_config_views.cc 40 gfx::ImageSkia check = GetMenuCheckImage(false);
  /external/chromium_org/ui/views/test/
test_views_delegate.cc 47 gfx::ImageSkia* TestViewsDelegate::GetDefaultWindowIcon() const {
test_views_delegate.h 58 virtual gfx::ImageSkia* GetDefaultWindowIcon() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 65 gfx::ImageSkia BrowserActionView::GetIconWithBadge() {
72 gfx::ImageSkia icon = *button_->icon_factory().GetIcon(tab_id).ToImageSkia();
234 gfx::ImageSkia icon = *icon_factory_.GetIcon(tab_id).ToImageSkia();
250 gfx::ImageSkia bg = *theme->GetImageSkiaNamed(background_id);
253 gfx::ImageSkia bg_h = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_H);
256 gfx::ImageSkia bg_p = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_P);
399 gfx::ImageSkia BrowserActionButton::GetIconForTest() {
  /external/chromium_org/ash/display/
mirror_window_controller.cc 131 void SetCursorImage(const gfx::ImageSkia& image,
136 cursor_image_ = gfx::ImageSkia::CreateFrom1xBitmap(image_rep.sk_bitmap());
142 gfx::ImageSkia cursor_image_;
277 const gfx::ImageSkia* image =
279 gfx::ImageSkia rotated = *image;

Completed in 170 milliseconds

<<11121314151617181920>>