OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyboardControllerProxy
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h
32
class KEYBOARD_EXPORT
KeyboardControllerProxy
{
34
KeyboardControllerProxy
();
35
virtual ~
KeyboardControllerProxy
();
103
DISALLOW_COPY_AND_ASSIGN(
KeyboardControllerProxy
);
keyboard_controller_proxy.cc
60
KeyboardContentsDelegate(keyboard::
KeyboardControllerProxy
* proxy)
105
keyboard::
KeyboardControllerProxy
* proxy_;
114
KeyboardControllerProxy
::
KeyboardControllerProxy
()
118
KeyboardControllerProxy
::~
KeyboardControllerProxy
() {
121
const GURL&
KeyboardControllerProxy
::GetValidUrl() {
125
void
KeyboardControllerProxy
::SetOverrideContentUrl(const GURL& url) {
138
void
KeyboardControllerProxy
::ReloadContents() {
150
aura::Window*
KeyboardControllerProxy
::GetKeyboardWindow()
[
all
...]
keyboard_controller.h
31
class
KeyboardControllerProxy
;
48
explicit KeyboardController(
KeyboardControllerProxy
* proxy);
72
KeyboardControllerProxy
* proxy() { return proxy_.get(); }
99
scoped_ptr<
KeyboardControllerProxy
> proxy_;
keyboard_controller.cc
45
explicit KeyboardWindowDelegate(keyboard::
KeyboardControllerProxy
* proxy)
85
keyboard::
KeyboardControllerProxy
* proxy_;
142
KeyboardController::KeyboardController(
KeyboardControllerProxy
* proxy)
keyboard_controller_unittest.cc
56
class TestKeyboardControllerProxy : public
KeyboardControllerProxy
{
71
// Overridden from
KeyboardControllerProxy
:
214
KeyboardControllerProxy
* proxy() { return proxy_; }
232
KeyboardControllerProxy
* proxy_;
/external/chromium_org/ash/shell/
keyboard_controller_proxy_stub.h
17
// Stub implementation of
KeyboardControllerProxy
18
class KeyboardControllerProxyStub : public keyboard::
KeyboardControllerProxy
{
26
// Overridden from keyboard::
KeyboardControllerProxy
:
shell_delegate_impl.h
18
class
KeyboardControllerProxy
;
44
virtual keyboard::
KeyboardControllerProxy
*
shell_delegate_impl.cc
111
keyboard::
KeyboardControllerProxy
*
/external/chromium_org/ash/
shell_delegate.h
40
class
KeyboardControllerProxy
;
88
// Create a shell-specific keyboard::
KeyboardControllerProxy
89
virtual keyboard::
KeyboardControllerProxy
*
shell.cc
[
all
...]
/external/chromium_org/ash/test/
test_shell_delegate.h
15
class
KeyboardControllerProxy
;
40
virtual keyboard::
KeyboardControllerProxy
*
test_shell_delegate.cc
90
keyboard::
KeyboardControllerProxy
*
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h
25
class
KeyboardControllerProxy
;
46
virtual keyboard::
KeyboardControllerProxy
*
ash_keyboard_controller_proxy.h
29
// Subclass of
KeyboardControllerProxy
. It is used by KeyboardController to get
32
: public keyboard::
KeyboardControllerProxy
,
42
// keyboard::
KeyboardControllerProxy
overrides
chrome_shell_delegate.cc
148
keyboard::
KeyboardControllerProxy
*
ash_keyboard_controller_proxy.cc
180
KeyboardControllerProxy
::ShowKeyboardContainer(container);
203
KeyboardControllerProxy
::HideKeyboardContainer(container);
Completed in 497 milliseconds