HomeSort by relevance Sort by last modified time
    Searched refs:content_x (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/android/
window_android.cc 39 int content_x, int content_y, int width, int height,
44 content_x + content_offset_.x(),
window_android.h 37 bool GrabSnapshot(int content_x, int content_y, int width, int height,
  /external/chromium_org/ui/views/controls/button/
text_button.cc 439 int content_x = 0; local
442 content_x = insets.left();
445 content_x = width() - insets.right() - content_width;
446 if (content_x < insets.left())
447 content_x = insets.left();
450 content_x = insets.left() + std::max(0,
455 width() - insets.right() - content_x);
459 gfx::Rect bounds(content_x, content_y, content_width, text_size_.height());

Completed in 114 milliseconds