OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createWriterFor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.h
168
static PassRefPtr<DocumentWriter>
createWriterFor
(Frame*, const Document* ownerDocument, const KURL&, const AtomicString& mimeType, const AtomicString& encoding, bool userChosen, bool dispatch);
DocumentLoader.cpp
572
m_writer =
createWriterFor
(m_frame, 0, requestURL(), mimeType, encoding, false, false);
[
all
...]
Completed in 732 milliseconds