OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SinkDocument
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
SinkDocument.h
33
class
SinkDocument
FINAL : public HTMLDocument {
35
static PassRefPtr<
SinkDocument
> create(const DocumentInit& initializer = DocumentInit())
37
return adoptRef(new
SinkDocument
(initializer));
41
SinkDocument
(const DocumentInit&);
SinkDocument.cpp
27
#include "core/loader/
SinkDocument
.h"
35
static PassRefPtr<SinkDocumentParser> create(
SinkDocument
* document)
41
SinkDocumentParser(
SinkDocument
* document)
50
SinkDocument
::
SinkDocument
(const DocumentInit& initializer)
57
PassRefPtr<DocumentParser>
SinkDocument
::createParser()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp
78
#include "core/loader/
SinkDocument
.h"
378
document =
SinkDocument
::create(init);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
393
third_party/WebKit/Source/core/loader/
SinkDocument
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
393
third_party/WebKit/Source/core/loader/
SinkDocument
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
393
third_party/WebKit/Source/core/loader/
SinkDocument
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
393
third_party/WebKit/Source/core/loader/
SinkDocument
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
393
third_party/WebKit/Source/core/loader/
SinkDocument
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
393
third_party/WebKit/Source/core/loader/
SinkDocument
.cpp \
[
all
...]
Completed in 307 milliseconds