HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 201 - 225 of 765) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 52 views::MenuAnchorPosition anchor; local
53 bookmark_bar_->GetAnchorPositionForButton(menu_button, &anchor);
65 anchor,
165 views::MenuAnchorPosition* anchor,
180 bookmark_bar_->GetAnchorPositionForButton(*button, anchor);
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_smooth_scroll_gesture.cc 75 current_scroll_segment_start_position_ = params_.anchor;
177 mouse_wheel_event.x = params_.anchor.x();
178 mouse_wheel_event.y = params_.anchor.y();
188 touch_event_.PressPoint(params_.anchor.x(), params_.anchor.y());
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressor.cpp 137 float anchor = parameterValue(ParamFilterAnchor); member in namespace:blink
139 if (filterStageGain != m_lastFilterStageGain || filterStageRatio != m_lastFilterStageRatio || anchor != m_lastAnchor) {
142 m_lastAnchor = anchor;
  /external/chromium_org/ui/views/controls/menu/
menu.h 124 // anchor An alignment hint for the popup menu.
128 Menu(Delegate* delegate, AnchorPoint anchor);
133 AnchorPoint anchor,
143 AnchorPoint anchor() const { return anchor_; } function in class:views::Menu
  /external/opencv/cv/src/
_cvimgproc.h 76 CvArr* _corr, CvPoint anchor=cvPoint(0,0) );
86 CvSize ksize, CvPoint anchor );
89 const CvMat* kernelY, CvPoint anchor );
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 88 constraints.anchor = GridBagConstraints.WEST;
94 constraintsStretch.anchor = GridBagConstraints.WEST;
99 constraintsLast.anchor = GridBagConstraints.WEST;
106 constraintsLastStretch.anchor = GridBagConstraints.WEST;
114 panelConstraints.anchor = GridBagConstraints.NORTHWEST;
122 stretchPanelConstraints.anchor = GridBagConstraints.NORTHWEST;
126 labelConstraints.anchor = GridBagConstraints.CENTER;
131 lastLabelConstraints.anchor = GridBagConstraints.CENTER;
137 advancedButtonConstraints.anchor = GridBagConstraints.SOUTHWEST;
143 okButtonConstraints.anchor = GridBagConstraints.SOUTHEAST
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 154 labelFontNameTitle.pack(side=TOP,anchor=W)
157 labelFontSizeTitle.pack(side=LEFT,anchor=W)
158 self.optMenuFontSize.pack(side=LEFT,anchor=W)
159 checkFontBold.pack(side=LEFT,anchor=W,padx=20)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
245 self.radioFg.pack(side=LEFT,anchor=E)
246 self.radioBg.pack(side=RIGHT,anchor=W)
249 labelTypeTitle.pack(side=TOP,anchor=W,padx=5,pady=5)
250 self.radioThemeBuiltin.pack(side=TOP,anchor=W,padx=5)
251 self.radioThemeCustom.pack(side=TOP,anchor=W,padx=5,pady=2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 154 labelFontNameTitle.pack(side=TOP,anchor=W)
157 labelFontSizeTitle.pack(side=LEFT,anchor=W)
158 self.optMenuFontSize.pack(side=LEFT,anchor=W)
159 checkFontBold.pack(side=LEFT,anchor=W,padx=20)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
245 self.radioFg.pack(side=LEFT,anchor=E)
246 self.radioBg.pack(side=RIGHT,anchor=W)
249 labelTypeTitle.pack(side=TOP,anchor=W,padx=5,pady=5)
250 self.radioThemeBuiltin.pack(side=TOP,anchor=W,padx=5)
251 self.radioThemeCustom.pack(side=TOP,anchor=W,padx=5,pady=2
    [all...]
  /external/chromium_org/content/common/input/
input_param_traits_unittest.cc 43 EXPECT_EQ(a->anchor, b->anchor);
55 EXPECT_EQ(a->anchor, b->anchor);
194 gesture_params->anchor.SetPoint(234, 345);
212 gesture_params->anchor.SetPoint(234, 345);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.cpp 294 RefPtrWillBeRawPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(*this); local
300 anchor->setAttribute(classAttr, classValue);
301 anchor->setAttribute(targetAttr, "_blank");
302 anchor->setAttribute(hrefAttr, url);
303 m_current->parserAppendChild(anchor);
304 return anchor.release();
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 270 FloatPoint anchor; local
271 if (VTTParser::parseFloatPercentageValuePair(input, ',', anchor) && parsedEntireRun(input, valueRun))
272 m_regionAnchor = anchor;
278 FloatPoint anchor; local
279 if (VTTParser::parseFloatPercentageValuePair(input, ',', anchor) && parsedEntireRun(input, valueRun))
280 m_viewportAnchor = anchor;
414 // anchor and regionAnchorX be the x dimension of the text track region
415 // anchor. Let leftOffset be regionAnchorX multiplied by width divided by
423 // anchor and regionAnchorY be the y dimension of the text track region
424 // anchor. Let topOffset be regionAnchorY multiplied by height divided b
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 53 * @param {!Element|!AnchorBox} anchor
58 show: function(element, anchor, preferredWidth, preferredHeight, arrowDirection)
60 this._innerShow(null, element, anchor, preferredWidth, preferredHeight, arrowDirection);
65 * @param {!Element|!AnchorBox} anchor
69 showView: function(view, anchor, preferredWidth, preferredHeight)
71 this._innerShow(view, view.element, anchor, preferredWidth, preferredHeight);
77 * @param {!Element|!AnchorBox} anchor
82 _innerShow: function(view, contentElement, anchor, preferredWidth, preferredHeight, arrowDirection)
107 this._positionElement(anchor, preferredWidth, preferredHeight, arrowDirection);
171 // Positioning above the anchor
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc 54 InfoBubble::InfoBubble(views::View* anchor,
56 : anchor_(anchor),
  /external/chromium_org/third_party/re2/re2/
set.cc 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
17 anchor_ = anchor;
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.js 9 * Moves |target| element above |anchor| element, in order to match the
12 * @param {HTMLElement} anchor Anchor element.
14 function matchBottomLine(target, anchor) {
16 var anchorRect = anchor.getBoundingClientRect();
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 14 // Ash status area). Mostly this handles custom anchor location and arrow and
45 // AnchorAlignment determines to which side of the anchor the bubble will
116 views::View* anchor,
172 views::View* anchor,
  /external/clang/include/clang/AST/
Attr.h 119 virtual void anchor();
134 void anchor() override;
  /external/doclava/src/com/google/doclava/
MemberInfo.java 67 public String anchor() { method in class:MemberInfo
76 return mContainingClass.htmlPage() + "#" + anchor();
  /external/regex-re2/re2/
set.cc 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
17 anchor_ = anchor;
  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 39 void InitView(views::View* anchor,
  /external/chromium_org/cc/input/
input_handler.h 123 const gfx::Point& anchor) = 0;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.h 16 // Helps anchor the App List, onto the shelf (taskbar, dock or similar) or to
18 // when and how to anchor the window. The platform-specific code that uses this
57 // Finds the position for a window to anchor it to a corner of the screen.
58 // |corner| specifies which corner to anchor the window to. Returns the
61 // anchor point will potentially position the window under it.
64 // Finds the position for a window to anchor it to the center of the screen.
68 // Finds the position for a window to anchor it to the corner of the shelf.
75 // Finds the position for a window to anchor it to the center of the shelf.
81 // Finds the position for a window to anchor it to the shelf at a point
102 // Ensures that an anchor point will result in a window that is fully withi
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc 66 // anchor to the corner. Otherwise, anchor to the cursor position.
67 gfx::Point anchor; local
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.h 49 // method on the anchor. Since the nacl::WeakRefAnchor object is
50 // thread-safe and is reference counted, the anchor pointer may be
52 // maintaining the anchor refcount: each thread would hold a
81 // should probably Unref its anchor (and do other cleanup) and exit.
142 // signal completion. If the anchor corresponding to the callback had
188 // thread. Pointers to the anchor object can be given to worker
194 nacl::WeakRefAnchor* anchor() const { return anchor_; } function in class:nacl_ppapi::NaClPpapiPluginInstance
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 69 bool insertBeforeAndMarkAsUsed(ContainerNode*, Digest*, Node* anchor, ExceptionState&);

Completed in 1314 milliseconds

1 2 3 4 5 6 7 891011>>