OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinkRelAttribute
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
LinkRelAttribute.h
43
class
LinkRelAttribute
{
45
LinkRelAttribute
();
46
explicit
LinkRelAttribute
(const String&);
LinkRelAttribute.cpp
33
#include "core/html/
LinkRelAttribute
.h"
39
LinkRelAttribute
::
LinkRelAttribute
()
51
LinkRelAttribute
::
LinkRelAttribute
(const String& rel)
LinkRelAttributeTest.cpp
32
#include "core/html/
LinkRelAttribute
.h"
43
LinkRelAttribute
linkRelAttribute
(value);
44
ASSERT_EQ(isStyleSheet,
linkRelAttribute
.isStyleSheet()) << value.utf8().data();
45
ASSERT_EQ(iconType,
linkRelAttribute
.iconType()) << value.utf8().data();
46
ASSERT_EQ(isAlternate,
linkRelAttribute
.isAlternate()) << value.utf8().data();
47
ASSERT_EQ(isDNSPrefetch,
linkRelAttribute
.isDNSPrefetch()) << value.utf8().data();
48
ASSERT_EQ(isLinkSubresource,
linkRelAttribute
.isLinkSubresource()) << value.utf8().data();
49
ASSERT_EQ(isLinkPrerender,
linkRelAttribute
.isLinkPrerender()) << value.utf8().data();
50
ASSERT_EQ(isImport,
linkRelAttribute
.isImport()) << value.utf8().data()
[
all
...]
HTMLLinkElement.h
34
#include "core/html/
LinkRelAttribute
.h"
130
const
LinkRelAttribute
& relAttribute() const { return m_relAttribute; }
199
LinkRelAttribute
m_relAttribute;
HTMLLinkElement.cpp
90
m_relAttribute =
LinkRelAttribute
(value);
/external/chromium_org/third_party/WebKit/Source/core/loader/
LinkLoader.h
45
class
LinkRelAttribute
;
65
bool loadLink(const
LinkRelAttribute
&, const String& type, const KURL&, Document&);
LinkLoader.cpp
39
#include "core/html/
LinkRelAttribute
.h"
101
bool LinkLoader::loadLink(const
LinkRelAttribute
& relAttribute, const String& type, const KURL& href, Document& document)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp
34
#include "core/html/
LinkRelAttribute
.h"
191
LinkRelAttribute
rel(attributeValue);
/external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk
125
third_party/WebKit/Source/core/html/
LinkRelAttribute
.cpp \
webcore_html.target.darwin-mips.mk
125
third_party/WebKit/Source/core/html/
LinkRelAttribute
.cpp \
webcore_html.target.darwin-x86.mk
125
third_party/WebKit/Source/core/html/
LinkRelAttribute
.cpp \
webcore_html.target.linux-arm.mk
125
third_party/WebKit/Source/core/html/
LinkRelAttribute
.cpp \
webcore_html.target.linux-mips.mk
125
third_party/WebKit/Source/core/html/
LinkRelAttribute
.cpp \
webcore_html.target.linux-x86.mk
125
third_party/WebKit/Source/core/html/
LinkRelAttribute
.cpp \
Completed in 306 milliseconds