OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APIClient
(Results
1 - 25
of
26
) sorted by null
1
2
/external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxyClient.h
29
#include "
APIClient
.h"
37
class WebCookieManagerProxyClient : public
APIClient
<WKCookieManagerClient> {
WebGeolocationProvider.h
29
#include "
APIClient
.h"
37
class WebGeolocationProvider : public
APIClient
<WKGeolocationProvider> {
WebIconDatabaseClient.h
29
#include "
APIClient
.h"
38
class WebIconDatabaseClient : public
APIClient
<WKIconDatabaseClient> {
WebDatabaseManagerProxyClient.h
29
#include "
APIClient
.h"
38
class WebDatabaseManagerProxyClient : public
APIClient
<WKDatabaseManagerClient> {
WebContextInjectedBundleClient.h
29
#include "
APIClient
.h"
38
class WebContextInjectedBundleClient : public
APIClient
<WKContextInjectedBundleClient> {
WebFindClient.h
29
#include "
APIClient
.h"
37
class WebFindClient : public
APIClient
<WKPageFindClient> {
WebFormClient.h
29
#include "
APIClient
.h"
42
class WebFormClient : public
APIClient
<WKPageFormClient> {
WebPageContextMenuClient.h
29
#include "
APIClient
.h"
39
class WebPageContextMenuClient : public
APIClient
<WKPageContextMenuClient> {
WebHistoryClient.h
29
#include "
APIClient
.h"
40
class WebHistoryClient : public
APIClient
<WKContextHistoryClient> {
WebResourceLoadClient.h
29
#include "
APIClient
.h"
44
class WebResourceLoadClient : public
APIClient
<WKPageResourceLoadClient> {
WebDownloadClient.h
29
#include "
APIClient
.h"
44
class WebDownloadClient : public
APIClient
<WKContextDownloadClient> {
WebPolicyClient.h
29
#include "
APIClient
.h"
48
class WebPolicyClient : public
APIClient
<WKPagePolicyClient> {
WebLoaderClient.h
29
#include "
APIClient
.h"
50
class WebLoaderClient : public
APIClient
<WKPageLoaderClient> {
/external/webkit/Source/WebKit2/Shared/
APIClient.h
31
template<typename T> class
APIClient
{
33
APIClient
()
/external/webkit/Source/WebKit2/UIProcess/win/
WebUndoClient.h
29
#include "
APIClient
.h"
38
class WebUndoClient : public
APIClient
<WKViewUndoClient> {
WebTextCheckerClient.h
29
#include "
APIClient
.h"
39
class WebTextCheckerClient : public
APIClient
<WKTextCheckerClient> {
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleClient.h
29
#include "
APIClient
.h"
40
class InjectedBundleClient : public
APIClient
<WKBundleClient> {
InjectedBundlePageContextMenuClient.h
29
#include "
APIClient
.h"
44
class InjectedBundlePageContextMenuClient : public
APIClient
<WKBundlePageContextMenuClient> {
InjectedBundlePageFullScreenClient.h
31
#include "
APIClient
.h"
44
class InjectedBundlePageFullScreenClient : public
APIClient
<WKBundlePageFullScreenClient> {
InjectedBundlePageFormClient.h
29
#include "
APIClient
.h"
48
class InjectedBundlePageFormClient : public
APIClient
<WKBundlePageFormClient> {
InjectedBundlePagePolicyClient.h
29
#include "
APIClient
.h"
46
class InjectedBundlePagePolicyClient : public
APIClient
<WKBundlePagePolicyClient> {
InjectedBundlePageResourceLoadClient.h
29
#include "
APIClient
.h"
47
class InjectedBundlePageResourceLoadClient : public
APIClient
<WKBundlePageResourceLoadClient> {
InjectedBundlePageUIClient.h
29
#include "
APIClient
.h"
46
class InjectedBundlePageUIClient : public
APIClient
<WKBundlePageUIClient> {
InjectedBundlePageEditorClient.h
29
#include "
APIClient
.h"
46
class InjectedBundlePageEditorClient : public
APIClient
<WKBundlePageEditorClient> {
InjectedBundlePageLoaderClient.h
29
#include "
APIClient
.h"
48
class InjectedBundlePageLoaderClient : public
APIClient
<WKBundlePageLoaderClient> {
Completed in 242 milliseconds
1
2