OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteInputMethodPrivateWin
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/ime/
remote_input_method_win.h
33
// - Data retrieval from
RemoteInputMethodPrivateWin
is implemented with
36
// will call
RemoteInputMethodPrivateWin
::OnCandidatePopupChanged and/or
37
//
RemoteInputMethodPrivateWin
::OnInputSourceChanged accordingly so that
40
// delegated to
RemoteInputMethodPrivateWin
so that RemoteInputMethodWin can
53
class UI_BASE_EXPORT
RemoteInputMethodPrivateWin
{
55
RemoteInputMethodPrivateWin
();
62
static
RemoteInputMethodPrivateWin
* Get(InputMethod* input_method);
95
DISALLOW_COPY_AND_ASSIGN(
RemoteInputMethodPrivateWin
);
remote_input_method_win_unittest.cc
265
TEST(RemoteInputMethodWinTest,
RemoteInputMethodPrivateWin
) {
269
RemoteInputMethodPrivateWin
* kNull =
270
static_cast<
RemoteInputMethodPrivateWin
*>(NULL);
271
EXPECT_EQ(kNull,
RemoteInputMethodPrivateWin
::Get(other_ptr));
275
EXPECT_NE(kNull,
RemoteInputMethodPrivateWin
::Get(input_method.get()));
279
EXPECT_EQ(kNull,
RemoteInputMethodPrivateWin
::Get(dangling_ptr));
285
RemoteInputMethodPrivateWin
* private_ptr =
286
RemoteInputMethodPrivateWin
::Get(input_method.get());
301
RemoteInputMethodPrivateWin
* private_ptr =
302
RemoteInputMethodPrivateWin
::Get(input_method.get())
[
all
...]
remote_input_method_win.cc
28
RemoteInputMethodPrivateWin
* g_private_interface_ = NULL;
31
RemoteInputMethodPrivateWin
* private_interface) {
40
RemoteInputMethodPrivateWin
* GetPrivate(InputMethod* public_interface) {
47
RemoteInputMethodPrivateWin
* private_interface = GetPrivate(public_interface);
110
public
RemoteInputMethodPrivateWin
{
289
// Overridden from
RemoteInputMethodPrivateWin
:
377
RemoteInputMethodPrivateWin
::
RemoteInputMethodPrivateWin
() {}
385
RemoteInputMethodPrivateWin
*
RemoteInputMethodPrivateWin
::Get
[
all
...]
/external/chromium_org/ui/aura/
remote_window_tree_host_win.cc
136
ui::
RemoteInputMethodPrivateWin
* remote_input_method_private =
209
ui::
RemoteInputMethodPrivateWin
* remote_input_method_private =
442
ui::
RemoteInputMethodPrivateWin
*
446
return ui::
RemoteInputMethodPrivateWin
::Get(input_method);
450
ui::
RemoteInputMethodPrivateWin
* remote_input_method_private =
462
ui::
RemoteInputMethodPrivateWin
* remote_input_method_private =
473
ui::
RemoteInputMethodPrivateWin
* remote_input_method_private =
482
ui::
RemoteInputMethodPrivateWin
* remote_input_method_private =
remote_window_tree_host_win.h
27
class
RemoteInputMethodPrivateWin
;
108
ui::
RemoteInputMethodPrivateWin
* GetRemoteInputMethodPrivate();
Completed in 67 milliseconds