Searched refs:SetParent (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/net/spdy/
H A Dspdy_priority_forest_test.cc57 TEST(SpdyPriorityForestTest, SetParent) {
69 EXPECT_FALSE(forest.SetParent(99, 13, false));
70 EXPECT_FALSE(forest.SetParent(5, 99, false));
72 EXPECT_FALSE(forest.SetParent(13, 7, false));
73 EXPECT_FALSE(forest.SetParent(3, 11, false));
75 EXPECT_FALSE(forest.SetParent(11, 13, false));
76 EXPECT_FALSE(forest.SetParent(1, 9, false));
77 EXPECT_FALSE(forest.SetParent(3, 9, false));
80 EXPECT_TRUE(forest.SetParent(7, 13, false));
85 EXPECT_TRUE(forest.SetParent(
[all...]
H A Dspdy_priority_tree_test.cc77 TEST(SpdyPriorityTreeTest, SetParent) {
89 EXPECT_FALSE(tree.SetParent(99, 13, false));
90 EXPECT_FALSE(tree.SetParent(5, 99, false));
92 EXPECT_TRUE(tree.SetParent(13, 7, false));
93 EXPECT_TRUE(tree.SetParent(3, 11, false));
95 EXPECT_TRUE(tree.SetParent(11, 13, false));
96 EXPECT_TRUE(tree.SetParent(1, 9, false));
97 EXPECT_TRUE(tree.SetParent(3, 9, false));
100 EXPECT_TRUE(tree.SetParent(7, 13, false));
104 EXPECT_TRUE(tree.SetParent(
[all...]
H A Dspdy_priority_tree.h119 bool SetParent(NodeId node_id, NodeId parent_id, bool exclusive);
331 bool SpdyPriorityTree<NodeId>::SetParent( function in class:net::SpdyPriorityTree
362 SetParent(parent_id, node->parent_id, false);
/external/chromium_org/content/browser/android/
H A Dedge_effect_base.h44 virtual void SetParent(cc::Layer* parent) = 0;
H A Dedge_effect.h43 virtual void SetParent(cc::Layer* parent) OVERRIDE;
H A Dedge_effect_l.h46 virtual void SetParent(cc::Layer* parent) OVERRIDE;
H A Dedge_effect.cc88 void SetParent(cc::Layer* parent) { function in class:content::EdgeEffect::EffectLayer
356 void EdgeEffect::SetParent(cc::Layer* parent) { function in class:content::EdgeEffect
357 edge_->SetParent(parent);
358 glow_->SetParent(parent);
H A Dedge_effect_l.cc273 void EdgeEffectL::SetParent(cc::Layer* parent) { function in class:content::EdgeEffectL
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs301 void SetParent(object t, object parent); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs98 SetParent(newTree, parent);
312 public abstract void SetParent(object t, object parent); method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DCommonTreeAdaptor.cs195 public override void SetParent(object t, object parent) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs321 void SetParent( object t, object parent ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs129 SetParent( newTree, parent );
468 public virtual void SetParent(object t, object parent) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs289 void SetParent(T t, T parent); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.h46 // damage rect difference between any two given buffers (see SetParent and
62 void SetParent(Buffer* parent, const gfx::Rect& damage);
H A Dcompositor_software_output_device.cc33 void CompositorSoftwareOutputDevice::Buffer::SetParent( function in class:content::CompositorSoftwareOutputDevice::Buffer
188 current->SetParent(previous, damage_rect);
192 buffer->SetParent(NULL, gfx::Rect(viewport_pixel_size_));
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs229 public virtual void SetParent(object t, object parent) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
230 adaptor.SetParent(t, parent);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs295 public virtual void SetParent( object t, object parent ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
297 adaptor.SetParent( t, parent );
/external/chromium_org/cc/layers/
H A Dlayer.cc218 void Layer::SetParent(Layer* layer) { function in class:cc::Layer
253 child->SetParent(this);
269 mask_layer_->SetParent(NULL);
275 replica_layer_->SetParent(NULL);
287 child->SetParent(NULL);
436 mask_layer_->SetParent(this);
454 replica_layer_->SetParent(this);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h393 SetParent (DWARFDebugInfoEntry* parent) function in class:DWARFDebugInfoEntry
412 sibling->SetParent(GetParent());
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc135 ::SetParent(window, new_parent);
178 SetParent(window, NULL);
243 SetParent(window, parent);
/external/chromium_org/ppapi/generators/
H A Didl_node.py173 def SetParent(self, parent): member in class:IDLNode
178 node.SetParent(self)
/external/clang/lib/ARCMigrate/
H A DTransforms.h201 SaveAndRestore<Decl *> SetParent(ParentD, D);
/external/lldb/include/lldb/Interpreter/
H A DOptionValue.h367 SetParent (const lldb::OptionValueSP &parent_sp) function in class:lldb_private::OptionValue
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h188 void SetParent(SearchState s, SearchState p) { function in class:fst::PdtShortestPathData
193 void SetParent(const ParenSpec &paren, SearchState p) { function in class:fst::PdtShortestPathData
605 sp_data_.SetParent(paren, s);
664 sp_data_.SetParent(d, s);

Completed in 548 milliseconds

12