/external/webkit/Source/WebCore/plugins/android/ |
PluginViewAndroid.cpp | 436 void PluginView::setParent(ScrollView* parent) 438 PLUGIN_LOG("--%p SetParent old=[%p], new=[%p] \n", instance(), this->parent(), parent); 440 Widget::setParent(parent);
|
/external/webkit/Source/WebCore/plugins/mac/ |
PluginViewMac.mm | 311 void PluginView::setParent(ScrollView* parent) 313 LOG(Plugins, "PluginView::setParent(%p)", parent); 315 Widget::setParent(parent);
|
/external/webkit/Source/WebCore/rendering/ |
RenderObjectChildList.cpp | 130 oldChild->setParent(0); 146 newChild->setParent(owner); 215 child->setParent(owner);
|
InlineBox.h | 219 void setParent(InlineFlowBox* par) { m_parent = par; }
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
NamespaceSupport.java | 222 currentContext.setParent(contexts[contextPos - 1]); 566 void setParent (Context parent) 582 * {@link #setParent} must be called before
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewTest.java | 518 view.setParent(mMockParent); [all...] |
/external/llvm/lib/CodeGen/ |
MachineBasicBlock.cpp | 94 N->setParent(Parent); 113 N->setParent(0); 134 first->setParent(Parent);
|
/libcore/luni/src/main/java/java/util/ |
ResourceBundle.java | 372 currentBundle.setParent(bundle); 533 bundle.setParent(parent); 579 protected void setParent(ResourceBundle bundle) { [all...] |
/cts/tests/src/android/view/cts/ |
MockView.java | 107 public void setParent(ViewParent parent) {
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.h | 334 // Our parent HWND. We keep a reference to it as we SetParent(NULL) when
|
render_widget_host_view_win.cc | 160 SetParent(window, NULL); 447 ::SetParent(window, parent); 470 ::SetParent(compositor_host_window_, NULL); 506 SetParent(parent_hwnd_); 534 SetParent(NULL); [all...] |
/external/llvm/include/llvm/ |
Metadata.h | 195 void setParent(Module *M) { Parent = M; }
|
/external/skia/src/animator/ |
SkDisplayXMLParser.cpp | 264 if (displayable->setParent(parent->fDisplayable)) {
|
/external/webkit/Source/WebCore/platform/ |
Widget.h | 195 virtual void setParent(ScrollView* view);
|
/external/webkit/Source/WebCore/plugins/ |
PluginView.h | 234 virtual void setParent(ScrollView*);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
InspectorServerQt.cpp | 157 handler->setParent(this);
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qgraphicswkview.cpp | 363 menu->setParent(view, menu->windowFlags());
|
/external/webkit/Tools/MiniBrowser/qt/ |
BrowserWindow.cpp | 168 context->setParent(window);
|
/packages/apps/Mms/src/com/android/mms/model/ |
SlideModel.java | 238 public void setParent(SlideshowModel parent) {
|
/external/llvm/lib/VMCore/ |
Function.cpp | 53 void Argument::setParent(Function *parent) { 217 void Function::setParent(Module *parent) {
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 466 void PluginView::setParent(ScrollView* parent) 468 Widget::setParent(parent);
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginViewWin.cpp | 736 void PluginView::setParent(ScrollView* parent) 738 Widget::setParent(parent);
|
/libcore/luni/src/main/java/java/util/logging/ |
Logger.java | 323 logManager.setParent(result, logManager.getLogger("")); 584 public void setParent(Logger parent) { 592 logManager.setParent(this, parent); [all...] |
/external/antlr/src/org/antlr/runtime/tree/ |
TreeAdaptor.java | 246 public void setParent(Object t, Object parent);
|
/external/chromium/webkit/glue/ |
glue_serialize.cc | 369 item.setParent(ReadString(obj));
|