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

  /external/chromium_org/ui/views/window/
frame_background.h 48 void set_theme_background_y(int y) { theme_background_y_ = y; }
102 int theme_background_y_; member in class:views::FrameBackground
frame_background.cc 32 theme_background_y_(0) {
161 canvas->DrawImageInt(*theme_overlay_image_, 0, theme_background_y_);

Completed in 833 milliseconds