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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 390 int32_t resultLocation = -1;
394 Messages::WebPageProxy::CheckSpellingOfString::Reply(resultLocation, resultLength));
395 *misspellingLocation = resultLocation;
407 int32_t resultLocation = -1;
411 Messages::WebPageProxy::CheckGrammarOfString::Reply(grammarDetails, resultLocation, resultLength));
412 *badGrammarLocation = resultLocation;
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 28 milliseconds