OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resizing_from_contents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h
45
bool
resizing_from_contents
() const { return resizing_from_contents_; }
function in class:keyboard::KeyboardControllerProxy
keyboard_controller.cc
105
if (keyboard_ && !controller_->proxy()->
resizing_from_contents
())
121
// The flag
resizing_from_contents
() is used to determine the keyboard is
123
if (controller_->proxy()->
resizing_from_contents
()) {
Completed in 250 milliseconds