HomeSort by relevance Sort by last modified time
    Searched refs:propertyName (Results 226 - 250 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.h 38 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
39 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
40 virtual void put(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue, JSC::PutPropertySlot&);
JSTestObj.cpp 169 bool JSTestObjConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
171 return getStaticValueSlot<JSTestObjConstructor, DOMObject>(exec, &JSTestObjConstructorTable, this, propertyName, slot);
174 bool JSTestObjConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
176 return getStaticValueDescriptor<JSTestObjConstructor, DOMObject>(exec, &JSTestObjConstructorTable, this, propertyName, descriptor);
247 bool JSTestObjPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
249 return getStaticPropertySlot<JSTestObjPrototype, JSObject>(exec, &JSTestObjPrototypeTable, this, propertyName, slot);
252 bool JSTestObjPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
254 return getStaticPropertyDescriptor<JSTestObjPrototype, JSObject>(exec, &JSTestObjPrototypeTable, this, propertyName, descriptor);
271 bool JSTestObj::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
273 return getStaticValueSlot<JSTestObj, Base>(exec, &JSTestObjTable, this, propertyName, slot)
    [all...]
  /frameworks/base/libs/hwui/
ShapeCache.h 310 ShapeCache(const char* name, const char* propertyName, float defaultSize);
417 ShapeCache<Entry>::ShapeCache(const char* name, const char* propertyName, float defaultSize):
421 if (property_get(propertyName, property, NULL) > 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 275 bool DumpRenderTreeSupportQt::pauseTransitionOfProperty(QWebFrame *frame, const QString &propertyName, double time, const QString &elementId)
292 return controller->pauseTransitionAtTime(coreNode->renderer(), propertyName, time);
917 QString DumpRenderTreeSupportQt::pageProperty(QWebFrame* frame, const QString& propertyName, int pageNumber)
920 return PrintContext::pageProperty(coreFrame, propertyName.toUtf8().constData(), pageNumber);
    [all...]
DumpRenderTreeSupportQt.h 187 static QString pageProperty(QWebFrame* frame, const QString& propertyName, int pageNumber);
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 424 JSValue objectToStringFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName)
426 return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->functionStructure(), 0, propertyName, objectProtoFuncToString);
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 76 JSRetainPtr<JSStringRef> pageProperty(const char* propertyName, int pageNumber) const;
274 bool pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId);
LayoutTestController.cpp     [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 199 for (String propertyName : getPropertyNames()) {
200 for (Property property : getProperties(propertyName)) {
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 856 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo)
869 if (isJSArray(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
874 if (isJSString(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
922 offset = slotBaseObject->structure()->get(callFrame->globalData(), propertyName);
929 JIT::compileGetByIdProto(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, structure, slotBaseObject->structure(), propertyName, slot, offset, returnAddress);
934 size_t count = normalizePrototypeChain(callFrame, baseValue, slot.slotBase(), propertyName, offset);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp 144 bool StringPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
146 return getStaticFunctionSlot<StringObject>(exec, ExecState::stringTable(exec), this, propertyName, slot);
149 bool StringPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
151 return getStaticFunctionDescriptor<StringObject>(exec, ExecState::stringTable(exec), this, propertyName, descriptor);
    [all...]
ArrayPrototype.cpp 124 bool ArrayPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
126 return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, slot);
129 bool ArrayPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
131 return getStaticFunctionDescriptor<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, descriptor);
145 static void putProperty(ExecState* exec, JSObject* obj, const Identifier& propertyName, JSValue value)
148 obj->put(exec, propertyName, value, slot);
    [all...]
Operations.h 412 inline size_t normalizePrototypeChain(CallFrame* callFrame, JSValue base, JSValue slotBase, const Identifier& propertyName, size_t& slotOffset)
433 slotOffset = cell->structure()->get(callFrame->globalData(), propertyName);
  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 317 var propertyName = (shorthandProperty || individualProperty);
319 if (propertyName in foundProperties)
330 foundProperties[propertyName] = true;
332 cssText += propertyName + ": " + value;
509 // Replaces "propertyName: propertyValue [!important];" in the stylesheet by an arbitrary propertyText.
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 93 static JSValueRef getDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception)
98 static bool setDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception)
150 static JSValueRef getMenuItemTitleCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception)
162 static bool setMenuItemTitleCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception)
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 504 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(const QString& propertyName,
510 return DumpRenderTreeSupportQt::pauseTransitionOfProperty(frame, propertyName, time, elementId);
836 QString LayoutTestController::pageProperty(const QString& propertyName, int pageNumber)
838 return DumpRenderTreeSupportQt::pageProperty(m_drt->webPage()->mainFrame(), propertyName, pageNumber);
  /external/webkit/Tools/Scripts/
VCSUtils.pm     [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 283 * @propertyName: name of a property
288 CString DumpRenderTreeSupportGtk::pageProperty(WebKitWebFrame* frame, const char* propertyName, int pageNumber)
296 return PrintContext::pageProperty(coreFrame, propertyName, pageNumber).utf8();
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 294 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const
296 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageProperty:propertyName:pageNumber]));
744 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
748 RetainPtr<CFStringRef> nameCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, propertyName));
    [all...]

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>