OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttachedWindow
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ui/base/ime/
dummy_text_input_client.cc
32
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_win.cc
331
// On Non-Aura environment, TextInputClient::
GetAttachedWindow
() returns
335
return text_input_client->
GetAttachedWindow
();
input_method_ibus_unittest.cc
267
virtual gfx::NativeWindow
GetAttachedWindow
() const OVERRIDE {
[
all
...]
/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/ui/views/controls/textfield/
native_textfield_views.h
181
virtual gfx::NativeWindow
GetAttachedWindow
() const OVERRIDE;
native_textfield_views.cc
960
gfx::NativeWindow NativeTextfieldViews::
GetAttachedWindow
() const {
[
all
...]
/external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc
124
virtual gfx::NativeWindow
GetAttachedWindow
() const OVERRIDE {
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h
264
virtual gfx::NativeWindow
GetAttachedWindow
() const OVERRIDE;
[
all
...]
render_widget_host_view_win.h
275
virtual gfx::NativeWindow
GetAttachedWindow
() const OVERRIDE;
render_widget_host_view_win.cc
[
all
...]
render_widget_host_view_aura.cc
[
all
...]
/external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc
34
MOCK_CONST_METHOD0(
GetAttachedWindow
, gfx::NativeWindow());
[
all
...]
Completed in 54 milliseconds