HomeSort by relevance Sort by last modified time
    Searched refs:AnchorType (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 37 // AnchorType differentiates between bubbles that are anchored on a tray
40 enum AnchorType {
56 typedef TrayBubbleView::AnchorType AnchorType;
80 AnchorType anchor_type,
94 InitParams(AnchorType anchor_type,
98 AnchorType anchor_type;
tray_bubble_view.cc 271 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
  /external/chromium_org/ui/webui/resources/js/cr/ui/
position_util.js 22 cr.ui.AnchorType = {
50 var AnchorType = cr.ui.AnchorType;
56 * @param {cr.ui.AnchorType} type The type of anchoring to do.
88 if (type == AnchorType.BEFORE)
89 type = AnchorType.AFTER;
90 else if (type == AnchorType.AFTER)
91 type = AnchorType.BEFORE;
96 case AnchorType.BELOW:
99 type = AnchorType.ABOVE
    [all...]
menu_button.js 61 this.anchorType = cr.ui.AnchorType.BELOW;
231 positionPopupAroundElement(this, this.menu, this.anchorType,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 55 enum AnchorType {
85 Position(PassRefPtrWillBeRawPtr<Node> anchorNode, AnchorType);
90 Position(PassRefPtrWillBeRawPtr<Node> anchorNode, int offset, AnchorType);
92 AnchorType anchorType() const { return static_cast<AnchorType>(m_anchorType); }
107 ASSERT(anchorType() == PositionIsOffsetInAnchor);
208 static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);
228 return a.anchorNode() == b.anchorNode() && a.deprecatedEditingOffset() == b.deprecatedEditingOffset() && a.anchorType() == b.anchorType();
    [all...]
Position.cpp 91 Position::Position(PassRefPtrWillBeRawPtr<Node> anchorNode, AnchorType anchorType)
94 , m_anchorType(anchorType)
99 ASSERT(anchorType != PositionIsOffsetInAnchor);
100 ASSERT(!((anchorType == PositionIsBeforeChildren || anchorType == PositionIsAfterChildren)
104 Position::Position(PassRefPtrWillBeRawPtr<Node> anchorNode, int offset, AnchorType anchorType)
107 , m_anchorType(anchorType)
112 ASSERT(anchorType == PositionIsOffsetInAnchor)
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray.h 141 AnchorType anchor_type,
tray_background_view.h 125 views::TrayBubbleView::AnchorType anchor_type,
system_tray.cc 543 TrayBubbleView::AnchorType anchor_type;
680 TrayBubbleView::AnchorType anchor_type,
tray_background_view.cc 555 TrayBubbleView::AnchorType anchor_type,
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 95 AnchorType anchor_type,
web_notification_tray.cc 376 views::TrayBubbleView::AnchorType anchor_type,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp     [all...]

Completed in 4205 milliseconds