Searched defs:ItemPosition (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/enhanced_bookmarks/
H A Ditem_position.h15 class ItemPosition { class in namespace:enhanced_bookmarks
17 ~ItemPosition();
20 static ItemPosition CreateInitialPosition();
23 static ItemPosition CreateBefore(const ItemPosition& other);
24 static ItemPosition CreateBetween(const ItemPosition& before,
25 const ItemPosition& after);
26 static ItemPosition CreateAfter(const ItemPosition
[all...]
H A Ditem_position.cc17 ItemPosition::ItemPosition() { function in class:enhanced_bookmarks::ItemPosition
20 ItemPosition::ItemPosition(const PositionVector& position) function in class:enhanced_bookmarks::ItemPosition
24 ItemPosition::~ItemPosition() {
28 ItemPosition ItemPosition::CreateInitialPosition() {
30 return ItemPosition(position);
34 ItemPosition ItemPositio
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValueMappings.h4710 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ItemPosition itemPosition)
4757 template<> inline CSSPrimitiveValue::operator ItemPosition() const
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyleConstants.h520 enum ItemPosition { enum in namespace:blink

Completed in 119 milliseconds