OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grab_input_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc
157
grab_input_
(attribute_flags & GRAB_INPUT),
243
if (
grab_input_
) {
264
if (
grab_input_
)
543
if (!
grab_input_
)
545
grab_input_
= false;
572
// the pointer even if |
grab_input_
| is false to prevent a weird error
589
// Only grab the keyboard input if |
grab_input_
| is true.
590
if (
grab_input_
) {
604
if (
grab_input_
)
679
// If |
grab_input_
| is false, pointer input has been grabbed as a hack i
[
all
...]
bubble_gtk.h
243
bool
grab_input_
;
member in class:BubbleGtk
/external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc
75
grab_input_
(true),
107
grab_input_
= grab_input;
179
if (
grab_input_
) {
359
if (
grab_input_
)
498
if (
grab_input_
) {
info_bubble_gtk.h
204
bool
grab_input_
;
member in class:InfoBubbleGtk
Completed in 27 milliseconds