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

  /external/chromium_org/ui/views/test/
x11_property_change_waiter.h 27 // Blocks till the value of |property_| changes.
44 const char* property_; member in class:views::X11PropertyChangeWaiter
  /external/chromium_org/ui/base/ime/
candidate_window.h 61 return *property_;
64 *property_ = property;
73 uint32 page_size() const { return property_->page_size; }
74 void set_page_size(uint32 page_size) { property_->page_size = page_size; }
77 uint32 cursor_position() const { return property_->cursor_position; }
79 property_->cursor_position = cursor_position;
83 bool is_cursor_visible() const { return property_->is_cursor_visible; }
85 property_->is_cursor_visible = is_cursor_visible;
90 return property_->is_vertical ? VERTICAL : HORIZONTAL;
93 property_->is_vertical = (orientation == VERTICAL)
123 scoped_ptr<CandidateWindowProperty> property_; member in class:ui::CandidateWindow
    [all...]

Completed in 156 milliseconds