Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 25 of 110) sorted by relevance

12345

/external/webkit/WebCore/rendering/
DRenderObjectChildList.cpp69 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, b… in removeChildNode()
136 void RenderObjectChildList::appendChildNode(RenderObject* owner, RenderObject* newChild, bool fullA… in appendChildNode()
182 void RenderObjectChildList::insertChildNode(RenderObject* owner, RenderObject* child, RenderObject*… in insertChildNode()
297 void RenderObjectChildList::invalidateCounters(RenderObject* owner, const AtomicString& identifier) in invalidateCounters()
304 void RenderObjectChildList::updateBeforeAfterContent(RenderObject* owner, PseudoId type, RenderObje… in updateBeforeAfterContent()
/external/dbus/bus/
Dservices.c174 bus_owner_set_flags (BusOwner *owner, in bus_owner_set_flags()
217 bus_owner_ref (BusOwner *owner) in bus_owner_ref()
226 bus_owner_unref (BusOwner *owner) in bus_owner_unref()
708 BusOwner *owner) in bus_service_unlink_owner()
750 BusOwner *owner; /**< the owner */ member
784 BusOwner *owner) in add_cancel_ownership_to_transaction()
900 BusOwner *owner; member
978 BusOwner *owner) in add_restore_ownership_to_transaction()
1224 BusOwner *owner; in bus_service_get_primary_owners_connection() local
1249 BusOwner *owner; in bus_service_get_allow_replacement() local
[all …]
/external/webkit/WebCore/bindings/v8/custom/
DV8StyleSheetCustom.cpp49 v8::Handle<v8::Object> owner = v8::Handle<v8::Object>::Cast(toV8(ownerNode)); in toV8() local
DV8NamedNodeMapCustom.cpp84 v8::Handle<v8::Value> owner = toV8(element); in toV8() local
/external/webkit/WebCore/svg/graphics/
DSVGPaintServerLinearGradient.h38 …static PassRefPtr<SVGPaintServerLinearGradient> create(const SVGGradientElement* owner) { return a… in create()
DSVGPaintServerRadialGradient.h38 …static PassRefPtr<SVGPaintServerRadialGradient> create(const SVGGradientElement* owner) { return a… in create()
DSVGPaintServerLinearGradient.cpp34 SVGPaintServerLinearGradient::SVGPaintServerLinearGradient(const SVGGradientElement* owner) in SVGPaintServerLinearGradient()
DSVGPaintServerPattern.h49 …static PassRefPtr<SVGPaintServerPattern> create(const SVGPatternElement* owner) { return adoptRef(… in create()
DSVGPaintServerRadialGradient.cpp34 SVGPaintServerRadialGradient::SVGPaintServerRadialGradient(const SVGGradientElement* owner) in SVGPaintServerRadialGradient()
/external/webkit/WebCore/page/
DFocusController.cpp131 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); in deepFocusableNode() local
181 HTMLFrameOwnerElement* owner = frame->ownerElement(); in advanceFocus() local
228 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); in advanceFocus() local
/external/webkit/WebCore/platform/graphics/
DGlyphPageTreeNode.h73 static PassRefPtr<GlyphPage> create(GlyphPageTreeNode* owner) in create()
131 GlyphPageTreeNode* owner() const { return m_owner; } in owner() function
137 GlyphPage(GlyphPageTreeNode* owner) in GlyphPage()
/external/clearsilver/scripts/
Ddocument.py183 def dump_manpages(self, directory, owner): argument
224 def dump_hdf (self, directory, owner): argument
/external/kernel-headers/original/linux/
Dcdev.h7 struct module *owner; member
Dspinlock_types.h27 void *owner; member
43 void *owner; member
/external/bluetooth/glib/gio/
Dglocalfileinfo.h40 int owner; member
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/
DSDL_sysmutex.c33 Uint32 owner; member
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
DSDL_sysmutex.c32 Uint32 owner; member
/external/proguard/src/proguard/gui/
DClassPathPanel.java40 private final JFrame owner; field in ClassPathPanel
46 public ClassPathPanel(JFrame owner, boolean inputAndOutput) in ClassPathPanel()
DKeepSpecificationsPanel.java42 public KeepSpecificationsPanel(JFrame owner, in KeepSpecificationsPanel()
/external/webkit/WebCore/css/
DStyleSheet.cpp45 StyleSheet::StyleSheet(StyleBase* owner, const String& originalURL, const KURL& finalURL) in StyleSheet()
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
DSDL_sysmutex.c38 pthread_t owner; member
/external/webkit/WebCore/svg/animation/
DSMILTimeContainer.h48 …static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeCo… in create()
/external/webkit/WebCore/bindings/v8/
DV8NPUtils.cpp46 void convertV8ObjectToNPVariant(v8::Local<v8::Value> object, NPObject* owner, NPVariant* result) in convertV8ObjectToNPVariant()
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
DSDL_sysmutex.c37 pthread_t owner; member
/external/speex/include/speex/
Dspeex_bits.h54 int owner; /**< Does the struct "own" the "raw" buffer (member "chars") */ member

12345