Searched refs:cursor_type_ (Results 1 - 5 of 5) sorted by path

/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc96 cursor_type_(ui::kCursorNone),
165 if (cursor_type_ == cursor.native_type() &&
168 cursor_type_ = cursor.native_type();
219 cursor_type_,
H A Dcursor_window_controller.h69 int cursor_type_; member in class:ash::CursorWindowController
/external/chromium_org/ash/test/
H A Dmirror_window_test_api.cc27 cursor_window_controller()->cursor_type_;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.cc25 cursor_type_(cursor_type),
146 switch (cursor_type_) {
H A Dindexed_db_cursor.h41 return (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) ? NULL
64 indexed_db::CursorType cursor_type_; member in class:content::IndexedDBCursor

Completed in 209 milliseconds