OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:left_bound
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.cc
183
int
left_bound
= GetSystemMetrics(SM_XVIRTUALSCREEN);
local
191
int
left_bound
= display.bounds().x();
local
193
int
left_bound
= 0;
local
196
if (menu_position.x() <
left_bound
)
197
menu_position.set_x(
left_bound
);
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc
2148
const LONG
left_bound
= std::max(r.left, min_x);
local
[
all
...]
Completed in 36 milliseconds