OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLengthProperty
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/dom/
StyledElement.cpp
311
attr->decl()->
setLengthProperty
(id, v->substring(0, l), false);
316
attr->decl()->
setLengthProperty
(id, value, false);
/external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h
115
//
setLengthProperty
treats integers as pixels! (Needed for conversion of HTML attributes.)
116
void
setLengthProperty
(int propertyId, const String& value, bool important, bool multiLength = false);
CSSMutableStyleDeclaration.cpp
669
void CSSMutableStyleDeclaration::
setLengthProperty
(int propertyId, const String& value, bool important, bool /*multiLength*/)
[
all
...]
Completed in 31 milliseconds