OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:window_point
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/ime/
input_method_imm32.cc
110
POINT
window_point
= { screen_bounds.x(), screen_bounds.y() };
local
111
ScreenToClient(attached_window, &
window_point
);
112
gfx::Rect caret_rect(gfx::Point(
window_point
.x,
window_point
.y),
/external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc
170
gfx::Point
window_point
= screen_point;
variable
177
&
window_point
);
183
xmotion->x =
window_point
.x();
184
xmotion->y =
window_point
.y();
/external/chromium/chrome/browser/ui/views/frame/
browser_view.cc
412
gfx::Point
window_point
(point.Add(GetMirroredPosition()));
413
window_point
.Offset(0, -frame_->GetHorizontalTabStripVerticalOffset(false));
414
return
window_point
;
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
541
gfx::Point
window_point
(point + GetMirroredPosition().OffsetFromOrigin());
542
window_point
.Offset(frame_->GetThemeBackgroundXInset(),
544
return
window_point
;
[
all
...]
Completed in 640 milliseconds