Searched refs:formatForDebugger (Results 1 - 16 of 16) sorted by relevance

/external/webkit/WebCore/dom/
H A DText.h61 virtual void formatForDebugger(char* buffer, unsigned length) const;
H A DPosition.h167 void formatForDebugger(char* buffer, unsigned length) const;
H A DRange.h130 void formatForDebugger(char* buffer, unsigned length) const;
H A DElement.h294 virtual void formatForDebugger(char* buffer, unsigned length) const;
H A DText.cpp339 void Text::formatForDebugger(char *buffer, unsigned length) const function in class:WebCore::Text
H A DPosition.cpp1159 void Position::formatForDebugger(char* buffer, unsigned length) const function in class:WebCore::Position
1170 node()->formatForDebugger(s, sizeof(s));
H A DRange.cpp1638 void Range::formatForDebugger(char* buffer, unsigned length) const function in class:WebCore::Range
1650 m_start.container()->formatForDebugger(s, FormatBufferSize);
1655 m_end.container()->formatForDebugger(s, FormatBufferSize);
H A DNode.h486 virtual void formatForDebugger(char* buffer, unsigned length) const;
H A DElement.cpp1094 void Element::formatForDebugger(char* buffer, unsigned length) const function in class:WebCore::Element
H A DNode.cpp2260 void Node::formatForDebugger(char* buffer, unsigned length) const function in class:WebCore::Node
/external/webkit/WebCore/editing/
H A DVisiblePosition.h106 void formatForDebugger(char* buffer, unsigned length) const;
H A DVisibleSelection.h102 void formatForDebugger(char* buffer, unsigned length) const;
H A DSelectionController.h134 void formatForDebugger(char* buffer, unsigned length) const;
H A DVisibleSelection.cpp611 void VisibleSelection::formatForDebugger(char* buffer, unsigned length) const function in class:WebCore::VisibleSelection
622 start().formatForDebugger(s, FormatBufferSize);
625 end().formatForDebugger(s, FormatBufferSize);
H A DVisiblePosition.cpp589 void VisiblePosition::formatForDebugger(char* buffer, unsigned length) const function in class:WebCore::VisiblePosition
591 m_deepPosition.formatForDebugger(buffer, length);
H A DSelectionController.cpp1409 void SelectionController::formatForDebugger(char* buffer, unsigned length) const function in class:SelectionController
1411 m_selection.formatForDebugger(buffer, length);

Completed in 100 milliseconds