OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerContent
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.h
29
#include "
LayerContent
.h"
34
class PictureLayerContent : public
LayerContent
{
54
class LegacyPictureLayerContent : public
LayerContent
{
LayerContent.h
41
class
LayerContent
: public SkRefCnt {
PicturePileLayerContent.h
29
#include "
LayerContent
.h"
34
class PicturePileLayerContent : public
LayerContent
{
BaseLayerAndroid.h
41
BaseLayerAndroid(
LayerContent
* content);
60
ForegroundBaseLayerAndroid(
LayerContent
* content);
LayerAndroid.h
53
class
LayerContent
;
187
LayerContent
* content() { return m_content; }
188
void setContent(
LayerContent
* content);
190
// from the prerender instead of needing to generate tiles from the
LayerContent
372
LayerContent
* m_content;
BaseLayerAndroid.cpp
39
#include "
LayerContent
.h"
49
BaseLayerAndroid::BaseLayerAndroid(
LayerContent
* content)
113
ForegroundBaseLayerAndroid::ForegroundBaseLayerAndroid(
LayerContent
* content)
LayerAndroid.cpp
19
#include "
LayerContent
.h"
527
void LayerAndroid::setContent(
LayerContent
* content)
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp
36
#include "
LayerContent
.h"
104
LayerContent
* newContent = getFirstLayer()->content();
105
LayerContent
* oldContent = oldSurface->getFirstLayer()->content();
230
LayerContent
* content = m_layers[i]->content();
430
LayerContent
* content = getFirstLayer()->content();
/external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp
40
#include "
LayerContent
.h"
183
LayerContent
* content;
540
LayerContent
* content;
/external/webkit/Source/WebKit/android/nav/
WebView.cpp
43
#include "
LayerContent
.h"
307
LayerContent
* content = m_baseLayer->content();
530
LayerContent
* content = m_baseLayer->content();
[
all
...]
Completed in 3149 milliseconds