/external/webkit/Source/WebCore/css/ |
CSSStyleApplyProperty.h | 55 propertyValue(property)->applyInheritValue(selector); 61 propertyValue(property)->applyInitialValue(selector); 67 propertyValue(property)->applyValue(selector, value); 72 return propertyValue(property); 101 ApplyPropertyBase* propertyValue(CSSPropertyID property) const
|
CSSStyleApplyProperty.cpp | 319 setPropertyValue(CSSPropertyBackgroundPosition, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundPositionX), propertyValue(CSSPropertyBackgroundPositionY))); 325 setPropertyValue(CSSPropertyBackgroundRepeat, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundRepeatX), propertyValue(CSSPropertyBackgroundRepeatY))); 350 setPropertyValue(CSSPropertyWebkitMaskPosition, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyWebkitMaskPositionX), propertyValue(CSSPropertyWebkitMaskPositionY))); 356 setPropertyValue(CSSPropertyWebkitMaskRepeat, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundRepeatX), propertyValue(CSSPropertyBackgroundRepeatY))); 376 setPropertyValue(CSSPropertyOverflow, new ApplyPropertyExpanding(propertyValue(CSSPropertyOverflowX), propertyValue(CSSPropertyOverflowY))) [all...] |
CSSComputedStyleDeclaration.cpp | [all...] |
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CSSStyleDeclarationCustom.cpp | 201 String propertyValue = toWebCoreStringWithNullCheck(value); 203 propertyValue.append("px"); 206 int importantIndex = propertyValue.find("!important", 0, false); 210 propertyValue = propertyValue.left(importantIndex - 1); 212 imp->setProperty(propInfo->propID, propertyValue, important, ec);
|
/external/emma/core/java12/com/vladium/util/exception/ |
ExceptionCommon.java | 403 String propertyValue = null; 406 propertyValue = rb.getString (propertyName); 409 if (propertyValue != null) return propertyValue; 420 String propertyValue = null; 423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName); 426 if (propertyValue != null) return propertyValue;
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptValue.cpp | 115 RefPtr<InspectorValue> propertyValue = v8ToInspectorValue(object->Get(name)); 116 if (!propertyValue) { 120 inspectorObject->setValue(toWebCoreStringWithNullCheck(name), propertyValue);
|
SerializedScriptValue.cpp | 1100 v8::Local<v8::Value> propertyValue = element(i + 1); 1101 object->Set(propertyName, propertyValue); [all...] |
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
RenderSession.java | 136 * @param propertyValue 142 public Result setProperty(Object objectView, String propertyName, String propertyValue) {
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
JSNPObject.cpp | 116 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result); 118 return propertyValue; 155 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result); 157 return propertyValue; 394 JSValue propertyValue = thisObj->m_objectMap->convertNPVariantToJSValue(exec, thisObj->globalObject(), result); 396 return propertyValue;
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptValue.cpp | 152 JSValue propertyValue = object->get(scriptState, name); 153 RefPtr<InspectorValue> inspectorValue = jsToInspectorValue(scriptState, propertyValue);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeRenderSession.java | 78 public Result setProperty(Object objectView, String propertyName, String propertyValue) { 80 return super.setProperty(objectView, propertyName, propertyValue);
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
NPObjectMessageReceiver.cpp | 166 NPVariant propertyValue = m_npRemoteObjectMap->npVariantDataToNPVariant(propertyValueData, m_plugin); 169 returnValue = m_npObject->_class->setProperty(m_npObject, propertyNameData.createNPIdentifier(), &propertyValue); 172 releaseNPVariantValue(&propertyValue);
|
/external/webkit/Tools/Scripts/ |
VCSUtils.pm | [all...] |
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
InjectedBundlePage.cpp | 51 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName) 61 JSValueRef value = propertyValue(context, object, propertyName); 80 JSValueRef nodeNameValue = propertyValue(context, nodeValue, "nodeName"); 84 JSValueRef parentNode = propertyValue(context, nodeValue, "parentNode"); 122 JSValueRef startNodeValue = propertyValue(context, rangeObject, "startContainer"); 126 JSValueRef endNodeValue = propertyValue(context, rangeObject, "endContainer"); [all...] |
LayoutTestController.cpp | 53 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName) 64 JSValueRef value = propertyValue(context, object, propertyName);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
LayoutTestControllerGtk.cpp | 154 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageProperty(mainFrame, propertyName, pageNumber).data())); 155 return propertyValue; 165 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageSizeAndMarginsInPixels(mainFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft).data())); 166 return propertyValue; [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | 296 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageProperty:propertyName:pageNumber])); 297 return propertyValue; 307 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageSizeAndMarginsInPixels:pageNumber:width:height:marginTop:marginRight:marginBottom:marginLeft])); 308 return propertyValue; [all...] |
/external/proguard/src/proguard/ |
ConfigurationParser.java | [all...] |
/external/webkit/Source/WebCore/editing/ |
EditorCommand.cpp | 116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue) 119 style->setProperty(propertyID, propertyValue); 123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue) 126 style->setProperty(propertyID, propertyValue); 174 static bool executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue) 177 style->setProperty(propertyID, propertyValue); [all...] |
/prebuilt/common/layoutlib_api/ |
layoutlib_api-prebuilt.jar | |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
CalendarSyncAdapter.java | [all...] |
/external/v8/src/ |
mirror-debugger.js | [all...] |
d8.js | [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardBuilder.java | [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |