OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdrawcheckerboardformissingtiles
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.cc
51
void WebContentLayerImpl::
setDrawCheckerboardForMissingTiles
(bool enable) {
52
layer_->layer()->
SetDrawCheckerboardForMissingTiles
(enable);
web_content_layer_impl.h
32
virtual void
setDrawCheckerboardForMissingTiles
(bool checkerboard);
/external/chromium_org/third_party/WebKit/public/platform/
WebContentLayer.h
55
virtual void
setDrawCheckerboardForMissingTiles
(bool) = 0;
/external/chromium_org/cc/layers/
layer.cc
762
void Layer::
SetDrawCheckerboardForMissingTiles
(bool checkerboard) {
888
layer->
SetDrawCheckerboardForMissingTiles
(
[
all
...]
layer.h
307
void
SetDrawCheckerboardForMissingTiles
(bool checkerboard);
layer_impl.h
441
void
SetDrawCheckerboardForMissingTiles
(bool checkerboard) {
layer_impl.cc
510
layer->
SetDrawCheckerboardForMissingTiles
(
[
all
...]
layer_unittest.cc
567
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetDrawCheckerboardForMissingTiles
(
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp
214
m_graphicsLayer->contentLayer()->
setDrawCheckerboardForMissingTiles
(true);
[
all
...]
Completed in 89 milliseconds