OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebTextCheckingCompletion
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebTextCheckingCompletion.h
42
class
WebTextCheckingCompletion
{
46
~
WebTextCheckingCompletion
() { }
WebSpellCheckClient.h
40
class
WebTextCheckingCompletion
;
56
virtual void requestCheckingOfText(const WebString&,
WebTextCheckingCompletion
*) { }
/external/webkit/Source/WebKit/chromium/src/
WebTextCheckingCompletionImpl.h
34
#include "
WebTextCheckingCompletion
.h"
42
class WebTextCheckingCompletionImpl : public
WebTextCheckingCompletion
{
/external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h
109
virtual void requestCheckingOfText(const WebKit::WebString&, WebKit::
WebTextCheckingCompletion
*);
350
WebKit::
WebTextCheckingCompletion
* m_lastRequestedTextCheckingCompletion;
WebViewHost.cpp
55
#include "
WebTextCheckingCompletion
.h"
414
void WebViewHost::requestCheckingOfText(const WebString& text,
WebTextCheckingCompletion
* completion)
[
all
...]
Completed in 560 milliseconds