HomeSort by relevance Sort by last modified time
    Searched refs:SpellCheckClient (Results 1 - 5 of 5) 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();
WebTestProxy.cpp 39 #include "SpellCheckClient.h"
396 , m_spellcheck(new SpellCheckClient(this))
468 WebSpellCheckClient* WebTestProxyBase::spellCheckClient() const
    [all...]
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 105 class SpellCheckClient;
120 blink::WebSpellCheckClient *spellCheckClient() const;
239 WebScopedPtr<SpellCheckClient> m_spellcheck;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 669 milliseconds