Searched refs:CSSPropertyInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp85 class CSSPropertyInfo { class in namespace:WebCore
99 static CSSPropertyInfo* cssPropertyInfo(v8::Handle<v8::String> v8PropertyName)
102 typedef HashMap<String, CSSPropertyInfo*> CSSPropertyInfoMap;
104 CSSPropertyInfo* propInfo = map.get(propertyName);
137 propInfo = new CSSPropertyInfo();
188 CSSPropertyInfo* propInfo = cssPropertyInfo(name);
211 CSSPropertyInfo* propInfo = cssPropertyInfo(name);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.h139 virtual void getSupportedCSSProperties(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSPropertyInfo> >& result);
H A DInspectorCSSAgent.cpp1183 void InspectorCSSAgent::getSupportedCSSProperties(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSPropertyInfo> >& cssProperties)
1185 RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSPropertyInfo> > properties = TypeBuilder::Array<TypeBuilder::CSS::CSSPropertyInfo>::create();
1188 RefPtr<TypeBuilder::CSS::CSSPropertyInfo> property = TypeBuilder::CSS::CSSPropertyInfo::create()

Completed in 126 milliseconds