OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicsLayerAndroid
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp
18
#include "
GraphicsLayerAndroid
.h"
68
inline int
GraphicsLayerAndroid
::instancesCount()
91
return new
GraphicsLayerAndroid
(client);
115
GraphicsLayerAndroid
::
GraphicsLayerAndroid
(GraphicsLayerClient* client) :
133
GraphicsLayerAndroid
::~
GraphicsLayerAndroid
()
141
void
GraphicsLayerAndroid
::setName(const String& name)
146
NativeLayer
GraphicsLayerAndroid
::nativeLayer() const
152
bool
GraphicsLayerAndroid
::setChildren(const Vector<GraphicsLayer*>& children
[
all
...]
GraphicsLayerAndroid.h
40
class
GraphicsLayerAndroid
: public GraphicsLayer {
43
GraphicsLayerAndroid
(GraphicsLayerClient*);
44
virtual ~
GraphicsLayerAndroid
();
/external/webkit/Source/WebKit/android/jni/
WebViewCore.h
69
class
GraphicsLayerAndroid
;
169
GraphicsLayerAndroid
* graphicsRootLayer() const;
WebViewCore.cpp
160
#include "
GraphicsLayerAndroid
.h"
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
655
platform/graphics/android/
GraphicsLayerAndroid
.cpp \
[
all
...]
Completed in 368 milliseconds