OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_resizing_from_contents
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h
49
void
set_resizing_from_contents
(bool resizing) {
function in class:keyboard::KeyboardControllerProxy
keyboard_controller_proxy.cc
87
proxy_->
set_resizing_from_contents
(true);
89
proxy_->
set_resizing_from_contents
(false);
keyboard_controller_unittest.cc
393
proxy()->
set_resizing_from_contents
(true);
402
proxy()->
set_resizing_from_contents
(false);
Completed in 32 milliseconds