Searched defs:HitTest (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc25 // to the NonClientView. We do this by overriding HitTest(), NonClientHitTest()
41 bool BrowserFrameViewChromeos::HitTest(const gfx::Point& l) const { function in class:chromeos::BrowserFrameViewChromeos
44 return OpaqueBrowserFrameView::HitTest(l);
/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.cc186 bool TouchBrowserFrameView::HitTest(const gfx::Point& point) const { function in class:TouchBrowserFrameView
187 if (OpaqueBrowserFrameView::HitTest(point))
/external/webkit/Source/WebKit/wx/
H A DWebFrame.cpp459 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const function in class:wxWebFrame
H A DWebView.cpp1057 wxWebViewDOMElementInfo wxWebView::HitTest(const wxPoint& pos) const function in class:wxWebView
1060 return m_mainFrame->HitTest(pos);
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc265 bool GlassBrowserFrameView::HitTest(const gfx::Point& l) const { function in class:GlassBrowserFrameView
H A Dopaque_browser_frame_view.cc405 bool OpaqueBrowserFrameView::HitTest(const gfx::Point& l) const { function in class:OpaqueBrowserFrameView
407 bool in_nonclient = NonClientFrameView::HitTest(l);
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp4934 static jobject HitTest(JNIEnv* env, jobject obj, jint nativeClass, jint x, function in namespace:android
5130 (void*) HitTest },

Completed in 2218 milliseconds