HomeSort by relevance Sort by last modified time
    Searched refs:sides (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 12 static bool ResizingLeft(panel::ResizingSides sides) {
13 return sides == panel::RESIZE_TOP_LEFT ||
14 sides == panel::RESIZE_LEFT ||
15 sides == panel::RESIZE_BOTTOM_LEFT;
18 static bool ResizingRight(panel::ResizingSides sides) {
19 return sides == panel::RESIZE_TOP_RIGHT ||
20 sides == panel::RESIZE_RIGHT ||
21 sides == panel::RESIZE_BOTTOM_RIGHT;
24 static bool ResizingTop(panel::ResizingSides sides) {
25 return sides == panel::RESIZE_TOP_LEFT |
    [all...]
panel_resize_controller.h 29 panel::ResizingSides sides);
panel_manager.h 101 panel::ResizingSides sides);
panel_manager.cc 464 panel::ResizingSides sides) {
466 sides != panel::RESIZE_NONE)
467 resize_controller_->StartResizing(panel, mouse_location, sides);
panel_resize_browsertest.cc 32 panel::ResizingSides sides,
37 switch (sides) {
68 panel_manager->StartResizingByMouse(panel, mouse_location, sides);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DockController.js 117 var sides = [WebInspector.DockController.State.DockedToBottom, WebInspector.DockController.State.Undocked, WebInspector.DockController.State.DockedToRight]; variable
118 sides.remove(this._dockSide);
121 sides.remove(lastState);
122 if (sides.length === 2) { // last state was not from the list of potential values
123 lastState = sides[0];
124 sides.remove(lastState);
127 this._decorateButtonForTargetState(this._dockToggleButtonOption, sides[0]);
  /external/eigen/test/
geo_alignedbox.cpp 104 Vector2f sides = M-m; local
105 VERIFY_IS_APPROX(sides, box.sizes() );
106 VERIFY_IS_APPROX(sides[1], box.sizes()[1] );
107 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() );
108 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() );
131 Vector3i sides = M-m; local
132 VERIFY_IS_APPROX(sides, box.sizes() );
133 VERIFY_IS_APPROX(sides[1], box.sizes()[1] );
134 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() );
135 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() )
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=true, width=.6<endif>]; <name>
  /external/clang/test/SemaCXX/
crashes.cpp 166 static int nsCSSRect::* sides; member in class:test3::nsCSSRect
171 int& x = dimenX.*sides;
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 51 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
54 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
check_spectrum_playback.py 50 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
  /external/chromium_org/v8/test/webkit/
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
  /external/guava/guava-tests/test/com/google/common/collect/
BstTesting.java 127 BstPathFactory<N, P> factory, N root, BstSide... sides) {
129 for (BstSide side : sides) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 287 int[] sides = {CropObject.MOVE_TOP, local
295 for (int i = 0; i < sides.length; i++) {
296 mCropObj.selectEdge(sides[i]);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 16 be kept in sync. New events must be handled on both sides of socket.
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 277 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
postproc_sse2.asm 691 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 498 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
vp9_postproc_sse2.asm 663 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
  /external/chromium_org/chrome_frame/
CFInstance.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 639 milliseconds

1 2