HomeSort by relevance Sort by last modified time
    Searched refs:AnchorType (Results 1 - 11 of 11) 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 273 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 56 enum AnchorType {
86 Position(PassRefPtrWillBeRawPtr<Node> anchorNode, AnchorType);
91 Position(PassRefPtrWillBeRawPtr<Node> anchorNode, int offset, AnchorType);
93 AnchorType anchorType() const { return static_cast<AnchorType>(m_anchorType); }
108 ASSERT(anchorType() == PositionIsOffsetInAnchor);
216 static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);
236 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 140 AnchorType anchor_type,
tray_background_view.h 124 views::TrayBubbleView::AnchorType anchor_type,
system_tray.cc 534 TrayBubbleView::AnchorType anchor_type;
667 TrayBubbleView::AnchorType anchor_type,
tray_background_view.cc 535 TrayBubbleView::AnchorType anchor_type,
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 95 AnchorType anchor_type,
web_notification_tray.cc 503 views::TrayBubbleView::AnchorType anchor_type,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp     [all...]

Completed in 120 milliseconds