Searched refs:m_doc (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DStyleSheetList.cpp35 : m_doc(doc)
45 m_doc = 0;
60 if (!m_doc)
69 Element* element = m_doc->getElementById(name);
H A DStyleSheetList.h56 return m_doc;
62 Document* m_doc; member in class:WebCore::StyleSheetList
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java51 public Document m_doc; field in class:DOMBuilder
80 m_doc = doc;
96 m_doc = doc;
108 m_doc = doc;
118 return (null != m_docFrag) ? (Node) m_docFrag : (Node) m_doc;
216 if (m_doc.getDocumentElement() != null)
229 m_doc.insertBefore(newNode, m_nextSibling);
231 m_doc.appendChild(newNode);
328 elem = m_doc.createElementNS(null,name);
330 elem = m_doc
[all...]
H A DDOM2Helper.java82 /** Field m_doc: Document Node for the document this helper is currently
87 private Document m_doc; field in class:DOM2Helper
97 m_doc = doc;
108 return m_doc;
/external/webkit/Source/WebCore/page/qt/
H A DFrameQt.cpp46 m_doc->updateLayout();
/external/webkit/Source/WebCore/html/
H A DImageDocument.cpp66 , m_doc(document)
72 ImageDocument* m_doc; member in class:WebCore::ImageEventListener
389 m_doc->windowSizeChanged();
392 m_doc->imageClicked(mouseEvent->x(), mouseEvent->y());
399 return m_doc == imageEventListener->m_doc;
/external/webkit/Source/WebCore/dom/
H A Dxml_expat_tokenizer.cpp258 : m_doc(_doc)
278 : m_doc(fragment->document())
297 if (m_doc)
298 m_doc->ref();
330 if (m_parsingFragment && m_doc)
331 m_doc->deref();
338 bool nodeNeedsReference = n && n != m_doc;
444 RefPtr<Element> newElement = m_doc->createElementNS(uri, qName, ec);
509 if ((m_pendingScript = m_doc->docLoader()->requestScript(scriptHref, charset))) {
525 m_view->frame()->loader()->executeScript(m_doc
[all...]
H A DXMLDocumentParser.h97 Document *m_doc; member in class:WebCore::XMLTokenizer
/external/webkit/Source/WebCore/page/chromium/
H A DFrameChromium.cpp78 m_doc->updateLayout();
103 m_doc->updateLayout();
/external/webkit/Source/WebCore/page/
H A DFrame.cpp264 // We the custom scroll bars as early as possible to prevent m_doc->detach()
273 if (!view && m_doc && m_doc->attached() && !m_doc->inPageCache()) {
275 m_doc->detach();
299 if (m_doc && m_doc->attached() && !m_doc->inPageCache()) {
301 m_doc->detach();
304 m_doc
[all...]
H A DFrame.h231 RefPtr<Document> m_doc; member in class:WebCore::Frame
307 return m_doc.get();
/external/webkit/Source/WebCore/page/mac/
H A DFrameMac.mm291 m_doc->updateLayout();
304 m_doc->updateLayout(); // forces style recalc - needed since changing the drag state might
312 m_doc->updateLayout();
328 m_doc->updateLayout(); // forces style recalc
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java313 private int m_doc; field in class:TransformerImpl
466 m_doc = DTM.NULL;
3027 m_doc = doc;
3106 transformNode(m_doc);

Completed in 3560 milliseconds