Searched refs:m_form (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormAssociatedElement.cpp55 : m_form(0)
97 if (m_form && element->highestAncestor() != m_form->highestAncestor())
124 ASSERT(m_form);
131 if (m_form == newForm)
134 if (m_form)
135 m_form->removeFormElement(this);
136 m_form = newForm;
137 if (m_form)
138 m_form
[all...]
H A DFormAssociatedElement.h50 HTMLFormElement* form() const { return m_form; }
116 HTMLFormElement* m_form; member in class:WebCore::FormAssociatedElement
H A DHTMLImageElement.cpp48 , m_form(form)
68 if (m_form)
69 m_form->removeImgElement(this);
195 if (!m_form) {
196 // m_form can be non-null if it was set in constructor.
199 m_form = static_cast<HTMLFormElement*>(ancestor);
200 m_form->registerImgElement(this);
220 if (m_form)
221 m_form->removeImgElement(this);
222 m_form
[all...]
H A DHTMLImageElement.h111 HTMLFormElement* m_form; member in class:WebCore::HTMLImageElement
H A DHTMLFormElement.cpp97 m_imageElements[i]->m_form = 0;
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFormState.h51 HTMLFormElement* form() const { return m_form.get(); }
59 RefPtr<HTMLFormElement> m_form; member in class:WebCore::FormState
H A DFormState.cpp38 : m_form(form)
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGPredictionInjectionPhase.cpp47 ASSERT(m_graph.m_form == ThreadedCPS);
H A DDFGUnificationPhase.cpp47 ASSERT(m_graph.m_form == ThreadedCPS);
H A DDFGValidate.cpp104 if (m_graph.m_form == LoadStore && block->isPhiIndex(i))
132 switch (m_graph.m_form) {
192 if (m_graph.m_form == LoadStore && block->isPhiIndex(i))
278 if (m_graph.m_form == ThreadedCPS)
286 if (m_graph.m_form == ThreadedCPS)
308 if (m_graph.m_form == LoadStore && !j)
326 if (m_graph.m_form == ThreadedCPS)
344 if (m_graph.m_form == LoadStore)
H A DDFGCFAPhase.cpp48 ASSERT(m_graph.m_form == ThreadedCPS);
H A DDFGGraph.cpp57 , m_form(LoadStore)
324 dataLog(" Fixpoint state: ", m_fixpointState, "; Form: ", m_form, "; Unification state: ", m_unificationState, "; Ref count state: ", m_refCountState, "\n");
367 if (m_form == LoadStore)
385 m_form = LoadStore;
H A DDFGCPSRethreadingPhase.cpp47 if (m_graph.m_form == ThreadedCPS)
56 m_graph.m_form = ThreadedCPS;
H A DDFGTypeCheckHoistingPhase.cpp52 ASSERT(m_graph.m_form == ThreadedCPS);
H A DDFGConstantFoldingPhase.cpp340 if (m_graph.m_form != LoadStore) {
H A DDFGArgumentsSimplificationPhase.cpp685 m_graph.m_form = LoadStore;
H A DDFGGraph.h724 GraphForm m_form; member in class:JSC::DFG::Graph
H A DDFGPredictionPropagationPhase.cpp57 ASSERT(m_graph.m_form == ThreadedCPS);
H A DDFGFixupPhase.cpp51 ASSERT(m_graph.m_form == ThreadedCPS);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebActionPropertyBag.h61 RefPtr<WebCore::HTMLFormElement> m_form; member in class:WebActionPropertyBag
H A DWebActionPropertyBag.cpp46 , m_form(form)
157 IDOMNode* form = DOMNode::createInstance(m_form.get());
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.h156 HTMLFormElement* form() const { return m_form.get(); }
207 RefPtr<HTMLFormElement> m_form; member in class:WebCore::HTMLConstructionSite
H A DHTMLConstructionSite.cpp256 ASSERT(!m_form);
257 m_form = form;
262 return m_form.release();
485 m_form = static_pointer_cast<HTMLFormElement>(element.release());
486 m_form->setDemoted(isDemoted);
487 attachLater(currentNode(), m_form); local
488 m_openElements.push(HTMLStackItem::create(m_form, token));

Completed in 184 milliseconds