Searched refs:frame_component (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc210 int frame_component = frame()->client_view()->NonClientHitTest(point); local
218 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
220 if (frame_component != HTNOWHERE)
221 return frame_component;
H A Dapp_panel_browser_frame_view.cc150 int frame_component = frame()->client_view()->NonClientHitTest(point); local
161 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
163 if (frame_component != HTNOWHERE)
164 return frame_component;
H A Dopaque_browser_frame_view.cc337 int frame_component = frame()->client_view()->NonClientHitTest(point); local
348 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
350 if (frame_component != HTNOWHERE)
351 return frame_component;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dshell_window_frame_view.cc202 int frame_component = GetHTComponentForFrame(point, local
208 if (frame_component != HTNOWHERE)
209 return frame_component;
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc321 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/
H A Dapp_panel_browser_frame_view.cc149 int frame_component = local
161 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
163 if (frame_component != HTNOWHERE)
164 return frame_component;
H A Dglass_browser_frame_view.cc207 int frame_component = local
216 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
218 if (frame_component != HTNOWHERE)
219 return frame_component;
H A Dopaque_browser_frame_view.cc309 int frame_component = local
321 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
323 if (frame_component != HTNOWHERE)
324 return frame_component;
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views.cc418 int frame_component = local
426 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
428 if (frame_component != HTNOWHERE)
429 return frame_component;
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc158 int frame_component = frame_->client_view()->NonClientHitTest(point); local
169 return (frame_component == HTCLIENT) ? HTCLIENT : HTSYSMENU;
171 if (frame_component != HTNOWHERE)
172 return frame_component;
/external/chromium_org/ash/wm/
H A Dframe_painter.cc343 int frame_component = view->GetHTComponentForFrame(point, local
349 if (frame_component != HTNOWHERE)
350 return frame_component;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc424 int frame_component = GetFrameEdgeHitTest( local
427 if (frame_component != HTNOWHERE)
428 return frame_component;

Completed in 206 milliseconds