OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_component
(Results
1 - 4
of
4
) sorted by null
/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
...]
Completed in 3953 milliseconds