Searched refs:convertAsOneBasedInt (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DTextPosition.h92 int convertAsOneBasedInt() const { return m_value + 1; } function in class:WTF::ZeroBasedNumber
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.cpp111 int lineNumber = position.m_line.convertAsOneBasedInt();

Completed in 100 milliseconds