HomeSort by relevance Sort by last modified time
    Searched defs:cursor_ (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/components/autofill/core/browser/
autofill_scanner.h 45 std::vector<const AutofillField*>::const_iterator cursor_; member in class:autofill::AutofillScanner
  /external/chromium_org/tools/relocation_packer/src/
leb128.h 48 : encoding_(encoding), cursor_(0) { }
62 size_t cursor_; member in class:relocation_packer::Leb128Decoder
  /external/chromium_org/mojo/public/cpp/bindings/lib/
fixed_buffer.h 58 size_t cursor_; member in class:mojo::internal::FixedBuffer
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.h 54 scoped_ptr<MouseCursor> cursor_; member in class:webrtc::DesktopAndCursorComposer
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.h 69 CursorDelegateEvdev* cursor_; member in class:ui::GestureInterpreterLibevdevCros
  /external/chromium_org/ui/ozone/platform/dri/
cursor_factory_evdev_dri.h 47 scoped_refptr<BitmapCursorOzone> cursor_; member in class:ui::CursorFactoryEvdevDri
  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.h 37 const IndexedDBKey& key() const { return cursor_->key(); }
38 const IndexedDBKey& primary_key() const { return cursor_->primary_key(); }
41 : cursor_->value();
67 scoped_ptr<IndexedDBBackingStore::Cursor> cursor_; member in class:content::IndexedDBCursor
  /external/chromium_org/media/audio/sounds/
test_data.h 36 int cursor() const { return cursor_; }
44 int cursor_; member in class:media::TestObserver
audio_stream_handler.cc 42 cursor_(0),
77 if (wav_audio_.AtEnd(cursor_))
78 cursor_ = 0;
82 cursor_ = 0;
112 if (wav_audio_.AtEnd(cursor_) ||
113 !wav_audio_.CopyTo(dest, cursor_, &bytes_written)) {
123 cursor_ += bytes_written;
138 g_observer_for_testing->OnStop(cursor_);
150 size_t cursor_; member in class:media::AudioStreamHandler::AudioStreamContainer
  /external/chromium_org/ui/events/ozone/evdev/
event_factory_evdev.h 69 CursorDelegateEvdev* cursor_; member in class:ui::EventFactoryEvdev
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 211 gfx::NativeCursor cursor_; member in class:views::NativeWidgetAura
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner_unittest.cc 56 cursor_ = gfx::Point();
83 cursor_ = gfx::Point(x, y);
103 return positioner_->GetAnchorPointForShelfCursor(shelf_edge, cursor_);
113 return positioner_->GetCursorDistanceFromShelf(shelf_edge, cursor_);
119 gfx::Point cursor_; member in class:AppListPositionerUnitTest
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux_unittest.cc 55 cursor_ = gfx::Point();
102 cursor_ = gfx::Point(x, y);
116 cursor_,
123 gfx::Point cursor_; member in class:AppListLinuxUnitTest
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win_unittest.cc 55 cursor_ = gfx::Point();
100 cursor_ = gfx::Point(x, y);
110 cursor_,
117 gfx::Point cursor_; member in class:AppListWinUnitTest
  /external/chromium_org/webkit/browser/fileapi/
file_writer_delegate.h 100 scoped_refptr<net::DrainableIOBuffer> cursor_; member in class:fileapi::FileWriterDelegate
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 138 uint8_t BufferLookahead(int i) { return buffer_[cursor_ + i]; }
141 size_t GetBufferUnreadBytes() { return buffer_size_ - cursor_; }
146 cursor_ = 0;
187 size_t cursor_; member in class:BitcodeWrapperer
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher_unittest.cc 138 : cursor_(cursor) {}
147 cursor_->reset(cursor);
151 scoped_ptr<WebIDBCursor>* cursor_; member in class:content::__anon11782::CursorCallbacks
  /external/chromium_org/ui/wm/core/
cursor_manager.cc 22 : cursor_(ui::kCursorNone),
29 gfx::NativeCursor cursor() const { return cursor_; }
30 void set_cursor(gfx::NativeCursor cursor) { cursor_ = cursor; }
60 gfx::NativeCursor cursor_; member in class:wm::internal::CursorState
  /external/chromium_org/content/browser/fileapi/
file_writer_delegate_unittest.cc 176 cursor_(0) {
192 buf->data()[i] = content_[cursor_++];
210 int cursor_; member in class:content::__anon11442::FileWriterDelegateTestJob
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 286 WebCursor cursor_; member in class:content::BrowserPlugin
  /external/chromium_org/pdf/
out_of_process_instance.h 215 PP_CursorType_Dev cursor_; // The current cursor. member in class:chrome_pdf::OutOfProcessInstance
  /external/chromium_org/ui/base/x/
x11_util.h 345 ::Cursor cursor_; member in class:ui::XScopedCursor
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 297 gfx::NativeCursor cursor_; member in class:views::DesktopNativeWidgetAura
  /art/compiler/utils/
assembler.h 182 *reinterpret_cast<T*>(cursor_) = value;
183 cursor_ += sizeof(T);
202 cursor_ += newposition - oldposition;
235 CHECK_GE(cursor_, contents_);
236 return cursor_ - contents_;
311 int GetPosition() { return cursor_ - contents_; }
320 byte* cursor_; member in class:art::AssemblerBuffer
330 byte* cursor() const { return cursor_; }
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 117 cursor_(0),
140 int cursor_; member in class:DeepHeapProfile::TextBuffer

Completed in 1890 milliseconds

1 2