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

  /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...]
candidate_window.cc 20 : property_(new CandidateWindowProperty) {
  /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
x11_property_change_waiter.cc 19 property_(property),
73 event->xproperty.atom != atom_cache_->GetAtom(property_) ||
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 306 def _GenerateProperty(self, property_):
310 if not hasattr(property_, 'type_'):
311 for d in dir(property_):
313 print ('%s -> %s' % (d, getattr(property_, d)))
314 type_ = property_.type_
323 with self._current_node.Descend(property_.simple_name):
325 'name': property_.simple_name,
326 'optional': property_.optional,
327 'description': property_.description,
332 'id': _CreateId(property_, 'property')
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 912 COMPILE_ASSERT(!(STATE & %s), property_%s_already_set);

Completed in 278 milliseconds