OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebEntities
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebEntities.h
40
class
WebEntities
{
55
// If xmlEntities is true,
WebEntities
will only contain standard XML
57
explicit
WebEntities
(bool xmlEntities);
WebEntities.cpp
32
#include "web/
WebEntities
.h"
40
WebEntities
::
WebEntities
(bool xmlEntities)
53
String
WebEntities
::entityNameByCode(int code) const
61
String
WebEntities
::convertEntitiesInString(const String& value) const
WebPageSerializerImpl.h
45
#include "web/
WebEntities
.h"
116
WebEntities
m_htmlEntities;
117
WebEntities
m_xmlEntities;
blink_web.target.darwin-arm.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.darwin-arm64.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.darwin-mips.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.darwin-mips64.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.darwin-x86.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.darwin-x86_64.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.linux-arm.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.linux-arm64.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.linux-mips.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.linux-mips64.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.linux-x86.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
blink_web.target.linux-x86_64.mk
116
third_party/WebKit/Source/web/
WebEntities
.cpp \
Completed in 272 milliseconds