OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebNinePatchLayerImpl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/blink/
web_nine_patch_layer_impl.h
17
class
WebNinePatchLayerImpl
: public blink::WebNinePatchLayer {
19
CC_BLINK_EXPORT
WebNinePatchLayerImpl
();
20
virtual ~
WebNinePatchLayerImpl
();
32
DISALLOW_COPY_AND_ASSIGN(
WebNinePatchLayerImpl
);
web_nine_patch_layer_impl.cc
16
WebNinePatchLayerImpl
::
WebNinePatchLayerImpl
() {
20
WebNinePatchLayerImpl
::~
WebNinePatchLayerImpl
() {
23
blink::WebLayer*
WebNinePatchLayerImpl
::layer() {
27
void
WebNinePatchLayerImpl
::setBitmap(const SkBitmap& bitmap) {
33
void
WebNinePatchLayerImpl
::setAperture(const blink::WebRect& aperture) {
39
void
WebNinePatchLayerImpl
::setBorder(const blink::WebRect& border) {
web_compositor_support_impl.cc
73
return new
WebNinePatchLayerImpl
();
Completed in 4222 milliseconds