OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKCARemoteLayerClientRef
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.h
32
typedef struct __WKCARemoteLayerClientRef*
WKCARemoteLayerClientRef
;
58
RetainPtr<
WKCARemoteLayerClientRef
> m_remoteLayerClient;
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.h
37
typedef struct __WKCARemoteLayerClientRef*
WKCARemoteLayerClientRef
;
58
RetainPtr<
WKCARemoteLayerClientRef
> m_remoteLayerClient;
/external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.h
42
typedef struct __WKCARemoteLayerClientRef *
WKCARemoteLayerClientRef
;
181
RetainPtr<
WKCARemoteLayerClientRef
> m_remoteLayerClient;
/external/webkit/WebKitLibraries/
WebKitSystemInterface.h
322
typedef struct __WKCARemoteLayerClientRef *
WKCARemoteLayerClientRef
;
324
WKCARemoteLayerClientRef
WKCARemoteLayerClientMakeWithServerPort(mach_port_t port);
325
void WKCARemoteLayerClientInvalidate(
WKCARemoteLayerClientRef
);
326
uint32_t WKCARemoteLayerClientGetClientId(
WKCARemoteLayerClientRef
);
327
void WKCARemoteLayerClientSetLayer(
WKCARemoteLayerClientRef
, CALayer *);
328
CALayer *WKCARemoteLayerClientGetLayer(
WKCARemoteLayerClientRef
);
Completed in 81 milliseconds