OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementData
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.cpp
32
#include "core/dom/
ElementData
.h"
46
COMPILE_ASSERT(sizeof(
ElementData
) == sizeof(SameSizeAsElementData), element_attribute_data_should_stay_small);
53
ElementData
::
ElementData
()
62
ElementData
::
ElementData
(unsigned arraySize)
71
ElementData
::
ElementData
(const
ElementData
& other, bool isUnique)
83
void
ElementData
::destroy(
[
all
...]
ElementData.h
45
class
ElementData
: public RefCounted<
ElementData
> {
75
bool isEquivalent(const
ElementData
* other) const;
80
ElementData
();
81
explicit
ElementData
(unsigned arraySize);
82
ElementData
(const
ElementData
&, bool isUnique);
114
class ShareableElementData : public
ElementData
{
129
class UniqueElementData : public
ElementData
{
149
inline void
ElementData
::deref(
[
all
...]
Element.h
33
#include "core/dom/
ElementData
.h"
160
size_t getAttributeItemIndex(const QualifiedName& name) const { return
elementData
()->getAttributeItemIndex(name); }
161
size_t getAttributeItemIndex(const AtomicString& name, bool shouldIgnoreAttributeCase) const { return
elementData
()->getAttributeItemIndex(name, shouldIgnoreAttributeCase); }
250
const StylePropertySet* inlineStyle() const { return
elementData
() ?
elementData
()->m_inlineStyle.get() : 0; }
283
const
ElementData
*
elementData
() const { return m_elementData.get(); }
681
RefPtr<
ElementData
> m_elementData;
721
return
elementData
() && getAttributeItem(name);
727
if (
elementData
()) {
[
all
...]
Node.cpp
174
if (
ElementData
*
elementData
= element->
elementData
()) {
175
attributes +=
elementData
->length();
177
for (unsigned i = 0; i <
elementData
->length(); ++i) {
178
Attribute* attr =
elementData
->attributeItem(i);
260
printf(" Number of Elements with attribute storage: %zu [%zu]\n", elementsWithAttributeStorage, sizeof(
ElementData
));
[
all
...]
Element.cpp
322
ASSERT(
elementData
());
323
const Attribute* attribute =
elementData
()->attributeItem(index);
337
ASSERT(
elementData
());
339
const Attribute* attribute =
elementData
()->attributeItem(index);
348
if (!
elementData
())
351
size_t index =
elementData
()->getAttributeItemIndex(name);
415
if (!
elementData
())
417
if (
elementData
()->m_styleAttributeIsDirty) {
421
if (
elementData
()->m_animatedSVGAttributesAreDirty) {
429
if (!
elementData
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk
75
third_party/WebKit/Source/core/dom/
ElementData
.cpp \
webcore_dom.target.darwin-mips.mk
75
third_party/WebKit/Source/core/dom/
ElementData
.cpp \
webcore_dom.target.darwin-x86.mk
75
third_party/WebKit/Source/core/dom/
ElementData
.cpp \
webcore_dom.target.linux-arm.mk
75
third_party/WebKit/Source/core/dom/
ElementData
.cpp \
webcore_dom.target.linux-mips.mk
75
third_party/WebKit/Source/core/dom/
ElementData
.cpp \
webcore_dom.target.linux-x86.mk
75
third_party/WebKit/Source/core/dom/
ElementData
.cpp \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 163 milliseconds