Home
last modified time | relevance | path

Searched refs:image_height_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_bar_button_with_title.cc77 image_height_ = ui::ResourceBundle::GetSharedInstance().GetImageNamed( in TrayBarButtonWithTitle()
93 int bar_image_y = rect.height() / 2 - image_height_ / 2; in Layout()
97 image_height_); in Layout()
104 bar_image_y + image_height_ - 3, in Layout()
Dtray_bar_button_with_title.h40 int image_height_; variable
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dcarbonvideorenderer.cc38 image_height_(0), in CarbonVideoRenderer()
75 int height = image_height_; in DrawFrame()
112 if (width != image_width_ || height != image_height_) { in SetSize()
116 image_height_ = height; in SetSize()
Dcarbonvideorenderer.h63 int image_height_; variable
/external/chromium_org/google_apis/drive/
Dgdata_wapi_parser.h411 int64 image_height() const { return image_height_; } in image_height()
465 void set_image_height(int64 image_height) { image_height_ = image_height; } in set_image_height()
505 int64 image_height_; variable
Dgdata_wapi_parser.cc348 image_height_(-1), in ResourceEntry()