Searched refs:RemoveChild (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/content/browser/web_contents/
H A Dframe_tree_node.cc25 void FrameTreeNode::RemoveChild(int64 child_id) { function in class:content::FrameTreeNode
H A Dframe_tree_node.h28 void RemoveChild(int64 child_id);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_node_test.cc35 Error RemoveChild(const std::string& name) { function in class:MockMemory
36 return MountNodeMem::RemoveChild(name);
58 Error RemoveChild(const std::string& name) { function in class:MockDir
59 return MountNodeDir::RemoveChild(name);
118 EXPECT_EQ(ENOTDIR, file->RemoveChild(""));
187 EXPECT_EQ(0, root->RemoveChild("F1"));
190 EXPECT_EQ(0, root->RemoveChild("F2"));
H A Dmount_node_mock.h39 MOCK_METHOD1(RemoveChild, Error(const std::string&));
/external/chromium_org/tools/grit/grit/tool/
H A Dtoolbar_postprocess.py65 messages.RemoveChild(previous_name_attr)
70 messages.RemoveChild(previous_name_attr)
78 messages.RemoveChild(previous_name_attr)
88 messages.RemoveChild(previous_name_attr)
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h72 RemoveChild(the_view);
121 RemoveChild(the_view);
137 RemoveChild(the_view);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_dir.h42 virtual Error RemoveChild(const std::string& name);
H A Dmount_node.h98 virtual Error RemoveChild(const std::string& name);
H A Dmount_node.cc163 Error MountNode::RemoveChild(const std::string& name) { return ENOTDIR; } function in class:nacl_io::MountNode
H A Dmount_node_dir.cc98 Error MountNodeDir::RemoveChild(const std::string& name) { function in class:nacl_io::MountNodeDir
H A Dmount_mem.cc223 return parent->RemoveChild(path.Basename());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage_unittest.cc54 void RemoveChild(const std::string& parent_resource_id, function in class:drive::internal::ResourceMetadataStorageTest
406 RemoveChild(key1, name2);
425 RemoveChild(key2, name3);
431 RemoveChild(key2, name2);
442 RemoveChild(key1, name2);
448 RemoveChild(key2, name3);
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura.cc64 host_->native_view()->parent()->RemoveChild(host_->native_view());
/external/chromium_org/ui/views/corewm/
H A Dshadow_controller_unittest.cc84 window->parent()->RemoveChild(window.get());
/external/chromium_org/ui/aura/
H A Dwindow.h184 void RemoveChild(Window* child);
391 // Implementation of RemoveChild(). If |child| is being removed as the result
H A Dwindow.cc92 RemoveChild(child);
104 parent_->RemoveChild(this);
413 void Window::RemoveChild(Window* child) { function in class:aura::Window
H A Droot_window_unittest.cc328 w3->parent()->RemoveChild(w3.get());
803 parent->parent()->RemoveChild(parent);
H A Dwindow_unittest.cc899 window->parent()->RemoveChild(window.get());
2241 w1->RemoveChild(w11.get());
2928 root_window()->RemoveChild(w1.get());
2982 root_window()->RemoveChild(w1.get());
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.cc148 RemoveChild((*item)->widget());
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc308 parent->RemoveChild(out_window.get());
/external/chromium_org/cc/layers/
H A Dlayer_impl.h81 scoped_ptr<LayerImpl> RemoveChild(LayerImpl* child);
H A Dlayer_impl.cc85 scoped_ptr<LayerImpl> LayerImpl::RemoveChild(LayerImpl* child) { function in class:cc::LayerImpl
/external/chromium_org/tools/grit/grit/node/
H A Dbase.py124 def RemoveChild(self, child_id): member in class:Node
/external/chromium_org/ash/wm/
H A Dwindow_manager_unittest.cc220 w12->RemoveChild(w122.get());
250 w12->RemoveChild(w123.get());
/external/chromium_org/ash/launcher/
H A Dlauncher_view_unittest.cc133 widget->GetNativeWindow()->parent()->RemoveChild(widget->GetNativeWindow());
171 widget->GetNativeWindow()->parent()->RemoveChild(widget->GetNativeWindow());

Completed in 348 milliseconds

12