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

  /external/chromium_org/ui/views/controls/combobox/
native_combobox_wrapper.h 66 virtual gfx::NativeView GetTestingHandle() const = 0;
native_combobox_win.h 33 virtual gfx::NativeView GetTestingHandle() const OVERRIDE;
combobox.h 61 gfx::NativeView GetTestingHandle() const {
62 return native_wrapper_ ? native_wrapper_->GetTestingHandle() : NULL;
native_combobox_views.h 60 virtual gfx::NativeView GetTestingHandle() const OVERRIDE;
native_combobox_win.cc 162 gfx::NativeView NativeComboboxWin::GetTestingHandle() const {
native_combobox_views.cc 302 gfx::NativeView NativeComboboxViews::GetTestingHandle() const {
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_wrapper.h 106 virtual gfx::NativeView GetTestingHandle() const = 0;
textfield.h 254 gfx::NativeView GetTestingHandle() const {
255 return native_wrapper_ ? native_wrapper_->GetTestingHandle() : NULL;
native_textfield_views.h 131 virtual gfx::NativeView GetTestingHandle() const OVERRIDE;
native_textfield_win.h 80 virtual gfx::NativeView GetTestingHandle() const OVERRIDE;
native_textfield_win.cc 322 gfx::NativeView NativeTextfieldWin::GetTestingHandle() const {
    [all...]
native_textfield_views.cc 623 gfx::NativeView NativeTextfieldViews::GetTestingHandle() const {
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_lock_view.cc 60 gfx::NativeView widget = native_wrapper_->GetTestingHandle();
  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 172 return native_wrapper_->GetTestingHandle();
  /external/chromium_org/ui/views/
view_unittest.cc     [all...]

Completed in 276 milliseconds