Searched defs:inside (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_win.cc106 bool inside = cursor_info.flags == CURSOR_SHOWING; local
113 inside = false;
115 if (inside) {
117 inside = windowUnderCursor ?
125 if (inside)
126 inside = rect.Contains(position);
130 callback_->OnMouseCursorPosition(inside ? INSIDE : OUTSIDE, position);
H A Ddesktop_and_cursor_composer_unittest.cc210 bool inside; member in struct:webrtc::__anon15936::__anon15937
235 MouseCursorMonitor::CursorState state = tests[i].inside
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_util.js207 * @return {boolean} True if the point lies inside the rectangle.
209 Rect.prototype.inside = function(x, y) {
365 * Check if the point is inside the circle.
368 * @return {boolean} True if the point is inside.
370 Circle.prototype.inside = function(x, y) {
/external/chromium_org/android_webview/browser/
H A Dshared_renderer_state.cc231 void SharedRendererState::SetInsideHardwareRelease(bool inside) { argument
233 inside_hardware_release_ = inside;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp220 bool inside = curr->nodeAtPoint(request, result, locationInContainer, accumulatedOffset, root.lineTop(), root.lineBottom()); local
221 if (inside) {
H A DRenderWidget.cpp46 // destroyed while inside the Widget code, which might not be
308 bool inside = RenderReplaced::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, action); local
311 if ((inside || result.isRectBasedTest()) && !hadResult && result.innerNode() == node())
313 return inside;
H A DRenderImage.cpp360 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, locationInContainer, accumulatedOffset, hitTestAction); local
374 if (!inside && result.isRectBasedTest())
376 if (inside)
378 return inside;
H A DRenderObject.cpp373 // know that it's inside a "hidden SVG subtree", and thus paints, even if it shouldn't.
374 // To avoid the problem alltogether, detect early if we're inside a hidden SVG subtree
2574 bool inside = false; local
2577 inside = nodeAtPoint(request, result, locationInContainer, accumulatedOffset, HitTestForeground);
2580 if (!inside)
2581 inside = nodeAtPoint(request, result, locationInContainer, accumulatedOffset, HitTestFloat);
2584 if (!inside)
2585 inside = nodeAtPoint(request, result, locationInContainer, accumulatedOffset, HitTestChildBlockBackgrounds);
2588 // See if the mouse is inside us but not any of our descendants
2589 if (hitTestFilter != HitTestDescendants && !inside)
[all...]
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp.el108 (defun gyp-inside-dictionary-p ()
109 "Predicate returning true if the parser is inside a dictionary."
141 (if (gyp-inside-dictionary-p)
142 ;; Look for sections inside a dictionary
/external/chromium_org/media/base/
H A Dvideo_util_unittest.cc370 bool inside = x >= view_area.x() && local
376 inside ? 0x01 : 0x00);
379 inside ? 0x02 : 0x80);
382 inside ? 0x03 : 0x80);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java572 e.push(d.inside);
652 private String inside; field in class:EmitUtils.ArrayDelimiters
655 public ArrayDelimiters(String before, String inside, String after) { argument
657 this.inside = inside;
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c1144 void GEM_wind_redraw(_THIS, int winhandle, short *inside) argument
1158 if (rc_intersect((GRECT *)inside,(GRECT *)todo)) {
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp644 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
654 inside = 1;
663 inside = 2;
672 inside = 3;
703 fInside = inside;
/external/skia/src/core/
H A DSkRegion.cpp644 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
654 inside = 1;
663 inside = 2;
672 inside = 3;
703 fInside = inside;
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp284 const TriangleVertex& inside = v1; local
288 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist);
298 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position);
301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist);
302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist);
303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist);
308 const TriangleVertex& inside = v2; local
312 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
321 const ClipVec4 approximatedClipPoint = tcu::mix(inside
359 const TriangleVertex& inside = v0; local
383 const TriangleVertex& inside = v0; local
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1418 int inside = center.x >= radius && center.x < size.width - radius && local
1430 if( inside )
/external/qemu/android/skin/
H A Dwindow.c706 char inside; member in struct:__anon29199
715 finger->inside = 0;
992 finger->inside = 0;
999 finger->inside = 1;
1020 char inside = 1; local
1026 inside = 0;
1030 inside = 0;
1034 inside = 0;
1037 inside = 0;
1039 finger->inside
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1913 milliseconds