OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSSInitialValue
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/css/
CSSInitialValue.cpp
22
#include "
CSSInitialValue
.h"
28
unsigned short
CSSInitialValue
::cssValueType() const
33
String
CSSInitialValue
::cssText() const
CSSInitialValue.h
29
class
CSSInitialValue
: public CSSValue {
31
static PassRefPtr<
CSSInitialValue
> createExplicit()
33
static
CSSInitialValue
* explicitValue = create(false).releaseRef();
36
static PassRefPtr<
CSSInitialValue
> createImplicit()
38
static
CSSInitialValue
* explicitValue = create(true).releaseRef();
45
CSSInitialValue
(bool implicit)
50
static PassRefPtr<
CSSInitialValue
> create(bool implicit)
52
return adoptRef(new
CSSInitialValue
(implicit));
CSSParser.cpp
38
#include "
CSSInitialValue
.h"
836
addProperty(propId,
CSSInitialValue
::createExplicit(), important);
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
47
css/
CSSInitialValue
.cpp \
[
all
...]
Completed in 35 milliseconds