Searched defs:parent (Results 101 - 125 of 1053) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/accessibility/gtk/
H A DWebKitAccessibleHyperlink.h45 AtkHyperlink parent; member in struct:_WebKitAccessibleHyperlink
/external/webkit/Source/WebCore/css/
H A DCSSCharsetRule.h32 static PassRefPtr<CSSCharsetRule> create(CSSStyleSheet* parent, const String& encoding) argument
34 return adoptRef(new CSSCharsetRule(parent, encoding));
45 CSSCharsetRule(CSSStyleSheet* parent, const String& encoding);
H A DCSSFontFaceRule.cpp29 CSSFontFaceRule::CSSFontFaceRule(CSSStyleSheet* parent) argument
30 : CSSRule(parent)
H A DCSSMediaRule.h38 static PassRefPtr<CSSMediaRule> create(CSSStyleSheet* parent, PassRefPtr<MediaList> media, PassRefPtr<CSSRuleList> rules) argument
40 return adoptRef(new CSSMediaRule(parent, media, rules));
56 CSSMediaRule(CSSStyleSheet* parent, PassRefPtr<MediaList>, PassRefPtr<CSSRuleList>);
H A DCSSPageRule.cpp30 CSSPageRule::CSSPageRule(CSSStyleSheet* parent, int sourceLine) argument
31 : CSSStyleRule(parent, sourceLine)
H A DWebKitCSSKeyframesRule.h47 static PassRefPtr<WebKitCSSKeyframesRule> create(CSSStyleSheet* parent) argument
49 return adoptRef(new WebKitCSSKeyframesRule(parent));
85 WebKitCSSKeyframesRule(CSSStyleSheet* parent);
/external/webkit/Source/WebCore/editing/
H A DAppendNodeCommand.cpp34 AppendNodeCommand::AppendNodeCommand(PassRefPtr<ContainerNode> parent, PassRefPtr<Node> node) argument
35 : SimpleEditCommand(parent->document())
36 , m_parent(parent)
H A DMergeIdenticalElementsCommand.cpp70 ContainerNode* parent = m_element2->parentNode(); local
71 if (!parent || !parent->rendererIsEditable())
76 parent->insertBefore(m_element1.get(), m_element2.get(), ec);
H A DSplitElementCommand.cpp56 ContainerNode* parent = m_element2->parentNode(); local
57 if (!parent || !parent->rendererIsEditable())
59 parent->insertBefore(m_element1.get(), m_element2.get(), ec);
H A DSplitTextNodeCommand.cpp53 ContainerNode* parent = m_text2->parentNode(); local
54 if (!parent || !parent->rendererIsEditable())
91 ContainerNode* parent = m_text2->parentNode();
92 if (!parent || !parent->rendererIsEditable())
/external/webkit/Source/WebCore/fileapi/
H A DEntry.cpp61 void Entry::moveTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const argument
64 if (!m_fileSystem->move(this, parent.get(), name, successCallback, errorCallback))
68 void Entry::copyTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const argument
71 if (!m_fileSystem->copy(this, parent.get(), name, successCallback, errorCallback))
H A DEntrySync.cpp65 PassRefPtr<EntrySync> EntrySync::moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionCode& ec) const argument
69 if (!m_fileSystem->move(this, parent.get(), name, helper.successCallback(), helper.errorCallback())) {
76 PassRefPtr<EntrySync> EntrySync::copyTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionCode& ec) const argument
80 if (!m_fileSystem->copy(this, parent.get(), name, helper.successCallback(), helper.errorCallback())) {
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.h39 GstBin parent; member in struct:_WebKitWebSrc
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginContainerSymbian.cpp35 PluginContainerSymbian::PluginContainerSymbian(PluginView* view, QWidget* parent, QGraphicsProxyWidget* proxy) argument
36 : QWidget(parent)
/external/webkit/Source/WebCore/svg/properties/
H A DSVGStaticPropertyWithParentTearOff.h40 // and that contain a parent type that's exposed to the bindings via a SVGStaticPropertyTearOff object
42 static PassRefPtr<Self> create(SVGProperty* parent, PropertyType& value, UpdateMethod update) argument
44 ASSERT(parent);
45 return adoptRef(new Self(parent, value, update));
55 SVGStaticPropertyWithParentTearOff(SVGProperty* parent, PropertyType& value, UpdateMethod update) argument
58 , m_parent(parent)
/external/webkit/Source/WebCore/wml/
H A DWMLNoopElement.cpp52 ContainerNode* parent = parentNode(); local
53 if (!parent || !parent->isWMLElement())
56 if (parent->hasTagName(doTag)) {
57 WMLDoElement* doElement = static_cast<WMLDoElement*>(parent);
65 } else if (parent->hasTagName(anchorTag))
H A DWMLPostfieldElement.cpp51 ContainerNode* parent = parentNode(); local
52 if (parent && parent->hasTagName(goTag))
53 static_cast<WMLGoElement*>(parent)->registerPostfieldElement(this);
58 ContainerNode* parent = parentNode(); local
59 if (parent && parent->hasTagName(goTag))
60 static_cast<WMLGoElement*>(parent)->deregisterPostfieldElement(this);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpluginfactory.cpp129 Constructs a QWebPluginFactory with parent \a parent.
131 QWebPluginFactory::QWebPluginFactory(QObject *parent) argument
132 : QObject(parent)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkcontext.cpp49 QWKContext::QWKContext(QObject* parent) argument
50 : QObject(parent)
56 QWKContext::QWKContext(WKContextRef contextRef, QObject* parent) argument
57 : QObject(parent)
/external/webkit/Tools/DumpRenderTree/qt/
H A Dtestplugin.cpp30 TestPlugin::TestPlugin(QObject *parent) argument
31 : QWebPluginFactory(parent)
/external/webkit/Tools/QtTestBrowser/
H A Dfpstimer.cpp39 FpsTimer::FpsTimer(QObject* parent) argument
40 : QObject(parent)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp14 UserDataRequest::UserDataRequest(QWidget *parent, const char *, bool, argument
16 : QDialog(parent)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeNodeStream.cs119 * Replace from start to stop child index of parent with t, which might
128 * If parent is null, don't do anything; must be at root of overall tree.
129 * Can't replace whatever points to the parent externally. Do nothing.
132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeNodeStream`1.cs125 * Replace from start to stop child index of parent with t, which might
134 * If parent is null, don't do anything; must be at root of overall tree.
135 * Can't replace whatever points to the parent externally. Do nothing.
138 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAContext.java40 * To "push" a new context, just do "new NFAContext(context-parent, state)"
41 * which will add itself to the parent. The root is NFAContext(null, null).
44 * on the path from this node thru the parent pointers to the root.
101 public NFAContext parent; field in class:NFAContext
111 * as this.invokingState + parent.cachedHashCode. Avoids walking
119 public NFAContext(NFAContext parent, NFAState invokingState) { argument
120 this.parent = parent;
125 if ( parent!=null ) {
126 this.cachedHashCode += parent
[all...]

Completed in 3108 milliseconds

1234567891011>>