HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceChild (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_compositor_host.cc 227 layer_->ReplaceChild(layer, clip_parent);
236 layer_->ReplaceChild(layer->parent(), layer);
  /external/chromium_org/cc/layers/
layer.h 90 void ReplaceChild(Layer* reference, scoped_refptr<Layer> new_layer);
layer_unittest.cc 298 AtLeast(1), parent_->ReplaceChild(child2_.get(), child4));
326 AtLeast(1), parent_->ReplaceChild(child2_.get(), child4));
405 parent_->ReplaceChild(child2_.get(), child2_);
514 child2_->ReplaceChild(grand_child3_.get(), child1_);
    [all...]
layer.cc 288 void Layer::ReplaceChild(Layer* reference, scoped_refptr<Layer> new_layer) {
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 94 void WebLayerImpl::replaceChild(WebLayer* reference, WebLayer* new_layer) {
95 layer_->ReplaceChild(static_cast<WebLayerImpl*>(reference)->layer(),
  /art/compiler/dex/
mir_graph.h 456 bool ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb);
    [all...]
mir_graph.cc     [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 608 TiXmlNode* ReplaceChild( TiXmlNode* replaceThis, const TiXmlNode& withThis );
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 485 cc_layer_->parent()->ReplaceChild(cc_layer_, new_layer);
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 608 TiXmlNode* ReplaceChild( TiXmlNode* replaceThis, const TiXmlNode& withThis );
    [all...]
  /external/tinyxml/
tinyxml.h 561 TiXmlNode* ReplaceChild( TiXmlNode* replaceThis, const TiXmlNode& withThis );
    [all...]

Completed in 1452 milliseconds