Home
last modified time | relevance | path

Searched refs:documentSource (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp73 String documentSource = sourceString; in createDocumentFromSource() local
78 transformTextStringToXHTMLDocumentString(documentSource); in createDocumentFromSource()
95 result->setContent(documentSource); in createDocumentFromSource()
/external/webkit/Source/WebKit/mac/WebView/
DWebDocument.h201 - (NSString *)documentSource;
DWebPDFRepresentation.mm155 - (NSString *)documentSource
DWebHTMLRepresentation.mm237 - (NSString *)documentSource
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDocument.idl232 @method documentSource
235 - (NSString *)documentSource;
237 HRESULT documentSource([out, retval] BSTR* source);
/external/webkit/Source/WebKit/win/
DWebHTMLRepresentation.h125 virtual HRESULT STDMETHODCALLTYPE documentSource(
DWebHTMLRepresentation.cpp263 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::documentSource( in documentSource() function in WebHTMLRepresentation
DChangeLog-2009-06-169615 * WebHTMLRepresentation.cpp: Implemented documentSource so Drosera has
9618 (WebHTMLRepresentation::documentSource):
22391 (WebHTMLRepresentation::documentSource):
/external/webkit/Source/WebKit/mac/
DWebKit.order1417 -[WebHTMLRepresentation documentSource]
DChangeLog-2006-02-09943 (-[WebHTMLRepresentation documentSource]):
10680 (-[WebPluginDocumentView documentSource]):
12601 (-[WebPDFRepresentation documentSource]):
17100 …(-[WebHTMLRepresentation documentSource]): if displaying a web archive, return the HTML source fro…
32249 Support for new canProvideDocumentSource and documentSource API.
32261 (-[WebNetscapePluginRepresentation documentSource]):
32285 (-[WebImageRepresentation documentSource]):
32292 (-[WebTextRepresentation documentSource]):
DChangeLog-2002-12-031349 (-[WebHTMLRepresentation documentSource]): Use it here.
2953 …(-[WebHTMLRepresentation documentSource]): uses the bridge specified encoding when creating the st…
13439 (-[IFWebDataSource documentSource]):
DChangeLog-2010-01-2919249 (-[WebHTMLRepresentation documentSource]): Moved code here from WebFrame.
19490 (-[WebHTMLRepresentation documentSource]): Ditto.
DChangeLog-2007-10-1416163 * WebView/WebHTMLRepresentation.m: (-[WebHTMLRepresentation documentSource]):
23112 (-[WebHTMLRepresentation documentSource]): No more special case for WebArchive.
/external/webkit/Source/WebCore/
DChangeLog-2002-12-038612 (KWQKHTMLPartImpl::documentSource): Removed.
13314 (KHTMLPart::documentSource): Add const to match KDE.