Searched refs:LinkResource (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkResource.h43 class LinkResource : public NoBaseWillBeGarbageCollectedFinalized<LinkResource> { class in namespace:blink
44 WTF_MAKE_NONCOPYABLE(LinkResource); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
52 explicit LinkResource(HTMLLinkElement*);
53 virtual ~LinkResource();
H A DLinkResource.cpp32 #include "core/html/LinkResource.h"
43 LinkResource::LinkResource(HTMLLinkElement* owner) function in class:blink::LinkResource
48 LinkResource::~LinkResource()
52 bool LinkResource::shouldLoadResource() const
57 LocalFrame* LinkResource::loadingFrame() const
65 void LinkResource::trace(Visitor* visitor)
H A DLinkManifest.cpp21 : LinkResource(owner)
H A DLinkManifest.h8 #include "core/html/LinkResource.h"
17 class LinkManifest FINAL : public LinkResource {
25 // LinkResource
H A DHTMLLinkElement.h35 #include "core/html/LinkResource.h"
58 class LinkStyle FINAL : public LinkResource, ResourceOwner<StyleSheetResource> {
176 LinkResource* linkResourceToProcess();
203 OwnPtrWillBeMember<LinkResource> m_link;
H A DHTMLLinkElement.cpp202 LinkResource* HTMLLinkElement::linkResourceToProcess()
228 if (!m_link || m_link->type() != LinkResource::Style)
235 if (!m_link || m_link->type() != LinkResource::Import)
249 if (LinkResource* link = linkResourceToProcess())
477 : LinkResource(owner)
744 LinkResource::trace(visitor);
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DLinkImport.h34 #include "core/html/LinkResource.h"
46 // A LinkResource subclasss used for @rel=import.
48 class LinkImport FINAL : public LinkResource, public HTMLImportChildClient {
58 // LinkResource
H A DLinkImport.cpp50 : LinkResource(owner)
147 LinkResource::trace(visitor);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_html.target.darwin-arm.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.darwin-arm64.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.darwin-mips.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.darwin-mips64.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.darwin-x86.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.darwin-x86_64.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.linux-arm.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.linux-arm64.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.linux-mips.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.linux-mips64.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.linux-x86.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \
H A Dwebcore_html.target.linux-x86_64.mk134 third_party/WebKit/Source/core/html/LinkResource.cpp \

Completed in 898 milliseconds