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 55 enum AnchorType {
85 Position(PassRefPtr<Node> anchorNode, AnchorType);
90 Position(PassRefPtr<Node> anchorNode, int offset, AnchorType);
92 AnchorType anchorType() const { return static_cast<AnchorType>(m_anchorType); }
107 ASSERT(anchorType() == PositionIsOffsetInAnchor);
214 static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);
234 return a.anchorNode() == b.anchorNode() && a.deprecatedEditingOffset() == b.deprecatedEditingOffset() && a.anchorType() == b.anchorType();
    [all...]
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 35 // AnchorType differentiates between bubbles that are anchored on a tray
38 enum AnchorType {
54 typedef TrayBubbleView::AnchorType AnchorType;
75 AnchorType anchor_type,
89 InitParams(AnchorType anchor_type,
93 AnchorType anchor_type;

Completed in 117 milliseconds