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

  /external/chromium_org/components/enhanced_bookmarks/
item_position.h 15 class ItemPosition {
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& other)
    [all...]
item_position.cc 17 ItemPosition::ItemPosition() {
20 ItemPosition::ItemPosition(const PositionVector& position)
24 ItemPosition::~ItemPosition() {
28 ItemPosition ItemPosition::CreateInitialPosition() {
30 return ItemPosition(position);
34 ItemPosition ItemPosition::CreateBefore(const ItemPosition& other)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 520 enum ItemPosition {

Completed in 311 milliseconds