OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebEntities
(Results
1 - 9
of
9
) 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 "
WebEntities
.h"
42
WebEntities
::
WebEntities
(bool xmlEntities)
55
String
WebEntities
::entityNameByCode(int code) const
63
String
WebEntities
::convertEntitiesInString(const String& value) const
WebPageSerializerImpl.h
41
#include "
WebEntities
.h"
118
WebEntities
m_htmlEntities;
119
WebEntities
m_xmlEntities;
webkit.target.darwin-arm.mk
160
third_party/WebKit/Source/web/
WebEntities
.cpp \
webkit.target.darwin-mips.mk
160
third_party/WebKit/Source/web/
WebEntities
.cpp \
webkit.target.darwin-x86.mk
160
third_party/WebKit/Source/web/
WebEntities
.cpp \
webkit.target.linux-arm.mk
160
third_party/WebKit/Source/web/
WebEntities
.cpp \
webkit.target.linux-mips.mk
160
third_party/WebKit/Source/web/
WebEntities
.cpp \
webkit.target.linux-x86.mk
160
third_party/WebKit/Source/web/
WebEntities
.cpp \
Completed in 540 milliseconds