HomeSort by relevance Sort by last modified time
    Searched defs:hittest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 128 int hittest = local
131 hittest == HTCAPTION ||
132 hittest == HTTOP) {
  /external/chromium_org/tools/traceline/svgui/
traceline.js 321 this.hittest = function(startms, dur) {
336 this.hittest = function(startms, dur) {
662 if (!thing.hittest(startms, startms+dur))
  /external/chromium_org/third_party/skia/samplecode/
SampleRotateCircles.cpp 152 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { function
334 if (hittest(fPts[i], x, y)) {
SamplePatch.cpp 329 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PatchView
338 if (hittest(fPts[i], x, y)) {
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 2144 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); local
2340 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); local
    [all...]

Completed in 416 milliseconds