OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LinkImport
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
LinkImport.h
48
class
LinkImport
: public LinkResource, public HTMLImportChildClient {
52
static PassOwnPtr<
LinkImport
> create(HTMLLinkElement* owner);
54
explicit
LinkImport
(HTMLLinkElement* owner);
55
virtual ~
LinkImport
();
LinkImport.cpp
32
#include "core/html/
LinkImport
.h"
43
PassOwnPtr<
LinkImport
>
LinkImport
::create(HTMLLinkElement* owner)
45
return adoptPtr(new
LinkImport
(owner));
48
LinkImport
::
LinkImport
(HTMLLinkElement* owner)
54
LinkImport
::~
LinkImport
()
59
Document*
LinkImport
::importedDocument() const
66
void
LinkImport
::process(
[
all
...]
Completed in 596 milliseconds