Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 21 of 21) sorted by relevance

/external/webkit/WebCore/css/
DSVGCSSParser.cpp270 ShorthandScope scope(this, propId); in parseSVGValue() local
DCSSParser.cpp714 ShorthandScope scope(this, propId); in parseValue() local
800 ShorthandScope scope(this, CSSPropertyBorderSpacing); in parseValue() local
808 ShorthandScope scope(this, CSSPropertyBorderSpacing); in parseValue() local
1387 ShorthandScope scope(this, CSSPropertyWebkitMarginCollapse); in parseValue() local
1395 ShorthandScope scope(this, CSSPropertyWebkitMarginCollapse); in parseValue() local
1710 ShorthandScope scope(this, propId); in parseFillShorthand() local
1813 ShorthandScope scope(this, CSSPropertyWebkitAnimation); in parseAnimationShorthand() local
1871 ShorthandScope scope(this, CSSPropertyWebkitTransition); in parseTransitionShorthand() local
1926 ShorthandScope scope(this, propId); in parseShorthand() local
1971 ShorthandScope scope(this, propId); in parse4Values() local
/external/webkit/JavaScriptCore/runtime/
DJSFunction.h64 ScopeChain& scope() { return m_scopeChain; } in scope() function
/external/skia/src/animator/
DSkDisplayApply.h95 SkDrawable* scope; variable
DSkDisplayList.cpp94 SkDrawable* scope = *ptr; in SearchForMatch() local
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp487 …LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : 0);… in newLabelScope() local
968 JSObject* scope = *iter; in findScopedProperty() local
1419 RegisterID* BytecodeGenerator::emitPushScope(RegisterID* scope) in emitPushScope()
1453 ControlFlowContext scope; in pushFinallyContext() local
1484 LabelScope* scope = &m_labelScopes[i]; in breakTarget() local
1494 LabelScope* scope = &m_labelScopes[i]; in breakTarget() local
1514 LabelScope* scope = &m_labelScopes[i]; in continueTarget() local
1527 LabelScope* scope = &m_labelScopes[i]; in continueTarget() local
/external/webkit/WebCore/html/
DHTMLTableCellElement.cpp242 String HTMLTableCellElement::scope() const in scope() function in WebCore::HTMLTableCellElement
/external/tcpdump/
Dprint-ospf6.c135 const char *scope; in ospf6_print_ls_type() local
/external/webkit/WebCore/bindings/js/
DJSEventListener.cpp320 ScopeChain scope = listenerAsFunction->scope(); in parseCode() local
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c813 int scope = LDAP_SCOPE_ONE; local
1045 int scope = LDAP_SCOPE_ONE; local
/external/webkit/JavaScriptCore/parser/
DNodes.cpp1751 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode() local
1787 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode() local
1830 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode() local
1905 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode() local
1971 LabelScope* scope = generator.continueTarget(m_ident); in emitBytecode() local
1987 LabelScope* scope = generator.breakTarget(m_ident); in emitBytecode() local
2042 RefPtr<RegisterID> scope = generator.newTemporary(); in emitBytecode() local
2247 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Switch); in emitBytecode() local
2273 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::NamedLabel, &m_name); in emitBytecode() local
/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.cpp121 void SamplingTool::notifyOfScope(ScopeNode* scope) in notifyOfScope()
DCodeBlock.cpp706 JSValuePtr scope = JSValuePtr((++it)->u.jsCell); in dump() local
728 JSValuePtr scope = JSValuePtr((++it)->u.jsCell); in dump() local
734 JSValuePtr scope = JSValuePtr((++it)->u.jsCell); in dump() local
/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp1031 std::string scope; // For rules in writeMapFile() local
1170 std::string scope; // For rules in sortLabels() local
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c1238 size_t scope = 0; in accumulate_scripts() local
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp1161 JSObject* scope = new (callFrame) JSStaticScopeObject(callFrame, property, value, DontDelete); in createExceptionScope() local
2310 JSGlobalObject* scope = static_cast<JSGlobalObject*>((++vPC)->u.jsCell); in privateExecute() local
2323 JSGlobalObject* scope = static_cast<JSGlobalObject*>((++vPC)->u.jsCell); in privateExecute() local
2352 JSVariableObject* scope = static_cast<JSVariableObject*>(*iter); in privateExecute() local
2375 JSVariableObject* scope = static_cast<JSVariableObject*>(*iter); in privateExecute() local
3613 int scope = (++vPC)->u.operand; in privateExecute() local
5935 …JSObject* scope = new (ARG_globalData) JSStaticScopeObject(ARG_callFrame, *ARG_id1, ARG_src2, Dont… in cti_op_push_new_scope() local
/external/webkit/WebCore/editing/
DTextIterator.cpp1442 PassRefPtr<Range> TextIterator::rangeFromLocationAndLength(Element *scope, int rangeLocation, int r… in rangeFromLocationAndLength()
DApplyStyleCommand.cpp434 Node* scope = highestAncestor(visibleStart.deepEquivalent().node()); in applyBlockStyle() local
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp1028 QByteArray scope; in indexOfMetaEnum() local
/external/libxml2/include/libxml/
DschemasInternals.h785 const xmlChar *scope; member
/external/webkit/SunSpider/tests/
Dv8-raytrace.js1847 findElements: function(scope) { argument