Searched refs:coreDocument (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp2270 Document* coreDocument = core(document)->document(); local
2271 if (!coreDocument)
2275 if (!g_ascii_strcasecmp(attribute, "DocType") && coreDocument->doctype())
2276 value = coreDocument->doctype()->name();
2278 value = coreDocument->charset();
2280 value = coreDocument->documentURI();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm6294 Document* coreDocument = core(document);
6295 attributedString = [WebHTMLConverter editingAttributedStringFromRange:Range::create(coreDocument, coreDocument, 0, coreDocument, coreDocument->childNodeCount()).get()];

Completed in 125 milliseconds