OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setIsRootForIsolatedGroup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
128
void WebLayerImpl::
setIsRootForIsolatedGroup
(bool isolate) {
129
layer_->
SetIsRootForIsolatedGroup
(isolate);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
964
void GraphicsLayer::
setIsRootForIsolatedGroup
(bool isolated)
969
platformLayer()->
setIsRootForIsolatedGroup
(isolated);
[
all
...]
Completed in 35 milliseconds