Home
last modified time | relevance | path

Searched refs:sides (Results 1 – 25 of 58) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_resize_controller.cc12 static bool ResizingLeft(panel::ResizingSides sides) { in ResizingLeft() argument
13 return sides == panel::RESIZE_TOP_LEFT || in ResizingLeft()
14 sides == panel::RESIZE_LEFT || in ResizingLeft()
15 sides == panel::RESIZE_BOTTOM_LEFT; in ResizingLeft()
18 static bool ResizingRight(panel::ResizingSides sides) { in ResizingRight() argument
19 return sides == panel::RESIZE_TOP_RIGHT || in ResizingRight()
20 sides == panel::RESIZE_RIGHT || in ResizingRight()
21 sides == panel::RESIZE_BOTTOM_RIGHT; in ResizingRight()
24 static bool ResizingTop(panel::ResizingSides sides) { in ResizingTop() argument
25 return sides == panel::RESIZE_TOP_LEFT || in ResizingTop()
[all …]
Dpanel_resize_controller.h29 panel::ResizingSides sides);
Dpanel_manager.cc464 panel::ResizingSides sides) { in StartResizingByMouse() argument
466 sides != panel::RESIZE_NONE) in StartResizingByMouse()
467 resize_controller_->StartResizing(panel, mouse_location, sides); in StartResizingByMouse()
Dpanel_manager.h101 panel::ResizingSides sides);
Dpanel_resize_browsertest.cc32 panel::ResizingSides sides, in ResizePanel() argument
37 switch (sides) { in ResizePanel()
68 panel_manager->StartResizingByMouse(panel, mouse_location, sides); in ResizePanel()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDockController.js117 …var sides = [WebInspector.DockController.State.DockedToBottom, WebInspector.DockController.State.U…
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/
Dgeo_alignedbox.cpp104 Vector2f sides = M-m; in specificTest1() local
105 VERIFY_IS_APPROX(sides, box.sizes() ); in specificTest1()
106 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); in specificTest1()
107 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); in specificTest1()
108 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ); in specificTest1()
131 Vector3i sides = M-m; in specificTest2() local
132 VERIFY_IS_APPROX(sides, box.sizes() ); in specificTest2()
133 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); in specificTest2()
134 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); in specificTest2()
135 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ); in specificTest2()
/external/clang/test/SemaCXX/
Dcrashes.cpp166 static int nsCSSRect::* sides; variable
171 int& x = dimenX.*sides; in ParseBoxCornerRadii()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dinstant_opt_in_view.mm18 // How far from the sides to inset the horizontal line.
41 // sides by 2 px.
Dkeyword_hint_decoration.mm21 // How far to inset the hint text area from sides.
24 // How far to inset the hint image from sides. Lines baseline of text
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
Dstopstate.st1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
Ddot.stg72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
/external/llvm/test/YAMLParser/
Dconstruct-seq.data5 - Mercury # Rotates - no light/dark sides.
/external/iproute2/doc/
Dpreamble.tex10 % To print it in compact form: both sides on one sheet (psnup -2)
/external/guava/guava-tests/test/com/google/common/collect/
DBstTesting.java127 BstPathFactory<N, P> factory, N root, BstSide... sides) { in extension() argument
129 for (BstSide side : sides) { in extension()
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
DT.g47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
/external/eigen/doc/
DI02_HiPerformance.dox31 When Eigen detects a matrix product, it analyzes both sides of the product to extract a
60 <td>Use .noalias() to tell Eigen the result and right-hand-sides do not alias.
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view.mm81 // and right sides (see |kCurveSize|). This is an artifact of the way it is
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view.mm86 // and right sides (see |kCurveSize|). This is an artifact of the way it is
/external/chromium_org/third_party/sqlite/src/test/
Din3.test209 # Logically, numeric affinity is applied to both sides before
225 # Numeric affinity is applied to both sides before
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_overlay_controller.mm56 // stroke is hidden on the sides and bottom.
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dkeyword_hint_decoration.mm20 // How far to inset the hint image from sides. Lines baseline of text
/external/libvpx/libvpx/vp8/common/x86/
Dpostproc_mmx.asm277 … psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
/external/chromium/chrome/browser/ui/cocoa/
Dspeech_input_window_controller.mm20 const int kBubbleHorizontalMargin = 5; // Space on either sides of controls.
/external/chromium_org/chrome/browser/ui/cocoa/
Dspeech_recognition_window_controller.mm19 const int kBubbleHorizontalMargin = 5; // Space on either sides of controls.

123