OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setparent
(Results
151 - 175
of
221
) sorted by null
1
2
3
4
5
6
7
8
9
/external/llvm/include/llvm/
BasicBlock.h
78
void
setParent
(Function *parent);
Function.h
98
void
setParent
(Module *parent);
Instruction.h
353
void
setParent
(BasicBlock *P);
/external/llvm/lib/VMCore/
BasicBlock.cpp
85
void BasicBlock::
setParent
(Function *parent) {
Instruction.cpp
57
void Instruction::
setParent
(BasicBlock *P) {
Module.cpp
330
NMD->
setParent
(this);
/external/skia/src/animator/
SkDisplayable.cpp
525
bool SkDisplayable::
setParent
(SkDisplayable* ) {
/external/webkit/Source/WebCore/platform/
ScrollView.h
232
virtual void
setParent
(ScrollView*); // Overridden to update the overlapping scrollbar count.
/external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h
201
void
setParent
(GraphicsLayer* layer) { m_parent = layer; } // Internal use only.
/frameworks/base/tools/aapt/
ResourceTable.h
276
void
setParent
(const String16& parent) { mParent = parent; }
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMessage.java
373
multipart.
setParent
(this);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java
303
attribute.
setParent
(this);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java
366
refactoring.
setParent
(mParentStyle);
/external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp
605
void PluginView::
setParent
(ScrollView* parent)
607
Widget::
setParent
(parent);
[
all
...]
/external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp
888
windowContext->
setParent
(newObject);
897
newObject->
setParent
(d->newWindowParent);
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp
547
void PluginView::
setParent
(ScrollView* scrollView)
549
Widget::
setParent
(scrollView);
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderLayer.cpp
[
all
...]
InlineFlowBox.cpp
88
child->
setParent
(this);
183
child->
setParent
(0);
196
child->
setParent
(0);
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Tab.java
[
all
...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp
337
::
SetParent
(m_window, parentWindow);
343
::
SetParent
(m_window, HWND_MESSAGE);
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
90
void
setParent
(MachineBasicBlock *P) { Parent = P; }
/external/llvm/include/llvm/MC/
MCAssembler.h
95
void
setParent
(MCSectionData *Value) { Parent = Value; }
/external/webkit/Source/WebCore/history/
HistoryItem.cpp
312
void HistoryItem::
setParent
(const String& parent)
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
115
m_scrollbar->
setParent
(0);
Completed in 1520 milliseconds
1
2
3
4
5
6
7
8
9