/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_resize_controller.cc | 12 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 …]
|
D | panel_resize_controller.h | 29 panel::ResizingSides sides);
|
D | panel_manager.cc | 464 panel::ResizingSides sides) { in StartResizingByMouse() argument 466 sides != panel::RESIZE_NONE) in StartResizingByMouse() 467 resize_controller_->StartResizing(panel, mouse_location, sides); in StartResizingByMouse()
|
D | panel_manager.h | 101 panel::ResizingSides sides);
|
D | panel_resize_browsertest.cc | 32 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/ |
D | DockController.js | 117 …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/ |
D | geo_alignedbox.cpp | 104 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/ |
D | crashes.cpp | 166 static int nsCSSRect::* sides; variable 171 int& x = dimenX.*sides; in ParseBoxCornerRadii()
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | instant_opt_in_view.mm | 18 // How far from the sides to inset the horizontal line. 41 // sides by 2 px.
|
D | keyword_hint_decoration.mm | 21 // 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/ |
D | stopstate.st | 1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
|
D | dot.stg | 72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
|
/external/llvm/test/YAMLParser/ |
D | construct-seq.data | 5 - Mercury # Rotates - no light/dark sides.
|
/external/iproute2/doc/ |
D | preamble.tex | 10 % To print it in compact form: both sides on one sheet (psnup -2)
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | BstTesting.java | 127 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/ |
D | T.g | 47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
|
/external/eigen/doc/ |
D | I02_HiPerformance.dox | 31 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/ |
D | find_bar_view.mm | 81 // and right sides (see |kCurveSize|). This is an artifact of the way it is
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_view.mm | 86 // and right sides (see |kCurveSize|). This is an artifact of the way it is
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | in3.test | 209 # 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/ |
D | autofill_overlay_controller.mm | 56 // stroke is hidden on the sides and bottom.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | keyword_hint_decoration.mm | 20 // How far to inset the hint image from sides. Lines baseline of text
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | postproc_mmx.asm | 277 … psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | speech_input_window_controller.mm | 20 const int kBubbleHorizontalMargin = 5; // Space on either sides of controls.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | speech_recognition_window_controller.mm | 19 const int kBubbleHorizontalMargin = 5; // Space on either sides of controls.
|