OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screen_bounds_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc
66
screen_bounds_
(0, 0, 101, 71),
165
const gfx::Rect
screen_bounds_
;
member in class:autofill::risk::AutofillRiskFingerprintTest
196
screen_info.rect = blink::WebRect(
screen_bounds_
);
/external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc
231
screen_bounds_
(screen_bounds),
593
int offset_x = (
screen_bounds_
.width() - screen_width) / 2;
594
int offset_y = (
screen_bounds_
.height() - screen_height) / 2;
595
int window_x =
screen_bounds_
.x() + offset_x;
596
int window_y =
screen_bounds_
.y() + offset_y;
wizard_controller.h
190
// Calculates bounds using
screen_bounds_
.
225
gfx::Rect
screen_bounds_
;
member in class:WizardController
Completed in 62 milliseconds