OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_1
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/window/
dialog_delegate_unittest.cc
124
LabelButton*
button_1
= new LabelButton(dialog(), string16());
local
125
client_view->AddChildView(
button_1
);
126
client_view->OnWillChangeFocus(ok_button,
button_1
);
127
EXPECT_TRUE(
button_1
->is_default());
128
dialog()->PressEnterAndCheckStates(
button_1
);
133
client_view->OnWillChangeFocus(
button_1
, checkbox);
134
EXPECT_FALSE(
button_1
->is_default());
141
EXPECT_FALSE(
button_1
->is_default());
147
EXPECT_FALSE(
button_1
->is_default());
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c
713
int
button_1
, button_3;
local
724
button_1
= (button & 0x04) >> 2;
727
button |= (
button_1
|button_3);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c
582
int
button_1
, button_3;
local
593
button_1
= (button & 0x04) >> 2;
596
button |= (
button_1
|button_3);
Completed in 27 milliseconds