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

  /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...]
  /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;

Completed in 91 milliseconds