HomeSort by relevance Sort by last modified time
    Searched defs:SpellCheckClient (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
SpellCheckClient.cpp 31 #include "SpellCheckClient.h"
46 class HostMethodTask : public WebMethodTask<SpellCheckClient> {
48 typedef void (SpellCheckClient::*CallbackMethodType)();
49 HostMethodTask(SpellCheckClient* object, CallbackMethodType callback)
50 : WebMethodTask<SpellCheckClient>(object)
62 SpellCheckClient::SpellCheckClient(WebTestProxyBase* webTestProxy)
68 SpellCheckClient::~SpellCheckClient()
72 void SpellCheckClient::setDelegate(WebTestDelegate* delegate
    [all...]
SpellCheckClient.h 44 class SpellCheckClient : public blink::WebSpellCheckClient, public blink::WebNonCopyable {
46 explicit SpellCheckClient(WebTestProxyBase*);
47 virtual ~SpellCheckClient();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 31 milliseconds