set 13 Source/bindings/templates/attributes.cpp {% set cpp_class, v8_class = 'Element', 'V8Element' %} set 116 Source/bindings/templates/attributes.cpp one of those. If not, set it to the empty string. set 210 Source/bindings/templates/attributes.cpp {% set cpp_class, v8_class = 'Element', 'V8Element' %} set 257 Source/bindings/templates/attributes.cpp {# Pre-set context #} set 270 Source/bindings/templates/attributes.cpp {# Post-set #} set 21 Source/bindings/templates/callback_interface.cpp m_callback.set(isolate, callback); set 32 Source/bindings/templates/callback_interface.cpp {% set return_default = 'return true' set 67 Source/bindings/templates/callback_interface.cpp {% set this_handle_parameter = 'v8::Handle<v8::Object>::Cast(thisHandle), ' if method.call_with_this_handle else '' %} set 6 Source/bindings/templates/interface.cpp {% set getter_callback = set 14 Source/bindings/templates/interface.cpp {% set getter_callback_for_main_world = set 18 Source/bindings/templates/interface.cpp {% set setter_callback = attribute.setter_callback %} set 19 Source/bindings/templates/interface.cpp {% set setter_callback_for_main_world = set 24 Source/bindings/templates/interface.cpp {% set wrapper_type_info = set 28 Source/bindings/templates/interface.cpp {% set access_control = 'static_cast<v8::AccessControl>(%s)' % set 30 Source/bindings/templates/interface.cpp {% set property_attribute = 'static_cast<v8::PropertyAttribute>(%s)' % set 32 Source/bindings/templates/interface.cpp {% set on_prototype = '1 /* on prototype */' set 35 Source/bindings/templates/interface.cpp {% set attribute_configuration_list = [ set 46 Source/bindings/templates/interface.cpp {% set attribute_configuration_list = attribute_configuration_list set 55 Source/bindings/templates/interface.cpp {% set method_callback = set 57 Source/bindings/templates/interface.cpp {% set method_callback_for_main_world = set 132 Source/bindings/templates/interface.cpp {% set getter = indexed_property_getter %} set 139 Source/bindings/templates/interface.cpp {% set getter_name = getter.name or 'anonymousIndexedGetter' %} set 140 Source/bindings/templates/interface.cpp {% set getter_arguments = ['index', 'exceptionState'] set 159 Source/bindings/templates/interface.cpp {% set getter = indexed_property_getter %} set 178 Source/bindings/templates/interface.cpp {% set setter = indexed_property_setter %} set 195 Source/bindings/templates/interface.cpp {% set setter_name = setter.name or 'anonymousIndexedSetter' %} set 196 Source/bindings/templates/interface.cpp {% set setter_arguments = ['index', 'propertyValue', 'exceptionState'] set 215 Source/bindings/templates/interface.cpp {% set setter = indexed_property_setter %} set 234 Source/bindings/templates/interface.cpp {% set deleter = indexed_property_deleter %} set 241 Source/bindings/templates/interface.cpp {% set deleter_name = deleter.name or 'anonymousIndexedDeleter' %} set 242 Source/bindings/templates/interface.cpp {% set deleter_arguments = ['index', 'exceptionState'] set 260 Source/bindings/templates/interface.cpp {% set deleter = indexed_property_deleter %} set 280 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} set 317 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} set 336 Source/bindings/templates/interface.cpp {% set setter = named_property_setter %} set 354 Source/bindings/templates/interface.cpp {% set setter_name = setter.name or 'anonymousNamedSetter' %} set 355 Source/bindings/templates/interface.cpp {% set setter_arguments = set 376 Source/bindings/templates/interface.cpp {% set setter = named_property_setter %} set 419 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} set 438 Source/bindings/templates/interface.cpp {% set deleter = named_property_deleter %} set 447 Source/bindings/templates/interface.cpp {% set deleter_name = deleter.name or 'anonymousNamedDeleter' %} set 448 Source/bindings/templates/interface.cpp {% set deleter_arguments = ['propertyName', 'exceptionState'] set 466 Source/bindings/templates/interface.cpp {% set deleter = named_property_deleter %} set 508 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} set 559 Source/bindings/templates/interface.cpp {% set to_active_dom_object = '%s::toActiveDOMObject' % v8_class set 561 Source/bindings/templates/interface.cpp {% set to_event_target = '%s::toEventTarget' % v8_class set 793 Source/bindings/templates/interface.cpp {% set is_nullable = 'true' if attribute.is_nullable else 'false' %} set 867 Source/bindings/templates/interface.cpp {% set parent_template = set 875 Source/bindings/templates/interface.cpp {% set runtime_enabled_indent = 4 if runtime_enabled_function else 0 %} set 879 Source/bindings/templates/interface.cpp {% set attributes_name, attributes_length = set 883 Source/bindings/templates/interface.cpp {% set accessors_name, accessors_length = set 887 Source/bindings/templates/interface.cpp {% set methods_name, methods_length = set 924 Source/bindings/templates/interface.cpp In addition, the getter should be set on the prototype template, to get set 926 Source/bindings/templates/interface.cpp what prototype is actually set on the object. #} set 927 Source/bindings/templates/interface.cpp {% set set_on_template = 'PrototypeTemplate' if interface_name == 'Window' set 931 Source/bindings/templates/interface.cpp {% set indexed_property_getter_callback = set 933 Source/bindings/templates/interface.cpp {% set indexed_property_setter_callback = set 936 Source/bindings/templates/interface.cpp {% set indexed_property_query_callback = '0' %}{# Unused #} set 937 Source/bindings/templates/interface.cpp {% set indexed_property_deleter_callback = set 940 Source/bindings/templates/interface.cpp {% set indexed_property_enumerator_callback = set 947 Source/bindings/templates/interface.cpp {% set named_property_getter_callback = set 949 Source/bindings/templates/interface.cpp {% set named_property_setter_callback = set 952 Source/bindings/templates/interface.cpp {% set named_property_query_callback = set 955 Source/bindings/templates/interface.cpp {% set named_property_deleter_callback = set 958 Source/bindings/templates/interface.cpp {% set named_property_enumerator_callback = set 1007 Source/bindings/templates/interface.cpp {% set getter_callback = '%sV8Internal::%sAttributeGetterCallback' % set 1043 Source/bindings/templates/interface.cpp {% set getter_callback = set 1046 Source/bindings/templates/interface.cpp {% set setter_callback = set 1049 Source/bindings/templates/interface.cpp {% set property_attribute = set 1059 Source/bindings/templates/interface.cpp {% set method_callback = '%sV8Internal::%sMethodCallback%s' % set 1061 Source/bindings/templates/interface.cpp {% set property_attribute = 'static_cast<v8::PropertyAttribute>(%s)' % set 1087 Source/bindings/templates/interface.cpp {% set constant_cpp_class = constant.cpp_class or cpp_class %} set 1311 Source/bindings/templates/interface.cpp {% set oilpan_conditional = '!ENABLE(OILPAN)' if is_will_be_garbage_collected set 107 Source/bindings/templates/interface.h {% set custom_internal_field_counter = 0 %} set 111 Source/bindings/templates/interface.h {% set custom_internal_field_counter = custom_internal_field_counter + 1 %} set 120 Source/bindings/templates/interface.h {% set custom_internal_field_counter = custom_internal_field_counter + 1 %} set 41 Source/bindings/templates/interface_base.cpp {% set to_active_dom_object = '%s::toActiveDOMObject' % v8_class set 43 Source/bindings/templates/interface_base.cpp {% set to_event_target = '%s::toEventTarget' % v8_class set 45 Source/bindings/templates/interface_base.cpp {% set visit_dom_wrapper = '%s::visitDOMWrapper' % v8_class set 47 Source/bindings/templates/interface_base.cpp {% set parent_wrapper_type_info = '&V8%s::wrapperTypeInfo' % parent_interface set 49 Source/bindings/templates/interface_base.cpp {% set wrapper_type_prototype = 'WrapperTypeExceptionPrototype' if is_exception else set 51 Source/bindings/templates/interface_base.cpp {% set will_be_garbage_collected = 'true' set 331 Source/bindings/templates/methods.cpp {% set signature = 'v8::Local<v8::Signature>()' set 25 Source/bindings/tests/results/V8TestCallbackInterface.cpp m_callback.set(isolate, callback); set 130 Source/bindings/v8/DOMDataStore.h return current(isolate).template set<V8T>(object, wrapper, isolate, configuration); set 175 Source/bindings/v8/DOMDataStore.h inline void set(T* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration) set 183 Source/bindings/v8/DOMDataStore.h m_wrapperMap.set(V8T::toInternalPointer(object), wrapper, configuration); set 83 Source/bindings/v8/DOMWrapperMap.h void set(KeyType* key, v8::Handle<v8::Object> wrapper, const WrapperConfiguration& configuration) set 162 Source/bindings/v8/DOMWrapperWorld.cpp isolatedWorldSecurityOrigins().set(worldId, securityOrigin); set 193 Source/bindings/v8/DOMWrapperWorld.cpp isolatedWorldContentSecurityPolicies().set(worldId, true); set 707 Source/bindings/v8/Dictionary.cpp hashMap.set(stringKey, stringValue); set 79 Source/bindings/v8/ExceptionState.cpp m_exception.set(m_isolate, exception); set 300 Source/bindings/v8/IDBBindingUtilities.cpp if (!set(parentValue, keyPathElement, object, isolate)) set 384 Source/bindings/v8/IDBBindingUtilities.cpp if (!set(parent, keyPathElements.last(), key, isolate)) set 146 Source/bindings/v8/NPV8Object.cpp objectVector = &v8NPObjectMap->set(v8ObjectHash, V8NPObjectVector()).storedValue->value; set 114 Source/bindings/v8/PageScriptDebugServer.cpp m_listenersMap.set(page, listener); set 157 Source/bindings/v8/PageScriptDebugServer.cpp m_compiledScriptURLs.set(*scriptId, sourceURL); set 69 Source/bindings/v8/ScopedPersistent.h void set(v8::Isolate* isolate, v8::Handle<T> handle) set 235 Source/bindings/v8/ScriptController.cpp m_isolatedWorlds.set(world.worldId(), isolatedWorldShell.release()); set 334 Source/bindings/v8/ScriptController.cpp m_pluginObjects.set(widget, npObject); set 195 Source/bindings/v8/ScriptDebugServer.cpp m_breakProgramCallbackTemplate.set(m_isolate, templ); set 407 Source/bindings/v8/ScriptDebugServer.cpp m_executionState.set(m_isolate, executionState); set 532 Source/bindings/v8/ScriptDebugServer.cpp m_debuggerScript.set(m_isolate, v8::Handle<v8::Object>::Cast(value)); set 594 Source/bindings/v8/ScriptDebugServer.cpp m_compiledScripts.set(*scriptId, adoptPtr(new ScopedPersistent<v8::Script>(m_isolate, script))); set 58 Source/bindings/v8/ScriptObject.h static bool set(ScriptState*, const char* name, InspectorFrontendHost*); set 72 Source/bindings/v8/ScriptPreprocessor.cpp m_context.set(m_isolate, context); set 73 Source/bindings/v8/ScriptPreprocessor.cpp m_preprocessorFunction.set(m_isolate, v8::Handle<v8::Function>::Cast(preprocessorFunction.v8Value())); set 55 Source/bindings/v8/ScriptRegexp.cpp m_regex.set(isolate, regex); set 53 Source/bindings/v8/ScriptState.h m_exception.set(m_isolate, exception); set 108 Source/bindings/v8/ScriptState.h m_context.set(scriptState->isolate(), scriptState->context()); set 127 Source/bindings/v8/SerializedScriptValue.cpp m_map.set(*handle, value); set 925 Source/bindings/v8/SerializedScriptValue.cpp m_transferredMessagePorts.set(toV8Object(messagePorts->at(i).get(), isolate), i); set 932 Source/bindings/v8/SerializedScriptValue.cpp m_transferredArrayBuffers.set(v8ArrayBuffer, i); set 1414 Source/bindings/v8/SerializedScriptValue.cpp m_objectPool.set(object, objectReference); set 97 Source/bindings/v8/V8AbstractEventListener.cpp m_listener.set(m_isolate, listener); set 25 Source/bindings/v8/V8DOMActivityLogger.cpp domActivityLoggers().set(worldId, logger); set 18 Source/bindings/v8/V8HiddenValue.cpp hiddenValue->m_##name.set(isolate, v8AtomicString(isolate, #name)); \ set 183 Source/bindings/v8/V8NPObject.cpp m_map.set(key, UnsafePersistent<v8::FunctionTemplate>(wrapper)); set 259 Source/bindings/v8/V8NPObject.cpp V8NPTemplateMap::sharedInstance(isolate).set(id, temp); set 467 Source/bindings/v8/V8NPObject.cpp staticNPObjectMap().set(object, value, configuration); set 67 Source/bindings/v8/V8PerContextData.cpp m_errorPrototype.set(m_isolate, prototypeValue); set 94 Source/bindings/v8/V8PerContextData.cpp m_wrapperBoilerplates.set(type, UnsafePersistent<v8::Object>(m_isolate, instanceTemplate)); set 130 Source/bindings/v8/V8PerContextData.cpp m_constructorMap.set(type, UnsafePersistent<v8::Function>(m_isolate, function)); set 84 Source/bindings/v8/V8PerIsolateData.cpp m_liveRoot.set(m_isolate, v8::Null(m_isolate)); set 190 Source/bindings/v8/V8PerIsolateData.cpp m_toStringTemplate.set(m_isolate, v8::FunctionTemplate::New(m_isolate, constructorOfToString)); set 100 Source/bindings/v8/V8ValueCache.cpp m_stringCache.set(stringImpl, m_lastV8String); set 205 Source/bindings/v8/V8WindowShell.cpp m_global.set(m_isolate, context->Global()); set 338 Source/bindings/v8/V8WindowShell.cpp m_document.set(m_isolate, wrapper); set 71 Source/bindings/v8/custom/V8InjectedScriptManager.cpp data->handle.set(isolate, instanceTemplate); set 181 Source/bindings/v8/npruntime.cpp identMap->set(key, identifier); set 223 Source/bindings/v8/npruntime.cpp identMap->set(intId, identifier); set 390 Source/bindings/v8/npruntime.cpp rootObjectMap().set(npObject, new NPObjectSet()); set 407 Source/bindings/v8/npruntime.cpp liveObjectMap().set(npObject, owner); set 422 Source/bindings/v8/npruntime.cpp NPObjectSet* set = rootObjectMap().get(npObject); set 423 Source/bindings/v8/npruntime.cpp while (set->size() > 0) { set 425 Source/bindings/v8/npruntime.cpp unsigned size = set->size(); set 427 Source/bindings/v8/npruntime.cpp NPObject* sub_object = *(set->begin()); set 432 Source/bindings/v8/npruntime.cpp set->remove(sub_object); set 443 Source/bindings/v8/npruntime.cpp ASSERT(set->size() < size); set 445 Source/bindings/v8/npruntime.cpp delete set; set 126 Source/core/accessibility/AXObject.cpp roleMap->set(roles[i].ariaRole, roles[i].webcoreRole); set 98 Source/core/accessibility/AXObjectCache.cpp m_idMapping.set(id, attributes); set 353 Source/core/accessibility/AXObjectCache.cpp m_widgetObjectMapping.set(widget, newObj->axObjectID()); set 354 Source/core/accessibility/AXObjectCache.cpp m_objects.set(newObj->axObjectID(), newObj); set 388 Source/core/accessibility/AXObjectCache.cpp m_nodeObjectMapping.set(node, newObj->axObjectID()); set 389 Source/core/accessibility/AXObjectCache.cpp m_objects.set(newObj->axObjectID(), newObj); set 412 Source/core/accessibility/AXObjectCache.cpp m_renderObjectMapping.set(renderer, newObj->axObjectID()); set 413 Source/core/accessibility/AXObjectCache.cpp m_objects.set(newObj->axObjectID(), newObj); set 436 Source/core/accessibility/AXObjectCache.cpp m_inlineTextBoxObjectMapping.set(inlineTextBox, newObj->axObjectID()); set 437 Source/core/accessibility/AXObjectCache.cpp m_objects.set(newObj->axObjectID(), newObj); set 495 Source/core/accessibility/AXObjectCache.cpp m_objects.set(obj->axObjectID(), obj); set 46 Source/core/animation/AnimationStack.cpp target.set(styleInterpolation->id(), styleInterpolation); set 46 Source/core/animation/InterpolableValue.cpp result->set(i, m_values[i]->interpolate(*(toList->m_values[i]), progress)); set 100 Source/core/animation/InterpolableValue.h void set(size_t position, PassOwnPtrWillBeRawPtr<InterpolableValue> value) set 128 Source/core/animation/InterpolableValue.h set(i, other.m_values[i]->clone()); set 66 Source/core/animation/InterpolableValueTest.cpp listA->set(0, InterpolableNumber::create(0)); set 67 Source/core/animation/InterpolableValueTest.cpp listA->set(1, InterpolableNumber::create(42)); set 68 Source/core/animation/InterpolableValueTest.cpp listA->set(2, InterpolableNumber::create(20.5)); set 71 Source/core/animation/InterpolableValueTest.cpp listB->set(0, InterpolableNumber::create(100)); set 72 Source/core/animation/InterpolableValueTest.cpp listB->set(1, InterpolableNumber::create(-200)); set 73 Source/core/animation/InterpolableValueTest.cpp listB->set(2, InterpolableNumber::create(300)); set 85 Source/core/animation/InterpolableValueTest.cpp listA->set(0, InterpolableNumber::create(0)); set 87 Source/core/animation/InterpolableValueTest.cpp subListA->set(0, InterpolableNumber::create(100)); set 88 Source/core/animation/InterpolableValueTest.cpp listA->set(1, subListA.release()); set 89 Source/core/animation/InterpolableValueTest.cpp listA->set(2, InterpolableBool::create(false)); set 92 Source/core/animation/InterpolableValueTest.cpp listB->set(0, InterpolableNumber::create(100)); set 94 Source/core/animation/InterpolableValueTest.cpp subListB->set(0, InterpolableNumber::create(50)); set 95 Source/core/animation/InterpolableValueTest.cpp listB->set(1, subListB.release()); set 96 Source/core/animation/InterpolableValueTest.cpp listB->set(2, InterpolableBool::create(true)); set 397 Source/core/animation/css/CSSAnimations.cpp m_animations.set(iter->name, player.get()); set 451 Source/core/animation/css/CSSAnimations.cpp m_transitions.set(id, runningTransition); set 553 Source/core/animation/css/CSSAnimations.cpp listedProperties.set(id); set 84 Source/core/animation/css/CSSAnimations.h m_newTransitions.set(id, newTransition); set 17 Source/core/css/CSSFontFaceTest.cpp CSSFontFace::UnicodeRangeSet set(ranges); set 18 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.isEntireRange()); set 19 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ(0u, set.size()); set 20 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String())); set 21 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("a"))); set 22 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String(hiraganaA))); set 29 Source/core/css/CSSFontFaceTest.cpp CSSFontFace::UnicodeRangeSet set(ranges); set 30 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.isEntireRange()); set 31 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String())); set 32 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String("a"))); set 33 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("b"))); set 34 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String("c"))); set 35 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("abc"))); set 36 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String(hiraganaA))); set 37 Source/core/css/CSSFontFaceTest.cpp ASSERT_EQ(1u, set.size()); set 38 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('b', set.rangeAt(0).from()); set 39 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('b', set.rangeAt(0).to()); set 47 Source/core/css/CSSFontFaceTest.cpp CSSFontFace::UnicodeRangeSet set(ranges); set 48 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.isEntireRange()); set 49 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String())); set 50 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String("1"))); set 51 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("2"))); set 52 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("3"))); set 53 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("4"))); set 54 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String("5"))); set 55 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("6"))); set 56 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String("7"))); set 57 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String("8"))); set 58 Source/core/css/CSSFontFaceTest.cpp ASSERT_EQ(2u, set.size()); set 59 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('2', set.rangeAt(0).from()); set 60 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('4', set.rangeAt(0).to()); set 61 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('6', set.rangeAt(1).from()); set 62 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('7', set.rangeAt(1).to()); set 72 Source/core/css/CSSFontFaceTest.cpp CSSFontFace::UnicodeRangeSet set(ranges); set 73 Source/core/css/CSSFontFaceTest.cpp ASSERT_EQ(1u, set.size()); set 74 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('0', set.rangeAt(0).from()); set 75 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ('6', set.rangeAt(0).to()); set 82 Source/core/css/CSSFontFaceTest.cpp CSSFontFace::UnicodeRangeSet set(ranges); set 83 Source/core/css/CSSFontFaceTest.cpp ASSERT_EQ(1u, set.size()); set 84 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ(0x3042, set.rangeAt(0).from()); set 85 Source/core/css/CSSFontFaceTest.cpp EXPECT_EQ(0x3042, set.rangeAt(0).to()); set 86 Source/core/css/CSSFontFaceTest.cpp EXPECT_FALSE(set.intersectsWith(String("a"))); set 87 Source/core/css/CSSFontFaceTest.cpp EXPECT_TRUE(set.intersectsWith(String(hiraganaA))); set 593 Source/core/css/CSSGradientValue.cpp firstPoint.set(0, size.height()); set 594 Source/core/css/CSSGradientValue.cpp secondPoint.set(0, 0); set 599 Source/core/css/CSSGradientValue.cpp firstPoint.set(0, 0); set 600 Source/core/css/CSSGradientValue.cpp secondPoint.set(size.width(), 0); set 605 Source/core/css/CSSGradientValue.cpp firstPoint.set(0, 0); set 606 Source/core/css/CSSGradientValue.cpp secondPoint.set(0, size.height()); set 611 Source/core/css/CSSGradientValue.cpp firstPoint.set(size.width(), 0); set 612 Source/core/css/CSSGradientValue.cpp secondPoint.set(0, 0); set 629 Source/core/css/CSSGradientValue.cpp endCorner.set(halfWidth, halfHeight); set 631 Source/core/css/CSSGradientValue.cpp endCorner.set(halfWidth, -halfHeight); set 633 Source/core/css/CSSGradientValue.cpp endCorner.set(-halfWidth, -halfHeight); set 635 Source/core/css/CSSGradientValue.cpp endCorner.set(-halfWidth, halfHeight); set 644 Source/core/css/CSSGradientValue.cpp secondPoint.set(halfWidth + endX, halfHeight - endY); set 646 Source/core/css/CSSGradientValue.cpp firstPoint.set(halfWidth - endX, halfHeight + endY); set 118 Source/core/css/CSSPrimitiveValue.cpp table.set(String("em"), CSSPrimitiveValue::CSS_EMS); set 119 Source/core/css/CSSPrimitiveValue.cpp table.set(String("ex"), CSSPrimitiveValue::CSS_EXS); set 120 Source/core/css/CSSPrimitiveValue.cpp table.set(String("px"), CSSPrimitiveValue::CSS_PX); set 121 Source/core/css/CSSPrimitiveValue.cpp table.set(String("cm"), CSSPrimitiveValue::CSS_CM); set 122 Source/core/css/CSSPrimitiveValue.cpp table.set(String("mm"), CSSPrimitiveValue::CSS_MM); set 123 Source/core/css/CSSPrimitiveValue.cpp table.set(String("in"), CSSPrimitiveValue::CSS_IN); set 124 Source/core/css/CSSPrimitiveValue.cpp table.set(String("pt"), CSSPrimitiveValue::CSS_PT); set 125 Source/core/css/CSSPrimitiveValue.cpp table.set(String("pc"), CSSPrimitiveValue::CSS_PC); set 126 Source/core/css/CSSPrimitiveValue.cpp table.set(String("deg"), CSSPrimitiveValue::CSS_DEG); set 127 Source/core/css/CSSPrimitiveValue.cpp table.set(String("rad"), CSSPrimitiveValue::CSS_RAD); set 128 Source/core/css/CSSPrimitiveValue.cpp table.set(String("grad"), CSSPrimitiveValue::CSS_GRAD); set 129 Source/core/css/CSSPrimitiveValue.cpp table.set(String("ms"), CSSPrimitiveValue::CSS_MS); set 130 Source/core/css/CSSPrimitiveValue.cpp table.set(String("s"), CSSPrimitiveValue::CSS_S); set 131 Source/core/css/CSSPrimitiveValue.cpp table.set(String("hz"), CSSPrimitiveValue::CSS_HZ); set 132 Source/core/css/CSSPrimitiveValue.cpp table.set(String("khz"), CSSPrimitiveValue::CSS_KHZ); set 133 Source/core/css/CSSPrimitiveValue.cpp table.set(String("dpi"), CSSPrimitiveValue::CSS_DPI); set 134 Source/core/css/CSSPrimitiveValue.cpp table.set(String("dpcm"), CSSPrimitiveValue::CSS_DPCM); set 135 Source/core/css/CSSPrimitiveValue.cpp table.set(String("dppx"), CSSPrimitiveValue::CSS_DPPX); set 136 Source/core/css/CSSPrimitiveValue.cpp table.set(String("vw"), CSSPrimitiveValue::CSS_VW); set 137 Source/core/css/CSSPrimitiveValue.cpp table.set(String("vh"), CSSPrimitiveValue::CSS_VH); set 138 Source/core/css/CSSPrimitiveValue.cpp table.set(String("vmax"), CSSPrimitiveValue::CSS_VMIN); set 139 Source/core/css/CSSPrimitiveValue.cpp table.set(String("vmin"), CSSPrimitiveValue::CSS_VMAX); set 1139 Source/core/css/CSSPrimitiveValue.cpp cssTextCache().set(this, text); set 374 Source/core/css/CSSSelector.cpp nameToPseudoType->set(name->impl(), type); set 87 Source/core/css/CSSStyleRule.cpp selectorTextCache().set(this, text); set 202 Source/core/css/MediaList.cpp m_mediaQueries->set(value); set 51 Source/core/css/MediaList.h bool set(const String&); set 662 Source/core/css/MediaQueryEvaluator.cpp gFunctionMap->set(name##MediaFeature.impl(), name##MediaFeatureEval); set 67 Source/core/css/StyleMedia.cpp if (!media->set(query)) set 91 Source/core/css/StylePropertySerializer.cpp shorthandPropertyAppeared.set(CSSPropertyBackground - firstCSSProperty); set 120 Source/core/css/StylePropertySerializer.cpp shorthandPropertyAppeared.set(CSSPropertyBorder - firstCSSProperty); set 222 Source/core/css/StylePropertySerializer.cpp shorthandPropertyAppeared.set(shortPropertyIndex); set 228 Source/core/css/StylePropertySerializer.cpp shorthandPropertyUsed.set(shortPropertyIndex); set 444 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::removePropertiesInSet(const CSSPropertyID* set, unsigned length) set 452 Source/core/css/StylePropertySet.cpp toRemove.add(set[i]); set 188 Source/core/css/StylePropertySet.h DEFINE_TYPE_CASTS(ImmutableStylePropertySet, StylePropertySet, set, !set->isMutable(), !set.isMutable()); set 190 Source/core/css/StylePropertySet.h inline ImmutableStylePropertySet* toImmutableStylePropertySet(const RefPtr<StylePropertySet>& set) set 192 Source/core/css/StylePropertySet.h return toImmutableStylePropertySet(set.get()); set 220 Source/core/css/StylePropertySet.h bool removePropertiesInSet(const CSSPropertyID* set, unsigned length); set 248 Source/core/css/StylePropertySet.h DEFINE_TYPE_CASTS(MutableStylePropertySet, StylePropertySet, set, set->isMutable(), set.isMutable()); set 250 Source/core/css/StylePropertySet.h inline MutableStylePropertySet* toMutableStylePropertySet(const RefPtr<StylePropertySet>& set) set 252 Source/core/css/StylePropertySet.h return toMutableStylePropertySet(set.get()); set 17 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp RefPtr<DescendantInvalidationSet> set = DescendantInvalidationSet::create(); set 18 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp set->addClass("a"); set 19 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp set->setWholeSubtreeInvalid(); set 22 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp set->getClasses(classes); set 30 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp RefPtr<DescendantInvalidationSet> set = DescendantInvalidationSet::create(); set 31 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp set->setWholeSubtreeInvalid(); set 32 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp set->addClass("a"); set 35 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp set->getClasses(classes); set 1236 Source/core/css/parser/BisonCSSParser-in.cpp seenProperties.set(propertyIDIndex); set 63 Source/core/css/resolver/ElementStyleResources.cpp m_pendingImageProperties.set(property, value); set 73 Source/core/css/resolver/ElementStyleResources.cpp m_pendingImageProperties.set(property, value); set 81 Source/core/css/resolver/ElementStyleResources.cpp m_pendingImageProperties.set(property, value); set 89 Source/core/css/resolver/ElementStyleResources.cpp m_pendingImageProperties.set(property, value); set 105 Source/core/css/resolver/ElementStyleResources.cpp m_pendingSVGDocuments.set(filterOperation, cssSVGDocumentValue); set 117 Source/core/css/resolver/FontBuilder.cpp scope.set(fontDescription); set 145 Source/core/css/resolver/FontBuilder.cpp scope.set(fontDescription); set 508 Source/core/css/resolver/FontBuilder.cpp scope.set(scope.fontDescription().makeNormalFeatureSettings()); set 104 Source/core/css/resolver/MatchedPropertiesCache.cpp cacheItem->set(style, parentStyle, matchResult); set 44 Source/core/css/resolver/MatchedPropertiesCache.h void set(const RenderStyle*, const RenderStyle* parentStyle, const MatchResult&); set 114 Source/core/css/resolver/ScopedStyleResolver.cpp m_keyframesRuleMap.set(s.impl(), rule); set 116 Source/core/css/resolver/ScopedStyleResolver.cpp m_keyframesRuleMap.set(s.impl(), rule); set 118 Source/core/css/resolver/ScopedStyleResolver.cpp m_keyframesRuleMap.set(s.impl(), rule); set 1023 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->set##Prop(state.parentStyle()->prop()); \ set 1030 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->set##Prop(RenderStyle::initial##Prop()); \ set 1036 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->accessSVGStyle()->set##Prop(state.parentStyle()->svgStyle()->prop()); \ set 1043 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->accessSVGStyle()->set##Prop(SVGRenderStyle::initial##Prop()); \ set 65 Source/core/dom/DOMImplementation.cpp static void addString(FeatureSet& set, const char* string) set 67 Source/core/dom/DOMImplementation.cpp set.add(string); set 61 Source/core/dom/DOMSettableTokenList.cpp m_tokens.set(AtomicString(tokens[i]), false); set 71 Source/core/dom/DOMSettableTokenList.cpp m_tokens.set(token, false); set 92 Source/core/dom/DOMSettableTokenList.cpp m_tokens.set(value, false); set 55 Source/core/dom/ElementData.h void setClass(const AtomicString& className, bool shouldFoldCase) const { m_classNames.set(className, shouldFoldCase); } set 57 Source/core/dom/IdTargetObserverRegistry.cpp ObserverSet* set = iter->value.get(); set 58 Source/core/dom/IdTargetObserverRegistry.cpp set->remove(observer); set 59 Source/core/dom/IdTargetObserverRegistry.cpp if (set->isEmpty() && set != m_notifyingObserversInSet) set 89 Source/core/dom/IdTargetObserverRegistry.cpp ObserverSet* set = m_registry.get(id.impl()); set 90 Source/core/dom/IdTargetObserverRegistry.cpp return set && !set->isEmpty(); set 2022 Source/core/dom/Node.cpp eventTargetDataMap().set(this, adoptPtr(data)); set 200 Source/core/dom/PresentationAttributeStyle.cpp presentationAttributeCache().set(cacheHash, newEntry.release()); set 233 Source/core/dom/Range.cpp m_start.set(refNode, offset, childNode); set 261 Source/core/dom/Range.cpp m_end.set(refNode, offset, childNode); set 1056 Source/core/dom/Range.cpp m_end.set(m_start.container(), m_start.offset() + numNewChildren, lastChild.get()); set 1751 Source/core/dom/Range.cpp boundary.set(oldNode.node().previousSibling(), boundary.offset() + offset, 0); set 1753 Source/core/dom/Range.cpp boundary.set(oldNode.node().previousSibling(), offset, 0); set 1772 Source/core/dom/Range.cpp boundary.set(boundaryContainer, boundaryOffset + 1, oldNode.nextSibling()); set 1774 Source/core/dom/Range.cpp boundary.set(oldNode.nextSibling(), boundaryOffset - oldNode.length(), 0); set 48 Source/core/dom/RangeBoundaryPoint.h void set(PassRefPtr<Node> container, int offset, Node* childBefore); set 120 Source/core/dom/RangeBoundaryPoint.h inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore) set 71 Source/core/dom/SpaceSplitString.h SpaceSplitString(const AtomicString& string, bool shouldFoldCase) { set(string, shouldFoldCase); } set 75 Source/core/dom/SpaceSplitString.h void set(const AtomicString&, bool shouldFoldCase); set 45 Source/core/dom/shadow/ContentDistribution.cpp m_indices.set(node.get(), size); set 378 Source/core/editing/ApplyStyleCommand.cpp startingFontSizes.set(node, computedFontSize(node)); set 197 Source/core/editing/EditingBehavior.cpp keyDownCommandsMap->set(keyDownEntries[i].modifiers << 16 | keyDownEntries[i].virtualKey, keyDownEntries[i].name); set 201 Source/core/editing/EditingBehavior.cpp keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name); set 1635 Source/core/editing/EditorCommand.cpp commandMap.set(command.name, &command.command); set 117 Source/core/editing/MarkupAccumulator.cpp namespaceHash.set(xmlAtom.impl(), XMLNames::xmlNamespaceURI.impl()); set 240 Source/core/editing/MarkupAccumulator.cpp namespaces.set(emptyAtom.impl(), element.namespaceURI().impl()); set 254 Source/core/editing/MarkupAccumulator.cpp namespaces.set(emptyAtom.impl(), attribute.value().impl()); set 260 Source/core/editing/MarkupAccumulator.cpp namespaces.set(attribute.localName().impl(), attribute.value().impl()); set 276 Source/core/editing/MarkupAccumulator.cpp namespaces.set(pre, namespaceURI.impl()); set 121 Source/core/fetch/ImageResource.cpp switchContainerSizeRequests.set(it->key, it->value); set 219 Source/core/fetch/ImageResource.cpp m_pendingContainerSizeRequests.set(renderer, SizeAndZoom(containerSize, containerZoom)); set 113 Source/core/fetch/MemoryCache.cpp m_resources.set(resource->url(), MemoryCacheEntry::create(resource)); set 38 Source/core/fetch/ResourceClientWalker.h ResourceClientWalker(const HashCountedSet<ResourceClient*>& set) set 39 Source/core/fetch/ResourceClientWalker.h : m_clientSet(set), m_clientVector(set.size()), m_index(0) set 42 Source/core/fetch/ResourceClientWalker.h Iterator end = set.end(); set 44 Source/core/fetch/ResourceClientWalker.h for (Iterator current = set.begin(); current != end; ++current) set 708 Source/core/fetch/ResourceFetcher.cpp m_documentResources.set(resource->url(), resource); set 179 Source/core/frame/DOMWindow.cpp DOMWindowSet& set = windowsWithUnloadEventListeners(); set 180 Source/core/frame/DOMWindow.cpp if (set.isEmpty()) set 182 Source/core/frame/DOMWindow.cpp set.add(domWindow); set 187 Source/core/frame/DOMWindow.cpp DOMWindowSet& set = windowsWithUnloadEventListeners(); set 188 Source/core/frame/DOMWindow.cpp DOMWindowSet::iterator it = set.find(domWindow); set 189 Source/core/frame/DOMWindow.cpp if (it == set.end()) set 191 Source/core/frame/DOMWindow.cpp set.remove(it); set 192 Source/core/frame/DOMWindow.cpp if (set.isEmpty()) set 198 Source/core/frame/DOMWindow.cpp DOMWindowSet& set = windowsWithUnloadEventListeners(); set 199 Source/core/frame/DOMWindow.cpp DOMWindowSet::iterator it = set.find(domWindow); set 200 Source/core/frame/DOMWindow.cpp if (it == set.end()) set 202 Source/core/frame/DOMWindow.cpp set.removeAll(it); set 203 Source/core/frame/DOMWindow.cpp if (set.isEmpty()) set 209 Source/core/frame/DOMWindow.cpp DOMWindowSet& set = windowsWithBeforeUnloadEventListeners(); set 210 Source/core/frame/DOMWindow.cpp if (set.isEmpty()) set 212 Source/core/frame/DOMWindow.cpp set.add(domWindow); set 217 Source/core/frame/DOMWindow.cpp DOMWindowSet& set = windowsWithBeforeUnloadEventListeners(); set 218 Source/core/frame/DOMWindow.cpp DOMWindowSet::iterator it = set.find(domWindow); set 219 Source/core/frame/DOMWindow.cpp if (it == set.end()) set 221 Source/core/frame/DOMWindow.cpp set.remove(it); set 222 Source/core/frame/DOMWindow.cpp if (set.isEmpty()) set 228 Source/core/frame/DOMWindow.cpp DOMWindowSet& set = windowsWithBeforeUnloadEventListeners(); set 229 Source/core/frame/DOMWindow.cpp DOMWindowSet::iterator it = set.find(domWindow); set 230 Source/core/frame/DOMWindow.cpp if (it == set.end()) set 232 Source/core/frame/DOMWindow.cpp set.removeAll(it); set 233 Source/core/frame/DOMWindow.cpp if (set.isEmpty()) set 530 Source/core/html/HTMLAnchorElement.cpp rootEditableElementMap().set(this, element); set 236 Source/core/html/HTMLDocument.cpp static void addLocalNameToSet(HashSet<StringImpl*>* set, const QualifiedName& qName) set 238 Source/core/html/HTMLDocument.cpp set->add(qName.localName().impl()); set 211 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onabortAttr.localName(), EventTypeNames::abort); set 212 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onanimationendAttr.localName(), EventTypeNames::animationend); set 213 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onanimationiterationAttr.localName(), EventTypeNames::animationiteration); set 214 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onanimationstartAttr.localName(), EventTypeNames::animationstart); set 215 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onautocompleteAttr.localName(), EventTypeNames::autocomplete); set 216 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onautocompleteerrorAttr.localName(), EventTypeNames::autocompleteerror); set 217 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onbeforecopyAttr.localName(), EventTypeNames::beforecopy); set 218 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onbeforecutAttr.localName(), EventTypeNames::beforecut); set 219 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onbeforepasteAttr.localName(), EventTypeNames::beforepaste); set 220 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onblurAttr.localName(), EventTypeNames::blur); set 221 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncancelAttr.localName(), EventTypeNames::cancel); set 222 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncanplayAttr.localName(), EventTypeNames::canplay); set 223 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncanplaythroughAttr.localName(), EventTypeNames::canplaythrough); set 224 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onchangeAttr.localName(), EventTypeNames::change); set 225 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onclickAttr.localName(), EventTypeNames::click); set 226 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncloseAttr.localName(), EventTypeNames::close); set 227 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncontextmenuAttr.localName(), EventTypeNames::contextmenu); set 228 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncopyAttr.localName(), EventTypeNames::copy); set 229 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncuechangeAttr.localName(), EventTypeNames::cuechange); set 230 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncutAttr.localName(), EventTypeNames::cut); set 231 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondblclickAttr.localName(), EventTypeNames::dblclick); set 232 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragAttr.localName(), EventTypeNames::drag); set 233 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragendAttr.localName(), EventTypeNames::dragend); set 234 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragenterAttr.localName(), EventTypeNames::dragenter); set 235 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragleaveAttr.localName(), EventTypeNames::dragleave); set 236 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragoverAttr.localName(), EventTypeNames::dragover); set 237 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragstartAttr.localName(), EventTypeNames::dragstart); set 238 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondropAttr.localName(), EventTypeNames::drop); set 239 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondurationchangeAttr.localName(), EventTypeNames::durationchange); set 240 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onemptiedAttr.localName(), EventTypeNames::emptied); set 241 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onendedAttr.localName(), EventTypeNames::ended); set 242 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onerrorAttr.localName(), EventTypeNames::error); set 243 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onfocusAttr.localName(), EventTypeNames::focus); set 244 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onfocusinAttr.localName(), EventTypeNames::focusin); set 245 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onfocusoutAttr.localName(), EventTypeNames::focusout); set 246 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oninputAttr.localName(), EventTypeNames::input); set 247 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oninvalidAttr.localName(), EventTypeNames::invalid); set 248 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onkeydownAttr.localName(), EventTypeNames::keydown); set 249 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onkeypressAttr.localName(), EventTypeNames::keypress); set 250 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onkeyupAttr.localName(), EventTypeNames::keyup); set 251 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadAttr.localName(), EventTypeNames::load); set 252 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadeddataAttr.localName(), EventTypeNames::loadeddata); set 253 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadedmetadataAttr.localName(), EventTypeNames::loadedmetadata); set 254 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadstartAttr.localName(), EventTypeNames::loadstart); set 255 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmousedownAttr.localName(), EventTypeNames::mousedown); set 256 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseenterAttr.localName(), EventTypeNames::mouseenter); set 257 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseleaveAttr.localName(), EventTypeNames::mouseleave); set 258 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmousemoveAttr.localName(), EventTypeNames::mousemove); set 259 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseoutAttr.localName(), EventTypeNames::mouseout); set 260 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseoverAttr.localName(), EventTypeNames::mouseover); set 261 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseupAttr.localName(), EventTypeNames::mouseup); set 262 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmousewheelAttr.localName(), EventTypeNames::mousewheel); set 263 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onpasteAttr.localName(), EventTypeNames::paste); set 264 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onpauseAttr.localName(), EventTypeNames::pause); set 265 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onplayAttr.localName(), EventTypeNames::play); set 266 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onplayingAttr.localName(), EventTypeNames::playing); set 267 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onprogressAttr.localName(), EventTypeNames::progress); set 268 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onratechangeAttr.localName(), EventTypeNames::ratechange); set 269 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onresetAttr.localName(), EventTypeNames::reset); set 270 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onresizeAttr.localName(), EventTypeNames::resize); set 271 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onscrollAttr.localName(), EventTypeNames::scroll); set 272 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onseekedAttr.localName(), EventTypeNames::seeked); set 273 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onseekingAttr.localName(), EventTypeNames::seeking); set 274 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onselectAttr.localName(), EventTypeNames::select); set 275 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onselectstartAttr.localName(), EventTypeNames::selectstart); set 276 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onshowAttr.localName(), EventTypeNames::show); set 277 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onstalledAttr.localName(), EventTypeNames::stalled); set 278 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onsubmitAttr.localName(), EventTypeNames::submit); set 279 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onsuspendAttr.localName(), EventTypeNames::suspend); set 280 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontimeupdateAttr.localName(), EventTypeNames::timeupdate); set 281 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchcancelAttr.localName(), EventTypeNames::touchcancel); set 282 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchendAttr.localName(), EventTypeNames::touchend); set 283 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchmoveAttr.localName(), EventTypeNames::touchmove); set 284 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchstartAttr.localName(), EventTypeNames::touchstart); set 285 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontransitionendAttr.localName(), EventTypeNames::webkitTransitionEnd); set 286 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onvolumechangeAttr.localName(), EventTypeNames::volumechange); set 287 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwaitingAttr.localName(), EventTypeNames::waiting); set 288 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitanimationendAttr.localName(), EventTypeNames::webkitAnimationEnd); set 289 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitanimationiterationAttr.localName(), EventTypeNames::webkitAnimationIteration); set 290 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitanimationstartAttr.localName(), EventTypeNames::webkitAnimationStart); set 291 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitfullscreenchangeAttr.localName(), EventTypeNames::webkitfullscreenchange); set 292 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitfullscreenerrorAttr.localName(), EventTypeNames::webkitfullscreenerror); set 293 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkittransitionendAttr.localName(), EventTypeNames::webkitTransitionEnd); set 294 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwheelAttr.localName(), EventTypeNames::wheel); set 702 Source/core/html/HTMLFormElement.cpp m_pastNamesMap->set(pastName, element); set 90 Source/core/html/HTMLFrameOwnerElement.cpp widgetNewParentMap().set(child, parent); set 135 Source/core/html/HTMLMediaElement.cpp HashSet<HTMLMediaElement*> set = map.take(document); set 136 Source/core/html/HTMLMediaElement.cpp set.add(element); set 137 Source/core/html/HTMLMediaElement.cpp map.add(document, set); set 143 Source/core/html/HTMLMediaElement.cpp HashSet<HTMLMediaElement*> set = map.take(document); set 144 Source/core/html/HTMLMediaElement.cpp set.remove(element); set 145 Source/core/html/HTMLMediaElement.cpp if (!set.isEmpty()) set 146 Source/core/html/HTMLMediaElement.cpp map.add(document, set); set 252 Source/core/html/forms/FormController.cpp m_stateForNewFormElements.set(key, stateList); set 85 Source/core/inspector/AsyncCallStackTracker.cpp mapPtr = &m_eventTargetCallChains.set(eventTarget, EventListenerAsyncCallChainVectorHashMap()).storedValue->value; set 91 Source/core/inspector/AsyncCallStackTracker.cpp map.set(eventType, EventListenerAsyncCallChainVector()).storedValue->value.append(item); set 189 Source/core/inspector/AsyncCallStackTracker.cpp data->m_timerCallChains.set(timerId, createAsyncCallChain(singleShot ? setTimeoutName : setIntervalName, callFrames)); set 231 Source/core/inspector/AsyncCallStackTracker.cpp data->m_animationFrameCallChains.set(callbackId, createAsyncCallChain(requestAnimationFrameName, callFrames)); set 317 Source/core/inspector/AsyncCallStackTracker.cpp data->m_xhrCallChains.set(xhr, createAsyncCallChain(xhrSendName, callFrames)); set 342 Source/core/inspector/AsyncCallStackTracker.cpp data->m_mutationObserverCallChains.set(observer, createAsyncCallChain(enqueueMutationRecordName, callFrames)); set 378 Source/core/inspector/AsyncCallStackTracker.cpp data->m_promiseTaskCallChains.set(task, createAsyncCallChain(isResolved ? promiseResolved : promiseRejected, callFrames)); set 382 Source/core/inspector/AsyncCallStackTracker.cpp data->m_promiseTaskCallChains.set(task, m_currentAsyncCallChain); set 446 Source/core/inspector/AsyncCallStackTracker.cpp m_executionContextDataMap.set(context, data); set 337 Source/core/inspector/DOMPatchSupport.cpp merges.set(newList[anchorCandidate].get(), oldList[i].get()); set 368 Source/core/inspector/DOMPatchSupport.cpp merges.set(newList[i].get(), oldHead); set 370 Source/core/inspector/DOMPatchSupport.cpp merges.set(newList[i].get(), oldBody); set 94 Source/core/inspector/InjectedScriptManager.cpp m_scriptStateToId.set(scriptState, id); set 181 Source/core/inspector/InjectedScriptManager.cpp m_idToInjectedScript.set(id, result); set 586 Source/core/inspector/InspectorCSSAgent.cpp m_documentToCSSStyleSheets.set(document, documentCSSStyleSheetsPtr.release()); set 983 Source/core/inspector/InspectorCSSAgent.cpp m_nodeIdToForcedPseudoState.set(nodeId, forcedPseudoState); set 1107 Source/core/inspector/InspectorCSSAgent.cpp m_idToInspectorStyleSheetForInlineStyle.set(newStyleSheetId, inspectorStyleSheet); set 1108 Source/core/inspector/InspectorCSSAgent.cpp m_nodeToInspectorStyleSheet.set(element, inspectorStyleSheet); set 1166 Source/core/inspector/InspectorCSSAgent.cpp m_idToInspectorStyleSheet.set(id, inspectorStyleSheet); set 1167 Source/core/inspector/InspectorCSSAgent.cpp m_cssStyleSheetToInspectorStyleSheet.set(styleSheet, inspectorStyleSheet); set 217 Source/core/inspector/InspectorCanvasAgent.cpp m_framesWithUninstrumentedCanvases.set(frame, false); set 281 Source/core/inspector/InspectorCanvasAgent.cpp m_framesWithUninstrumentedCanvases.set(frame, true); set 321 Source/core/inspector/InspectorCanvasAgent.cpp m_framesWithUninstrumentedCanvases.set(frame, false); set 333 Source/core/inspector/InspectorDOMAgent.cpp nodesMap->set(node, id); set 334 Source/core/inspector/InspectorDOMAgent.cpp m_idToNode.set(id, node); set 335 Source/core/inspector/InspectorDOMAgent.cpp m_idToNodesMap.set(id, nodesMap); set 682 Source/core/inspector/InspectorDOMAgent.cpp m_nodeGroupToBackendIdMap.set(nodeGroup, NodeToBackendIdMap()); set 688 Source/core/inspector/InspectorDOMAgent.cpp map.set(node, id); set 689 Source/core/inspector/InspectorDOMAgent.cpp m_backendIdToNode.set(id, std::make_pair(node, nodeGroup)); set 1602 Source/core/inspector/InspectorDOMAgent.cpp m_cachedChildCount.set(id, nodeCount); set 1825 Source/core/inspector/InspectorDOMAgent.cpp m_cachedChildCount.set(parentId, count); set 1852 Source/core/inspector/InspectorDOMAgent.cpp m_cachedChildCount.set(parentId, count); set 263 Source/core/inspector/InspectorDOMDebuggerAgent.cpp m_domBreakpoints.set(node, m_domBreakpoints.get(node) | rootBit); set 282 Source/core/inspector/InspectorDOMDebuggerAgent.cpp m_domBreakpoints.set(node, mask); set 364 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::updateSubtreeBreakpoints(Node* node, uint32_t rootMask, bool set) set 368 Source/core/inspector/InspectorDOMDebuggerAgent.cpp uint32_t newMask = set ? oldMask | derivedMask : oldMask & ~derivedMask; set 370 Source/core/inspector/InspectorDOMDebuggerAgent.cpp m_domBreakpoints.set(node, newMask); set 379 Source/core/inspector/InspectorDOMDebuggerAgent.cpp updateSubtreeBreakpoints(child, newRootMask, set); set 112 Source/core/inspector/InspectorDOMDebuggerAgent.h void updateSubtreeBreakpoints(Node*, uint32_t rootMask, bool set); set 567 Source/core/inspector/InspectorDebuggerAgent.cpp m_serverBreakpoints.set(debugServerBreakpointId, std::make_pair(breakpointId, source)); set 571 Source/core/inspector/InspectorDebuggerAgent.cpp m_breakpointIdToDebugServerBreakpointIds.set(breakpointId, Vector<String>()).storedValue->value.append(debugServerBreakpointId); set 1146 Source/core/inspector/InspectorDebuggerAgent.cpp m_scripts.set(scriptId, script); set 154 Source/core/inspector/InspectorInspectorAgent.cpp m_injectedScriptForOrigin.set(origin, source); set 232 Source/core/inspector/InspectorLayerTreeAgent.cpp layerIdToNodeIdMap.set(graphicsLayer->platformLayer()->id(), idForNode(node, nodeGroup)); set 904 Source/core/inspector/InspectorPageAgent.cpp m_frameToIdentifier.set(frame, identifier); set 905 Source/core/inspector/InspectorPageAgent.cpp m_identifierToFrame.set(identifier, frame); set 922 Source/core/inspector/InspectorPageAgent.cpp m_loaderToIdentifier.set(loader, identifier); set 456 Source/core/inspector/InspectorResourceAgent.cpp m_pendingXHRReplayData.set(client, xhrReplayData); set 780 Source/core/inspector/InspectorResourceAgent.cpp m_frameNavigationInitiatorMap.set(m_pageAgent->frameId(frame), initiator); set 591 Source/core/inspector/InspectorTimelineAgent.cpp m_layerToNodeMap.set(layerIdentifier, nodeIdentifier); set 1051 Source/core/inspector/InspectorTimelineAgent.cpp m_pixelRefToImageInfo.set(pixelRefId, TimelineImageInfo(nodeId(m_imageBeingPainted->generatingNode()), url)); set 207 Source/core/inspector/InspectorWorkerAgent.cpp m_dedicatedWorkers.set(workerGlobalScopeProxy, url.string()); set 243 Source/core/inspector/InspectorWorkerAgent.cpp m_idToChannel.set(channel->id(), channel); set 56 Source/core/inspector/NetworkResourcesData.cpp m_headers.set(key, value); set 156 Source/core/inspector/NetworkResourcesData.cpp m_requestIdToResourceDataMap.set(requestId, new ResourceData(requestId, loaderId)); set 310 Source/core/inspector/NetworkResourcesData.cpp m_reusedXHRReplayDataRequestIds.set(requestId, reusedRequestId); set 353 Source/core/inspector/NetworkResourcesData.cpp preservedMap.set(it->key, it->value); set 77 Source/core/inspector/PromiseTracker.cpp m_promiseDataMap.set(promise, adoptRef(new PromiseData(promise, ScriptObject(), ScriptValue(), V8PromiseCustom::Pending, timestamp))); set 87 Source/core/inspector/WorkerDebuggerAgent.cpp workerDebuggerAgents().set(inspectedWorkerGlobalScope->thread(), this); set 51 Source/core/loader/CrossOriginPreflightResultCache.cpp static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set) set 69 Source/core/loader/CrossOriginPreflightResultCache.cpp set.add(string.substring(start, end - start + 1)); set 73 Source/core/loader/CrossOriginPreflightResultCache.cpp static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set) set 79 Source/core/loader/CrossOriginPreflightResultCache.cpp addToAccessControlAllowList(string, start, end - 1, set); set 83 Source/core/loader/CrossOriginPreflightResultCache.cpp addToAccessControlAllowList(string, start, string.length() - 1, set); set 158 Source/core/loader/CrossOriginPreflightResultCache.cpp m_preflightHashMap.set(std::make_pair(origin, url), preflightResult); set 153 Source/core/loader/ImageLoader.cpp document.fetcher()->m_documentResources.set(newImage->url(), newImage.get()); set 146 Source/core/loader/ProgressTracker.cpp m_progressItems.set(identifier, adoptPtr(new ProgressItem(estimatedLength))); set 3695 Source/core/page/EventHandler.cpp m_originatingTouchPointTargets.set(touchPointTargetKey, node); set 3740 Source/core/page/EventHandler.cpp touchesByTarget.set(touchTarget.get(), TouchList::create()); set 168 Source/core/page/HistoryController.cpp differentDocumentLoads.set(m_page->mainFrame(), m_provisionalEntry->root()); set 171 Source/core/page/HistoryController.cpp sameDocumentLoads.set(m_page->mainFrame(), m_provisionalEntry->root()); set 199 Source/core/page/HistoryController.cpp sameDocumentLoads.set(frame, newItem); set 201 Source/core/page/HistoryController.cpp differentDocumentLoads.set(frame, newItem); set 283 Source/core/page/PrintContext.cpp m_linkedDestinations.set(name, element); set 261 Source/core/page/WindowFeatures.cpp map.set(key, value); set 54 Source/core/rendering/AbstractInlineTextBox.cpp gAbstractInlineTextBoxMap->set(inlineTextBox, obj); set 987 Source/core/rendering/FastTextAutosizer.cpp m_fingerprints.set(renderer, fingerprint); set 213 Source/core/rendering/FloatingObjects.cpp const FloatingObjectSet& floatingObjectSet = set(); set 146 Source/core/rendering/FloatingObjects.h const FloatingObjectSet& set() const { return m_set; } set 457 Source/core/rendering/HitTestResult.cpp NodeSet& set = mutableRectBasedTestResult(); set 459 Source/core/rendering/HitTestResult.cpp set.add(it->get()); set 103 Source/core/rendering/ImageQualityController.cpp innerMap->set(layer, size); set 106 Source/core/rendering/ImageQualityController.cpp newInnerMap.set(layer, size); set 107 Source/core/rendering/ImageQualityController.cpp m_objectLayerSizeMap.set(object, newInnerMap); set 180 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); set 200 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); set 209 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); set 221 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); set 63 Source/core/rendering/ImageQualityController.h void set(RenderObject*, LayerSizeMap* innerMap, const void* layer, const LayoutSize&); set 309 Source/core/rendering/InlineBox.h void set##Name(bool name) { m_##name = name; }\ set 66 Source/core/rendering/OrderIterator.h typedef std::set<int> OrderValues; set 2129 Source/core/rendering/RenderBlock.cpp table->set(this, adoptPtr(continuations)); set 2509 Source/core/rendering/RenderBlock.cpp descendantsMap->set(this, adoptPtr(descendantSet)); set 2521 Source/core/rendering/RenderBlock.cpp containerMap->set(descendant, adoptPtr(containerSet)); set 756 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 825 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 876 Source/core/rendering/RenderBlockFlow.cpp if (m_floatingObjects->set().size() < oldIntrudingFloatSet.size()) { set 879 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 1659 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 1729 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 1844 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 1916 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& fromFloatingObjectSet = m_floatingObjects->set(); set 1942 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2015 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2043 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2080 Source/core/rendering/RenderBlockFlow.cpp return m_floatingObjects && m_floatingObjects->set().contains<FloatingObjectHashTranslator>(renderer); set 2202 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2234 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2272 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2287 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2403 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2421 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& prevSet = prev->m_floatingObjects->set(); set 2426 Source/core/rendering/RenderBlockFlow.cpp if (!m_floatingObjects || !m_floatingObjects->set().contains(floatingObject)) { set 2458 Source/core/rendering/RenderBlockFlow.cpp FloatingObjectSetIterator childEnd = child->m_floatingObjects->set().end(); set 2459 Source/core/rendering/RenderBlockFlow.cpp for (FloatingObjectSetIterator childIt = child->m_floatingObjects->set().begin(); childIt != childEnd; ++childIt) { set 2519 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2548 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2571 Source/core/rendering/RenderBlockFlow.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 111 Source/core/rendering/RenderBlockFlow.h virtual bool containsFloats() const OVERRIDE FINAL { return m_floatingObjects && !m_floatingObjects->set().isEmpty(); } set 899 Source/core/rendering/RenderBlockLineLayout.cpp layoutState.setLastFloat(m_floatingObjects->set().last()); set 985 Source/core/rendering/RenderBlockLineLayout.cpp FloatingObject* lastFloatFromPreviousLine = (containsFloats()) ? m_floatingObjects->set().last() : 0; set 1071 Source/core/rendering/RenderBlockLineLayout.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 1215 Source/core/rendering/RenderBlockLineLayout.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 1998 Source/core/rendering/RenderBlockLineLayout.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 2160 Source/core/rendering/RenderBlockLineLayout.cpp const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); set 1045 Source/core/rendering/RenderBox.cpp gOverrideContainingBlockLogicalWidthMap->set(this, logicalWidth); set 1052 Source/core/rendering/RenderBox.cpp gOverrideContainingBlockLogicalHeightMap->set(this, logicalHeight); set 2601 Source/core/rendering/RenderBoxModelObject.cpp continuationMap->set(this, continuation); set 2632 Source/core/rendering/RenderBoxModelObject.cpp firstLetterRemainingTextMap->set(this, remainingText); set 320 Source/core/rendering/RenderCounter.cpp counterMaps().set(&object, adoptPtr(nodeMap)); set 323 Source/core/rendering/RenderCounter.cpp nodeMap->set(identifier, newNode); set 653 Source/core/rendering/RenderFlexibleBox.cpp m_intrinsicSizeAlongMainAxis.set(child, child->logicalHeight()); set 929 Source/core/rendering/RenderFlexibleBox.cpp inflexibleItems.set(child, childSize); set 436 Source/core/rendering/RenderFlowThread.cpp m_regionRangeMap.set(box, RenderRegionRange(startRegion, endRegion)); set 549 Source/core/rendering/RenderFlowThread.cpp m_boxesToOffsetMap.set(box, offset); set 751 Source/core/rendering/RenderGrid.cpp m_gridItemCoordinate.set(child, coordinate); set 4066 Source/core/rendering/RenderLayer.cpp rects.set(this, rect); set 4077 Source/core/rendering/RenderLayer.cpp rects.set(this, rect); set 67 Source/core/rendering/RenderLayerFilterInfo.cpp s_filterMap->set(layer, filter); set 50 Source/core/rendering/RenderMediaControls.cpp gMediaControlImageMap->set(name, image); set 1108 Source/core/rendering/RenderObject.h void set##Name(bool name) { m_##name = name; }\ set 256 Source/core/rendering/RenderScrollbar.cpp m_parts.set(partType, partRenderer); set 1708 Source/core/rendering/RenderTableSection.cpp m_cellsCollapsedBorders.set(make_pair(cell, side), border); set 523 Source/core/rendering/RenderView.cpp selectedObjects.set(os, adoptPtr(new RenderSelectionInfo(os, clipToVisibleContent))); set 637 Source/core/rendering/RenderView.cpp oldSelectedObjects.set(os, adoptPtr(new RenderSelectionInfo(os, true))); set 693 Source/core/rendering/RenderView.cpp newSelectedObjects.set(o, adoptPtr(new RenderSelectionInfo(o, true))); set 196 Source/core/rendering/RenderWidget.cpp paintInfo.overlapTestRequests->set(this, widget->frameRect()); set 783 Source/core/rendering/RootInlineBox.cpp verticalPositionCache.set(renderer, baselineType(), verticalPosition); set 54 Source/core/rendering/VerticalPositionCache.h void set(RenderObject* renderer, FontBaseline baselineType, int position) set 57 Source/core/rendering/VerticalPositionCache.h m_alphabeticPositions.set(renderer, position); set 59 Source/core/rendering/VerticalPositionCache.h m_ideographicPositions.set(renderer, position); set 190 Source/core/rendering/line/LineWidth.cpp FloatingObject* lastFloatFromPreviousLine = (m_block.containsFloats() ? m_block.m_floatingObjects->set().last() : 0); set 82 Source/core/rendering/shapes/PolygonShape.cpp result.point.set(intersectionX, y); set 40 Source/core/rendering/shapes/RasterShape.cpp void set(int y, const IntShapeInterval&); set 87 Source/core/rendering/shapes/RasterShape.cpp marginIntervalGenerator.set(y, intervalAtY); set 65 Source/core/rendering/shapes/ShapeInterval.h void set(T x1, T x2) set 215 Source/core/rendering/shapes/ShapeInterval.h set(interval.x1(), interval.x2()); set 217 Source/core/rendering/shapes/ShapeInterval.h set(std::min<T>(x1(), interval.x1()), std::max<T>(x2(), interval.x2())); set 262 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_filter.set(object, filterData.release()); set 270 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_filter.set(object, filterData.release()); set 283 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_filter.set(object, filterData.release()); set 132 Source/core/rendering/svg/RenderSVGResourcePattern.cpp return m_patternMap.set(object, patternData.release()).storedValue->value.get(); set 141 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::circleTag.localName().impl(), updatePathFromCircleElement); set 142 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::ellipseTag.localName().impl(), updatePathFromEllipseElement); set 143 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::lineTag.localName().impl(), updatePathFromLineElement); set 144 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::pathTag.localName().impl(), updatePathFromPathElement); set 145 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::polygonTag.localName().impl(), updatePathFromPolygonElement); set 146 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::polylineTag.localName().impl(), updatePathFromPolylineElement); set 147 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::rectTag.localName().impl(), updatePathFromRectElement); set 441 Source/core/rendering/svg/SVGResources.cpp void SVGResources::buildSetOfResources(HashSet<RenderSVGResourceContainer*>& set) set 450 Source/core/rendering/svg/SVGResources.cpp set.add(m_linkedResource); set 456 Source/core/rendering/svg/SVGResources.cpp set.add(m_clipperFilterMaskerData->clipper); set 458 Source/core/rendering/svg/SVGResources.cpp set.add(m_clipperFilterMaskerData->filter); set 460 Source/core/rendering/svg/SVGResources.cpp set.add(m_clipperFilterMaskerData->masker); set 465 Source/core/rendering/svg/SVGResources.cpp set.add(m_markerData->markerStart); set 467 Source/core/rendering/svg/SVGResources.cpp set.add(m_markerData->markerMid); set 469 Source/core/rendering/svg/SVGResources.cpp set.add(m_markerData->markerEnd); set 474 Source/core/rendering/svg/SVGResources.cpp set.add(m_fillStrokeData->fill); set 476 Source/core/rendering/svg/SVGResources.cpp set.add(m_fillStrokeData->stroke); set 54 Source/core/rendering/svg/SVGResourcesCache.cpp SVGResources* resources = m_cache.set(object, newResources.release()).storedValue->value.get(); set 35 Source/core/rendering/svg/SVGSubpathData.h m_lastPoint.set(0, 0); set 36 Source/core/rendering/svg/SVGSubpathData.h m_movePoint.set(0, 0); set 200 Source/core/rendering/svg/SVGTextChunkBuilder.cpp m_textBoxTransformations.set(textBox, spacingAndGlyphsTransform); set 149 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp m_characterDataMap.set(1, data); set 211 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp m_characterDataMap.set(position.start + i + 1, data); set 227 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp m_characterDataMap.set(position.start + i + 1, data); set 171 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp attributes->characterDataMap().set(textPosition + 1, it->value); set 68 Source/core/svg/SVGDocumentExtensions.cpp m_resources.set(id, resource); set 333 Source/core/svg/SVGDocumentExtensions.cpp m_elementDependencies.set(referencedElement, elements.release()); set 69 Source/core/svg/SVGElement.cpp propertyNameToIdMap->set(attrName.localName().impl(), propertyId); set 180 Source/core/svg/SVGElement.cpp SVGElementRareData::rareDataMap().set(this, data); set 639 Source/core/svg/SVGElement.cpp cssPropertyMap.set(alignment_baselineAttr, AnimatedString); set 640 Source/core/svg/SVGElement.cpp cssPropertyMap.set(baseline_shiftAttr, AnimatedString); set 641 Source/core/svg/SVGElement.cpp cssPropertyMap.set(buffered_renderingAttr, AnimatedString); set 642 Source/core/svg/SVGElement.cpp cssPropertyMap.set(clipAttr, AnimatedRect); set 643 Source/core/svg/SVGElement.cpp cssPropertyMap.set(clip_pathAttr, AnimatedString); set 644 Source/core/svg/SVGElement.cpp cssPropertyMap.set(clip_ruleAttr, AnimatedString); set 645 Source/core/svg/SVGElement.cpp cssPropertyMap.set(SVGNames::colorAttr, AnimatedColor); set 646 Source/core/svg/SVGElement.cpp cssPropertyMap.set(color_interpolationAttr, AnimatedString); set 647 Source/core/svg/SVGElement.cpp cssPropertyMap.set(color_interpolation_filtersAttr, AnimatedString); set 648 Source/core/svg/SVGElement.cpp cssPropertyMap.set(color_profileAttr, AnimatedString); set 649 Source/core/svg/SVGElement.cpp cssPropertyMap.set(color_renderingAttr, AnimatedString); set 650 Source/core/svg/SVGElement.cpp cssPropertyMap.set(cursorAttr, AnimatedString); set 651 Source/core/svg/SVGElement.cpp cssPropertyMap.set(displayAttr, AnimatedString); set 652 Source/core/svg/SVGElement.cpp cssPropertyMap.set(dominant_baselineAttr, AnimatedString); set 653 Source/core/svg/SVGElement.cpp cssPropertyMap.set(fillAttr, AnimatedColor); set 654 Source/core/svg/SVGElement.cpp cssPropertyMap.set(fill_opacityAttr, AnimatedNumber); set 655 Source/core/svg/SVGElement.cpp cssPropertyMap.set(fill_ruleAttr, AnimatedString); set 656 Source/core/svg/SVGElement.cpp cssPropertyMap.set(filterAttr, AnimatedString); set 657 Source/core/svg/SVGElement.cpp cssPropertyMap.set(flood_colorAttr, AnimatedColor); set 658 Source/core/svg/SVGElement.cpp cssPropertyMap.set(flood_opacityAttr, AnimatedNumber); set 659 Source/core/svg/SVGElement.cpp cssPropertyMap.set(font_familyAttr, AnimatedString); set 660 Source/core/svg/SVGElement.cpp cssPropertyMap.set(font_sizeAttr, AnimatedLength); set 661 Source/core/svg/SVGElement.cpp cssPropertyMap.set(font_stretchAttr, AnimatedString); set 662 Source/core/svg/SVGElement.cpp cssPropertyMap.set(font_styleAttr, AnimatedString); set 663 Source/core/svg/SVGElement.cpp cssPropertyMap.set(font_variantAttr, AnimatedString); set 664 Source/core/svg/SVGElement.cpp cssPropertyMap.set(font_weightAttr, AnimatedString); set 665 Source/core/svg/SVGElement.cpp cssPropertyMap.set(image_renderingAttr, AnimatedString); set 666 Source/core/svg/SVGElement.cpp cssPropertyMap.set(kerningAttr, AnimatedLength); set 667 Source/core/svg/SVGElement.cpp cssPropertyMap.set(letter_spacingAttr, AnimatedLength); set 668 Source/core/svg/SVGElement.cpp cssPropertyMap.set(lighting_colorAttr, AnimatedColor); set 669 Source/core/svg/SVGElement.cpp cssPropertyMap.set(marker_endAttr, AnimatedString); set 670 Source/core/svg/SVGElement.cpp cssPropertyMap.set(marker_midAttr, AnimatedString); set 671 Source/core/svg/SVGElement.cpp cssPropertyMap.set(marker_startAttr, AnimatedString); set 672 Source/core/svg/SVGElement.cpp cssPropertyMap.set(maskAttr, AnimatedString); set 673 Source/core/svg/SVGElement.cpp cssPropertyMap.set(mask_typeAttr, AnimatedString); set 674 Source/core/svg/SVGElement.cpp cssPropertyMap.set(opacityAttr, AnimatedNumber); set 675 Source/core/svg/SVGElement.cpp cssPropertyMap.set(overflowAttr, AnimatedString); set 676 Source/core/svg/SVGElement.cpp cssPropertyMap.set(paint_orderAttr, AnimatedString); set 677 Source/core/svg/SVGElement.cpp cssPropertyMap.set(pointer_eventsAttr, AnimatedString); set 678 Source/core/svg/SVGElement.cpp cssPropertyMap.set(shape_renderingAttr, AnimatedString); set 679 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stop_colorAttr, AnimatedColor); set 680 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stop_opacityAttr, AnimatedNumber); set 681 Source/core/svg/SVGElement.cpp cssPropertyMap.set(strokeAttr, AnimatedColor); set 682 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stroke_dasharrayAttr, AnimatedLengthList); set 683 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stroke_dashoffsetAttr, AnimatedLength); set 684 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stroke_linecapAttr, AnimatedString); set 685 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stroke_linejoinAttr, AnimatedString); set 686 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stroke_miterlimitAttr, AnimatedNumber); set 687 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stroke_opacityAttr, AnimatedNumber); set 688 Source/core/svg/SVGElement.cpp cssPropertyMap.set(stroke_widthAttr, AnimatedLength); set 689 Source/core/svg/SVGElement.cpp cssPropertyMap.set(text_anchorAttr, AnimatedString); set 690 Source/core/svg/SVGElement.cpp cssPropertyMap.set(text_decorationAttr, AnimatedString); set 691 Source/core/svg/SVGElement.cpp cssPropertyMap.set(text_renderingAttr, AnimatedString); set 692 Source/core/svg/SVGElement.cpp cssPropertyMap.set(vector_effectAttr, AnimatedString); set 693 Source/core/svg/SVGElement.cpp cssPropertyMap.set(visibilityAttr, AnimatedString); set 694 Source/core/svg/SVGElement.cpp cssPropertyMap.set(word_spacingAttr, AnimatedLength); set 707 Source/core/svg/SVGElement.cpp m_newAttributeToPropertyMap.set(attributeName, property.release()); set 180 Source/core/svg/SVGElementInstance.cpp const HashSet<SVGElementInstance*>& set = element->instancesForElement(); set 181 Source/core/svg/SVGElementInstance.cpp if (set.isEmpty()) set 185 Source/core/svg/SVGElementInstance.cpp const HashSet<SVGElementInstance*>::const_iterator end = set.end(); set 186 Source/core/svg/SVGElementInstance.cpp for (HashSet<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) { set 200 Source/core/svg/SVGGlyphMap.h currentLayer->set(character, node); set 355 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::xAttr, LengthModeWidth); set 356 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::yAttr, LengthModeHeight); set 357 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::cxAttr, LengthModeWidth); set 358 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::cyAttr, LengthModeHeight); set 359 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::dxAttr, LengthModeWidth); set 360 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::dyAttr, LengthModeHeight); set 361 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::fxAttr, LengthModeWidth); set 362 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::fyAttr, LengthModeHeight); set 363 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::rAttr, LengthModeOther); set 364 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::rxAttr, LengthModeWidth); set 365 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::ryAttr, LengthModeHeight); set 366 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::widthAttr, LengthModeWidth); set 367 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::heightAttr, LengthModeHeight); set 368 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::x1Attr, LengthModeWidth); set 369 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::x2Attr, LengthModeWidth); set 370 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::y1Attr, LengthModeHeight); set 371 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::y2Attr, LengthModeHeight); set 372 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::refXAttr, LengthModeWidth); set 373 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::refYAttr, LengthModeHeight); set 374 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::markerWidthAttr, LengthModeWidth); set 375 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::markerHeightAttr, LengthModeHeight); set 376 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::textLengthAttr, LengthModeWidth); set 377 Source/core/svg/SVGLength.cpp s_lengthModeMap.set(SVGNames::startOffsetAttr, LengthModeWidth); set 78 Source/core/svg/SVGMatrixTearOff.cpp void SVGMatrixTearOff::set##ATTRIBUTE(double f, ExceptionState& exceptionState) \ set 84 Source/core/svg/SVGMatrixTearOff.cpp mutableValue()->set##ATTRIBUTE(f); \ set 61 Source/core/svg/graphics/SVGImageCache.cpp m_imageForContainerMap.set(client, SVGImageForContainer::create(m_svgImage, containerSizeWithoutZoom, containerZoom)); set 46 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp m_namedEffects.set(id, m_lastEffect); set 120 Source/core/testing/InspectorFrontendClientLocal.cpp ScriptGlobalObject::set(frontendScriptState, "InspectorFrontendHost", m_frontendHost.get()); set 86 Source/core/timing/PerformanceUserTiming.cpp performanceEntryMap.set(entry->name(), vector); set 670 Source/core/xml/XMLHttpRequest.cpp m_requestHeaders.set("Content-Type", AtomicString(contentType)); set 725 Source/core/xml/XPathFunctions.cpp functionMap->set(functions[i].name, functions[i].function); set 91 Source/core/xml/XPathParser.cpp axisNames.set(axisNameList[i].name, axisNameList[i].axis); set 139 Source/core/xml/XSLTProcessor.cpp m_parameters.set(localName, value); set 805 Source/core/xml/parser/XMLDocumentParser.cpp m_prefixToNamespaceMap.set(attribute.localName(), attribute.value()); set 1581 Source/core/xml/parser/XMLDocumentParser.cpp state->attributes.set(attrQName, attrValue); set 151 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java Set<T> set = map.get(key); set 152 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java if (set == null) { set 153 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java set = new HashSet<>(); set 154 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java map.put(key, set); set 156 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java return set; set 47 Source/modules/gamepad/GamepadList.h void set(unsigned index, PassRefPtrWillBeRawPtr<Gamepad>); set 68 Source/modules/gamepad/NavigatorGamepad.cpp into->set(i, gamepad); set 70 Source/modules/gamepad/NavigatorGamepad.cpp into->set(i, nullptr); set 149 Source/modules/gamepad/NavigatorGamepad.cpp m_gamepads->set(index, gamepad); set 26 Source/modules/gamepad/WebKitGamepadList.h void set(unsigned index, PassRefPtrWillBeRawPtr<WebKitGamepad>); set 199 Source/modules/geolocation/Geolocation.cpp m_notifierToIdMap.set(notifier.release(), id); set 106 Source/modules/indexeddb/IDBDatabase.cpp it->value.indexes.set(metadata.id, metadata); set 230 Source/modules/indexeddb/IDBDatabase.cpp m_metadata.objectStores.set(metadata.id, metadata); set 420 Source/modules/indexeddb/IDBObjectStore.cpp m_indexMap.set(name, index); set 421 Source/modules/indexeddb/IDBObjectStore.cpp m_metadata.indexes.set(indexId, metadata); set 471 Source/modules/indexeddb/IDBObjectStore.cpp m_indexMap.set(name, index); set 161 Source/modules/indexeddb/IDBTransaction.cpp m_objectStoreMap.set(name, objectStore); set 163 Source/modules/indexeddb/IDBTransaction.cpp m_objectStoreCleanupMap.set(objectStore, objectStore->metadata()); set 175 Source/modules/indexeddb/IDBTransaction.cpp m_objectStoreCleanupMap.set(objectStore, objectStore->metadata()); set 54 Source/modules/mediasource/MediaSourceRegistry.cpp m_mediaSources.set(url.string(), source); set 47 Source/modules/mediastream/MediaStreamRegistry.cpp m_streamDescriptors.set(url.string(), static_cast<MediaStream*>(stream)->descriptor()); set 73 Source/modules/webaudio/AudioDestinationNode.cpp m_localAudioInputProvider.set(sourceBus); set 68 Source/modules/webaudio/AudioDestinationNode.h void set(AudioBus* bus) set 542 Source/modules/webaudio/PannerNode.cpp visitedNodes.set(connectedNode, true); set 166 Source/modules/webdatabase/DatabaseBackendBase.cpp guidToVersionMap().set(guid, newVersion.isEmpty() ? String() : newVersion.isolatedCopy()); set 191 Source/modules/webdatabase/DatabaseBackendBase.cpp stringIdentifierToGUIDMap.set(stringID, guid); set 228 Source/modules/webdatabase/DatabaseBackendBase.cpp guidToDatabaseMap().set(m_guid, hashSet); set 128 Source/modules/webdatabase/DatabaseManager.cpp m_contextMap.set(context, adoptPtr(new Persistent<DatabaseContext>(databaseContext))); set 130 Source/modules/webdatabase/DatabaseManager.cpp m_contextMap.set(context, databaseContext); set 95 Source/modules/webdatabase/DatabaseTracker.cpp m_openDatabaseMap->set(originIdentifier, nameMap); set 102 Source/modules/webdatabase/DatabaseTracker.cpp nameMap->set(name, databaseSet); set 202 Source/modules/webdatabase/InspectorDatabaseAgent.cpp m_resources.set(resource->id(), resource); set 74 Source/modules/webdatabase/QuotaTracker.cpp it->value.set(databaseName, databaseSize); set 80 Source/modules/webdatabase/QuotaTracker.cpp m_spaceAvailableToOrigins.set(originIdentifier, spaceAvailable); set 218 Source/modules/webmidi/MIDIOutput.cpp array->set(i, value); set 336 Source/platform/JSONValues.h if (m_data.set(name, value).isNewEntry) set 343 Source/platform/JSONValues.h if (m_data.set(name, value).isNewEntry) set 350 Source/platform/JSONValues.h if (m_data.set(name, value).isNewEntry) set 129 Source/platform/Length.cpp m_map.set(m_index, calcValue); set 152 Source/platform/Length.cpp m_map.set(index, nullptr); set 112 Source/platform/PODFreeListArenaTest.cpp std::set<TestClass1*> objects; set 123 Source/platform/PODFreeListArenaTest.cpp for (std::set<TestClass1*>::iterator it = objects.begin(); it != objects.end(); ++it) { set 155 Source/platform/PODFreeListArenaTest.cpp std::set<TestClass2*> objects; set 160 Source/platform/PODFreeListArenaTest.cpp for (std::set<TestClass2*>::iterator it = objects.begin(); it != objects.end(); ++it) { set 177 Source/platform/Supplementable.h this->m_supplements.set(key, supplement); set 475 Source/platform/TraceEvent.h TraceEvent::SamplingStateScope<bucket_number>::set(category "\0" name) set 481 Source/platform/TraceEvent.h TraceEvent::SamplingStateScope<bucket_number>::set(categoryAndName) set 902 Source/platform/TraceEvent.h SamplingStateScope<BucketNumber>::set(categoryAndName); set 907 Source/platform/TraceEvent.h SamplingStateScope<BucketNumber>::set(m_previousState); set 915 Source/platform/TraceEvent.h static inline void set(const char* categoryAndName) set 81 Source/platform/audio/AudioBus.cpp channel(channelIndex)->set(storage, length); set 72 Source/platform/audio/AudioChannel.h void set(float* storage, size_t length) set 80 Source/platform/audio/HRTFElevation.cpp audioBusMap.set(subjectName, bus); set 400 Source/platform/fonts/Font.cpp m_fontFallbackList->m_pages.set(pageNumber, node); set 437 Source/platform/fonts/Font.cpp m_fontFallbackList->m_pages.set(pageNumber, node); set 474 Source/platform/fonts/Font.cpp m_fontFallbackList->m_pages.set(pageNumber, node); set 103 Source/platform/fonts/FontCache.cpp gFontPlatformDataCache->set(key, adoptPtr(result)); set 117 Source/platform/fonts/FontCache.cpp gFontPlatformDataCache->set(key, adoptPtr(new FontPlatformData(*result))); // Cache the result under the old name. set 142 Source/platform/fonts/FontCache.cpp fontVerticalDataCache.set(key, verticalData); set 56 Source/platform/fonts/FontDataCache.cpp m_cache.set(*platformData, newValue); set 70 Source/platform/fonts/GenericFontFamilySettings.cpp fontMap.set(static_cast<int>(script), family); set 118 Source/platform/fonts/GlyphMetricsMap.h m_pages->set(pageNumber, adoptPtr(page)); set 67 Source/platform/fonts/GlyphPageTreeNode.cpp roots->set(pageNumber, node); set 343 Source/platform/fonts/GlyphPageTreeNode.cpp m_children.set(fontData, adoptPtr(child)); set 142 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp pos[i].set( set 163 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp pos[i].set(x, y); set 859 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp harfBuzzBuffer.set(hb_buffer_create()); set 128 Source/platform/fonts/mac/FontMac.cpp pos[i].set(x, y); set 183 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]); set 199 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp map->set(from, singleSubstitution2->substitute[indexTo]); set 450 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp m_vertOriginY.set(0, m_defaultVertOriginY); set 454 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp m_vertOriginY.set(metrics.glyphIndex, metrics.vertOriginY); set 216 Source/platform/fonts/skia/SimpleFontDataSkia.cpp bounds.set(ir); set 69 Source/platform/geometry/FloatPoint.h void set(float x, float y) set 68 Source/platform/geometry/FloatPoint3D.h void set(float x, float y, float z) set 183 Source/platform/geometry/FloatRect.h m_location.set(left, top); set 159 Source/platform/geometry/IntRect.cpp rect.set(SkIntToScalar(x()), SkIntToScalar(y()), SkIntToScalar(maxX()), SkIntToScalar(maxY())); set 91 Source/platform/graphics/DrawLooperBuilder.cpp info.fOffset.set(offset.width(), offset.height()); set 735 Source/platform/graphics/GraphicsContext.cpp r1.set(p1.x(), p1.y(), p1.x() + width, p1.y() + width); set 736 Source/platform/graphics/GraphicsContext.cpp r2.set(p2.x(), p2.y(), p2.x() + width, p2.y() + width); set 879 Source/platform/graphics/GraphicsContext.cpp rect.set(originX, originY, originX + WebCoreFloatToSkScalar(width) * deviceScaleFactor, originY + SkIntToScalar(misspellBitmap[index]->height())); set 1782 Source/platform/graphics/GraphicsContext.cpp radii[SkRRect::kUpperLeft_Corner].set(SkIntToScalar(topLeft.width()), set 1784 Source/platform/graphics/GraphicsContext.cpp radii[SkRRect::kUpperRight_Corner].set(SkIntToScalar(topRight.width()), set 1786 Source/platform/graphics/GraphicsContext.cpp radii[SkRRect::kLowerRight_Corner].set(SkIntToScalar(bottomRight.width()), set 1788 Source/platform/graphics/GraphicsContext.cpp radii[SkRRect::kLowerLeft_Corner].set(SkIntToScalar(bottomLeft.width()), set 508 Source/platform/graphics/GraphicsLayer.cpp repaintRectMap().set(this, repaintRects); set 593 Source/platform/graphics/GraphicsLayer.cpp renderingContextMap.set(m_3dRenderingContext, contextId); set 327 Source/platform/graphics/Path.cpp oval.set(cx - radiusXScalar, cy - radiusYScalar, cx + radiusXScalar, cy + radiusYScalar); set 244 Source/platform/graphics/filters/FEConvolveMatrix.cpp image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha)); set 247 Source/platform/graphics/filters/FEConvolveMatrix.cpp image->set(pixel, src->item(pixel)); set 250 Source/platform/graphics/filters/FEConvolveMatrix.cpp image->set(pixel++, maxAlpha); set 152 Source/platform/graphics/filters/FEDisplacementMap.cpp dstPixelArray->set(dstIndex + channel, static_cast<unsigned char>(0)); set 155 Source/platform/graphics/filters/FEDisplacementMap.cpp dstPixelArray->set(dstIndex + channel, pixelValue); set 231 Source/platform/graphics/filters/FELighting.cpp data.pixels->set(offset, static_cast<unsigned char>(lightStrength * paintingData.colorVector.x())); set 232 Source/platform/graphics/filters/FELighting.cpp data.pixels->set(offset + 1, static_cast<unsigned char>(lightStrength * paintingData.colorVector.y())); set 233 Source/platform/graphics/filters/FELighting.cpp data.pixels->set(offset + 2, static_cast<unsigned char>(lightStrength * paintingData.colorVector.z())); set 405 Source/platform/graphics/filters/FELighting.cpp data.pixels->set(i, cOpaqueAlpha); set 412 Source/platform/graphics/filters/FELighting.cpp data.pixels->set(i + 3, a1 >= a2 ? (a1 >= a3 ? a1 : a3) : (a2 >= a3 ? a2 : a3)); set 344 Source/platform/graphics/filters/FETurbulence.cpp pixelArray->set(indexOfPixelChannel, calculateTurbulenceValueForPoint(channel, paintingData, stitchData, filter()->mapAbsolutePointToLocalPoint(point), baseFrequencyX, baseFrequencyY)); set 80 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp m_map.set(key, filter); set 122 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp m_map.set(deviceKey, transformColorSpace(noopFilter.get(), currentColorSpace, ColorSpaceDeviceRGB)); set 123 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp m_map.set(linearKey, transformColorSpace(noopFilter.get(), currentColorSpace, ColorSpaceLinearRGB)); set 898 Source/platform/graphics/gpu/DrawingBuffer.cpp dst.set(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(canvasBitmap.width()), SkIntToScalar(canvasBitmap.height())); set 75 Source/platform/graphics/gpu/DrawingBufferTest.cpp m_textureSizes.set(m_boundTexture, IntSize(width, height)); set 16 Source/platform/graphics/gpu/Extensions3DUtil.cpp void splitStringHelper(const String& str, HashSet<String>& set) set 21 Source/platform/graphics/gpu/Extensions3DUtil.cpp set.add(substrings[i]); set 555 Source/platform/graphics/skia/NativeImageSkia.cpp m_cachedImageInfo.set(scaledImageSize, scaledImageSubset); set 151 Source/platform/graphics/skia/NativeImageSkia.h void set(const SkISize& otherScaledImageSize, const SkIRect& otherScaledImageSubset); set 158 Source/platform/graphics/skia/OpaqueRegionSkia.cpp deviceClipRect.set(deviceClipIRect); set 187 Source/platform/graphics/skia/SkiaUtils.cpp result.set(SkMatrix::kMPersp2, SK_Scalar1); set 1812 Source/platform/heap/HeapTest.cpp object->set(0, 'a'); set 1814 Source/platform/heap/HeapTest.cpp object->set(object->length() - 1, 'b'); set 1860 Source/platform/heap/HeapTest.cpp HeapHashSet<Member<IntWrapper> > set; set 1868 Source/platform/heap/HeapTest.cpp visitor->trace(set); set 2022 Source/platform/heap/HeapTest.cpp Persistent<MemberSet> set = new MemberSet(); set 2069 Source/platform/heap/HeapTest.cpp set->add(oneB); set 2089 Source/platform/heap/HeapTest.cpp EXPECT_EQ(1u, set->size()); set 2114 Source/platform/heap/HeapTest.cpp MemberSet& cset1 = container->set; set 2116 Source/platform/heap/HeapTest.cpp set->swap(cset1); set 2118 Source/platform/heap/HeapTest.cpp set->swap(cset2); set 2140 Source/platform/heap/HeapTest.cpp EXPECT_TRUE(set->contains(one)); set 2141 Source/platform/heap/HeapTest.cpp EXPECT_TRUE(set->contains(two)); set 2142 Source/platform/heap/HeapTest.cpp EXPECT_TRUE(set->contains(three)); set 2143 Source/platform/heap/HeapTest.cpp EXPECT_TRUE(set->contains(four)); set 2167 Source/platform/heap/HeapTest.cpp EXPECT_EQ(4u, set->size()); set 2179 Source/platform/heap/HeapTest.cpp EXPECT_TRUE(set->contains(one)); set 2180 Source/platform/heap/HeapTest.cpp EXPECT_TRUE(set->contains(two)); set 2181 Source/platform/heap/HeapTest.cpp EXPECT_FALSE(set->contains(oneB)); set 2193 Source/platform/heap/HeapTest.cpp EXPECT_EQ(4u, set->size()); set 3099 Source/platform/heap/HeapTest.cpp HashSet<RawPtr<int> > set; set 3100 Source/platform/heap/HeapTest.cpp set.add(new int(42)); set 3101 Source/platform/heap/HeapTest.cpp set.add(new int(42)); set 3102 Source/platform/heap/HeapTest.cpp EXPECT_EQ(2u, set.size()); set 3103 Source/platform/heap/HeapTest.cpp for (HashSet<RawPtr<int> >::iterator it = set.begin(); it != set.end(); ++it) set 403 Source/platform/heap/Visitor.h static void trace(Visitor* visitor, const HashSet& set) set 405 Source/platform/heap/Visitor.h if (set.isEmpty()) set 408 Source/platform/heap/Visitor.h HashSet& iterSet = const_cast<HashSet&>(set); set 420 Source/platform/heap/Visitor.h static void trace(Visitor* visitor, const ListHashSet& set) set 422 Source/platform/heap/Visitor.h if (set.isEmpty()) set 424 Source/platform/heap/Visitor.h ListHashSet& iterSet = const_cast<ListHashSet&>(set); set 48 Source/platform/mhtml/ArchiveResourceCollection.cpp m_subresources.set((*iterator)->url(), iterator->get()); set 57 Source/platform/mhtml/ArchiveResourceCollection.cpp m_subframes.set(frameName, archive.get()); set 60 Source/platform/mhtml/ArchiveResourceCollection.cpp m_subframes.set(archive->mainResource()->url().string(), archive.get()); set 74 Source/platform/mhtml/ArchiveResourceCollection.cpp m_subresources.set(url, resource); set 122 Source/platform/mhtml/MHTMLParser.cpp keyValuePairs.set(key, value.toString().stripWhiteSpace()); set 65 Source/platform/network/HTTPHeaderMap.cpp set(AtomicString(header.first), AtomicString(header.second)); set 224 Source/platform/network/ParsedContentType.cpp m_parameters.set(substringForRange(m_contentType, key), substringForRange(m_contentType, value)); set 171 Source/platform/network/ResourceRequest.cpp m_httpHeaderFields.set(name, value); set 305 Source/platform/network/ResourceResponse.cpp m_httpHeaderFields.set(name, value); set 133 Source/platform/text/BidiResolverTest.cpp std::set<UChar> m_skippedCodePoints; set 164 Source/platform/text/LocaleToScriptMapping.cpp scriptNameCodeMap.set(scriptNameCodeList[i].name, scriptNameCodeList[i].code); set 385 Source/platform/text/LocaleToScriptMapping.cpp localeScriptMap.set(localeScriptList[i].locale, localeScriptList[i].script); set 82 Source/platform/text/TextBreakIteratorICU.cpp m_vendedIterators.set(iterator, locale); set 45 Source/platform/weborigin/KnownPorts.cpp defaultPorts.set("http", 80); set 46 Source/platform/weborigin/KnownPorts.cpp defaultPorts.set("https", 443); set 47 Source/platform/weborigin/KnownPorts.cpp defaultPorts.set("ftp", 21); set 48 Source/platform/weborigin/KnownPorts.cpp defaultPorts.set("ftps", 990); set 129 Source/web/ContextFeaturesClientImpl.cpp cache.set(askIfIsEnabled(document, type, defaultValue), defaultValue); set 145 Source/web/InspectorClientImpl.cpp void InspectorClientImpl::getAllocatedObjects(HashSet<const void*>& set) set 148 Source/web/InspectorClientImpl.cpp agent->getAllocatedObjects(set); set 385 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::getAllocatedObjects(HashSet<const void*>& set) set 435 Source/web/WebDevToolsAgentImpl.cpp void copyTo(HashSet<const void*>& set) set 438 Source/web/WebDevToolsAgentImpl.cpp set.add(m_pointers[i]); set 455 Source/web/WebDevToolsAgentImpl.cpp collector.copyTo(set); set 43 Source/web/WebEntities.cpp m_entitiesMap.set(0x003c, "lt"); set 44 Source/web/WebEntities.cpp m_entitiesMap.set(0x003e, "gt"); set 45 Source/web/WebEntities.cpp m_entitiesMap.set(0x0026, "amp"); set 46 Source/web/WebEntities.cpp m_entitiesMap.set(0x0027, "apos"); set 47 Source/web/WebEntities.cpp m_entitiesMap.set(0x0022, "quot"); set 50 Source/web/WebEntities.cpp m_entitiesMap.set(0x0027, String("#39")); set 82 Source/web/WebIDBMetadata.cpp objectStore.indexes.set(index.id, index); set 84 Source/web/WebIDBMetadata.cpp db.objectStores.set(objectStore.id, objectStore); set 489 Source/web/WebMediaPlayerClientImpl.cpp dest.set(rect.x(), rect.y(), rect.x() + rect.width(), rect.y() + rect.height()); set 453 Source/web/WebPageSerializerImpl.cpp m_localLinks.set(url.string(), localPaths[i]); set 3267 Source/web/WebViewImpl.cpp m_inspectorSettingsMap->set(key, value); set 133 Source/web/tests/PopupMenuTest.cpp std::set<unsigned> m_disabledIndexSet; set 358 Source/web/tests/WebFrameTest.cpp std::map<WebLocalFrame*, std::set<std::string> > m_matchedSelectors; set 365 Source/web/tests/WebFrameTest.cpp std::set<std::string>& frameSelectors = m_matchedSelectors[frame]; set 401 Source/web/tests/WebFrameTest.cpp const std::set<std::string>& matchedSelectors() set 42 Source/wtf/BitArray.h void set(unsigned index) set 146 Source/wtf/BitVector.h void set(size_t bit) set 165 Source/wtf/BitVector.h void set(size_t bit, bool value) set 168 Source/wtf/BitVector.h set(bit); set 45 Source/wtf/Float32Array.h using TypedArrayBase<float>::set; set 47 Source/wtf/Float32Array.h void set(unsigned index, double value) set 45 Source/wtf/Float64Array.h using TypedArrayBase<double>::set; set 47 Source/wtf/Float64Array.h void set(unsigned index, double value) set 132 Source/wtf/HashMap.h AddResult set(KeyPeekInType, MappedPassInType); set 374 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::set(KeyPeekInType key, MappedPassInType mapped) set 45 Source/wtf/Int16Array.h using TypedArrayBase<short>::set; set 46 Source/wtf/Int16Array.h using IntegralTypedArrayBase<short>::set; set 44 Source/wtf/Int32Array.h using TypedArrayBase<int>::set; set 45 Source/wtf/Int32Array.h using IntegralTypedArrayBase<int>::set; set 46 Source/wtf/Int8Array.h using TypedArrayBase<signed char>::set; set 47 Source/wtf/Int8Array.h using IntegralTypedArrayBase<signed char>::set; set 42 Source/wtf/IntegralTypedArrayBase.h void set(unsigned index, double value) set 312 Source/wtf/ListHashSet.h ListHashSetIterator(const ListHashSetType* set, Node* position) : m_iterator(set, position) { } set 356 Source/wtf/ListHashSet.h ListHashSetConstIterator(const ListHashSetType* set, Node* position) set 357 Source/wtf/ListHashSet.h : m_set(set) set 424 Source/wtf/ListHashSet.h ListHashSetReverseIterator(const ListHashSetType* set, Node* position) : m_iterator(set, position) { } set 468 Source/wtf/ListHashSet.h ListHashSetConstReverseIterator(const ListHashSetType* set, Node* position) set 469 Source/wtf/ListHashSet.h : m_set(set) set 85 Source/wtf/ThreadSpecific.h void set(T*); set 151 Source/wtf/ThreadSpecific.h inline void ThreadSpecific<T>::set(T* ptr) set 209 Source/wtf/ThreadSpecific.h inline void ThreadSpecific<T>::set(T* ptr) set 263 Source/wtf/ThreadSpecific.h set(ptr); set 40 Source/wtf/TypedArrayBase.h bool set(TypedArrayBase<T>* array, unsigned offset) set 106 Source/wtf/TypedArrayBase.h a->set(i, array[i]); set 46 Source/wtf/Uint16Array.h using TypedArrayBase<unsigned short>::set; set 47 Source/wtf/Uint16Array.h using IntegralTypedArrayBase<unsigned short>::set; set 46 Source/wtf/Uint32Array.h using TypedArrayBase<unsigned>::set; set 47 Source/wtf/Uint32Array.h using IntegralTypedArrayBase<unsigned>::set; set 46 Source/wtf/Uint8Array.h using TypedArrayBase<unsigned char>::set; set 47 Source/wtf/Uint8Array.h using IntegralTypedArrayBase<unsigned char>::set; set 51 Source/wtf/Uint8ClampedArray.h using TypedArrayBase<unsigned char>::set; set 52 Source/wtf/Uint8ClampedArray.h inline void set(unsigned index, double value); set 95 Source/wtf/Uint8ClampedArray.h void Uint8ClampedArray::set(unsigned index, double value) set 198 Source/wtf/text/StringImpl.cpp stats.set(string, value.release()); set 225 Source/wtf/text/TextEncodingRegistry.cpp static void addEncodingName(HashSet<const char*>* set, const char* name) set 230 Source/wtf/text/TextEncodingRegistry.cpp set->add(atomicName);