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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
KeyGeneratorClient.h 38 class KeyGeneratorClient {
40 virtual ~KeyGeneratorClient() { }
PlatformBridge.cpp 35 #include "KeyGeneratorClient.h"
61 KeyGeneratorClient* client = JavaSharedClient::GetKeyGeneratorClient();
70 KeyGeneratorClient* client = JavaSharedClient::GetKeyGeneratorClient();
  /external/webkit/Source/WebKit/android/jni/
JavaSharedClient.h 34 class KeyGeneratorClient;
43 static KeyGeneratorClient* GetKeyGeneratorClient();
49 static void SetKeyGeneratorClient(KeyGeneratorClient* client);
61 static KeyGeneratorClient* gKeyGeneratorClient;
JavaSharedClient.cpp 49 KeyGeneratorClient* JavaSharedClient::GetKeyGeneratorClient()
74 void JavaSharedClient::SetKeyGeneratorClient(KeyGeneratorClient* client)
87 KeyGeneratorClient* JavaSharedClient::gKeyGeneratorClient = NULL;
JavaBridge.cpp 35 #include "KeyGeneratorClient.h"
64 class JavaBridge : public TimerClient, public CookieClient, public PluginClient, public KeyGeneratorClient, public FileSystemClient

Completed in 27 milliseconds