OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBodyAttribute
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.cpp
148
void HTMLDocument::
setBodyAttribute
(const QualifiedName& name, const AtomicString& value)
167
setBodyAttribute
(bgcolorAttr, value);
177
setBodyAttribute
(textAttr, value);
187
setBodyAttribute
(alinkAttr, value);
197
setBodyAttribute
(linkAttr, value);
207
setBodyAttribute
(vlinkAttr, value);
HTMLDocument.h
93
void
setBodyAttribute
(const QualifiedName&, const AtomicString&);
Completed in 25 milliseconds