Home
last modified time | relevance | path

Searched refs:charPos (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DLexer.cpp632 int Lexer::matchPunctuator(int& charPos, int c1, int c2, int c3, int c4) in matchPunctuator() argument
761 charPos = m_currentOffset; in matchPunctuator()
765 charPos = m_currentOffset; in matchPunctuator()
DLexer.h107 ALWAYS_INLINE int matchPunctuator(int& charPos, int c1, int c2, int c3, int c4);
/external/webkit/WebKit/win/
DWebView.cpp4842 bool WebView::onIMERequestCharPosition(Frame* targetFrame, IMECHARPOSITION* charPos, LRESULT* resul… in onIMERequestCharPosition() argument
4845 ASSERT(charPos->dwCharPos == 0 || targetFrame->editor()->hasComposition()); in onIMERequestCharPosition()
4849 …tempRange->setStart(tempRange->startContainer(ec), tempRange->startOffset(ec) + charPos->dwCharPos… in onIMERequestCharPosition()
4853 charPos->pt.x = caret.x(); in onIMERequestCharPosition()
4854 charPos->pt.y = caret.y(); in onIMERequestCharPosition()
4855 ::ClientToScreen(m_viewWindow, &charPos->pt); in onIMERequestCharPosition()
4856 charPos->cLineHeight = caret.height(); in onIMERequestCharPosition()
4857 ::GetWindowRect(m_viewWindow, &charPos->rcDocument); in onIMERequestCharPosition()