OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_component
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ash/wm/
frame_border_hit_test_controller.cc
68
int
frame_component
= view->GetHTComponentForFrame(point,
local
74
if (
frame_component
!= HTNOWHERE)
75
return
frame_component
;
/external/chromium_org/apps/ui/views/
shell_window_frame_view.cc
190
int
frame_component
= GetHTComponentForFrame(point,
local
196
if (
frame_component
!= HTNOWHERE)
197
return
frame_component
;
/external/chromium/chrome/browser/ui/views/
constrained_window_views.cc
321
int
frame_component
=
local
329
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
331
if (
frame_component
!= HTNOWHERE)
332
return
frame_component
;
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
149
int
frame_component
=
local
161
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
163
if (
frame_component
!= HTNOWHERE)
164
return
frame_component
;
glass_browser_frame_view.cc
207
int
frame_component
=
local
216
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
218
if (
frame_component
!= HTNOWHERE)
219
return
frame_component
;
opaque_browser_frame_view.cc
309
int
frame_component
=
local
321
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
323
if (
frame_component
!= HTNOWHERE)
324
return
frame_component
;
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
148
int
frame_component
= frame()->client_view()->NonClientHitTest(point);
local
159
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
161
if (
frame_component
!= HTNOWHERE)
162
return
frame_component
;
glass_browser_frame_view.cc
234
int
frame_component
= frame()->client_view()->NonClientHitTest(point);
local
242
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
244
if (
frame_component
!= HTNOWHERE)
245
return
frame_component
;
opaque_browser_frame_view.cc
217
int
frame_component
= frame()->client_view()->NonClientHitTest(point);
local
228
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
230
if (
frame_component
!= HTNOWHERE)
231
return
frame_component
;
[
all
...]
/external/chromium_org/ui/views/window/
custom_frame_view.cc
151
int
frame_component
= frame_->client_view()->NonClientHitTest(point);
local
162
return (
frame_component
== HTCLIENT) ? HTCLIENT : HTSYSMENU;
164
if (
frame_component
!= HTNOWHERE)
165
return
frame_component
;
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc
426
int
frame_component
= GetFrameEdgeHitTest(
local
429
if (
frame_component
!= HTNOWHERE)
430
return
frame_component
;
Completed in 195 milliseconds