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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.h 90 , m_mark(entry)
97 m_mark = before;
101 Entry* mark() const { return m_mark; }
105 Entry* m_mark; member in class:WebCore::HTMLFormattingElementList::Bookmark
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 247 VisibleSelection m_mark; member in class:WebCore::FINAL
288 return m_mark;
293 m_mark = selection;

Completed in 60 milliseconds