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

  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 35 gfx::NativeWindow DummyTextInputClient::GetAttachedWindow() const {
dummy_text_input_client.h 25 virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE;
text_input_client.h 61 virtual gfx::NativeWindow GetAttachedWindow() const = 0;
input_method_chromeos_unittest.cc 273 virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE {
    [all...]
  /external/chromium_org/ui/wm/core/
input_method_event_filter.cc 90 target_window = input->GetAttachedWindow();
input_method_event_filter_unittest.cc 36 virtual aura::Window* GetAttachedWindow() const OVERRIDE { return window_; }
  /external/chromium_org/ui/views/controls/
prefix_selector.h 34 virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE;
prefix_selector.cc 58 gfx::NativeWindow PrefixSelector::GetAttachedWindow() const {
  /external/chromium_org/ui/views/ime/
input_method_bridge.h 59 virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE;
input_method_bridge.cc 213 gfx::NativeWindow InputMethodBridge::GetAttachedWindow() const {
216 client->GetAttachedWindow() : static_cast<gfx::NativeWindow>(NULL);
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 143 text_input_client->GetAttachedWindow()->GetToplevelWindow();
workspace_layout_manager_unittest.cc     [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 287 virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE;
textfield.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 252 virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE;
render_widget_host_view_aura.cc     [all...]
render_widget_host_view_aura_unittest.cc     [all...]

Completed in 366 milliseconds