Home
last modified time | relevance | path

Searched refs:resizing_from_contents_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/keyboard/
Dkeyboard_controller_proxy.h45 bool resizing_from_contents() const { return resizing_from_contents_; } in resizing_from_contents()
50 resizing_from_contents_ = resizing; in set_resizing_from_contents()
101 bool resizing_from_contents_; variable
Dkeyboard_controller_proxy.cc115 : default_url_(kKeyboardWebUIURL), resizing_from_contents_(false) { in KeyboardControllerProxy()