OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
215
static
AnchorType
anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);
235
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
;
79
AnchorType
anchor_type,
93
InitParams(
AnchorType
anchor_type,
97
AnchorType
anchor_type;
Completed in 175 milliseconds