String             30 ManualTests/resources/ArrayParameterTestApplet.java     public void arrayFunction(String [] array) {
String              4 ManualTests/resources/StringTypeTest.java     public String getString() {
String              5 ManualTests/resources/StringTypeTest.java         return new String("hello");
String             27 Source/bindings/templates/attributes.cpp     v8::Handle<v8::String> propertyName = v8AtomicString(info.GetIsolate(), "{{attribute.name}}");
String            153 Source/bindings/templates/attributes.cpp v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info
String            182 Source/bindings/templates/attributes.cpp static void {{attribute.name}}ConstructorGetterCallback{{world_suffix}}(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info)
String            253 Source/bindings/templates/attributes.cpp     String string = cppValue;
String            289 Source/bindings/templates/attributes.cpp v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info
String             67 Source/bindings/templates/interface.cpp static void {{cpp_class}}ConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             85 Source/bindings/templates/interface.cpp static void {{cpp_class}}ReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             90 Source/bindings/templates/interface.cpp     v8::String::Utf8Value attributeName(name);
String            101 Source/bindings/templates/interface.cpp static void {{cpp_class}}ReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            281 Source/bindings/templates/interface.cpp static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            293 Source/bindings/templates/interface.cpp     v8::String::Utf8Value namedProperty(name);
String            318 Source/bindings/templates/interface.cpp static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            337 Source/bindings/templates/interface.cpp static void namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            351 Source/bindings/templates/interface.cpp     v8::String::Utf8Value namedProperty(name);
String            377 Source/bindings/templates/interface.cpp static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            398 Source/bindings/templates/interface.cpp static void namedPropertyQuery(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            402 Source/bindings/templates/interface.cpp     v8::String::Utf8Value namedProperty(name);
String            420 Source/bindings/templates/interface.cpp static void namedPropertyQueryCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            439 Source/bindings/templates/interface.cpp static void namedPropertyDeleter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Boolean>& info)
String            444 Source/bindings/templates/interface.cpp     v8::String::Utf8Value namedProperty(name);
String            467 Source/bindings/templates/interface.cpp static void namedPropertyDeleterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Boolean>& info)
String            490 Source/bindings/templates/interface.cpp     Vector<String> names;
String            527 Source/bindings/templates/interface.cpp static void {{cpp_class}}OriginSafeMethodSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            534 Source/bindings/templates/interface.cpp     v8::String::Utf8Value attributeName(name);
String            544 Source/bindings/templates/interface.cpp static void {{cpp_class}}OriginSafeMethodSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            782 Source/bindings/templates/interface.cpp bool initialize{{cpp_class}}({{cpp_class}}Init& eventInit, const Dictionary& options, ExceptionState& exceptionState, const v8::FunctionCallbackInfo<v8::Value>& info, const String& forEventName)
String            784 Source/bindings/templates/interface.cpp     Dictionary::ConversionContext conversionContext(forEventName.isEmpty() ? String("{{interface_name}}") : forEventName, "", exceptionState);
String            786 Source/bindings/templates/interface.cpp     if (!initialize{{parent_interface}}(eventInit, options, exceptionState, info, forEventName.isEmpty() ? String("{{interface_name}}") : forEventName))
String             86 Source/bindings/templates/interface.h     static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
String             89 Source/bindings/templates/interface.h     static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
String             93 Source/bindings/templates/interface.h     static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&);
String             96 Source/bindings/templates/interface.h     static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&);
String            281 Source/bindings/templates/interface.h bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = "");
String            161 Source/bindings/templates/methods.cpp String string = {{argument.name}};
String            364 Source/bindings/templates/methods.cpp static void {{method.name}}OriginSafeMethodGetterCallback{{world_suffix}}(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             54 Source/bindings/tests/results/V8SVGTestInterface.cpp static void typeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             70 Source/bindings/tests/results/V8SVGTestInterface.cpp static void typeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            159 Source/bindings/tests/results/V8TestCallbackInterface.cpp void V8TestCallbackInterface::voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty* testInterfaceEmptyArg, const String& stringArg)
String            188 Source/bindings/tests/results/V8TestCallbackInterface.cpp void V8TestCallbackInterface::callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg)
String             35 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty* testInterfaceEmptyArg, const String& stringArg) OVERRIDE;
String             36 Source/bindings/tests/results/V8TestCallbackInterface.h     virtual void callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg) OVERRIDE;
String             52 Source/bindings/tests/results/V8TestException.cpp static void readonlyUnsignedShortAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             66 Source/bindings/tests/results/V8TestException.cpp static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             63 Source/bindings/tests/results/V8TestInterface.cpp static void testInterfaceAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             84 Source/bindings/tests/results/V8TestInterface.cpp static void testInterfaceAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             96 Source/bindings/tests/results/V8TestInterface.cpp static void staticStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            109 Source/bindings/tests/results/V8TestInterface.cpp static void staticStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            123 Source/bindings/tests/results/V8TestInterface.cpp static void perWorldBindingsStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            138 Source/bindings/tests/results/V8TestInterface.cpp static void perWorldBindingsStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            152 Source/bindings/tests/results/V8TestInterface.cpp static void perWorldBindingsStringAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            167 Source/bindings/tests/results/V8TestInterface.cpp static void perWorldBindingsStringAttributeAttributeSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            179 Source/bindings/tests/results/V8TestInterface.cpp static void implementsStaticReadOnlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            191 Source/bindings/tests/results/V8TestInterface.cpp static void implementsStaticStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            204 Source/bindings/tests/results/V8TestInterface.cpp static void implementsStaticStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            219 Source/bindings/tests/results/V8TestInterface.cpp static void implementsReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            234 Source/bindings/tests/results/V8TestInterface.cpp static void implementsStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            250 Source/bindings/tests/results/V8TestInterface.cpp static void implementsStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            265 Source/bindings/tests/results/V8TestInterface.cpp static void implementsNodeAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            287 Source/bindings/tests/results/V8TestInterface.cpp static void implementsNodeAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            303 Source/bindings/tests/results/V8TestInterface.cpp static void implementsEventHandlerAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            319 Source/bindings/tests/results/V8TestInterface.cpp static void implementsEventHandlerAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            334 Source/bindings/tests/results/V8TestInterface.cpp static void implementsRuntimeEnabledNodeAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            356 Source/bindings/tests/results/V8TestInterface.cpp static void implementsRuntimeEnabledNodeAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            371 Source/bindings/tests/results/V8TestInterface.cpp static void implementsPerContextEnabledNodeAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            393 Source/bindings/tests/results/V8TestInterface.cpp static void implementsPerContextEnabledNodeAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            405 Source/bindings/tests/results/V8TestInterface.cpp static void implements2StaticStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            418 Source/bindings/tests/results/V8TestInterface.cpp static void implements2StaticStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            433 Source/bindings/tests/results/V8TestInterface.cpp static void implements2StringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            449 Source/bindings/tests/results/V8TestInterface.cpp static void implements2StringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            463 Source/bindings/tests/results/V8TestInterface.cpp static void implements3StringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            478 Source/bindings/tests/results/V8TestInterface.cpp static void implements3StringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            490 Source/bindings/tests/results/V8TestInterface.cpp static void implements3StaticStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            503 Source/bindings/tests/results/V8TestInterface.cpp static void implements3StaticStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            521 Source/bindings/tests/results/V8TestInterface.cpp static void partialLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            542 Source/bindings/tests/results/V8TestInterface.cpp static void partialLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            558 Source/bindings/tests/results/V8TestInterface.cpp static void partialStaticLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            576 Source/bindings/tests/results/V8TestInterface.cpp static void partialStaticLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            596 Source/bindings/tests/results/V8TestInterface.cpp static void partialCallWithExecutionContextLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            618 Source/bindings/tests/results/V8TestInterface.cpp static void partialCallWithExecutionContextLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            637 Source/bindings/tests/results/V8TestInterface.cpp static void partialPartialEnumTypeAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            652 Source/bindings/tests/results/V8TestInterface.cpp     String string = cppValue;
String            660 Source/bindings/tests/results/V8TestInterface.cpp static void partialPartialEnumTypeAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            676 Source/bindings/tests/results/V8TestInterface.cpp static void partial2LongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            693 Source/bindings/tests/results/V8TestInterface.cpp static void partial2LongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            705 Source/bindings/tests/results/V8TestInterface.cpp static void partial2StaticLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            719 Source/bindings/tests/results/V8TestInterface.cpp static void partial2StaticLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            726 Source/bindings/tests/results/V8TestInterface.cpp static void TestInterfaceImplementationConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            736 Source/bindings/tests/results/V8TestInterface.cpp static void TestInterfaceImplementationReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            741 Source/bindings/tests/results/V8TestInterface.cpp static void TestInterfaceImplementationReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1028 Source/bindings/tests/results/V8TestInterface.cpp     String result = impl->anonymousIndexedGetter(index);
String           1073 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1082 Source/bindings/tests/results/V8TestInterface.cpp     String result = impl->anonymousNamedGetter(propertyName);
String           1088 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1095 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1111 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1118 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertyQuery(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String           1122 Source/bindings/tests/results/V8TestInterface.cpp     v8::String::Utf8Value namedProperty(name);
String           1132 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertyQueryCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String           1139 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertyDeleter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Boolean>& info)
String           1148 Source/bindings/tests/results/V8TestInterface.cpp static void namedPropertyDeleterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Boolean>& info)
String           1159 Source/bindings/tests/results/V8TestInterface.cpp     Vector<String> names;
String             83 Source/bindings/tests/results/V8TestInterface2.cpp     String result = impl->setItem(index, value, exceptionState);
String            150 Source/bindings/tests/results/V8TestInterface2.cpp     String result = impl->setNamedItem(name, value, exceptionState);
String            251 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            260 Source/bindings/tests/results/V8TestInterface2.cpp     v8::String::Utf8Value namedProperty(name);
String            270 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            277 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            287 Source/bindings/tests/results/V8TestInterface2.cpp     v8::String::Utf8Value namedProperty(name);
String            297 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            304 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertyQuery(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            308 Source/bindings/tests/results/V8TestInterface2.cpp     v8::String::Utf8Value namedProperty(name);
String            318 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertyQueryCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            325 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertyDeleter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Boolean>& info)
String            329 Source/bindings/tests/results/V8TestInterface2.cpp     v8::String::Utf8Value namedProperty(name);
String            338 Source/bindings/tests/results/V8TestInterface2.cpp static void namedPropertyDeleterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Boolean>& info)
String            349 Source/bindings/tests/results/V8TestInterface2.cpp     Vector<String> names;
String             67 Source/bindings/tests/results/V8TestInterface3.cpp static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             74 Source/bindings/tests/results/V8TestInterface3.cpp static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String             81 Source/bindings/tests/results/V8TestInterface3.cpp static void namedPropertyQueryCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String             88 Source/bindings/tests/results/V8TestInterface3.cpp static void namedPropertyDeleterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Boolean>& info)
String             34 Source/bindings/tests/results/V8TestInterface3.h     static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
String             35 Source/bindings/tests/results/V8TestInterface3.h     static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
String             36 Source/bindings/tests/results/V8TestInterface3.h     static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&);
String             37 Source/bindings/tests/results/V8TestInterface3.h     static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&);
String             53 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void longAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             67 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             83 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             97 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            111 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityOnSetterLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            127 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityOnSetterLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            141 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityReplaceableReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            148 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void TestInterfaceCheckSecurityReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            152 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     v8::String::Utf8Value attributeName(name);
String            161 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void TestInterfaceCheckSecurityReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            240 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityVoidMethodOriginSafeMethodGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            291 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityDoNotCheckSignatureVoidMethodOriginSafeMethodGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            342 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            393 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            444 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityReadOnlyVoidMethodOriginSafeMethodGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            495 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void doNotCheckSecurityUnforgeableVoidMethodOriginSafeMethodGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            502 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void TestInterfaceCheckSecurityOriginSafeMethodSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            509 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     v8::String::Utf8Value attributeName(name);
String            519 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void TestInterfaceCheckSecurityOriginSafeMethodSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             77 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(Vector<String>, sequenceStringArg, toNativeArray<String>(info[4], 5, info.GetIsolate()));
String             59 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             73 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             87 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyAnyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            101 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyBooleanAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            115 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            136 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            157 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            171 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            198 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            212 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void deprecatedInitializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            227 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void implementedAsInitializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            241 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void deprecatedImplementedAsInitializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            302 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp bool initializeTestInterfaceEventConstructor(TestInterfaceEventConstructorInit& eventInit, const Dictionary& options, ExceptionState& exceptionState, const v8::FunctionCallbackInfo<v8::Value>& info, const String& forEventName)
String            304 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp     Dictionary::ConversionContext conversionContext(forEventName.isEmpty() ? String("TestInterfaceEventConstructor") : forEventName, "", exceptionState);
String            305 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp     if (!initializeEvent(eventInit, options, exceptionState, info, forEventName.isEmpty() ? String("TestInterfaceEventConstructor") : forEventName))
String            132 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h bool initializeTestInterfaceEventConstructor(TestInterfaceEventConstructorInit&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = "");
String             46 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp static void TestInterfaceNamedConstructorConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             56 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp static void TestInterfaceNamedConstructorReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             61 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp static void TestInterfaceNamedConstructorReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             57 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void stringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             72 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void stringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             86 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void readonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            101 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void eventHandlerAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            115 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void eventHandlerAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            129 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            143 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            157 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void reflectStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            172 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void reflectStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            187 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void reflectUrlStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            202 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void reflectUrlStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             53 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp static void attr1AttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             68 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp static void attr1AttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             53 Source/bindings/tests/results/V8TestNode.cpp static void hrefAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             68 Source/bindings/tests/results/V8TestNode.cpp static void hrefAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             82 Source/bindings/tests/results/V8TestNode.cpp static void hrefThrowsAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             99 Source/bindings/tests/results/V8TestNode.cpp static void hrefThrowsAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            113 Source/bindings/tests/results/V8TestNode.cpp static void hrefCallWithAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            128 Source/bindings/tests/results/V8TestNode.cpp static void hrefCallWithAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             92 Source/bindings/tests/results/V8TestObject.cpp static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            113 Source/bindings/tests/results/V8TestObject.cpp static void readonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            127 Source/bindings/tests/results/V8TestObject.cpp static void readonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            141 Source/bindings/tests/results/V8TestObject.cpp static void dateAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            156 Source/bindings/tests/results/V8TestObject.cpp static void dateAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            170 Source/bindings/tests/results/V8TestObject.cpp static void stringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            185 Source/bindings/tests/results/V8TestObject.cpp static void stringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            199 Source/bindings/tests/results/V8TestObject.cpp static void domTimeStampAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            215 Source/bindings/tests/results/V8TestObject.cpp static void domTimeStampAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            229 Source/bindings/tests/results/V8TestObject.cpp static void booleanAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            244 Source/bindings/tests/results/V8TestObject.cpp static void booleanAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            258 Source/bindings/tests/results/V8TestObject.cpp static void byteAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            274 Source/bindings/tests/results/V8TestObject.cpp static void byteAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            288 Source/bindings/tests/results/V8TestObject.cpp static void doubleAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            303 Source/bindings/tests/results/V8TestObject.cpp static void doubleAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            317 Source/bindings/tests/results/V8TestObject.cpp static void floatAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            332 Source/bindings/tests/results/V8TestObject.cpp static void floatAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            346 Source/bindings/tests/results/V8TestObject.cpp static void longAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            362 Source/bindings/tests/results/V8TestObject.cpp static void longAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            376 Source/bindings/tests/results/V8TestObject.cpp static void longLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            392 Source/bindings/tests/results/V8TestObject.cpp static void longLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            406 Source/bindings/tests/results/V8TestObject.cpp static void octetAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            422 Source/bindings/tests/results/V8TestObject.cpp static void octetAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            436 Source/bindings/tests/results/V8TestObject.cpp static void shortAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            452 Source/bindings/tests/results/V8TestObject.cpp static void shortAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            466 Source/bindings/tests/results/V8TestObject.cpp static void unsignedLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            482 Source/bindings/tests/results/V8TestObject.cpp static void unsignedLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            496 Source/bindings/tests/results/V8TestObject.cpp static void unsignedLongLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            512 Source/bindings/tests/results/V8TestObject.cpp static void unsignedLongLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            526 Source/bindings/tests/results/V8TestObject.cpp static void unsignedShortAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            542 Source/bindings/tests/results/V8TestObject.cpp static void unsignedShortAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            556 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            571 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceEmptyAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            585 Source/bindings/tests/results/V8TestObject.cpp static void testObjectAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            600 Source/bindings/tests/results/V8TestObject.cpp static void testObjectAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            614 Source/bindings/tests/results/V8TestObject.cpp static void voidCallbackFunctionAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            629 Source/bindings/tests/results/V8TestObject.cpp static void voidCallbackFunctionAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            643 Source/bindings/tests/results/V8TestObject.cpp static void anyCallbackFunctionOptionalAnyArgAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            658 Source/bindings/tests/results/V8TestObject.cpp static void anyCallbackFunctionOptionalAnyArgAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            672 Source/bindings/tests/results/V8TestObject.cpp static void cssAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            688 Source/bindings/tests/results/V8TestObject.cpp static void cssAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            702 Source/bindings/tests/results/V8TestObject.cpp static void imeAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            718 Source/bindings/tests/results/V8TestObject.cpp static void imeAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            732 Source/bindings/tests/results/V8TestObject.cpp static void svgAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            748 Source/bindings/tests/results/V8TestObject.cpp static void svgAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            762 Source/bindings/tests/results/V8TestObject.cpp static void xmlAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            778 Source/bindings/tests/results/V8TestObject.cpp static void xmlAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            792 Source/bindings/tests/results/V8TestObject.cpp static void nodeFilterAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            807 Source/bindings/tests/results/V8TestObject.cpp static void nodeFilterAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            821 Source/bindings/tests/results/V8TestObject.cpp static void serializedScriptValueAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            836 Source/bindings/tests/results/V8TestObject.cpp static void serializedScriptValueAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            850 Source/bindings/tests/results/V8TestObject.cpp static void anyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            865 Source/bindings/tests/results/V8TestObject.cpp static void anyAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            879 Source/bindings/tests/results/V8TestObject.cpp static void promiseAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            894 Source/bindings/tests/results/V8TestObject.cpp static void promiseAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            908 Source/bindings/tests/results/V8TestObject.cpp static void windowAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            923 Source/bindings/tests/results/V8TestObject.cpp static void windowAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            937 Source/bindings/tests/results/V8TestObject.cpp static void documentAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            952 Source/bindings/tests/results/V8TestObject.cpp static void documentAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            966 Source/bindings/tests/results/V8TestObject.cpp static void documentFragmentAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String            981 Source/bindings/tests/results/V8TestObject.cpp static void documentFragmentAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            995 Source/bindings/tests/results/V8TestObject.cpp static void documentTypeAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1010 Source/bindings/tests/results/V8TestObject.cpp static void documentTypeAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1024 Source/bindings/tests/results/V8TestObject.cpp static void elementAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1039 Source/bindings/tests/results/V8TestObject.cpp static void elementAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1053 Source/bindings/tests/results/V8TestObject.cpp static void nodeAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1068 Source/bindings/tests/results/V8TestObject.cpp static void nodeAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1082 Source/bindings/tests/results/V8TestObject.cpp static void shadowRootAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1097 Source/bindings/tests/results/V8TestObject.cpp static void shadowRootAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1111 Source/bindings/tests/results/V8TestObject.cpp static void arrayBufferAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1126 Source/bindings/tests/results/V8TestObject.cpp static void arrayBufferAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1140 Source/bindings/tests/results/V8TestObject.cpp static void float32ArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1155 Source/bindings/tests/results/V8TestObject.cpp static void float32ArrayAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1169 Source/bindings/tests/results/V8TestObject.cpp static void uint8ArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1184 Source/bindings/tests/results/V8TestObject.cpp static void uint8ArrayAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1198 Source/bindings/tests/results/V8TestObject.cpp static void selfAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1212 Source/bindings/tests/results/V8TestObject.cpp static void readonlyEventTargetAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1232 Source/bindings/tests/results/V8TestObject.cpp static void readonlyEventTargetOrNullAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1246 Source/bindings/tests/results/V8TestObject.cpp static void readonlyWindowAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1260 Source/bindings/tests/results/V8TestObject.cpp static void htmlCollectionAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1274 Source/bindings/tests/results/V8TestObject.cpp static void htmlElementAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1288 Source/bindings/tests/results/V8TestObject.cpp static void stringArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1299 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, cppValue, toNativeArray<String>(v8Value, 0, info.GetIsolate()));
String           1303 Source/bindings/tests/results/V8TestObject.cpp static void stringArrayAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1317 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceEmptyArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1332 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceEmptyArrayAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1346 Source/bindings/tests/results/V8TestObject.cpp static void floatArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1361 Source/bindings/tests/results/V8TestObject.cpp static void floatArrayAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1373 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->stringOrNullAttribute(isNull);
String           1381 Source/bindings/tests/results/V8TestObject.cpp static void stringOrNullAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1396 Source/bindings/tests/results/V8TestObject.cpp static void stringOrNullAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1416 Source/bindings/tests/results/V8TestObject.cpp static void longOrNullAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1432 Source/bindings/tests/results/V8TestObject.cpp static void longOrNullAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1452 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceOrNullAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1467 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceOrNullAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1481 Source/bindings/tests/results/V8TestObject.cpp static void testEnumAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1493 Source/bindings/tests/results/V8TestObject.cpp     String string = cppValue;
String           1499 Source/bindings/tests/results/V8TestObject.cpp static void testEnumAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1511 Source/bindings/tests/results/V8TestObject.cpp static void staticStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1524 Source/bindings/tests/results/V8TestObject.cpp static void staticStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1536 Source/bindings/tests/results/V8TestObject.cpp static void staticLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1550 Source/bindings/tests/results/V8TestObject.cpp static void staticLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1565 Source/bindings/tests/results/V8TestObject.cpp static void eventHandlerAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1580 Source/bindings/tests/results/V8TestObject.cpp static void eventHandlerAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1594 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessForAllWorldsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1613 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessForAllWorldsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1632 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterForAllWorldsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1651 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterForAllWorldsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1665 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingSetterForAllWorldsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1681 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingSetterForAllWorldsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1696 Source/bindings/tests/results/V8TestObject.cpp     v8::Handle<v8::String> propertyName = v8AtomicString(info.GetIsolate(), "cachedAttributeAnyAttribute");
String           1710 Source/bindings/tests/results/V8TestObject.cpp static void cachedAttributeAnyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1726 Source/bindings/tests/results/V8TestObject.cpp static void cachedAttributeAnyAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1741 Source/bindings/tests/results/V8TestObject.cpp static void callWithExecutionContextAnyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1757 Source/bindings/tests/results/V8TestObject.cpp static void callWithExecutionContextAnyAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1777 Source/bindings/tests/results/V8TestObject.cpp static void checkSecurityForNodeReadonlyDocumentAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1794 Source/bindings/tests/results/V8TestObject.cpp static void conditionalLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1814 Source/bindings/tests/results/V8TestObject.cpp static void conditionalLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1832 Source/bindings/tests/results/V8TestObject.cpp static void conditionalAndLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1852 Source/bindings/tests/results/V8TestObject.cpp static void conditionalAndLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1870 Source/bindings/tests/results/V8TestObject.cpp static void conditionalOrLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1890 Source/bindings/tests/results/V8TestObject.cpp static void conditionalOrLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1898 Source/bindings/tests/results/V8TestObject.cpp static void customObjectAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1905 Source/bindings/tests/results/V8TestObject.cpp static void customObjectAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1912 Source/bindings/tests/results/V8TestObject.cpp static void customGetterLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1928 Source/bindings/tests/results/V8TestObject.cpp static void customGetterLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1935 Source/bindings/tests/results/V8TestObject.cpp static void customGetterReadonlyObjectAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1949 Source/bindings/tests/results/V8TestObject.cpp static void customSetterLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1956 Source/bindings/tests/results/V8TestObject.cpp static void customSetterLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1964 Source/bindings/tests/results/V8TestObject.cpp static void customLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           1973 Source/bindings/tests/results/V8TestObject.cpp static void customLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           1988 Source/bindings/tests/results/V8TestObject.cpp static void customElementsCallbacksReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2002 Source/bindings/tests/results/V8TestObject.cpp static void deprecatedLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2019 Source/bindings/tests/results/V8TestObject.cpp static void deprecatedLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2034 Source/bindings/tests/results/V8TestObject.cpp static void enforceRangeLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2050 Source/bindings/tests/results/V8TestObject.cpp static void enforceRangeLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2095 Source/bindings/tests/results/V8TestObject.cpp static void implementedAsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2111 Source/bindings/tests/results/V8TestObject.cpp static void implementedAsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2118 Source/bindings/tests/results/V8TestObject.cpp static void customImplementedAsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2125 Source/bindings/tests/results/V8TestObject.cpp static void customImplementedAsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2132 Source/bindings/tests/results/V8TestObject.cpp static void customGetterImplementedAsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2148 Source/bindings/tests/results/V8TestObject.cpp static void customGetterImplementedAsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2162 Source/bindings/tests/results/V8TestObject.cpp static void customSetterImplementedAsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2169 Source/bindings/tests/results/V8TestObject.cpp static void customSetterImplementedAsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2183 Source/bindings/tests/results/V8TestObject.cpp static void measureAsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2200 Source/bindings/tests/results/V8TestObject.cpp static void measureAsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2215 Source/bindings/tests/results/V8TestObject.cpp static void notEnumerableLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2231 Source/bindings/tests/results/V8TestObject.cpp static void notEnumerableLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2245 Source/bindings/tests/results/V8TestObject.cpp static void perContextEnabledLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2261 Source/bindings/tests/results/V8TestObject.cpp static void perContextEnabledLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2275 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2291 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2305 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsLongAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2321 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsLongAttributeAttributeSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2335 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2349 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsReadonlyLongAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2370 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2391 Source/bindings/tests/results/V8TestObject.cpp static void perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2405 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessPerWorldBindingsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2424 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessPerWorldBindingsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2443 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessPerWorldBindingsLongAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2462 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessPerWorldBindingsLongAttributeAttributeSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2481 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessForIsolatedWorldsPerWorldBindingsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2500 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessForIsolatedWorldsPerWorldBindingsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2519 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessForIsolatedWorldsPerWorldBindingsLongAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2535 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingAccessForIsolatedWorldsPerWorldBindingsLongAttributeAttributeSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2549 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterPerWorldBindingsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2568 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterPerWorldBindingsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2582 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterPerWorldBindingsLongAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2601 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterPerWorldBindingsLongAttributeAttributeSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2615 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterForIsolatedWorldsPerWorldBindingsLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2634 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterForIsolatedWorldsPerWorldBindingsLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2648 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterForIsolatedWorldsPerWorldBindingsLongAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2664 Source/bindings/tests/results/V8TestObject.cpp static void activityLoggingGetterForIsolatedWorldsPerWorldBindingsLongAttributeAttributeSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2678 Source/bindings/tests/results/V8TestObject.cpp static void locationAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2696 Source/bindings/tests/results/V8TestObject.cpp static void locationAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2710 Source/bindings/tests/results/V8TestObject.cpp static void locationWithExceptionAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2728 Source/bindings/tests/results/V8TestObject.cpp static void locationWithExceptionAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2742 Source/bindings/tests/results/V8TestObject.cpp static void locationWithCallWithAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2760 Source/bindings/tests/results/V8TestObject.cpp static void locationWithCallWithAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2774 Source/bindings/tests/results/V8TestObject.cpp static void locationWithPerWorldBindingsAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2792 Source/bindings/tests/results/V8TestObject.cpp static void locationWithPerWorldBindingsAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2806 Source/bindings/tests/results/V8TestObject.cpp static void locationWithPerWorldBindingsAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2824 Source/bindings/tests/results/V8TestObject.cpp static void locationWithPerWorldBindingsAttributeSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2845 Source/bindings/tests/results/V8TestObject.cpp static void locationWillBeGarbageCollectedAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2863 Source/bindings/tests/results/V8TestObject.cpp static void locationWillBeGarbageCollectedAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2881 Source/bindings/tests/results/V8TestObject.cpp static void raisesExceptionLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2898 Source/bindings/tests/results/V8TestObject.cpp static void raisesExceptionLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2916 Source/bindings/tests/results/V8TestObject.cpp static void raisesExceptionGetterLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2932 Source/bindings/tests/results/V8TestObject.cpp static void raisesExceptionGetterLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2946 Source/bindings/tests/results/V8TestObject.cpp static void setterRaisesExceptionLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2963 Source/bindings/tests/results/V8TestObject.cpp static void setterRaisesExceptionLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           2981 Source/bindings/tests/results/V8TestObject.cpp static void raisesExceptionTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           2998 Source/bindings/tests/results/V8TestObject.cpp static void raisesExceptionTestInterfaceEmptyAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3008 Source/bindings/tests/results/V8TestObject.cpp     v8::Handle<v8::String> propertyName = v8AtomicString(info.GetIsolate(), "cachedAttributeRaisesExceptionGetterAnyAttribute");
String           3025 Source/bindings/tests/results/V8TestObject.cpp static void cachedAttributeRaisesExceptionGetterAnyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3043 Source/bindings/tests/results/V8TestObject.cpp static void cachedAttributeRaisesExceptionGetterAnyAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3057 Source/bindings/tests/results/V8TestObject.cpp static void reflectTestInterfaceAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3073 Source/bindings/tests/results/V8TestObject.cpp static void reflectTestInterfaceAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3088 Source/bindings/tests/results/V8TestObject.cpp static void reflectReflectedNameAttributeTestAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3104 Source/bindings/tests/results/V8TestObject.cpp static void reflectReflectedNameAttributeTestAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3119 Source/bindings/tests/results/V8TestObject.cpp static void reflectBooleanAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3135 Source/bindings/tests/results/V8TestObject.cpp static void reflectBooleanAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3150 Source/bindings/tests/results/V8TestObject.cpp static void reflectLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3167 Source/bindings/tests/results/V8TestObject.cpp static void reflectLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3182 Source/bindings/tests/results/V8TestObject.cpp static void reflectUnsignedShortAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3199 Source/bindings/tests/results/V8TestObject.cpp static void reflectUnsignedShortAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3214 Source/bindings/tests/results/V8TestObject.cpp static void reflectUnsignedLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3231 Source/bindings/tests/results/V8TestObject.cpp static void reflectUnsignedLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3246 Source/bindings/tests/results/V8TestObject.cpp static void idAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3262 Source/bindings/tests/results/V8TestObject.cpp static void idAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3277 Source/bindings/tests/results/V8TestObject.cpp static void nameAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3293 Source/bindings/tests/results/V8TestObject.cpp static void nameAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3308 Source/bindings/tests/results/V8TestObject.cpp static void classAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3324 Source/bindings/tests/results/V8TestObject.cpp static void classAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3339 Source/bindings/tests/results/V8TestObject.cpp static void reflectedIdAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3355 Source/bindings/tests/results/V8TestObject.cpp static void reflectedIdAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3370 Source/bindings/tests/results/V8TestObject.cpp static void reflectedNameAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3386 Source/bindings/tests/results/V8TestObject.cpp static void reflectedNameAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3401 Source/bindings/tests/results/V8TestObject.cpp static void reflectedClassAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3417 Source/bindings/tests/results/V8TestObject.cpp static void reflectedClassAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3429 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->fastGetAttribute(HTMLNames::limitedtoonlyoneattributeAttr);
String           3440 Source/bindings/tests/results/V8TestObject.cpp static void limitedToOnlyOneAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3456 Source/bindings/tests/results/V8TestObject.cpp static void limitedToOnlyOneAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3468 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->fastGetAttribute(HTMLNames::limitedtoonlyattributeAttr);
String           3483 Source/bindings/tests/results/V8TestObject.cpp static void limitedToOnlyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3499 Source/bindings/tests/results/V8TestObject.cpp static void limitedToOnlyAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3511 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->fastGetAttribute(HTMLNames::otherAttr);
String           3524 Source/bindings/tests/results/V8TestObject.cpp static void limitedToOnlyOtherAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3540 Source/bindings/tests/results/V8TestObject.cpp static void limitedToOnlyOtherAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3552 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->fastGetAttribute(HTMLNames::limitedwithmissingdefaultattributeAttr);
String           3565 Source/bindings/tests/results/V8TestObject.cpp static void limitedWithMissingDefaultAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3581 Source/bindings/tests/results/V8TestObject.cpp static void limitedWithMissingDefaultAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3593 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->fastGetAttribute(HTMLNames::limitedwithinvalidmissingdefaultattributeAttr);
String           3608 Source/bindings/tests/results/V8TestObject.cpp static void limitedWithInvalidMissingDefaultAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3624 Source/bindings/tests/results/V8TestObject.cpp static void limitedWithInvalidMissingDefaultAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3636 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->fastGetAttribute(HTMLNames::corssettingattributeAttr);
String           3651 Source/bindings/tests/results/V8TestObject.cpp static void corsSettingAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3662 Source/bindings/tests/results/V8TestObject.cpp     String v8Value = impl->fastGetAttribute(HTMLNames::limitedwithemptymissinginvalidattributeAttr);
String           3681 Source/bindings/tests/results/V8TestObject.cpp static void limitedWithEmptyMissingInvalidAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3695 Source/bindings/tests/results/V8TestObject.cpp static void replaceableReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3709 Source/bindings/tests/results/V8TestObject.cpp static void locationReplaceableAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3727 Source/bindings/tests/results/V8TestObject.cpp static void locationReplaceableAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3741 Source/bindings/tests/results/V8TestObject.cpp static void runtimeEnabledLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3757 Source/bindings/tests/results/V8TestObject.cpp static void runtimeEnabledLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3771 Source/bindings/tests/results/V8TestObject.cpp static void perContextEnabledRuntimeEnabledLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3787 Source/bindings/tests/results/V8TestObject.cpp static void perContextEnabledRuntimeEnabledLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3804 Source/bindings/tests/results/V8TestObject.cpp static void conditionalRuntimeEnabledLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3824 Source/bindings/tests/results/V8TestObject.cpp static void conditionalRuntimeEnabledLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3839 Source/bindings/tests/results/V8TestObject.cpp static void setterCallWithActiveWindowAndFirstWindowStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3854 Source/bindings/tests/results/V8TestObject.cpp static void setterCallWithActiveWindowAndFirstWindowStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3868 Source/bindings/tests/results/V8TestObject.cpp static void setterCallWithExecutionContextStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3884 Source/bindings/tests/results/V8TestObject.cpp static void setterCallWithExecutionContextStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3898 Source/bindings/tests/results/V8TestObject.cpp static void strictTypeCheckingFloatAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3913 Source/bindings/tests/results/V8TestObject.cpp static void strictTypeCheckingFloatAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3927 Source/bindings/tests/results/V8TestObject.cpp static void strictTypeCheckingTestInterfaceAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3948 Source/bindings/tests/results/V8TestObject.cpp static void strictTypeCheckingTestInterfaceAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3962 Source/bindings/tests/results/V8TestObject.cpp static void treatNullAsNullStringStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           3977 Source/bindings/tests/results/V8TestObject.cpp static void treatNullAsNullStringStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           3991 Source/bindings/tests/results/V8TestObject.cpp static void treatReturnedNullStringAsNullStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4006 Source/bindings/tests/results/V8TestObject.cpp static void treatReturnedNullStringAsNullStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4020 Source/bindings/tests/results/V8TestObject.cpp static void treatReturnedNullStringAsUndefinedStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4035 Source/bindings/tests/results/V8TestObject.cpp static void treatReturnedNullStringAsUndefinedStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4049 Source/bindings/tests/results/V8TestObject.cpp static void urlStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4065 Source/bindings/tests/results/V8TestObject.cpp static void urlStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4080 Source/bindings/tests/results/V8TestObject.cpp static void urlStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4096 Source/bindings/tests/results/V8TestObject.cpp static void urlStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4113 Source/bindings/tests/results/V8TestObject.cpp static void unforgeableLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4129 Source/bindings/tests/results/V8TestObject.cpp static void unforgeableLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4143 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4158 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4172 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceWillBeGarbageCollectedAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4187 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceWillBeGarbageCollectedAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4207 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceWillBeGarbageCollectedOrNullAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4222 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceWillBeGarbageCollectedOrNullAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4229 Source/bindings/tests/results/V8TestObject.cpp static void TestObjectConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4239 Source/bindings/tests/results/V8TestObject.cpp static void testInterfaceEmptyConstructorAttributeConstructorGetterCallback(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4247 Source/bindings/tests/results/V8TestObject.cpp static void measureAsFeatureNameTestInterfaceEmptyConstructorAttributeConstructorGetterCallback(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info)
String           4255 Source/bindings/tests/results/V8TestObject.cpp static void TestObjectReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           4260 Source/bindings/tests/results/V8TestObject.cpp static void TestObjectReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String           5271 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, arrayStringArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
String           5364 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, stringSequenceArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
String           5497 Source/bindings/tests/results/V8TestObject.cpp     String string = testEnumTypeArg;
String           5971 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, variadicStringArgs, toNativeArguments<String>(info, 0));
String           5990 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, variadicStringArgs, toNativeArguments<String>(info, 1));
String           7379 Source/bindings/tests/results/V8TestObject.cpp     String result = impl->raisesExceptionStringMethod(exceptionState);
String             78 Source/bindings/tests/results/V8TestSpecialOperations.cpp static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            100 Source/bindings/tests/results/V8TestSpecialOperations.cpp static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            107 Source/bindings/tests/results/V8TestSpecialOperations.cpp static void namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            118 Source/bindings/tests/results/V8TestSpecialOperations.cpp static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            125 Source/bindings/tests/results/V8TestSpecialOperations.cpp static void namedPropertyQuery(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            129 Source/bindings/tests/results/V8TestSpecialOperations.cpp     v8::String::Utf8Value namedProperty(name);
String            139 Source/bindings/tests/results/V8TestSpecialOperations.cpp static void namedPropertyQueryCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            150 Source/bindings/tests/results/V8TestSpecialOperations.cpp     Vector<String> names;
String             48 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp     String result = impl->anonymousIndexedGetter(index);
String             61 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             70 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp     String result = impl->anonymousNamedGetter(propertyName);
String             76 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             58 Source/bindings/tests/results/V8TestTypedefs.cpp static void uLongLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             74 Source/bindings/tests/results/V8TestTypedefs.cpp static void uLongLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             81 Source/bindings/tests/results/V8TestTypedefs.cpp static void TestTypedefsConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
String             91 Source/bindings/tests/results/V8TestTypedefs.cpp static void TestTypedefsReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String             96 Source/bindings/tests/results/V8TestTypedefs.cpp static void TestTypedefsReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
String            211 Source/bindings/tests/results/V8TestTypedefs.cpp     V8TRYCATCH_VOID(Vector<String>, arrayOfStringsArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
String            229 Source/bindings/tests/results/V8TestTypedefs.cpp     V8TRYCATCH_VOID(Vector<String>, stringArrayArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
String            183 Source/bindings/v8/CustomElementConstructorBuilder.cpp     v8::Handle<v8::String> v8TagName = v8String(isolate, descriptor.localName());
String            190 Source/bindings/v8/CustomElementConstructorBuilder.cpp     m_constructor->SetName(v8Type->IsNull() ? v8TagName : v8Type.As<v8::String>());
String            197 Source/bindings/v8/CustomElementConstructorBuilder.cpp     v8::Handle<v8::String> prototypeKey = v8String(isolate, "prototype");
String            189 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::setIsolatedWorldContentSecurityPolicy(int worldId, const String& policy)
String            106 Source/bindings/v8/DOMWrapperWorld.h     static void setIsolatedWorldContentSecurityPolicy(int worldID, const String& policy);
String             98 Source/bindings/v8/Dictionary.cpp bool Dictionary::hasProperty(const String& key) const
String            107 Source/bindings/v8/Dictionary.cpp     v8::Handle<v8::String> v8Key = v8String(m_isolate, key);
String            114 Source/bindings/v8/Dictionary.cpp bool Dictionary::getKey(const String& key, v8::Local<v8::Value>& value) const
String            123 Source/bindings/v8/Dictionary.cpp     v8::Handle<v8::String> v8Key = v8String(m_isolate, key);
String            132 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, v8::Local<v8::Value>& value) const
String            137 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, bool& value) const
String            150 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, bool& value) const
String            157 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, int32_t& value) const
String            170 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, double& value, bool& hasValue) const
String            186 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, double& value) const
String            192 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, double& value) const
String            205 Source/bindings/v8/Dictionary.cpp inline bool Dictionary::getStringType(const String& key, StringType& value) const
String            216 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, String& value) const
String            221 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, AtomicString& value) const
String            226 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, String& value) const
String            239 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, ScriptValue& value) const
String            249 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, ScriptValue& value) const
String            257 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, unsigned short& value) const
String            270 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, short& value) const
String            283 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, unsigned& value) const
String            296 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, unsigned long& value) const
String            309 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, unsigned long long& value) const
String            323 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtrWillBeMember<DOMWindow>& value) const
String            335 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtrWillBeMember<Storage>& value) const
String            345 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, MessagePortArray& value) const
String            360 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, MessagePortArray& value) const
String            371 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, HashSet<AtomicString>& value) const
String            393 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, HashSet<AtomicString>& value) const
String            412 Source/bindings/v8/Dictionary.cpp bool Dictionary::getWithUndefinedOrNullCheck(const String& key, String& value) const
String            423 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtr<Uint8Array>& value) const
String            433 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtr<ArrayBufferView>& value) const
String            443 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtr<MIDIPort>& value) const
String            453 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtr<MediaKeyError>& value) const
String            463 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtr<TrackBase>& value) const
String            483 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtrWillBeMember<SpeechRecognitionError>& value) const
String            493 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtrWillBeMember<SpeechRecognitionResult>& value) const
String            503 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtrWillBeMember<SpeechRecognitionResultList>& value) const
String            513 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtrWillBeMember<Gamepad>& value) const
String            523 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtr<MediaStream>& value) const
String            533 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtr<EventTarget>& value) const
String            558 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, Dictionary& value) const
String            573 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, Dictionary& value) const
String            591 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, Vector<String>& value) const
String            610 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, Vector<String>& value) const
String            629 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, ArrayValue& value) const
String            644 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, ArrayValue& value) const
String            663 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, RefPtrWillBeMember<DOMError>& value) const
String            673 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, OwnPtr<VoidCallback>& value) const
String            686 Source/bindings/v8/Dictionary.cpp bool Dictionary::getOwnPropertiesAsStringHashMap(HashMap<String, String>& hashMap) const
String            699 Source/bindings/v8/Dictionary.cpp         v8::Local<v8::String> key = properties->Get(i)->ToString();
String            706 Source/bindings/v8/Dictionary.cpp         if (!static_cast<const String&>(stringKey).isEmpty())
String            713 Source/bindings/v8/Dictionary.cpp bool Dictionary::getOwnPropertyNames(Vector<String>& names) const
String            726 Source/bindings/v8/Dictionary.cpp         v8::Local<v8::String> key = properties->Get(i)->ToString();
String            745 Source/bindings/v8/Dictionary.cpp Dictionary::ConversionContext& Dictionary::ConversionContext::setConversionType(const String& typeName, bool isNullable)
String            755 Source/bindings/v8/Dictionary.cpp void Dictionary::ConversionContext::throwTypeError(const String& detail)
String             73 Source/bindings/v8/Dictionary.h     bool get(const String&, bool&) const;
String             74 Source/bindings/v8/Dictionary.h     bool get(const String&, int32_t&) const;
String             75 Source/bindings/v8/Dictionary.h     bool get(const String&, double&, bool& hasValue) const;
String             76 Source/bindings/v8/Dictionary.h     bool get(const String&, double&) const;
String             77 Source/bindings/v8/Dictionary.h     bool get(const String&, String&) const;
String             78 Source/bindings/v8/Dictionary.h     bool get(const String&, AtomicString&) const;
String             79 Source/bindings/v8/Dictionary.h     bool get(const String&, ScriptValue&) const;
String             80 Source/bindings/v8/Dictionary.h     bool get(const String&, short&) const;
String             81 Source/bindings/v8/Dictionary.h     bool get(const String&, unsigned short&) const;
String             82 Source/bindings/v8/Dictionary.h     bool get(const String&, unsigned&) const;
String             83 Source/bindings/v8/Dictionary.h     bool get(const String&, unsigned long&) const;
String             84 Source/bindings/v8/Dictionary.h     bool get(const String&, unsigned long long&) const;
String             85 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtrWillBeMember<DOMWindow>&) const;
String             86 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtrWillBeMember<Storage>&) const;
String             87 Source/bindings/v8/Dictionary.h     bool get(const String&, MessagePortArray&) const;
String             88 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtr<Uint8Array>&) const;
String             89 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtr<ArrayBufferView>&) const;
String             90 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtr<MIDIPort>&) const;
String             91 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtr<MediaKeyError>&) const;
String             92 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtr<TrackBase>&) const;
String             93 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtrWillBeMember<SpeechRecognitionError>&) const;
String             94 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtrWillBeMember<SpeechRecognitionResult>&) const;
String             95 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtrWillBeMember<SpeechRecognitionResultList>&) const;
String             96 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtrWillBeMember<Gamepad>&) const;
String             97 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtr<MediaStream>&) const;
String             98 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtr<EventTarget>&) const;
String             99 Source/bindings/v8/Dictionary.h     bool get(const String&, HashSet<AtomicString>&) const;
String            100 Source/bindings/v8/Dictionary.h     bool get(const String&, Dictionary&) const;
String            101 Source/bindings/v8/Dictionary.h     bool get(const String&, Vector<String>&) const;
String            102 Source/bindings/v8/Dictionary.h     bool get(const String&, ArrayValue&) const;
String            103 Source/bindings/v8/Dictionary.h     bool get(const String&, RefPtrWillBeMember<DOMError>&) const;
String            104 Source/bindings/v8/Dictionary.h     bool get(const String&, OwnPtr<VoidCallback>&) const;
String            105 Source/bindings/v8/Dictionary.h     bool get(const String&, v8::Local<v8::Value>&) const;
String            109 Source/bindings/v8/Dictionary.h         ConversionContext(const String& interfaceName, const String& methodName, ExceptionState& exceptionState)
String            118 Source/bindings/v8/Dictionary.h         const String& interfaceName() const { return m_interfaceName; }
String            119 Source/bindings/v8/Dictionary.h         const String& methodName() const { return m_methodName; }
String            124 Source/bindings/v8/Dictionary.h         String typeName() const { return m_propertyTypeName; }
String            126 Source/bindings/v8/Dictionary.h         ConversionContext& setConversionType(const String&, bool);
String            128 Source/bindings/v8/Dictionary.h         void throwTypeError(const String& detail);
String            133 Source/bindings/v8/Dictionary.h         const String m_interfaceName;
String            134 Source/bindings/v8/Dictionary.h         const String m_methodName;
String            139 Source/bindings/v8/Dictionary.h         String m_propertyTypeName;
String            154 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, bool&) const;
String            155 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, double&) const;
String            156 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, String&) const;
String            157 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, ScriptValue&) const;
String            160 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, IntegralType&) const;
String            162 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, Nullable<IntegralType>&) const;
String            164 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, MessagePortArray&) const;
String            165 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, HashSet<AtomicString>&) const;
String            166 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, Dictionary&) const;
String            167 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, Vector<String>&) const;
String            168 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, ArrayValue&) const;
String            170 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, PointerType<T>&) const;
String            173 Source/bindings/v8/Dictionary.h     bool getStringType(const String&, StringType&) const;
String            175 Source/bindings/v8/Dictionary.h     bool getOwnPropertiesAsStringHashMap(HashMap<String, String>&) const;
String            176 Source/bindings/v8/Dictionary.h     bool getOwnPropertyNames(Vector<String>&) const;
String            178 Source/bindings/v8/Dictionary.h     bool getWithUndefinedOrNullCheck(const String&, String&) const;
String            180 Source/bindings/v8/Dictionary.h     bool hasProperty(const String&) const;
String            183 Source/bindings/v8/Dictionary.h     bool getKey(const String& key, v8::Local<v8::Value>&) const;
String            207 Source/bindings/v8/Dictionary.h     static const String typeName() { return "UInt8"; }
String            216 Source/bindings/v8/Dictionary.h     static const String typeName() { return "Int8"; }
String            225 Source/bindings/v8/Dictionary.h     static const String typeName() { return "UInt16"; }
String            234 Source/bindings/v8/Dictionary.h     static const String typeName() { return "Int16"; }
String            243 Source/bindings/v8/Dictionary.h     static const String typeName() { return "UInt32"; }
String            252 Source/bindings/v8/Dictionary.h     static const String typeName() { return "UInt32"; }
String            261 Source/bindings/v8/Dictionary.h     static const String typeName() { return "Int32"; }
String            270 Source/bindings/v8/Dictionary.h     static const String typeName() { return "Int32"; }
String            279 Source/bindings/v8/Dictionary.h     static const String typeName() { return "UInt64"; }
String            288 Source/bindings/v8/Dictionary.h     static const String typeName() { return "Int64"; }
String            291 Source/bindings/v8/Dictionary.h template<typename T> bool Dictionary::convert(ConversionContext& context, const String& key, T& value) const
String            306 Source/bindings/v8/Dictionary.h template<typename T> bool Dictionary::convert(ConversionContext& context, const String& key, Nullable<T>& value) const
String            328 Source/bindings/v8/Dictionary.h template<template <typename> class PointerType, typename T> bool Dictionary::convert(ConversionContext& context, const String& key, PointerType<T>& value) const
String             39 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToConstruct(const char* type, const String& detail)
String             41 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to construct '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
String             44 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToEnumerate(const char* type, const String& detail)
String             46 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to enumerate the properties of '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
String             49 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToExecute(const char* method, const char* type, const String& detail)
String             51 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to execute '" + String(method) + "' on '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
String             54 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail)
String             56 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to read the '" + String(property) + "' property from '" + String(type) + "': " + detail;
String             59 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToSet(const char* property, const char* type, const String& detail)
String             61 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to set the '" + String(property) + "' property on '" + String(type) + "': " + detail;
String             64 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToDelete(const char* property, const char* type, const String& detail)
String             66 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to delete the '" + String(property) + "' property from '" + String(type) + "': " + detail;
String             69 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToGetIndexed(const char* type, const String& detail)
String             71 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to read an indexed property from '" + String(type) + "': " + detail;
String             74 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToSetIndexed(const char* type, const String& detail)
String             76 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to set an indexed property on '" + String(type) + "': " + detail;
String             79 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToDeleteIndexed(const char* type, const String& detail)
String             81 Source/bindings/v8/ExceptionMessages.cpp     return "Failed to delete an indexed property from '" + String(type) + "': " + detail;
String             84 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::constructorNotCallableAsFunction(const char* type)
String             89 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::incorrectPropertyType(const String& property, const String& detail)
String             94 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::argumentNullOrIncorrectType(int argumentIndex, const String& expectedType)
String             99 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::notAnArrayTypeArgumentOrValue(int argumentIndex)
String            101 Source/bindings/v8/ExceptionMessages.cpp     String kind;
String            109 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::notASequenceTypeProperty(const String& propertyName)
String            114 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::notEnoughArguments(unsigned expected, unsigned provided)
String            116 Source/bindings/v8/ExceptionMessages.cpp     return String::number(expected) + " argument" + (expected > 1 ? "s" : "") + " required, but only " + String::number(provided) + " present.";
String            119 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::notAFiniteNumber(double value, const char* name)
String            122 Source/bindings/v8/ExceptionMessages.cpp     return String::format("The %s is %s.", name, std::isinf(value) ? "infinite" : "not a number");
String            125 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::notAFiniteNumber(const Decimal& value, const char* name)
String            128 Source/bindings/v8/ExceptionMessages.cpp     return String::format("The %s is %s.", name, value.isInfinity() ? "infinite" : "not a number");
String            131 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::ordinalNumber(int number)
String            133 Source/bindings/v8/ExceptionMessages.cpp     String suffix("th");
String            148 Source/bindings/v8/ExceptionMessages.cpp     return String::number(number) + suffix;
String            151 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::readOnly(const char* detail)
String            153 Source/bindings/v8/ExceptionMessages.cpp     DEFINE_STATIC_LOCAL(String, readOnly, ("This object is read-only."));
String            154 Source/bindings/v8/ExceptionMessages.cpp     return detail ? String::format("This object is read-only, because %s.", detail) : readOnly;
String            158 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::formatNumber<float>(float number)
String            164 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::formatNumber<double>(double number)
String             49 Source/bindings/v8/ExceptionMessages.h     static String argumentNullOrIncorrectType(int argumentIndex, const String& expectedType);
String             50 Source/bindings/v8/ExceptionMessages.h     static String constructorNotCallableAsFunction(const char* type);
String             52 Source/bindings/v8/ExceptionMessages.h     static String failedToConstruct(const char* type, const String& detail);
String             53 Source/bindings/v8/ExceptionMessages.h     static String failedToEnumerate(const char* type, const String& detail);
String             54 Source/bindings/v8/ExceptionMessages.h     static String failedToExecute(const char* method, const char* type, const String& detail);
String             55 Source/bindings/v8/ExceptionMessages.h     static String failedToGet(const char* property, const char* type, const String& detail);
String             56 Source/bindings/v8/ExceptionMessages.h     static String failedToSet(const char* property, const char* type, const String& detail);
String             57 Source/bindings/v8/ExceptionMessages.h     static String failedToDelete(const char* property, const char* type, const String& detail);
String             58 Source/bindings/v8/ExceptionMessages.h     static String failedToGetIndexed(const char* type, const String& detail);
String             59 Source/bindings/v8/ExceptionMessages.h     static String failedToSetIndexed(const char* type, const String& detail);
String             60 Source/bindings/v8/ExceptionMessages.h     static String failedToDeleteIndexed(const char* type, const String& detail);
String             63 Source/bindings/v8/ExceptionMessages.h     static String formatNumber(NumType number)
String             68 Source/bindings/v8/ExceptionMessages.h     static String incorrectPropertyType(const String& property, const String& detail);
String             71 Source/bindings/v8/ExceptionMessages.h     static String indexExceedsMaximumBound(const char* name, NumberType given, NumberType bound)
String             88 Source/bindings/v8/ExceptionMessages.h     static String indexExceedsMinimumBound(const char* name, NumberType given, NumberType bound)
String            105 Source/bindings/v8/ExceptionMessages.h     static String indexOutsideRange(const char* name, NumberType given, NumberType lowerBound, BoundType lowerType, NumberType upperBound, BoundType upperType)
String            124 Source/bindings/v8/ExceptionMessages.h     static String notAnArrayTypeArgumentOrValue(int argumentIndex);
String            125 Source/bindings/v8/ExceptionMessages.h     static String notASequenceTypeProperty(const String& propertyName);
String            126 Source/bindings/v8/ExceptionMessages.h     static String notAFiniteNumber(double value, const char* name = "value provided");
String            127 Source/bindings/v8/ExceptionMessages.h     static String notAFiniteNumber(const Decimal& value, const char* name = "value provided");
String            129 Source/bindings/v8/ExceptionMessages.h     static String notEnoughArguments(unsigned expected, unsigned providedleastNumMandatoryParams);
String            131 Source/bindings/v8/ExceptionMessages.h     static String readOnly(const char* detail = 0);
String            135 Source/bindings/v8/ExceptionMessages.h     static String formatFiniteNumber(NumType number)
String            138 Source/bindings/v8/ExceptionMessages.h             return String::format("%e", 1.0*number);
String            139 Source/bindings/v8/ExceptionMessages.h         return String::number(number);
String            143 Source/bindings/v8/ExceptionMessages.h     static String formatPotentiallyNonFiniteNumber(NumType number)
String            150 Source/bindings/v8/ExceptionMessages.h             return String::format("%e", number);
String            151 Source/bindings/v8/ExceptionMessages.h         return String::number(number);
String            154 Source/bindings/v8/ExceptionMessages.h     static String ordinalNumber(int number);
String            157 Source/bindings/v8/ExceptionMessages.h template <> String ExceptionMessages::formatNumber<float>(float number);
String            158 Source/bindings/v8/ExceptionMessages.h template <> String ExceptionMessages::formatNumber<double>(double number);
String             46 Source/bindings/v8/ExceptionState.cpp void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
String             55 Source/bindings/v8/ExceptionState.cpp     String processedMessage = addExceptionContext(message);
String             60 Source/bindings/v8/ExceptionState.cpp void ExceptionState::throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage)
String             64 Source/bindings/v8/ExceptionState.cpp     String finalSanitized = addExceptionContext(sanitizedMessage);
String             66 Source/bindings/v8/ExceptionState.cpp     String finalUnsanitized = addExceptionContext(unsanitizedMessage);
String             88 Source/bindings/v8/ExceptionState.cpp void ExceptionState::throwTypeError(const String& message)
String             96 Source/bindings/v8/ExceptionState.cpp void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
String            103 Source/bindings/v8/ExceptionState.cpp void NonThrowableExceptionState::throwTypeError(const String& message)
String            110 Source/bindings/v8/ExceptionState.cpp void NonThrowableExceptionState::throwSecurityError(const String& sanitizedMessage, const String&)
String            117 Source/bindings/v8/ExceptionState.cpp void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
String            123 Source/bindings/v8/ExceptionState.cpp void TrackExceptionState::throwTypeError(const String& message)
String            129 Source/bindings/v8/ExceptionState.cpp void TrackExceptionState::throwSecurityError(const String& sanitizedMessage, const String&)
String            135 Source/bindings/v8/ExceptionState.cpp String ExceptionState::addExceptionContext(const String& message) const
String            140 Source/bindings/v8/ExceptionState.cpp     String processedMessage = message;
String             77 Source/bindings/v8/ExceptionState.h     virtual void throwDOMException(const ExceptionCode&, const String& message);
String             78 Source/bindings/v8/ExceptionState.h     virtual void throwTypeError(const String& message);
String             79 Source/bindings/v8/ExceptionState.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String());
String             85 Source/bindings/v8/ExceptionState.h     const String& message() const { return m_message; }
String            107 Source/bindings/v8/ExceptionState.h     String m_message;
String            115 Source/bindings/v8/ExceptionState.h     String addExceptionContext(const String&) const;
String            126 Source/bindings/v8/ExceptionState.h     virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
String            127 Source/bindings/v8/ExceptionState.h     virtual void throwTypeError(const String& message = String()) OVERRIDE;
String            128 Source/bindings/v8/ExceptionState.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE;
String            135 Source/bindings/v8/ExceptionState.h     virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
String            136 Source/bindings/v8/ExceptionState.h     virtual void throwTypeError(const String& message = String()) OVERRIDE;
String            137 Source/bindings/v8/ExceptionState.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE;
String             43 Source/bindings/v8/ExceptionStatePlaceholder.cpp void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&)
String             48 Source/bindings/v8/ExceptionStatePlaceholder.cpp void NoExceptionStateAssertionChecker::throwTypeError(const String&)
String             53 Source/bindings/v8/ExceptionStatePlaceholder.cpp void NoExceptionStateAssertionChecker::throwSecurityError(const String&, const String&)
String             48 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE { }
String             49 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwTypeError(const String& message = String()) OVERRIDE { }
String             50 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE { }
String             65 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE;
String             66 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwTypeError(const String& message = String()) OVERRIDE;
String             67 Source/bindings/v8/ExceptionStatePlaceholder.h     virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE;
String             68 Source/bindings/v8/IDBBindingUtilities.cpp         for (Vector<String>::const_iterator it = value.array().begin(); it != value.array().end(); ++it)
String            176 Source/bindings/v8/IDBBindingUtilities.cpp         return IDBKey::createString(toCoreString(value.As<v8::String>()));
String            239 Source/bindings/v8/IDBBindingUtilities.cpp static bool get(v8::Handle<v8::Value>& object, const String& keyPathElement, v8::Handle<v8::Value>& result, v8::Isolate* isolate)
String            242 Source/bindings/v8/IDBBindingUtilities.cpp         int32_t length = v8::Handle<v8::String>::Cast(object)->Length();
String            249 Source/bindings/v8/IDBBindingUtilities.cpp static bool canSet(v8::Handle<v8::Value>& object, const String& keyPathElement)
String            254 Source/bindings/v8/IDBBindingUtilities.cpp static bool set(v8::Handle<v8::Value>& object, const String& keyPathElement, const v8::Handle<v8::Value>& v8Value, v8::Isolate* isolate)
String            259 Source/bindings/v8/IDBBindingUtilities.cpp static v8::Handle<v8::Value> getNthValueOnKeyPath(v8::Handle<v8::Value>& rootValue, const Vector<String>& keyPathElements, size_t index, v8::Isolate* isolate)
String            272 Source/bindings/v8/IDBBindingUtilities.cpp static bool canInjectNthValueOnKeyPath(v8::Handle<v8::Value>& rootValue, const Vector<String>& keyPathElements, size_t index, v8::Isolate* isolate)
String            282 Source/bindings/v8/IDBBindingUtilities.cpp         const String& keyPathElement = keyPathElements[i];
String            290 Source/bindings/v8/IDBBindingUtilities.cpp static v8::Handle<v8::Value> ensureNthValueOnKeyPath(v8::Handle<v8::Value>& rootValue, const Vector<String>& keyPathElements, size_t index, v8::Isolate* isolate)
String            297 Source/bindings/v8/IDBBindingUtilities.cpp         const String& keyPathElement = keyPathElements[i];
String            309 Source/bindings/v8/IDBBindingUtilities.cpp static PassRefPtr<IDBKey> createIDBKeyFromScriptValueAndKeyPath(const ScriptValue& value, const String& keyPath, v8::Isolate* isolate, bool allowExperimentalTypes)
String            311 Source/bindings/v8/IDBBindingUtilities.cpp     Vector<String> keyPathElements;
String            331 Source/bindings/v8/IDBBindingUtilities.cpp         const Vector<String>& array = keyPath.array();
String            371 Source/bindings/v8/IDBBindingUtilities.cpp     Vector<String> keyPathElements;
String            394 Source/bindings/v8/IDBBindingUtilities.cpp     Vector<String> keyPathElements;
String             40 Source/bindings/v8/IDBBindingUtilitiesTest.cpp PassRefPtr<IDBKey> checkKeyFromValueAndKeyPathInternal(const ScriptValue& value, const String& keyPath)
String             48 Source/bindings/v8/IDBBindingUtilitiesTest.cpp void checkKeyPathNullValue(const ScriptValue& value, const String& keyPath)
String             54 Source/bindings/v8/IDBBindingUtilitiesTest.cpp bool injectKey(PassRefPtr<IDBKey> key, ScriptValue& value, const String& keyPath)
String             62 Source/bindings/v8/IDBBindingUtilitiesTest.cpp void checkInjection(PassRefPtr<IDBKey> prpKey, ScriptValue& value, const String& keyPath)
String             71 Source/bindings/v8/IDBBindingUtilitiesTest.cpp void checkInjectionFails(PassRefPtr<IDBKey> key, ScriptValue& value, const String& keyPath)
String             76 Source/bindings/v8/IDBBindingUtilitiesTest.cpp void checkKeyPathStringValue(const ScriptValue& value, const String& keyPath, const String& expected)
String             84 Source/bindings/v8/IDBBindingUtilitiesTest.cpp void checkKeyPathNumberValue(const ScriptValue& value, const String& keyPath, int expected)
String            101 Source/bindings/v8/NPV8Object.cpp static v8::Local<v8::String> npIdentifierToV8Identifier(NPIdentifier name, v8::Isolate* isolate)
String            347 Source/bindings/v8/NPV8Object.cpp     String filename;
String            354 Source/bindings/v8/NPV8Object.cpp     String script = String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length);
String            546 Source/bindings/v8/NPV8Object.cpp         v8::Handle<v8::String> source = v8AtomicString(isolate, enumeratorCode);
String            562 Source/bindings/v8/NPV8Object.cpp             (*identifier)[i] = getStringIdentifier(v8::Local<v8::String>::Cast(name));
String             77 Source/bindings/v8/PageScriptDebugServer.cpp void PageScriptDebugServer::setPreprocessorSource(const String& preprocessorSource)
String            151 Source/bindings/v8/PageScriptDebugServer.cpp void PageScriptDebugServer::compileScript(ScriptState* state, const String& expression, const String& sourceURL, String* scriptId, String* exceptionMessage)
String            166 Source/bindings/v8/PageScriptDebugServer.cpp void PageScriptDebugServer::runScript(ScriptState* state, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionMessage)
String            168 Source/bindings/v8/PageScriptDebugServer.cpp     String sourceURL = m_compiledScriptURLs.take(scriptId);
String            235 Source/bindings/v8/PageScriptDebugServer.cpp     String scriptName = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptName", WTF_ARRAY_LENGTH(argvEventData), argvEventData));
String            236 Source/bindings/v8/PageScriptDebugServer.cpp     String script = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptSource", WTF_ARRAY_LENGTH(argvEventData), argvEventData));
String            238 Source/bindings/v8/PageScriptDebugServer.cpp     String preprocessedSource  = m_scriptPreprocessor->preprocessSourceCode(script, scriptName);
String            275 Source/bindings/v8/PageScriptDebugServer.cpp     String preprocessedSource = m_scriptPreprocessor->preprocessSourceCode(sourceCode.source(), sourceCode.url());
String            279 Source/bindings/v8/PageScriptDebugServer.cpp String PageScriptDebugServer::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
String             63 Source/bindings/v8/PageScriptDebugServer.h     virtual void compileScript(ScriptState*, const String& expression, const String& sourceURL, String* scriptId, String* exceptionMessage) OVERRIDE;
String             65 Source/bindings/v8/PageScriptDebugServer.h     virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionMessage) OVERRIDE;
String             66 Source/bindings/v8/PageScriptDebugServer.h     virtual void setPreprocessorSource(const String&) OVERRIDE;
String             69 Source/bindings/v8/PageScriptDebugServer.h     virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName) OVERRIDE;
String             86 Source/bindings/v8/PageScriptDebugServer.h     HashMap<String, String> m_compiledScriptURLs;
String             51 Source/bindings/v8/ScheduledAction.cpp     , m_code(String(), KURL(), TextPosition::belowRangePosition())
String             59 Source/bindings/v8/ScheduledAction.cpp ScheduledAction::ScheduledAction(v8::Handle<v8::Context> context, const String& code, const KURL& url, v8::Isolate* isolate)
String             51 Source/bindings/v8/ScheduledAction.h     ScheduledAction(v8::Handle<v8::Context>, const String&, const KURL&, v8::Isolate*);
String             54 Source/bindings/v8/ScriptCallStackFactory.cpp     String scriptId = stringBuilder.toString();
String             55 Source/bindings/v8/ScriptCallStackFactory.cpp     String sourceName;
String             56 Source/bindings/v8/ScriptCallStackFactory.cpp     v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL());
String             60 Source/bindings/v8/ScriptCallStackFactory.cpp     String functionName;
String             61 Source/bindings/v8/ScriptCallStackFactory.cpp     v8::Local<v8::String> functionNameValue(frame->GetFunctionName());
String            146 Source/bindings/v8/ScriptController.cpp static bool resourceInfo(const v8::Handle<v8::Function> function, String& resourceName, int& lineNumber)
String            164 Source/bindings/v8/ScriptController.cpp         String resourceName;
String            181 Source/bindings/v8/ScriptController.cpp     InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, source.url().isNull() ? String() : source.url().string(), source.startLine());
String            261 Source/bindings/v8/ScriptController.cpp void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object)
String            286 Source/bindings/v8/ScriptController.cpp void ScriptController::disableEval(const String& errorMessage)
String            533 Source/bindings/v8/ScriptController.cpp     String decodedURL = decodeURLEscapeSequences(url.string());
String            541 Source/bindings/v8/ScriptController.cpp     String scriptResult;
String            560 Source/bindings/v8/ScriptController.cpp void ScriptController::executeScriptInMainWorld(const String& script, ExecuteScriptPolicy policy)
String            580 Source/bindings/v8/ScriptController.cpp     String sourceURL = sourceCode.url();
String            581 Source/bindings/v8/ScriptController.cpp     const String* savedSourceURL = m_sourceURL;
String             84 Source/bindings/v8/ScriptController.h     void executeScriptInMainWorld(const String&, ExecuteScriptPolicy = DoNotExecuteScriptWhenScriptsDisabled);
String            111 Source/bindings/v8/ScriptController.h     void bindToWindowObject(LocalFrame*, const String& key, NPObject*);
String            116 Source/bindings/v8/ScriptController.h     void disableEval(const String& errorMessage);
String            160 Source/bindings/v8/ScriptController.h     const String* m_sourceURL;
String             86 Source/bindings/v8/ScriptDebugServer.cpp String ScriptDebugServer::setBreakpoint(const String& sourceID, const ScriptBreakpoint& scriptBreakpoint, int* actualLineNumber, int* actualColumnNumber, bool interstatementLocation)
String            105 Source/bindings/v8/ScriptDebugServer.cpp     return toCoreString(breakpointId.As<v8::String>());
String            108 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::removeBreakpoint(const String& breakpointId)
String            251 Source/bindings/v8/ScriptDebugServer.cpp bool ScriptDebugServer::setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>& errorData, ScriptValue* newCallFrames, ScriptObject* result)
String            397 Source/bindings/v8/ScriptDebugServer.cpp     Vector<String> breakpointIds;
String            403 Source/bindings/v8/ScriptDebugServer.cpp             breakpointIds[i] = String::number(hitBreakpointNumber->Int32Value());
String            506 Source/bindings/v8/ScriptDebugServer.cpp     String sourceID = String::number(id->Int32Value());
String            528 Source/bindings/v8/ScriptDebugServer.cpp     v8::Handle<v8::String> source = v8String(m_isolate, String(reinterpret_cast<const char*>(DebuggerScriptSource_js), sizeof(DebuggerScriptSource_js)));
String            552 Source/bindings/v8/ScriptDebugServer.cpp v8::Handle<v8::Value> ScriptDebugServer::setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue)
String            556 Source/bindings/v8/ScriptDebugServer.cpp         return m_isolate->ThrowException(v8::String::NewFromUtf8(m_isolate, "Debugging is not enabled."));
String            573 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::compileScript(ScriptState* state, const String& expression, const String& sourceURL, String* scriptId, String* exceptionMessage)
String            581 Source/bindings/v8/ScriptDebugServer.cpp     v8::Handle<v8::String> source = v8String(m_isolate, expression);
String            593 Source/bindings/v8/ScriptDebugServer.cpp     *scriptId = String::number(script->GetId());
String            602 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::runScript(ScriptState* state, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionMessage)
String            636 Source/bindings/v8/ScriptDebugServer.cpp String ScriptDebugServer::preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName)
String             59 Source/bindings/v8/ScriptDebugServer.h     String setBreakpoint(const String& sourceID, const ScriptBreakpoint&, int* actualLineNumber, int* actualColumnNumber, bool interstatementLocation);
String             60 Source/bindings/v8/ScriptDebugServer.h     void removeBreakpoint(const String& breakpointId);
String             80 Source/bindings/v8/ScriptDebugServer.h     bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, ScriptObject* result);
String             97 Source/bindings/v8/ScriptDebugServer.h     v8::Handle<v8::Value> setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue);
String            100 Source/bindings/v8/ScriptDebugServer.h     virtual void compileScript(ScriptState*, const String& expression, const String& sourceURL, String* scriptId, String* exceptionMessage);
String            102 Source/bindings/v8/ScriptDebugServer.h     virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionMessage);
String            103 Source/bindings/v8/ScriptDebugServer.h     virtual void setPreprocessorSource(const String&) { }
String            106 Source/bindings/v8/ScriptDebugServer.h     virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
String            136 Source/bindings/v8/ScriptDebugServer.h     HashMap<String, OwnPtr<ScopedPersistent<v8::Script> > > m_compiledScripts;
String             62 Source/bindings/v8/ScriptEventListener.cpp     String sourceURL;
String             92 Source/bindings/v8/ScriptEventListener.cpp     String sourceURL = frame->document()->url().string();
String            115 Source/bindings/v8/ScriptEventListener.cpp String eventListenerHandlerBody(Document* document, EventListener* listener)
String            161 Source/bindings/v8/ScriptEventListener.cpp bool eventListenerHandlerLocation(Document* document, EventListener* listener, String& sourceName, String& scriptId, int& lineNumber)
String            178 Source/bindings/v8/ScriptEventListener.cpp     scriptId = String::number(scriptIdValue);
String            181 Source/bindings/v8/ScriptEventListener.cpp         sourceName = toCoreString(origin.ResourceName().As<v8::String>());
String             49 Source/bindings/v8/ScriptEventListener.h     String eventListenerHandlerBody(Document*, EventListener*);
String             52 Source/bindings/v8/ScriptEventListener.h     bool eventListenerHandlerLocation(Document*, EventListener*, String& sourceName, String& scriptId, int& lineNumber);
String             60 Source/bindings/v8/ScriptFunctionCall.cpp void ScriptCallArgumentHandler::appendArgument(const String& argument)
String            125 Source/bindings/v8/ScriptFunctionCall.cpp ScriptFunctionCall::ScriptFunctionCall(const ScriptObject& thisObject, const String& name)
String             49 Source/bindings/v8/ScriptFunctionCall.h         void appendArgument(const String&);
String             66 Source/bindings/v8/ScriptFunctionCall.h         ScriptFunctionCall(const ScriptObject& thisObject, const String& name);
String             73 Source/bindings/v8/ScriptFunctionCall.h         String m_name;
String             48 Source/bindings/v8/ScriptHeapSnapshot.cpp String ScriptHeapSnapshot::title() const
String             69 Source/bindings/v8/ScriptHeapSnapshot.cpp         m_output->Write(String(data, size));
String             48 Source/bindings/v8/ScriptHeapSnapshot.h         virtual void Write(const String& chunk) = 0;
String             58 Source/bindings/v8/ScriptHeapSnapshot.h     String title() const;
String             76 Source/bindings/v8/ScriptPreprocessor.cpp String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName)
String             84 Source/bindings/v8/ScriptPreprocessor.cpp String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName)
String             89 Source/bindings/v8/ScriptPreprocessor.cpp     v8::Handle<v8::String> functionNameString = v8String(m_isolate, functionName);
String             93 Source/bindings/v8/ScriptPreprocessor.cpp String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName)
String            101 Source/bindings/v8/ScriptPreprocessor.cpp     v8::Handle<v8::String> sourceCodeString = v8String(m_isolate, sourceCode);
String            102 Source/bindings/v8/ScriptPreprocessor.cpp     v8::Handle<v8::String> sourceNameString = v8String(m_isolate, sourceName);
String            111 Source/bindings/v8/ScriptPreprocessor.cpp         return toCoreStringWithNullCheck(resultValue.As<v8::String>());
String             49 Source/bindings/v8/ScriptPreprocessor.h     String preprocessSourceCode(const String& sourceCode, const String& sourceName);
String             50 Source/bindings/v8/ScriptPreprocessor.h     String preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName);
String             55 Source/bindings/v8/ScriptPreprocessor.h     String preprocessSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName);
String             60 Source/bindings/v8/ScriptProfiler.cpp void ScriptProfiler::start(const String& title)
String             75 Source/bindings/v8/ScriptProfiler.cpp PassRefPtr<ScriptProfile> ScriptProfiler::stop(const String& title)
String             86 Source/bindings/v8/ScriptProfiler.cpp     String profileTitle = toCoreString(profile->GetTitle());
String            231 Source/bindings/v8/ScriptProfiler.cpp PassRefPtr<ScriptHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotProgress* control)
String             74 Source/bindings/v8/ScriptProfiler.h     static void start(const String& title);
String             75 Source/bindings/v8/ScriptProfiler.h     static PassRefPtr<ScriptProfile> stop(const String& title);
String             76 Source/bindings/v8/ScriptProfiler.h     static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*);
String             82 Source/bindings/v8/ScriptProfiler.h     static HashMap<String, double>* currentProfileNameIdleTimeMap();
String             38 Source/bindings/v8/ScriptRegexp.cpp ScriptRegexp::ScriptRegexp(const String& pattern, TextCaseSensitivity caseSensitivity, MultilineMode multilineMode)
String             58 Source/bindings/v8/ScriptRegexp.cpp int ScriptRegexp::match(const String& string, int startFrom, int* matchLength) const
String             93 Source/bindings/v8/ScriptRegexp.cpp         v8::Local<v8::String> match = result->Get(0).As<v8::String>();
String             45 Source/bindings/v8/ScriptRegexp.h     ScriptRegexp(const String&, TextCaseSensitivity, MultilineMode = MultilineDisabled);
String             47 Source/bindings/v8/ScriptRegexp.h     int match(const String&, int startFrom = 0, int* matchLength = 0) const;
String             47 Source/bindings/v8/ScriptSourceCode.h     ScriptSourceCode(const String& source, const KURL& url = KURL(), const TextPosition& startPosition = TextPosition::minimumPosition())
String             68 Source/bindings/v8/ScriptSourceCode.h     const String& source() const { return m_source; }
String             83 Source/bindings/v8/ScriptSourceCode.h     String m_source;
String             36 Source/bindings/v8/ScriptString.cpp ScriptString ScriptString::concatenateWith(const String& string)
String             40 Source/bindings/v8/ScriptString.cpp     v8::Handle<v8::String> b = v8String(nonNullIsolate, string);
String             43 Source/bindings/v8/ScriptString.cpp     v8::Handle<v8::String> a = v8::Handle<v8::String>::Cast(v8Value());
String             44 Source/bindings/v8/ScriptString.cpp     return ScriptString(v8::String::Concat(a, b), nonNullIsolate);
String             47 Source/bindings/v8/ScriptString.cpp String ScriptString::flattenToString() const
String             50 Source/bindings/v8/ScriptString.cpp         return String();
String             52 Source/bindings/v8/ScriptString.cpp     v8::Handle<v8::String> value = v8::Handle<v8::String>::Cast(v8Value());
String             53 Source/bindings/v8/ScriptString.cpp     return v8StringToWebCoreString<String>(value, Externalize);
String             43 Source/bindings/v8/ScriptString.h     ScriptString(v8::Handle<v8::String> value, v8::Isolate* isolate) : ScriptValue(value, isolate) { }
String             45 Source/bindings/v8/ScriptString.h     ScriptString concatenateWith(const String&);
String             46 Source/bindings/v8/ScriptString.h     String flattenToString() const;
String             45 Source/bindings/v8/ScriptValue.cpp bool ScriptValue::getString(String& result) const
String             54 Source/bindings/v8/ScriptValue.cpp     result = toCoreString(string.As<v8::String>());
String             58 Source/bindings/v8/ScriptValue.cpp String ScriptValue::toString() const
String             61 Source/bindings/v8/ScriptValue.cpp     v8::Handle<v8::String> string = v8Value()->ToString();
String             63 Source/bindings/v8/ScriptValue.cpp         return String();
String             64 Source/bindings/v8/ScriptValue.cpp     return v8StringToWebCoreString<String>(string, DoNotExternalize);
String             85 Source/bindings/v8/ScriptValue.cpp         return JSONString::create(toCoreString(value.As<v8::String>()));
String            107 Source/bindings/v8/ScriptValue.cpp             if (name->IsString() && !object->HasRealNamedProperty(v8::Handle<v8::String>::Cast(name)))
String            162 Source/bindings/v8/ScriptValue.h     bool getString(String& result) const;
String            163 Source/bindings/v8/ScriptValue.h     String toString() const;
String            362 Source/bindings/v8/SerializedScriptValue.cpp     void writeOneByteString(v8::Handle<v8::String>& string)
String            382 Source/bindings/v8/SerializedScriptValue.cpp     void writeUCharString(v8::Handle<v8::String>& string)
String            409 Source/bindings/v8/SerializedScriptValue.cpp     void writeWebCoreString(const String& string)
String            453 Source/bindings/v8/SerializedScriptValue.cpp     void writeBlob(const String& uuid, const String& type, unsigned long long size)
String            461 Source/bindings/v8/SerializedScriptValue.cpp     void writeDOMFileSystem(int type, const String& name, const String& url)
String            566 Source/bindings/v8/SerializedScriptValue.cpp     void writeRegExp(v8::Local<v8::String> pattern, v8::RegExp::Flags flags)
String            569 Source/bindings/v8/SerializedScriptValue.cpp         v8::String::Utf8Value patternUtf8Value(pattern);
String            612 Source/bindings/v8/SerializedScriptValue.cpp     String takeWireString()
String            616 Source/bindings/v8/SerializedScriptValue.cpp         String data = String(m_buffer.data(), m_buffer.size());
String            680 Source/bindings/v8/SerializedScriptValue.cpp     void doWriteWebCoreString(const String& string)
String            878 Source/bindings/v8/SerializedScriptValue.cpp         return v8::String::NO_NULL_TERMINATION;
String            947 Source/bindings/v8/SerializedScriptValue.cpp     String errorMessage() { return m_errorMessage; }
String           1059 Source/bindings/v8/SerializedScriptValue.cpp                     bool hasStringProperty = propertyName->IsString() && composite()->HasRealNamedProperty(propertyName.As<v8::String>());
String           1199 Source/bindings/v8/SerializedScriptValue.cpp     StateBase* handleError(Status errorStatus, const String& message, StateBase* state)
String           1229 Source/bindings/v8/SerializedScriptValue.cpp         v8::Handle<v8::String> string = value.As<v8::String>();
String           1239 Source/bindings/v8/SerializedScriptValue.cpp         v8::String::Utf8Value stringValue(stringObject->ValueOf());
String           1421 Source/bindings/v8/SerializedScriptValue.cpp     String m_errorMessage;
String           1841 Source/bindings/v8/SerializedScriptValue.cpp         *value = v8::String::NewFromUtf8(m_isolate, reinterpret_cast<const char*>(m_buffer + m_position), v8::String::kNormalString, length);
String           1854 Source/bindings/v8/SerializedScriptValue.cpp         *value = v8::String::NewFromTwoByte(m_isolate, reinterpret_cast<const uint16_t*>(m_buffer + m_position), v8::String::kNormalString, length / sizeof(UChar));
String           1864 Source/bindings/v8/SerializedScriptValue.cpp         *value = v8::StringObject::New(stringValue.As<v8::String>());
String           1868 Source/bindings/v8/SerializedScriptValue.cpp     bool readWebCoreString(String* string)
String           1875 Source/bindings/v8/SerializedScriptValue.cpp         *string = String::fromUTF8(reinterpret_cast<const char*>(m_buffer + m_position), length);
String           2063 Source/bindings/v8/SerializedScriptValue.cpp         *value = v8::RegExp::New(pattern.As<v8::String>(), static_cast<v8::RegExp::Flags>(flags));
String           2071 Source/bindings/v8/SerializedScriptValue.cpp         String uuid;
String           2072 Source/bindings/v8/SerializedScriptValue.cpp         String type;
String           2088 Source/bindings/v8/SerializedScriptValue.cpp         String name;
String           2089 Source/bindings/v8/SerializedScriptValue.cpp         String url;
String           2188 Source/bindings/v8/SerializedScriptValue.cpp         String path;
String           2189 Source/bindings/v8/SerializedScriptValue.cpp         String name;
String           2190 Source/bindings/v8/SerializedScriptValue.cpp         String relativePath;
String           2191 Source/bindings/v8/SerializedScriptValue.cpp         String uuid;
String           2192 Source/bindings/v8/SerializedScriptValue.cpp         String type;
String           2253 Source/bindings/v8/SerializedScriptValue.cpp     PassRefPtr<BlobDataHandle> getOrCreateBlobDataHandle(const String& uuid, const String& type, long long size = -1)
String           2692 Source/bindings/v8/SerializedScriptValue.cpp PassRefPtr<SerializedScriptValue> SerializedScriptValue::createFromWire(const String& data)
String           2708 Source/bindings/v8/SerializedScriptValue.cpp     return createFromWire(String::adopt(buffer));
String           2711 Source/bindings/v8/SerializedScriptValue.cpp PassRefPtr<SerializedScriptValue> SerializedScriptValue::create(const String& data)
String           2716 Source/bindings/v8/SerializedScriptValue.cpp PassRefPtr<SerializedScriptValue> SerializedScriptValue::create(const String& data, v8::Isolate* isolate)
String           2720 Source/bindings/v8/SerializedScriptValue.cpp     String wireData = writer.takeWireString();
String           2733 Source/bindings/v8/SerializedScriptValue.cpp     String wireData = writer.takeWireString();
String           2789 Source/bindings/v8/SerializedScriptValue.cpp             exceptionState.throwDOMException(DataCloneError, "ArrayBuffer at index " + String::number(i) + " is already neutered.");
String           2804 Source/bindings/v8/SerializedScriptValue.cpp             exceptionState.throwDOMException(DataCloneError, "ArrayBuffer at index " + String::number(i) + " could not be transferred.");
String           2818 Source/bindings/v8/SerializedScriptValue.cpp     String errorMessage;
String           2848 Source/bindings/v8/SerializedScriptValue.cpp SerializedScriptValue::SerializedScriptValue(const String& wireData)
String           2902 Source/bindings/v8/SerializedScriptValue.cpp             exceptionState.throwDOMException(DataCloneError, "Value at index " + String::number(i) + " is an untransferable " + (transferrable->IsUndefined() ? "'undefined'" : "'null'") + " value.");
String           2910 Source/bindings/v8/SerializedScriptValue.cpp                 exceptionState.throwDOMException(DataCloneError, "Message port at index " + String::number(i) + " is a duplicate of an earlier port.");
String           2917 Source/bindings/v8/SerializedScriptValue.cpp                 exceptionState.throwDOMException(DataCloneError, "ArrayBuffer at index " + String::number(i) + " is a duplicate of an earlier ArrayBuffer.");
String           2922 Source/bindings/v8/SerializedScriptValue.cpp             exceptionState.throwDOMException(DataCloneError, "Value at index " + String::number(i) + " does not have a transferable type.");
String             74 Source/bindings/v8/SerializedScriptValue.h     static PassRefPtr<SerializedScriptValue> createFromWire(const String&);
String             76 Source/bindings/v8/SerializedScriptValue.h     static PassRefPtr<SerializedScriptValue> create(const String&);
String             77 Source/bindings/v8/SerializedScriptValue.h     static PassRefPtr<SerializedScriptValue> create(const String&, v8::Isolate*);
String             87 Source/bindings/v8/SerializedScriptValue.h     String toWireString() const { return m_data; }
String            120 Source/bindings/v8/SerializedScriptValue.h     explicit SerializedScriptValue(const String& wireData);
String            124 Source/bindings/v8/SerializedScriptValue.h     String m_data;
String             70 Source/bindings/v8/V8Binding.cpp v8::Handle<v8::Value> throwError(V8ErrorType errorType, const String& message, v8::Isolate* isolate)
String             80 Source/bindings/v8/V8Binding.cpp v8::Handle<v8::Value> throwTypeError(const String& message, v8::Isolate* isolate)
String            149 Source/bindings/v8/V8Binding.cpp         exceptionState.throwTypeError("Value is" + String(std::isinf(x) ? " infinite and" : "") + " not of type '" + String(typeName) + "'.");
String            154 Source/bindings/v8/V8Binding.cpp         exceptionState.throwTypeError("Value is outside the '" + String(typeName) + "' value range.");
String            201 Source/bindings/v8/V8Binding.cpp             exceptionState.throwTypeError("Value is outside the '" + String(typeName) + "' value range.");
String            211 Source/bindings/v8/V8Binding.cpp         exceptionState.throwTypeError("Not convertible to a number value (of type '" + String(typeName) + "'.");
String            239 Source/bindings/v8/V8Binding.cpp             exceptionState.throwTypeError("Value is outside the '" + String(typeName) + "' value range.");
String            248 Source/bindings/v8/V8Binding.cpp         exceptionState.throwTypeError("Not convertible to a number value (of type '" + String(typeName) + "'.");
String             62 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
String             68 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> throwTypeError(const String&, v8::Isolate*);
String            125 Source/bindings/v8/V8Binding.h inline void v8SetReturnValueString(const CallbackInfo& info, const String& string, v8::Isolate* isolate)
String            135 Source/bindings/v8/V8Binding.h inline void v8SetReturnValueStringOrNull(const CallbackInfo& info, const String& string, v8::Isolate* isolate)
String            145 Source/bindings/v8/V8Binding.h inline void v8SetReturnValueStringOrUndefined(const CallbackInfo& info, const String& string, v8::Isolate* isolate)
String            157 Source/bindings/v8/V8Binding.h inline String toCoreString(v8::Handle<v8::String> value)
String            159 Source/bindings/v8/V8Binding.h     return v8StringToWebCoreString<String>(value, Externalize);
String            162 Source/bindings/v8/V8Binding.h inline String toCoreStringWithNullCheck(v8::Handle<v8::String> value)
String            165 Source/bindings/v8/V8Binding.h         return String();
String            169 Source/bindings/v8/V8Binding.h inline String toCoreStringWithUndefinedOrNullCheck(v8::Handle<v8::String> value)
String            172 Source/bindings/v8/V8Binding.h         return String();
String            176 Source/bindings/v8/V8Binding.h inline AtomicString toCoreAtomicString(v8::Handle<v8::String> value)
String            184 Source/bindings/v8/V8Binding.h inline String toCoreStringWithUndefinedOrNullCheck(v8::Handle<v8::Value> value)
String            187 Source/bindings/v8/V8Binding.h         return String();
String            188 Source/bindings/v8/V8Binding.h     return toCoreString(value.As<v8::String>());
String            195 Source/bindings/v8/V8Binding.h inline v8::Handle<v8::String> v8String(v8::Isolate* isolate, const String& string)
String            198 Source/bindings/v8/V8Binding.h         return v8::String::Empty(isolate);
String            202 Source/bindings/v8/V8Binding.h inline v8::Handle<v8::String> v8AtomicString(v8::Isolate* isolate, const char* str)
String            205 Source/bindings/v8/V8Binding.h     return v8::String::NewFromUtf8(isolate, str, v8::String::kInternalizedString, strlen(str));
String            208 Source/bindings/v8/V8Binding.h inline v8::Handle<v8::String> v8AtomicString(v8::Isolate* isolate, const char* str, size_t length)
String            211 Source/bindings/v8/V8Binding.h     return v8::String::NewFromUtf8(isolate, str, v8::String::kInternalizedString, length);
String            228 Source/bindings/v8/V8Binding.h struct V8ValueTraits<String> {
String            229 Source/bindings/v8/V8Binding.h     static inline v8::Handle<v8::Value> arrayV8Value(const String& value, v8::Isolate* isolate)
String            449 Source/bindings/v8/V8Binding.h struct NativeValueTraits<String> {
String            450 Source/bindings/v8/V8Binding.h     static inline String nativeValue(const v8::Handle<v8::Value>& value, v8::Isolate* isolate)
String            452 Source/bindings/v8/V8Binding.h         V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(V8StringResource<>, stringValue, value, String());
String            532 Source/bindings/v8/V8Binding.h Vector<RefPtr<T> > toRefPtrNativeArray(v8::Handle<v8::Value> value, const String& propertyName, v8::Isolate* isolate, bool* success = 0)
String            633 Source/bindings/v8/V8Binding.h     v8::Local<v8::String> lengthSymbol = v8AtomicString(isolate, "length");
String             44 Source/bindings/v8/V8DOMActivityLogger.h     virtual void log(const String& apiName, int argc, const v8::Handle<v8::Value>* argv, const String& extraInfo) { }
String             73 Source/bindings/v8/V8DOMConfiguration.cpp         v8::Handle<v8::String> constantName = v8AtomicString(isolate, constant->name);
String             85 Source/bindings/v8/V8DOMConfiguration.h         (attribute.onPrototype ? prototype : instanceTemplate)->SetAccessor(v8::String::NewFromUtf8(isolate, attribute.name, v8::String::kInternalizedString),
String             55 Source/bindings/v8/V8EventListenerList.h         v8::Handle<v8::String> wrapperProperty = getHiddenProperty(false, isolate);
String             64 Source/bindings/v8/V8EventListenerList.h         v8::Handle<v8::String> wrapperProperty = getHiddenProperty(isAttribute, isolate);
String             71 Source/bindings/v8/V8EventListenerList.h     static V8EventListener* doFindWrapper(v8::Local<v8::Object> object, v8::Handle<v8::String> wrapperProperty, v8::Isolate* isolate)
String             81 Source/bindings/v8/V8EventListenerList.h     static inline v8::Handle<v8::String> getHiddenProperty(bool isAttribute, v8::Isolate* isolate)
String             97 Source/bindings/v8/V8EventListenerList.h     v8::Handle<v8::String> wrapperProperty = getHiddenProperty(isAttribute, isolate);
String             14 Source/bindings/v8/V8HiddenValue.cpp v8::Handle<v8::String> V8HiddenValue::name(v8::Isolate* isolate)    \
String             25 Source/bindings/v8/V8HiddenValue.cpp v8::Local<v8::Value> V8HiddenValue::getHiddenValue(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::String> key)
String             30 Source/bindings/v8/V8HiddenValue.cpp bool V8HiddenValue::setHiddenValue(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::String> key, v8::Handle<v8::Value> value)
String             35 Source/bindings/v8/V8HiddenValue.cpp bool V8HiddenValue::deleteHiddenValue(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::String> key)
String             40 Source/bindings/v8/V8HiddenValue.cpp v8::Local<v8::Value> V8HiddenValue::getHiddenValueFromMainWorldWrapper(v8::Isolate* isolate, ScriptWrappable* wrappable, v8::Handle<v8::String> key)
String             44 Source/bindings/v8/V8HiddenValue.h #define V8_DECLARE_METHOD(name) static v8::Handle<v8::String> name(v8::Isolate* isolate);
String             48 Source/bindings/v8/V8HiddenValue.h     static v8::Local<v8::Value> getHiddenValue(v8::Isolate*, v8::Handle<v8::Object>, v8::Handle<v8::String>);
String             49 Source/bindings/v8/V8HiddenValue.h     static bool setHiddenValue(v8::Isolate*, v8::Handle<v8::Object>, v8::Handle<v8::String>, v8::Handle<v8::Value>);
String             50 Source/bindings/v8/V8HiddenValue.h     static bool deleteHiddenValue(v8::Isolate*, v8::Handle<v8::Object>, v8::Handle<v8::String>);
String             51 Source/bindings/v8/V8HiddenValue.h     static v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, ScriptWrappable*, v8::Handle<v8::String>);
String             54 Source/bindings/v8/V8HiddenValue.h #define V8_DECLARE_FIELD(name) ScopedPersistent<v8::String> m_##name;
String            101 Source/bindings/v8/V8Initializer.cpp     String errorMessage = toCoreString(message->Get());
String            111 Source/bindings/v8/V8Initializer.cpp     String resource = shouldUseDocumentURL ? enteredWindow->document()->url() : toCoreString(resourceName.As<v8::String>());
String            219 Source/bindings/v8/V8Initializer.cpp         String errorMessage = toCoreString(message->Get());
String             55 Source/bindings/v8/V8LazyEventListener.cpp V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate)
String            134 Source/bindings/v8/V8LazyEventListener.cpp     String listenerSource =  InspectorInstrumentation::preprocessEventListener(toDocument(context)->frame(), m_code, m_sourceURL, m_functionName);
String            153 Source/bindings/v8/V8LazyEventListener.cpp     String code = "(function() {"
String            162 Source/bindings/v8/V8LazyEventListener.cpp     v8::Handle<v8::String> codeExternalString = v8String(isolate, code);
String            207 Source/bindings/v8/V8LazyEventListener.cpp     String toStringString = "function " + m_functionName + "(" + m_eventParameterName + ") {\n  " + m_code + "\n}";
String             51 Source/bindings/v8/V8LazyEventListener.h         static PassRefPtr<V8LazyEventListener> create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate)
String             62 Source/bindings/v8/V8LazyEventListener.h         V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition&, Node*, v8::Isolate*);
String             74 Source/bindings/v8/V8LazyEventListener.h         String m_code;
String             75 Source/bindings/v8/V8LazyEventListener.h         String m_sourceURL;
String            119 Source/bindings/v8/V8NPObject.cpp             v8::Handle<v8::String> functionName = v8::Handle<v8::String>::Cast(info.Data());
String            264 Source/bindings/v8/V8NPObject.cpp         v8Function->SetName(v8::Handle<v8::String>::Cast(key));
String            271 Source/bindings/v8/V8NPObject.cpp void npObjectNamedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            283 Source/bindings/v8/V8NPObject.cpp void npObjectGetNamedProperty(v8::Local<v8::Object> self, v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            295 Source/bindings/v8/V8NPObject.cpp void npObjectQueryProperty(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            329 Source/bindings/v8/V8NPObject.cpp void npObjectNamedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            342 Source/bindings/v8/V8NPObject.cpp void npObjectSetNamedProperty(v8::Local<v8::Object> self, v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
String             41 Source/bindings/v8/V8NPObject.h void npObjectNamedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&);
String             43 Source/bindings/v8/V8NPObject.h void npObjectGetNamedProperty(v8::Local<v8::Object> self, v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&);
String             47 Source/bindings/v8/V8NPObject.h void npObjectNamedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
String             49 Source/bindings/v8/V8NPObject.h void npObjectSetNamedProperty(v8::Local<v8::Object> self, v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
String             66 Source/bindings/v8/V8NPUtils.cpp         v8::Handle<v8::String> str = object.As<v8::String>();
String             69 Source/bindings/v8/V8NPUtils.cpp         str->WriteUtf8(utf8Chars, length, 0, v8::String::HINT_MANY_WRITES_EXPECTED);
String             97 Source/bindings/v8/V8NPUtils.cpp         return v8::String::NewFromUtf8(isolate, src.UTF8Characters, v8::String::kNormalString, src.UTF8Length);
String            111 Source/bindings/v8/V8NPUtils.cpp NPIdentifier getStringIdentifier(v8::Handle<v8::String> str)
String            127 Source/bindings/v8/V8NPUtils.cpp     v8::String::Utf8Value utf8(str);
String            168 Source/bindings/v8/V8NPUtils.cpp         topHandler->handler(topHandler->data, *v8::String::Utf8Value(m_tryCatch.Exception()));
String             46 Source/bindings/v8/V8NPUtils.h NPIdentifier getStringIdentifier(v8::Handle<v8::String>);
String            208 Source/bindings/v8/V8PerContextData.cpp     v8::String::Utf8Value utf8(data);
String            181 Source/bindings/v8/V8PerIsolateData.cpp         v8SetReturnValue(info, v8::String::Empty(info.GetIsolate()));
String             45 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Script> V8ScriptRunner::compileScript(v8::Handle<v8::String> code, const String& fileName, const TextPosition& scriptStartPosition, ScriptResource* resource, v8::Isolate* isolate, AccessControlStatus corsStatus)
String             59 Source/bindings/v8/V8ScriptRunner.cpp     v8::Handle<v8::String> name = v8String(isolate, fileName);
String            115 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Value> V8ScriptRunner::compileAndRunInternalScript(v8::Handle<v8::String> source, v8::Isolate* isolate, const String& fileName, const TextPosition& scriptStartPosition)
String             46 Source/bindings/v8/V8ScriptRunner.h     static v8::Local<v8::Script> compileScript(v8::Handle<v8::String>, const String& fileName, const TextPosition&, ScriptResource*, v8::Isolate*, AccessControlStatus = SharableCrossOrigin);
String             48 Source/bindings/v8/V8ScriptRunner.h     static v8::Local<v8::Value> compileAndRunInternalScript(v8::Handle<v8::String>, v8::Isolate*, const String& = String(), const TextPosition& = TextPosition());
String             35 Source/bindings/v8/V8StringResource.cpp WebCoreStringResourceBase* WebCoreStringResourceBase::toWebCoreStringResourceBase(v8::Handle<v8::String> string)
String             37 Source/bindings/v8/V8StringResource.cpp     v8::String::Encoding encoding;
String             38 Source/bindings/v8/V8StringResource.cpp     v8::String::ExternalStringResourceBase* resource = string->GetExternalStringResourceBase(&encoding);
String             41 Source/bindings/v8/V8StringResource.cpp     if (encoding == v8::String::ONE_BYTE_ENCODING)
String             56 Source/bindings/v8/V8StringResource.cpp     static StringClass fromV8String(v8::Handle<v8::String>, int);
String             60 Source/bindings/v8/V8StringResource.cpp struct StringTraits<String> {
String             61 Source/bindings/v8/V8StringResource.cpp     static const String& fromStringResource(WebCoreStringResourceBase* resource)
String             66 Source/bindings/v8/V8StringResource.cpp     static String fromV8String(v8::Handle<v8::String>, int);
String             76 Source/bindings/v8/V8StringResource.cpp     static AtomicString fromV8String(v8::Handle<v8::String>, int);
String             80 Source/bindings/v8/V8StringResource.cpp String StringTraits<String>::fromV8String<false>(v8::Handle<v8::String> v8String, int length)
String             84 Source/bindings/v8/V8StringResource.cpp     String result = String::createUninitialized(length, buffer);
String             90 Source/bindings/v8/V8StringResource.cpp AtomicString StringTraits<AtomicString>::fromV8String<false>(v8::Handle<v8::String> v8String, int length)
String            100 Source/bindings/v8/V8StringResource.cpp     String result = String::createUninitialized(length, buffer);
String            106 Source/bindings/v8/V8StringResource.cpp String StringTraits<String>::fromV8String<true>(v8::Handle<v8::String> v8String, int length)
String            110 Source/bindings/v8/V8StringResource.cpp     String result = String::createUninitialized(length, buffer);
String            116 Source/bindings/v8/V8StringResource.cpp AtomicString StringTraits<AtomicString>::fromV8String<true>(v8::Handle<v8::String> v8String, int length)
String            126 Source/bindings/v8/V8StringResource.cpp     String string = String::createUninitialized(length, buffer);
String            132 Source/bindings/v8/V8StringResource.cpp StringType v8StringToWebCoreString(v8::Handle<v8::String> v8String, ExternalMode external)
String            137 Source/bindings/v8/V8StringResource.cpp         v8::String::Encoding encoding;
String            138 Source/bindings/v8/V8StringResource.cpp         v8::String::ExternalStringResourceBase* resource = v8String->GetExternalStringResourceBase(&encoding);
String            141 Source/bindings/v8/V8StringResource.cpp             if (encoding == v8::String::ONE_BYTE_ENCODING)
String            173 Source/bindings/v8/V8StringResource.cpp template String v8StringToWebCoreString<String>(v8::Handle<v8::String>, ExternalMode);
String            174 Source/bindings/v8/V8StringResource.cpp template AtomicString v8StringToWebCoreString<AtomicString>(v8::Handle<v8::String>, ExternalMode);
String            177 Source/bindings/v8/V8StringResource.cpp String int32ToWebCoreStringFast(int value)
String            186 Source/bindings/v8/V8StringResource.cpp     String webCoreString;
String            195 Source/bindings/v8/V8StringResource.cpp         webCoreString = String::number(value);
String            199 Source/bindings/v8/V8StringResource.cpp String int32ToWebCoreString(int value)
String            204 Source/bindings/v8/V8StringResource.cpp     return String::number(value);
String             42 Source/bindings/v8/V8StringResource.h     static WebCoreStringResourceBase* toWebCoreStringResourceBase(v8::Handle<v8::String>);
String             44 Source/bindings/v8/V8StringResource.h     explicit WebCoreStringResourceBase(const String& string)
String             76 Source/bindings/v8/V8StringResource.h     const String& webcoreString() { return m_plainString; }
String             96 Source/bindings/v8/V8StringResource.h     String m_plainString;
String            105 Source/bindings/v8/V8StringResource.h     static int memoryConsumption(const String& string)
String            114 Source/bindings/v8/V8StringResource.h class WebCoreStringResource16 FINAL : public WebCoreStringResourceBase, public v8::String::ExternalStringResource {
String            116 Source/bindings/v8/V8StringResource.h     explicit WebCoreStringResource16(const String& string)
String            135 Source/bindings/v8/V8StringResource.h class WebCoreStringResource8 FINAL : public WebCoreStringResourceBase, public v8::String::ExternalAsciiStringResource {
String            137 Source/bindings/v8/V8StringResource.h     explicit WebCoreStringResource8(const String& string)
String            162 Source/bindings/v8/V8StringResource.h StringType v8StringToWebCoreString(v8::Handle<v8::String>, ExternalMode);
String            163 Source/bindings/v8/V8StringResource.h String int32ToWebCoreString(int value);
String            184 Source/bindings/v8/V8StringResource.h     operator String() const { return toString<String>(); }
String            212 Source/bindings/v8/V8StringResource.h     void setString(const String& string)
String            222 Source/bindings/v8/V8StringResource.h             return v8StringToWebCoreString<StringType>(const_cast<v8::Handle<v8::Value>*>(&m_v8Object)->As<v8::String>(), m_mode);
String            229 Source/bindings/v8/V8StringResource.h     String m_string;
String            240 Source/bindings/v8/V8StringResource.h         setString(String());
String            249 Source/bindings/v8/V8StringResource.h         setString(String());
String             35 Source/bindings/v8/V8ThrowException.cpp static void domExceptionStackGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             41 Source/bindings/v8/V8ThrowException.cpp static void domExceptionStackSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
String             47 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::createDOMException(int ec, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
String             73 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
String             83 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::createError(V8ErrorType type, const String& message, v8::Isolate* isolate)
String            102 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::throwError(V8ErrorType type, const String& message, v8::Isolate* isolate)
String            110 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::createTypeError(const String& message, v8::Isolate* isolate)
String            115 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::throwTypeError(const String& message, v8::Isolate* isolate)
String             44 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
String             46 Source/bindings/v8/V8ThrowException.h         return createDOMException(ec, message, String(), creationContext, isolate);
String             48 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> createDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
String             50 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
String             52 Source/bindings/v8/V8ThrowException.h         return throwDOMException(ec, message, String(), creationContext, isolate);
String             54 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
String             56 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> createError(V8ErrorType, const String&, v8::Isolate*);
String             57 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
String             60 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> createTypeError(const String&, v8::Isolate*);
String             61 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> throwTypeError(const String&, v8::Isolate*);
String             34 Source/bindings/v8/V8ValueCache.cpp static v8::Local<v8::String> makeExternalString(const String& string, v8::Isolate* isolate)
String             38 Source/bindings/v8/V8ValueCache.cpp         v8::Local<v8::String> newString = v8::String::NewExternal(isolate, stringResource);
String             45 Source/bindings/v8/V8ValueCache.cpp     v8::Local<v8::String> newString = v8::String::NewExternal(isolate, stringResource);
String             51 Source/bindings/v8/V8ValueCache.cpp v8::Handle<v8::String> StringCache::v8ExternalStringSlow(StringImpl* stringImpl, v8::Isolate* isolate)
String             54 Source/bindings/v8/V8ValueCache.cpp         return v8::String::Empty(isolate);
String             56 Source/bindings/v8/V8ValueCache.cpp     UnsafePersistent<v8::String> cachedV8String = m_stringCache.get(stringImpl);
String             73 Source/bindings/v8/V8ValueCache.cpp     UnsafePersistent<v8::String> cachedV8String = m_stringCache.get(stringImpl);
String             84 Source/bindings/v8/V8ValueCache.cpp v8::Local<v8::String> StringCache::createStringAndInsertIntoCache(StringImpl* stringImpl, v8::Isolate* isolate)
String             89 Source/bindings/v8/V8ValueCache.cpp     v8::Local<v8::String> newString = makeExternalString(String(stringImpl), isolate);
String             93 Source/bindings/v8/V8ValueCache.cpp     v8::Persistent<v8::String> wrapper(isolate, newString);
String             98 Source/bindings/v8/V8ValueCache.cpp     m_lastV8String = UnsafePersistent<v8::String>(wrapper);
String            105 Source/bindings/v8/V8ValueCache.cpp void StringCache::setWeakCallback(const v8::WeakCallbackData<v8::String, StringImpl>& data)
String             42 Source/bindings/v8/V8ValueCache.h     v8::Handle<v8::String> v8ExternalString(StringImpl* stringImpl, v8::Isolate* isolate)
String             60 Source/bindings/v8/V8ValueCache.h     static void setWeakCallback(const v8::WeakCallbackData<v8::String, StringImpl>&);
String             62 Source/bindings/v8/V8ValueCache.h     v8::Handle<v8::String> v8ExternalStringSlow(StringImpl*, v8::Isolate*);
String             64 Source/bindings/v8/V8ValueCache.h     v8::Local<v8::String> createStringAndInsertIntoCache(StringImpl*, v8::Isolate*);
String             66 Source/bindings/v8/V8ValueCache.h     HashMap<StringImpl*, UnsafePersistent<v8::String> > m_stringCache;
String             67 Source/bindings/v8/V8ValueCache.h     UnsafePersistent<v8::String> m_lastV8String;
String            386 Source/bindings/v8/V8WindowShell.cpp     String token;
String            444 Source/bindings/v8/V8WindowShell.cpp static void getter(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info)
String             90 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp         String resourceName("undefined");
String            154 Source/bindings/v8/WorkerScriptController.cpp ScriptValue WorkerScriptController::evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, WorkerGlobalScopeExecutionState* state)
String            165 Source/bindings/v8/WorkerScriptController.cpp         m_disableEvalPending = String();
String            172 Source/bindings/v8/WorkerScriptController.cpp     v8::Handle<v8::String> scriptString = v8String(m_isolate, script);
String            256 Source/bindings/v8/WorkerScriptController.cpp void WorkerScriptController::disableEval(const String& errorMessage)
String             57 Source/bindings/v8/WorkerScriptController.h         String errorMessage;
String             60 Source/bindings/v8/WorkerScriptController.h         String sourceURL;
String             88 Source/bindings/v8/WorkerScriptController.h         void disableEval(const String&);
String             91 Source/bindings/v8/WorkerScriptController.h         ScriptValue evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, WorkerGlobalScopeExecutionState*);
String            110 Source/bindings/v8/WorkerScriptController.h         String m_disableEvalPending;
String             52 Source/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp         String type = toCoreString(value.As<v8::String>());
String             74 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp     String endings;
String             55 Source/bindings/v8/custom/V8BlobCustomHelpers.h     const String& contentType() const { return m_contentType; }
String             72 Source/bindings/v8/custom/V8BlobCustomHelpers.h     String m_contentType;
String             61 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp static bool hasCSSPropertyNamePrefix(const String& propertyName, const char* prefix)
String             87 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp static CSSPropertyID cssResolvedPropertyID(const String& propertyName)
String            127 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp     String propName = builder.toString();
String            140 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp static CSSPropertyInfo* cssPropertyInfo(v8::Handle<v8::String> v8PropertyName)
String            142 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp     String propertyName = toCoreString(v8PropertyName);
String            174 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp         String key = propertyNames.at(i);
String            182 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp void V8CSSStyleDeclaration::namedPropertyQueryCustom(v8::Local<v8::String> v8Name, const v8::PropertyCallbackInfo<v8::Integer>& info)
String            192 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp void V8CSSStyleDeclaration::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            212 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp     String result = impl->getPropertyValueInternal(static_cast<CSSPropertyID>(propInfo->propID));
String            219 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp void V8CSSStyleDeclaration::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
String             78 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp         impl->setStrokeColor(toCoreString(value.As<v8::String>()));
String             93 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp         impl->setFillColor(toCoreString(value.As<v8::String>()));
String             60 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp AtomicString V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix)
String             63 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp     v8::Handle<v8::String> lookupNamespaceURIName = v8AtomicString(m_isolate, "lookupNamespaceURI");
String             50 Source/bindings/v8/custom/V8CustomXPathNSResolver.h     virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
String             62 Source/bindings/v8/custom/V8EventCustom.cpp     String desiredInterface = event->interfaceName();
String             57 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp     String contextId = contextIdResource;
String             63 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> alpha = v8AtomicString(isolate, "alpha");
String             66 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> depth = v8AtomicString(isolate, "depth");
String             69 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> stencil = v8AtomicString(isolate, "stencil");
String             72 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> antialias = v8AtomicString(isolate, "antialias");
String             75 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> premultipliedAlpha = v8AtomicString(isolate, "premultipliedAlpha");
String             78 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> preserveDrawingBuffer = v8AtomicString(isolate, "preserveDrawingBuffer");
String             81 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> failIfMajorPerformanceCaveat = v8AtomicString(isolate, "failIfMajorPerformanceCaveat");
String             90 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp             v8::Handle<v8::String> alpha = v8AtomicString(isolate, "alpha");
String            147 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp     String result = canvas->toDataURL(type, qualityPtr, exceptionState);
String             78 Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp             exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(v) + ") is negative. Lengths must be greater than or equal to 0.");
String             47 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp static void npObjectNamedGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             62 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp static void npObjectNamedSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
String             76 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp void V8HTMLAppletElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             81 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp void V8HTMLEmbedElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             86 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp void V8HTMLObjectElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String             91 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp void V8HTMLAppletElement::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
String             96 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp void V8HTMLEmbedElement::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            101 Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp void V8HTMLObjectElement::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
String            190 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     if (value->IsString() && v8::Handle<v8::String>::Cast(value)->Length()) {
String            324 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp         isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "One argument expected.")));
String            328 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     v8::Handle<v8::String> expression = info[0]->ToString();
String            330 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp         isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "The argument must be a string.")));
String            348 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     String variableName = toCoreStringWithUndefinedOrNullCheck(info[2]);
String            356 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp static bool getFunctionLocation(const v8::FunctionCallbackInfo<v8::Value>& info, String* scriptId, int* lineNumber, int* columnNumber)
String            368 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     *scriptId = String::number(function->ScriptId());
String            374 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     String scriptId;
String            386 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     String scriptId;
String            398 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     String scriptId;
String            408 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp         if (!name->IsString() || !v8::Handle<v8::String>::Cast(name)->Length())
String            418 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     String scriptId;
String             76 Source/bindings/v8/custom/V8InjectedScriptManager.cpp ScriptObject InjectedScriptManager::createInjectedScript(const String& scriptSource, ScriptState* inspectedScriptState, int id)
String             72 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp         String typeString = toCoreStringWithNullCheck(type.As<v8::String>());
String             76 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp                                  String()));
String             41 Source/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp     String expression = toCoreStringWithUndefinedOrNullCheck(info[0]);
String             55 Source/bindings/v8/custom/V8MessageEventCustom.cpp         String stringValue = eventImpl->dataAsString();
String            112 Source/bindings/v8/custom/V8MessageEventCustom.cpp             String stringValue = event->dataAsString();
String             53 Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp         String type = toCoreString(value.As<v8::String>());
String             52 Source/bindings/v8/custom/V8PannerNodeCustom.cpp         String model = toCoreString(value.As<v8::String>());
String             80 Source/bindings/v8/custom/V8PannerNodeCustom.cpp         String model = toCoreString(value.As<v8::String>());
String            466 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     Vector<String> value = impl->getSupportedExtensions();
String             92 Source/bindings/v8/custom/V8WindowCustom.cpp     String functionString;
String             95 Source/bindings/v8/custom/V8WindowCustom.cpp             functionString = toCoreString(function.As<v8::String>());
String             97 Source/bindings/v8/custom/V8WindowCustom.cpp             v8::Handle<v8::String> v8String = function->ToString();
String            393 Source/bindings/v8/custom/V8WindowCustom.cpp void V8Window::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
String            473 Source/bindings/v8/custom/V8WindowCustom.cpp         AtomicString name = toCoreAtomicString(key.As<v8::String>());
String            482 Source/bindings/v8/custom/V8WindowCustom.cpp         v8::Handle<v8::String> keyString = key.As<v8::String>();
String             73 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp         action = adoptPtr(new ScheduledAction(v8Context, toCoreString(function.As<v8::String>()), workerGlobalScope->url(), info.GetIsolate()));
String            109 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp             v8::Handle<v8::Value> json = v8::JSON::Parse(jsonSource.v8Value().As<v8::String>());
String             68 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp     String result = impl->getParameter(namespaceURI, localName);
String            102 Source/core/accessibility/AXImageMapLink.cpp String AXImageMapLink::accessibilityDescription() const
String            111 Source/core/accessibility/AXImageMapLink.cpp     return String();
String            114 Source/core/accessibility/AXImageMapLink.cpp String AXImageMapLink::title() const
String            123 Source/core/accessibility/AXImageMapLink.cpp     return String();
String             62 Source/core/accessibility/AXImageMapLink.h     virtual String title() const OVERRIDE;
String             63 Source/core/accessibility/AXImageMapLink.h     virtual String accessibilityDescription() const OVERRIDE;
String            117 Source/core/accessibility/AXInlineTextBox.cpp String AXInlineTextBox::stringValue() const
String            120 Source/core/accessibility/AXInlineTextBox.cpp         return String();
String             52 Source/core/accessibility/AXInlineTextBox.h     virtual String stringValue() const OVERRIDE;
String            139 Source/core/accessibility/AXListBoxOption.cpp String AXListBoxOption::stringValue() const
String            142 Source/core/accessibility/AXListBoxOption.cpp         return String();
String            154 Source/core/accessibility/AXListBoxOption.cpp     return String();
String             57 Source/core/accessibility/AXListBoxOption.h     virtual String stringValue() const OVERRIDE;
String             42 Source/core/accessibility/AXMediaControls.cpp static inline String queryString(WebLocalizedString::Name name)
String             80 Source/core/accessibility/AXMediaControls.cpp String AccessibilityMediaControl::title() const
String             90 Source/core/accessibility/AXMediaControls.cpp String AccessibilityMediaControl::accessibilityDescription() const
String            120 Source/core/accessibility/AXMediaControls.cpp String AccessibilityMediaControl::helpText() const
String            199 Source/core/accessibility/AXMediaControls.cpp String AXMediaControlsContainer::accessibilityDescription() const
String            204 Source/core/accessibility/AXMediaControls.cpp String AXMediaControlsContainer::helpText() const
String            227 Source/core/accessibility/AXMediaControls.cpp static String localizedMediaTimeDescription(float /*time*/)
String            231 Source/core/accessibility/AXMediaControls.cpp     return String();
String            244 Source/core/accessibility/AXMediaControls.cpp String AccessibilityMediaTimeline::valueDescription() const
String            248 Source/core/accessibility/AXMediaControls.cpp         return String();
String            253 Source/core/accessibility/AXMediaControls.cpp String AccessibilityMediaTimeline::helpText() const
String            283 Source/core/accessibility/AXMediaControls.cpp String AccessibilityMediaTimeDisplay::accessibilityDescription() const
String            290 Source/core/accessibility/AXMediaControls.cpp String AccessibilityMediaTimeDisplay::stringValue() const
String            293 Source/core/accessibility/AXMediaControls.cpp         return String();
String             46 Source/core/accessibility/AXMediaControls.h     virtual String title() const OVERRIDE FINAL;
String             47 Source/core/accessibility/AXMediaControls.h     virtual String accessibilityDescription() const OVERRIDE;
String             48 Source/core/accessibility/AXMediaControls.h     virtual String helpText() const OVERRIDE;
String             63 Source/core/accessibility/AXMediaControls.h     virtual String helpText() const OVERRIDE;
String             64 Source/core/accessibility/AXMediaControls.h     virtual String valueDescription() const OVERRIDE;
String             80 Source/core/accessibility/AXMediaControls.h     virtual String helpText() const OVERRIDE;
String             81 Source/core/accessibility/AXMediaControls.h     virtual String accessibilityDescription() const OVERRIDE;
String             98 Source/core/accessibility/AXMediaControls.h     virtual String stringValue() const OVERRIDE;
String             99 Source/core/accessibility/AXMediaControls.h     virtual String accessibilityDescription() const OVERRIDE;
String            107 Source/core/accessibility/AXMenuListOption.cpp String AXMenuListOption::stringValue() const
String             58 Source/core/accessibility/AXMenuListOption.h     virtual String stringValue() const OVERRIDE;
String             74 Source/core/accessibility/AXNodeObject.cpp static String accessibleNameForNode(Node* node)
String             88 Source/core/accessibility/AXNodeObject.cpp     return String();
String             91 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::accessibilityDescriptionForElements(Vector<Element*> &elements) const
String            119 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::ariaAccessibilityDescription() const
String            121 Source/core/accessibility/AXNodeObject.cpp     String ariaLabeledBy = ariaLabeledByAttribute();
String            129 Source/core/accessibility/AXNodeObject.cpp     return String();
String            147 Source/core/accessibility/AXNodeObject.cpp     setValue(String::number(value));
String            264 Source/core/accessibility/AXNodeObject.cpp     String idList = getAttribute(attribute).string();
String            269 Source/core/accessibility/AXNodeObject.cpp     Vector<String> idVector;
String            369 Source/core/accessibility/AXNodeObject.cpp static Element* siblingWithAriaRole(String role, Node* node)
String            837 Source/core/accessibility/AXNodeObject.cpp     String ariaLevel = element->getAttribute(aria_levelAttr);
String            859 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::text() const
String            866 Source/core/accessibility/AXNodeObject.cpp         return String();
String            870 Source/core/accessibility/AXNodeObject.cpp         return String();
String            876 Source/core/accessibility/AXNodeObject.cpp         return String();
String            930 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::valueDescription() const
String            933 Source/core/accessibility/AXNodeObject.cpp         return String();
String            985 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::stringValue() const
String            989 Source/core/accessibility/AXNodeObject.cpp         return String();
String            992 Source/core/accessibility/AXNodeObject.cpp         String staticText = text();
String           1012 Source/core/accessibility/AXNodeObject.cpp         return String();
String           1022 Source/core/accessibility/AXNodeObject.cpp     return String();
String           1025 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::ariaDescribedByAttribute() const
String           1034 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::ariaLabeledByAttribute() const
String           1083 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::textUnderElement() const
String           1109 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::accessibilityDescription() const
String           1113 Source/core/accessibility/AXNodeObject.cpp         return String();
String           1115 Source/core/accessibility/AXNodeObject.cpp     String ariaDescription = ariaAccessibilityDescription();
String           1134 Source/core/accessibility/AXNodeObject.cpp     return String();
String           1137 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::title() const
String           1141 Source/core/accessibility/AXNodeObject.cpp         return String();
String           1158 Source/core/accessibility/AXNodeObject.cpp         return String();
String           1164 Source/core/accessibility/AXNodeObject.cpp             return String();
String           1176 Source/core/accessibility/AXNodeObject.cpp         return String();
String           1189 Source/core/accessibility/AXNodeObject.cpp     return String();
String           1192 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::helpText() const
String           1196 Source/core/accessibility/AXNodeObject.cpp         return String();
String           1202 Source/core/accessibility/AXNodeObject.cpp     String describedBy = ariaDescribedByAttribute();
String           1206 Source/core/accessibility/AXNodeObject.cpp     String description = accessibilityDescription();
String           1229 Source/core/accessibility/AXNodeObject.cpp     return String();
String           1582 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::alternativeTextForWebArea() const
String           1596 Source/core/accessibility/AXNodeObject.cpp         return String();
String           1617 Source/core/accessibility/AXNodeObject.cpp     String documentTitle = document->title();
String           1625 Source/core/accessibility/AXNodeObject.cpp     return String();
String           1631 Source/core/accessibility/AXNodeObject.cpp         String webAreaText = alternativeTextForWebArea();
String           1654 Source/core/accessibility/AXNodeObject.cpp     String ariaLabeledBy = ariaLabeledByAttribute();
String           1673 Source/core/accessibility/AXNodeObject.cpp     setValue(String::number(value));
String             77 Source/core/accessibility/AXNodeObject.h     String accessibilityDescriptionForElements(Vector<Element*> &elements) const;
String             79 Source/core/accessibility/AXNodeObject.h     String ariaAccessibilityDescription() const;
String            145 Source/core/accessibility/AXNodeObject.h     virtual String text() const OVERRIDE;
String            151 Source/core/accessibility/AXNodeObject.h     virtual String valueDescription() const OVERRIDE;
String            155 Source/core/accessibility/AXNodeObject.h     virtual String stringValue() const OVERRIDE;
String            158 Source/core/accessibility/AXNodeObject.h     virtual String ariaDescribedByAttribute() const OVERRIDE FINAL;
String            159 Source/core/accessibility/AXNodeObject.h     virtual String ariaLabeledByAttribute() const OVERRIDE FINAL;
String            163 Source/core/accessibility/AXNodeObject.h     virtual String textUnderElement() const OVERRIDE;
String            166 Source/core/accessibility/AXNodeObject.h     virtual String accessibilityDescription() const OVERRIDE;
String            167 Source/core/accessibility/AXNodeObject.h     virtual String title() const OVERRIDE;
String            168 Source/core/accessibility/AXNodeObject.h     virtual String helpText() const OVERRIDE;
String            205 Source/core/accessibility/AXNodeObject.h     String alternativeTextForWebArea() const;
String             54 Source/core/accessibility/AXObject.cpp     String ariaRole;
String            350 Source/core/accessibility/AXObject.cpp static String queryString(WebLocalizedString::Name name)
String            355 Source/core/accessibility/AXObject.cpp String AXObject::actionVerb() const
String            374 Source/core/accessibility/AXObject.cpp         return String();
String            377 Source/core/accessibility/AXObject.cpp         return String();
String            604 Source/core/accessibility/AXObject.cpp String AXObject::language() const
String            882 Source/core/accessibility/AXObject.cpp AccessibilityRole AXObject::ariaRoleToWebCoreRole(const String& value)
String            888 Source/core/accessibility/AXObject.cpp     Vector<String> roleVector;
String            893 Source/core/accessibility/AXObject.cpp         String roleName = roleVector[i];
String            212 Source/core/accessibility/AXObject.h     String text;
String            216 Source/core/accessibility/AXObject.h     AccessibilityText(const String& t, const AccessibilityTextSource& s)
String            221 Source/core/accessibility/AXObject.h     AccessibilityText(const String& t, const AccessibilityTextSource& s, const RefPtr<AXObject> element)
String            402 Source/core/accessibility/AXObject.h     virtual String text() const { return String(); }
String            415 Source/core/accessibility/AXObject.h     virtual String actionVerb() const;
String            418 Source/core/accessibility/AXObject.h     virtual String valueDescription() const { return String(); }
String            423 Source/core/accessibility/AXObject.h     virtual String stringValue() const { return String(); }
String            427 Source/core/accessibility/AXObject.h     virtual String ariaDescribedByAttribute() const { return String(); }
String            435 Source/core/accessibility/AXObject.h     virtual String ariaLabeledByAttribute() const { return String(); }
String            462 Source/core/accessibility/AXObject.h     virtual String textUnderElement() const { return String(); }
String            465 Source/core/accessibility/AXObject.h     virtual String accessibilityDescription() const { return String(); }
String            466 Source/core/accessibility/AXObject.h     virtual String title() const { return String(); }
String            467 Source/core/accessibility/AXObject.h     virtual String helpText() const { return String(); }
String            514 Source/core/accessibility/AXObject.h     String language() const;
String            534 Source/core/accessibility/AXObject.h     void setSelectedText(const String&) { }
String            536 Source/core/accessibility/AXObject.h     virtual void setValue(const String&) { }
String            557 Source/core/accessibility/AXObject.h     static AccessibilityRole ariaRoleToWebCoreRole(const String&);
String            258 Source/core/accessibility/AXObjectCache.cpp bool nodeHasRole(Node* node, const String& role)
String            240 Source/core/accessibility/AXObjectCache.h bool nodeHasRole(Node*, const String& role);
String            793 Source/core/accessibility/AXRenderObject.cpp String AXRenderObject::text() const
String            796 Source/core/accessibility/AXRenderObject.cpp         return String();
String            835 Source/core/accessibility/AXRenderObject.cpp static String queryString(WebLocalizedString::Name name)
String            840 Source/core/accessibility/AXRenderObject.cpp String AXRenderObject::actionVerb() const
String            872 Source/core/accessibility/AXRenderObject.cpp String AXRenderObject::stringValue() const
String            875 Source/core/accessibility/AXRenderObject.cpp         return String();
String            878 Source/core/accessibility/AXRenderObject.cpp         return String();
String            883 Source/core/accessibility/AXRenderObject.cpp         String staticText = text();
String            912 Source/core/accessibility/AXRenderObject.cpp             return String();
String            927 Source/core/accessibility/AXRenderObject.cpp     return String();
String           1140 Source/core/accessibility/AXRenderObject.cpp String AXRenderObject::textUnderElement() const
String           1143 Source/core/accessibility/AXRenderObject.cpp         return String();
String           1158 Source/core/accessibility/AXRenderObject.cpp String AXRenderObject::helpText() const
String           1161 Source/core/accessibility/AXRenderObject.cpp         return String();
String           1167 Source/core/accessibility/AXRenderObject.cpp     String describedBy = ariaDescribedByAttribute();
String           1171 Source/core/accessibility/AXRenderObject.cpp     String description = accessibilityDescription();
String           1194 Source/core/accessibility/AXRenderObject.cpp     return String();
String           1619 Source/core/accessibility/AXRenderObject.cpp void AXRenderObject::setValue(const String& string)
String           1937 Source/core/accessibility/AXRenderObject.cpp     String fragmentIdentifier = linkURL.fragmentIdentifier();
String            116 Source/core/accessibility/AXRenderObject.h     virtual String text() const OVERRIDE;
String            121 Source/core/accessibility/AXRenderObject.h     virtual String actionVerb() const OVERRIDE;
String            123 Source/core/accessibility/AXRenderObject.h     virtual String stringValue() const OVERRIDE;
String            149 Source/core/accessibility/AXRenderObject.h     virtual String textUnderElement() const OVERRIDE;
String            152 Source/core/accessibility/AXRenderObject.h     virtual String helpText() const OVERRIDE;
String            192 Source/core/accessibility/AXRenderObject.h     virtual void setValue(const String&) OVERRIDE;
String            115 Source/core/accessibility/AXSlider.cpp void AXSlider::setValue(const String& value)
String             61 Source/core/accessibility/AXSlider.h     virtual void setValue(const String&) OVERRIDE FINAL;
String            526 Source/core/accessibility/AXTable.cpp String AXTable::title() const
String            531 Source/core/accessibility/AXTable.cpp     String title;
String             69 Source/core/accessibility/AXTable.h     virtual String title() const OVERRIDE FINAL;
String             47 Source/core/animation/AnimatableSVGPaint.cpp         return AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_RGBCOLOR, m_color.interpolateTo(svgPaint->m_color, fraction), String());
String             57 Source/core/animation/AnimatableSVGPaint.cpp         return AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_RGBCOLOR, m_color.addWith(svgPaint->m_color), String());
String             43 Source/core/animation/AnimatableSVGPaint.h     static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const Color& color, const String& uri)
String             47 Source/core/animation/AnimatableSVGPaint.h     static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const AnimatableColorImpl& color, const String& uri)
String             53 Source/core/animation/AnimatableSVGPaint.h     const String& uri() const { return m_uri; };
String             63 Source/core/animation/AnimatableSVGPaint.h     AnimatableSVGPaint(SVGPaint::SVGPaintType type, const AnimatableColorImpl& color, const String& uri)
String             74 Source/core/animation/AnimatableSVGPaint.h     String m_uri;
String             65 Source/core/animation/Animation.h     static void setFillMode(Timing&, String fillMode);
String             70 Source/core/animation/Animation.h     static void setPlaybackDirection(Timing&, String direction);
String             71 Source/core/animation/Animation.h     static void setTimingFunction(Timing&, String timingFunctionString);
String             13 Source/core/animation/AnimationHelpers.h static inline CSSPropertyID camelCaseCSSPropertyNameToID(const String& propertyName)
String             14 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyInvalid, camelCaseCSSPropertyNameToID(String("line-height")));
String             15 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyLineHeight, camelCaseCSSPropertyNameToID(String("lineHeight")));
String             16 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyBorderTopWidth, camelCaseCSSPropertyNameToID(String("borderTopWidth")));
String             17 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyWidth, camelCaseCSSPropertyNameToID(String("width")));
String             18 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyInvalid, camelCaseCSSPropertyNameToID(String("Width")));
String             19 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyInvalid, camelCaseCSSPropertyNameToID(String("-webkit-transform")));
String             20 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyInvalid, camelCaseCSSPropertyNameToID(String("webkitTransform")));
String             21 Source/core/animation/AnimationHelpersTest.cpp     EXPECT_EQ(CSSPropertyInvalid, camelCaseCSSPropertyNameToID(String("cssFloat")));
String             78 Source/core/animation/AnimationTest.cpp     String value1;
String             82 Source/core/animation/AnimationTest.cpp     String value2;
String            260 Source/core/animation/AnimationTest.cpp     String stringDuration = "";
String            339 Source/core/animation/AnimationTest.cpp     String stringDuration = "";
String             12 Source/core/animation/AnimationTestHelper.cpp v8::Handle<v8::Value> stringToV8Value(String string)
String             22 Source/core/animation/AnimationTestHelper.cpp void setV8ObjectPropertyAsString(v8::Handle<v8::Object> object, String name, String value)
String             27 Source/core/animation/AnimationTestHelper.cpp void setV8ObjectPropertyAsNumber(v8::Handle<v8::Object> object, String name, double value)
String             13 Source/core/animation/AnimationTestHelper.h v8::Handle<v8::Value> stringToV8Value(String);
String             17 Source/core/animation/AnimationTestHelper.h void setV8ObjectPropertyAsString(v8::Handle<v8::Object>, String, String);
String             19 Source/core/animation/AnimationTestHelper.h void setV8ObjectPropertyAsNumber(v8::Handle<v8::Object>, String, double);
String             75 Source/core/animation/EffectInput.cpp         String compositeString;
String             80 Source/core/animation/EffectInput.cpp         String timingFunctionString;
String             87 Source/core/animation/EffectInput.cpp         Vector<String> keyframeProperties;
String             91 Source/core/animation/EffectInput.cpp             String property = keyframeProperties[j];
String            102 Source/core/animation/EffectInput.cpp             String value;
String             43 Source/core/animation/StringKeyframe.cpp StringKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value, AnimationEffect::CompositeOperation op)
String             48 Source/core/animation/StringKeyframe.cpp StringKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value)
String             19 Source/core/animation/StringKeyframe.h     void setPropertyValue(CSSPropertyID property, const String& value)
String             24 Source/core/animation/StringKeyframe.h     String propertyValue(CSSPropertyID property) const
String             35 Source/core/animation/StringKeyframe.h         PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value, AnimationEffect::CompositeOperation);
String             37 Source/core/animation/StringKeyframe.h         const String& value() const { return m_value; }
String             45 Source/core/animation/StringKeyframe.h         PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value);
String             50 Source/core/animation/StringKeyframe.h         String m_value;
String             63 Source/core/animation/StringKeyframe.h     typedef HashMap<CSSPropertyID, String> PropertyValueMap;
String             34 Source/core/animation/TimedItemTiming.cpp String TimedItemTiming::fill()
String             67 Source/core/animation/TimedItemTiming.cpp void TimedItemTiming::getDuration(String propertyName, bool& element0Enabled, double& element0, bool& element1Enabled, String& element1)
String             87 Source/core/animation/TimedItemTiming.cpp String TimedItemTiming::direction()
String            104 Source/core/animation/TimedItemTiming.cpp String TimedItemTiming::easing()
String            123 Source/core/animation/TimedItemTiming.cpp void TimedItemTiming::setFill(String fill)
String            144 Source/core/animation/TimedItemTiming.cpp bool TimedItemTiming::setDuration(String name, double duration)
String            161 Source/core/animation/TimedItemTiming.cpp void TimedItemTiming::setDirection(String direction)
String            168 Source/core/animation/TimedItemTiming.cpp void TimedItemTiming::setEasing(String easing)
String             19 Source/core/animation/TimedItemTiming.h     String fill();
String             22 Source/core/animation/TimedItemTiming.h     void getDuration(String propertyName, bool& element0Enabled, double& element0, bool& element1Enabled, String& element1);
String             24 Source/core/animation/TimedItemTiming.h     String direction();
String             25 Source/core/animation/TimedItemTiming.h     String easing();
String             29 Source/core/animation/TimedItemTiming.h     void setFill(String);
String             32 Source/core/animation/TimedItemTiming.h     bool setDuration(String name, double duration);
String             34 Source/core/animation/TimedItemTiming.h     void setDirection(String);
String             35 Source/core/animation/TimedItemTiming.h     void setEasing(String);
String             30 Source/core/animation/TimingInput.cpp void TimingInput::setFillMode(Timing& timing, const String& fillMode)
String             77 Source/core/animation/TimingInput.cpp void TimingInput::setPlaybackDirection(Timing& timing, const String& direction)
String             90 Source/core/animation/TimingInput.cpp void TimingInput::setTimingFunction(Timing& timing, const String& timingFunctionString)
String            118 Source/core/animation/TimingInput.cpp     String fillMode;
String            139 Source/core/animation/TimingInput.cpp     String direction;
String            143 Source/core/animation/TimingInput.cpp     String timingFunctionString;
String             21 Source/core/animation/TimingInput.h     static void setFillMode(Timing&, const String& fillMode);
String             26 Source/core/animation/TimingInput.h     static void setPlaybackDirection(Timing&, const String& direction);
String             27 Source/core/animation/TimingInput.h     static void setTimingFunction(Timing&, const String& timingFunctionString);
String             24 Source/core/animation/TimingInputTest.cpp     Timing applyTimingInputNumber(String timingProperty, double timingPropertyValue)
String             32 Source/core/animation/TimingInputTest.cpp     Timing applyTimingInputString(String timingProperty, String timingPropertyValue)
String            688 Source/core/animation/css/CSSAnimations.cpp         String propertyName = getPropertyNameString(m_property);
String            692 Source/core/animation/css/CSSAnimations.cpp         String pseudoElement = PseudoElement::pseudoElementNameForEvents(m_target->pseudoId());
String             50 Source/core/clipboard/Clipboard.cpp static DragOperation dragOpFromIEOp(const String& op)
String             74 Source/core/clipboard/Clipboard.cpp static String IEOpFromDragOp(DragOperation op)
String             98 Source/core/clipboard/Clipboard.cpp static String normalizeType(const String& type, bool* convertToURL = 0)
String            100 Source/core/clipboard/Clipboard.cpp     String cleanType = type.stripWhiteSpace().lower();
String            120 Source/core/clipboard/Clipboard.cpp void Clipboard::setDropEffect(const String &effect)
String            135 Source/core/clipboard/Clipboard.cpp void Clipboard::setEffectAllowed(const String &effect)
String            155 Source/core/clipboard/Clipboard.cpp void Clipboard::clearData(const String& type)
String            166 Source/core/clipboard/Clipboard.cpp String Clipboard::getData(const String& type) const
String            169 Source/core/clipboard/Clipboard.cpp         return String();
String            172 Source/core/clipboard/Clipboard.cpp     String data = m_dataObject->getData(normalizeType(type, &convertToURL));
String            178 Source/core/clipboard/Clipboard.cpp bool Clipboard::setData(const String& type, const String& data)
String            187 Source/core/clipboard/Clipboard.cpp Vector<String> Clipboard::types() const
String            189 Source/core/clipboard/Clipboard.cpp     Vector<String> types;
String            193 Source/core/clipboard/Clipboard.cpp     ListHashSet<String> typesSet = m_dataObject->types();
String            281 Source/core/clipboard/Clipboard.cpp     String imageExtension = cachedImage->image()->filenameExtension();
String            285 Source/core/clipboard/Clipboard.cpp     String filename = cachedImage->response().suggestedFilename();
String            289 Source/core/clipboard/Clipboard.cpp     String fileExtension;
String            302 Source/core/clipboard/Clipboard.cpp         String imageMimeType = MIMETypeRegistry::getMIMETypeForExtension(imageExtension);
String            315 Source/core/clipboard/Clipboard.cpp void Clipboard::declareAndWriteDragImage(Element* element, const KURL& url, const String& title)
String            329 Source/core/clipboard/Clipboard.cpp void Clipboard::writeURL(const KURL& url, const String& title)
String            352 Source/core/clipboard/Clipboard.cpp     String str = frame->selectedTextForClipboard();
String            360 Source/core/clipboard/Clipboard.cpp void Clipboard::writePlainText(const String& text)
String            365 Source/core/clipboard/Clipboard.cpp     String str = text;
String            434 Source/core/clipboard/Clipboard.cpp bool Clipboard::hasDropZoneType(const String& keyword)
String            478 Source/core/clipboard/Clipboard.cpp bool Clipboard::hasFileOfType(const String& type) const
String            494 Source/core/clipboard/Clipboard.cpp bool Clipboard::hasStringOfType(const String& type) const
String            502 Source/core/clipboard/Clipboard.cpp DragOperation convertDropZoneOperationToDragOperation(const String& dragOperation)
String            513 Source/core/clipboard/Clipboard.cpp String convertDragOperationToDropZoneOperation(DragOperation operation)
String            517 Source/core/clipboard/Clipboard.cpp         return String("copy");
String            519 Source/core/clipboard/Clipboard.cpp         return String("move");
String            521 Source/core/clipboard/Clipboard.cpp         return String("link");
String            523 Source/core/clipboard/Clipboard.cpp         return String("copy");
String             66 Source/core/clipboard/Clipboard.h     String dropEffect() const { return dropEffectIsUninitialized() ? "none" : m_dropEffect; }
String             67 Source/core/clipboard/Clipboard.h     void setDropEffect(const String&);
String             69 Source/core/clipboard/Clipboard.h     String effectAllowed() const { return m_effectAllowed; }
String             70 Source/core/clipboard/Clipboard.h     void setEffectAllowed(const String&);
String             72 Source/core/clipboard/Clipboard.h     void clearData(const String& type = String());
String             73 Source/core/clipboard/Clipboard.h     String getData(const String& type) const;
String             74 Source/core/clipboard/Clipboard.h     bool setData(const String& type, const String& data);
String             77 Source/core/clipboard/Clipboard.h     Vector<String> types() const;
String             88 Source/core/clipboard/Clipboard.h     void declareAndWriteDragImage(Element*, const KURL&, const String& title);
String             89 Source/core/clipboard/Clipboard.h     void writeURL(const KURL&, const String&);
String             91 Source/core/clipboard/Clipboard.h     void writePlainText(const String&);
String            110 Source/core/clipboard/Clipboard.h     bool hasDropZoneType(const String&);
String            123 Source/core/clipboard/Clipboard.h     bool hasFileOfType(const String&) const;
String            124 Source/core/clipboard/Clipboard.h     bool hasStringOfType(const String&) const;
String            128 Source/core/clipboard/Clipboard.h     String m_dropEffect;
String            129 Source/core/clipboard/Clipboard.h     String m_effectAllowed;
String            138 Source/core/clipboard/Clipboard.h DragOperation convertDropZoneOperationToDragOperation(const String& dragOperation);
String            139 Source/core/clipboard/Clipboard.h String convertDragOperationToDropZoneOperation(DragOperation);
String             49 Source/core/clipboard/DataObject.cpp     ListHashSet<String> types;
String             52 Source/core/clipboard/DataObject.cpp     for (ListHashSet<String>::const_iterator it = types.begin(); it != types.end(); ++it) {
String             94 Source/core/clipboard/DataObject.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::add(const String& data, const String& type)
String            112 Source/core/clipboard/DataObject.cpp void DataObject::clearData(const String& type)
String            134 Source/core/clipboard/DataObject.cpp ListHashSet<String> DataObject::types() const
String            136 Source/core/clipboard/DataObject.cpp     ListHashSet<String> results;
String            153 Source/core/clipboard/DataObject.cpp String DataObject::getData(const String& type) const
String            159 Source/core/clipboard/DataObject.cpp     return String();
String            162 Source/core/clipboard/DataObject.cpp bool DataObject::setData(const String& type, const String& data)
String            170 Source/core/clipboard/DataObject.cpp void DataObject::urlAndTitle(String& url, String* title) const
String            180 Source/core/clipboard/DataObject.cpp void DataObject::setURLAndTitle(const String& url, const String& title)
String            186 Source/core/clipboard/DataObject.cpp void DataObject::htmlAndBaseURL(String& html, KURL& baseURL) const
String            195 Source/core/clipboard/DataObject.cpp void DataObject::setHTMLAndBaseURL(const String& html, const KURL& baseURL)
String            210 Source/core/clipboard/DataObject.cpp Vector<String> DataObject::filenames() const
String            212 Source/core/clipboard/DataObject.cpp     Vector<String> results;
String            220 Source/core/clipboard/DataObject.cpp void DataObject::addFilename(const String& filename, const String& displayName)
String            225 Source/core/clipboard/DataObject.cpp void DataObject::addSharedBuffer(const String& name, PassRefPtr<SharedBuffer> buffer)
String            241 Source/core/clipboard/DataObject.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::findStringItem(const String& type) const
String             68 Source/core/clipboard/DataObject.h     PassRefPtrWillBeRawPtr<DataObjectItem> add(const String& data, const String& type);
String             72 Source/core/clipboard/DataObject.h     void clearData(const String& type);
String             75 Source/core/clipboard/DataObject.h     ListHashSet<String> types() const;
String             76 Source/core/clipboard/DataObject.h     String getData(const String& type) const;
String             77 Source/core/clipboard/DataObject.h     bool setData(const String& type, const String& data);
String             79 Source/core/clipboard/DataObject.h     void urlAndTitle(String& url, String* title = 0) const;
String             80 Source/core/clipboard/DataObject.h     void setURLAndTitle(const String& url, const String& title);
String             81 Source/core/clipboard/DataObject.h     void htmlAndBaseURL(String& html, KURL& baseURL) const;
String             82 Source/core/clipboard/DataObject.h     void setHTMLAndBaseURL(const String& html, const KURL& baseURL);
String             86 Source/core/clipboard/DataObject.h     Vector<String> filenames() const;
String             87 Source/core/clipboard/DataObject.h     void addFilename(const String& filename, const String& displayName);
String             90 Source/core/clipboard/DataObject.h     void addSharedBuffer(const String& name, PassRefPtr<SharedBuffer>);
String            101 Source/core/clipboard/DataObject.h     PassRefPtrWillBeRawPtr<DataObjectItem> findStringItem(const String& type) const;
String             42 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromString(const String& type, const String& data)
String             56 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromURL(const String& url, const String& title)
String             64 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromHTML(const String& html, const KURL& baseURL)
String             72 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromSharedBuffer(const String& name, PassRefPtr<SharedBuffer> buffer)
String             74 Source/core/clipboard/DataObjectItem.cpp     RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(FileKind, String()));
String             80 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromPasteboard(const String& type, uint64_t sequenceNumber)
String             87 Source/core/clipboard/DataObjectItem.cpp DataObjectItem::DataObjectItem(Kind kind, const String& type)
String             95 Source/core/clipboard/DataObjectItem.cpp DataObjectItem::DataObjectItem(Kind kind, const String& type, uint64_t sequenceNumber)
String            141 Source/core/clipboard/DataObjectItem.cpp String DataObjectItem::getAsString() const
String            151 Source/core/clipboard/DataObjectItem.cpp     String data;
String            163 Source/core/clipboard/DataObjectItem.cpp     return blink::Platform::current()->clipboard()->sequenceNumber(buffer) == m_sequenceNumber ? data : String();
String             53 Source/core/clipboard/DataObjectItem.h     static PassRefPtrWillBeRawPtr<DataObjectItem> createFromString(const String& type, const String& data);
String             55 Source/core/clipboard/DataObjectItem.h     static PassRefPtrWillBeRawPtr<DataObjectItem> createFromURL(const String& url, const String& title);
String             56 Source/core/clipboard/DataObjectItem.h     static PassRefPtrWillBeRawPtr<DataObjectItem> createFromHTML(const String& html, const KURL& baseURL);
String             57 Source/core/clipboard/DataObjectItem.h     static PassRefPtrWillBeRawPtr<DataObjectItem> createFromSharedBuffer(const String& filename, PassRefPtr<SharedBuffer>);
String             58 Source/core/clipboard/DataObjectItem.h     static PassRefPtrWillBeRawPtr<DataObjectItem> createFromPasteboard(const String& type, uint64_t sequenceNumber);
String             61 Source/core/clipboard/DataObjectItem.h     String type() const { return m_type; }
String             62 Source/core/clipboard/DataObjectItem.h     String getAsString() const;
String             67 Source/core/clipboard/DataObjectItem.h     String title() const { return m_title; }
String             79 Source/core/clipboard/DataObjectItem.h     DataObjectItem(Kind, const String& type);
String             80 Source/core/clipboard/DataObjectItem.h     DataObjectItem(Kind, const String& type, uint64_t sequenceNumber);
String             84 Source/core/clipboard/DataObjectItem.h     String m_type;
String             86 Source/core/clipboard/DataObjectItem.h     String m_data;
String             90 Source/core/clipboard/DataObjectItem.h     String m_title;
String             51 Source/core/clipboard/DataTransferItem.cpp String DataTransferItem::kind() const
String             53 Source/core/clipboard/DataTransferItem.cpp     DEFINE_STATIC_LOCAL(const String, kindString, ("string"));
String             54 Source/core/clipboard/DataTransferItem.cpp     DEFINE_STATIC_LOCAL(const String, kindFile, ("file"));
String             56 Source/core/clipboard/DataTransferItem.cpp         return String();
String             64 Source/core/clipboard/DataTransferItem.cpp     return String();
String             67 Source/core/clipboard/DataTransferItem.cpp String DataTransferItem::type() const
String             70 Source/core/clipboard/DataTransferItem.cpp         return String();
String             54 Source/core/clipboard/DataTransferItem.h     String kind() const;
String             55 Source/core/clipboard/DataTransferItem.h     String type() const;
String             81 Source/core/clipboard/DataTransferItemList.cpp PassRefPtrWillBeRawPtr<DataTransferItem> DataTransferItemList::add(const String& data, const String& type, ExceptionState& exceptionState)
String             58 Source/core/clipboard/DataTransferItemList.h     PassRefPtrWillBeRawPtr<DataTransferItem> add(const String& data, const String& type, ExceptionState&);
String             69 Source/core/clipboard/Pasteboard.cpp void Pasteboard::writePlainText(const String& text, SmartReplaceOption)
String             73 Source/core/clipboard/Pasteboard.cpp     String plainText(text);
String             81 Source/core/clipboard/Pasteboard.cpp void Pasteboard::writeImage(Image* image, const KURL& url, const String& title)
String            108 Source/core/clipboard/Pasteboard.cpp String Pasteboard::plainText()
String            113 Source/core/clipboard/Pasteboard.cpp String Pasteboard::readHTML(KURL& url, unsigned& fragmentStart, unsigned& fragmentEnd)
String            128 Source/core/clipboard/Pasteboard.cpp void Pasteboard::writeHTML(const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete)
String            130 Source/core/clipboard/Pasteboard.cpp     String text = plainText;
String             51 Source/core/clipboard/Pasteboard.h     void writePlainText(const String&, SmartReplaceOption);
String             52 Source/core/clipboard/Pasteboard.h     void writeImage(Image*, const KURL&, const String& title);
String             56 Source/core/clipboard/Pasteboard.h     String plainText();
String             63 Source/core/clipboard/Pasteboard.h     String readHTML(KURL&, unsigned& fragmentStart, unsigned& fragmentEnd);
String             65 Source/core/clipboard/Pasteboard.h     void writeHTML(const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete);
String             54 Source/core/css/AffectedByFocusTest.cpp     document().documentElement()->setInnerHTML(String::fromUTF8(htmlContent), ASSERT_NO_EXCEPTION);
String             45 Source/core/css/CSSArrayFunctionValue.cpp String CSSArrayFunctionValue::customCSSText() const
String             45 Source/core/css/CSSArrayFunctionValue.h     String customCSSText() const;
String             34 Source/core/css/CSSAspectRatioValue.cpp String CSSAspectRatioValue::customCSSText() const
String             36 Source/core/css/CSSAspectRatioValue.cpp     return String::number(m_numeratorValue) + '/' + String::number(m_denominatorValue);
String             43 Source/core/css/CSSAspectRatioValue.h     String customCSSText() const;
String             44 Source/core/css/CSSBasicShapes.cpp static String buildCircleString(const String& radius, const String& centerX, const String& centerY, const String& box)
String             70 Source/core/css/CSSBasicShapes.cpp static String serializePositionOffset(const Pair& offset, const Pair& other)
String            112 Source/core/css/CSSBasicShapes.cpp String CSSBasicShapeCircle::cssText() const
String            117 Source/core/css/CSSBasicShapes.cpp     return buildCircleString(m_radius ? m_radius->cssText() : String(),
String            120 Source/core/css/CSSBasicShapes.cpp         m_referenceBox ? m_referenceBox->cssText() : String());
String            143 Source/core/css/CSSBasicShapes.cpp static String buildEllipseString(const String& radiusX, const String& radiusY, const String& centerX, const String& centerY, const String& box)
String            178 Source/core/css/CSSBasicShapes.cpp String CSSBasicShapeEllipse::cssText() const
String            183 Source/core/css/CSSBasicShapes.cpp     return buildEllipseString(m_radiusX ? m_radiusX->cssText() : String(),
String            184 Source/core/css/CSSBasicShapes.cpp         m_radiusY ? m_radiusY->cssText() : String(),
String            187 Source/core/css/CSSBasicShapes.cpp         m_referenceBox ? m_referenceBox->cssText() : String());
String            212 Source/core/css/CSSBasicShapes.cpp static String buildPolygonString(const WindRule& windRule, const Vector<String>& points, const String& box)
String            257 Source/core/css/CSSBasicShapes.cpp String CSSBasicShapePolygon::cssText() const
String            259 Source/core/css/CSSBasicShapes.cpp     Vector<String> points;
String            265 Source/core/css/CSSBasicShapes.cpp     return buildPolygonString(m_windRule, points, m_referenceBox ? m_referenceBox->cssText() : String());
String            287 Source/core/css/CSSBasicShapes.cpp static String buildInsetString(const String& top, const String& right, const String& bottom, const String& left,
String            288 Source/core/css/CSSBasicShapes.cpp     const String& topLeftRadiusWidth, const String& topLeftRadiusHeight,
String            289 Source/core/css/CSSBasicShapes.cpp     const String& topRightRadiusWidth, const String& topRightRadiusHeight,
String            290 Source/core/css/CSSBasicShapes.cpp     const String& bottomRightRadiusWidth, const String& bottomRightRadiusHeight,
String            291 Source/core/css/CSSBasicShapes.cpp     const String& bottomLeftRadiusWidth, const String& bottomLeftRadiusHeight)
String            342 Source/core/css/CSSBasicShapes.cpp static inline void updateCornerRadiusWidthAndHeight(CSSPrimitiveValue* corner, String& width, String& height)
String            348 Source/core/css/CSSBasicShapes.cpp     width = radius->first() ? radius->first()->cssText() : String("0");
String            353 Source/core/css/CSSBasicShapes.cpp String CSSBasicShapeInset::cssText() const
String            355 Source/core/css/CSSBasicShapes.cpp     String topLeftRadiusWidth;
String            356 Source/core/css/CSSBasicShapes.cpp     String topLeftRadiusHeight;
String            357 Source/core/css/CSSBasicShapes.cpp     String topRightRadiusWidth;
String            358 Source/core/css/CSSBasicShapes.cpp     String topRightRadiusHeight;
String            359 Source/core/css/CSSBasicShapes.cpp     String bottomRightRadiusWidth;
String            360 Source/core/css/CSSBasicShapes.cpp     String bottomRightRadiusHeight;
String            361 Source/core/css/CSSBasicShapes.cpp     String bottomLeftRadiusWidth;
String            362 Source/core/css/CSSBasicShapes.cpp     String bottomLeftRadiusHeight;
String            369 Source/core/css/CSSBasicShapes.cpp     return buildInsetString(m_top ? m_top->cssText() : String(),
String            370 Source/core/css/CSSBasicShapes.cpp         m_right ? m_right->cssText() : String(),
String            371 Source/core/css/CSSBasicShapes.cpp         m_bottom ? m_bottom->cssText() : String(),
String            372 Source/core/css/CSSBasicShapes.cpp         m_left ? m_left->cssText() : String(),
String             52 Source/core/css/CSSBasicShapes.h     virtual String cssText() const = 0;
String             70 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
String             96 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
String            138 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
String            202 Source/core/css/CSSBasicShapes.h     virtual String cssText() const OVERRIDE;
String             40 Source/core/css/CSSBorderImageSliceValue.cpp String CSSBorderImageSliceValue::customCSSText() const
String             43 Source/core/css/CSSBorderImageSliceValue.cpp     String text = m_slices->cssText();
String             44 Source/core/css/CSSBorderImageSliceValue.h     String customCSSText() const;
String            139 Source/core/css/CSSCalculationValue.cpp static String buildCSSText(const String& expression)
String            152 Source/core/css/CSSCalculationValue.cpp String CSSCalcValue::customCSSText() const
String            200 Source/core/css/CSSCalculationValue.cpp     virtual String customCSSText() const OVERRIDE
String            422 Source/core/css/CSSCalculationValue.cpp     static String buildCSSText(const String& leftExpression, const String& rightExpression, CalcOperator op)
String            436 Source/core/css/CSSCalculationValue.cpp     virtual String customCSSText() const OVERRIDE
String             71 Source/core/css/CSSCalculationValue.h     virtual String customCSSText() const = 0;
String            115 Source/core/css/CSSCalculationValue.h     String customCSSText() const;
String             40 Source/core/css/CSSCanvasValue.cpp String CSSCanvasValue::customCSSText() const
String             38 Source/core/css/CSSCanvasValue.h     static PassRefPtrWillBeRawPtr<CSSCanvasValue> create(const String& name)
String             44 Source/core/css/CSSCanvasValue.h     String customCSSText() const;
String             58 Source/core/css/CSSCanvasValue.h     explicit CSSCanvasValue(const String& name)
String             97 Source/core/css/CSSCanvasValue.h     String m_name;
String             26 Source/core/css/CSSCharsetRule.cpp CSSCharsetRule::CSSCharsetRule(CSSStyleSheet* parent, const String& encoding)
String             32 Source/core/css/CSSCharsetRule.cpp String CSSCharsetRule::cssText() const
String             33 Source/core/css/CSSCharsetRule.h     static PassRefPtrWillBeRawPtr<CSSCharsetRule> create(CSSStyleSheet* parent, const String& encoding)
String             41 Source/core/css/CSSCharsetRule.h     virtual String cssText() const OVERRIDE;
String             44 Source/core/css/CSSCharsetRule.h     const String& encoding() const { return m_encoding; }
String             45 Source/core/css/CSSCharsetRule.h     void setEncoding(const String& encoding) { m_encoding = encoding; }
String             50 Source/core/css/CSSCharsetRule.h     CSSCharsetRule(CSSStyleSheet* parent, const String& encoding);
String             52 Source/core/css/CSSCharsetRule.h     String m_encoding;
String            879 Source/core/css/CSSComputedStyleDeclaration.cpp     const Vector<String>& namedGridLines = orderedNamedGridLines.get(i);
String           1112 Source/core/css/CSSComputedStyleDeclaration.cpp CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtr<Node> n, bool allowVisitedStyle, const String& pseudoElementName)
String           1138 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::cssText() const
String           1155 Source/core/css/CSSComputedStyleDeclaration.cpp void CSSComputedStyleDeclaration::setCSSText(const String&, ExceptionState& exceptionState)
String           2867 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::getPropertyValue(CSSPropertyID propertyID) const
String           2889 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::item(unsigned i) const
String           2983 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(const String& propertyName)
String           2992 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::getPropertyValue(const String& propertyName)
String           2996 Source/core/css/CSSComputedStyleDeclaration.cpp         return String();
String           3000 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::getPropertyPriority(const String&)
String           3006 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::getPropertyShorthand(const String&)
String           3011 Source/core/css/CSSComputedStyleDeclaration.cpp bool CSSComputedStyleDeclaration::isPropertyImplicit(const String&)
String           3016 Source/core/css/CSSComputedStyleDeclaration.cpp void CSSComputedStyleDeclaration::setProperty(const String& name, const String&, const String&, ExceptionState& exceptionState)
String           3021 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::removeProperty(const String& name, ExceptionState& exceptionState)
String           3024 Source/core/css/CSSComputedStyleDeclaration.cpp     return String();
String           3032 Source/core/css/CSSComputedStyleDeclaration.cpp String CSSComputedStyleDeclaration::getPropertyValueInternal(CSSPropertyID propertyID)
String           3037 Source/core/css/CSSComputedStyleDeclaration.cpp void CSSComputedStyleDeclaration::setPropertyInternal(CSSPropertyID id, const String&, bool, ExceptionState& exceptionState)
String             52 Source/core/css/CSSComputedStyleDeclaration.h     static PassRefPtr<CSSComputedStyleDeclaration> create(PassRefPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String())
String             62 Source/core/css/CSSComputedStyleDeclaration.h     String getPropertyValue(CSSPropertyID) const;
String             75 Source/core/css/CSSComputedStyleDeclaration.h     CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&);
String             87 Source/core/css/CSSComputedStyleDeclaration.h     virtual String item(unsigned index) const OVERRIDE;
String             89 Source/core/css/CSSComputedStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE;
String             90 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyValue(const String& propertyName) OVERRIDE;
String             91 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyPriority(const String& propertyName) OVERRIDE;
String             92 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) OVERRIDE;
String             93 Source/core/css/CSSComputedStyleDeclaration.h     virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE;
String             94 Source/core/css/CSSComputedStyleDeclaration.h     virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) OVERRIDE;
String             95 Source/core/css/CSSComputedStyleDeclaration.h     virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE;
String             96 Source/core/css/CSSComputedStyleDeclaration.h     virtual String cssText() const OVERRIDE;
String             97 Source/core/css/CSSComputedStyleDeclaration.h     virtual void setCSSText(const String&, ExceptionState&) OVERRIDE;
String             99 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyValueInternal(CSSPropertyID) OVERRIDE;
String            100 Source/core/css/CSSComputedStyleDeclaration.h     virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) OVERRIDE;
String             95 Source/core/css/CSSCrossfadeValue.cpp String CSSCrossfadeValue::customCSSText() const
String             53 Source/core/css/CSSCrossfadeValue.h     String customCSSText() const;
String             42 Source/core/css/CSSCursorImageValue.cpp static inline SVGCursorElement* resourceReferencedByCursorElement(const String& url, Document& document)
String             64 Source/core/css/CSSCursorImageValue.cpp     String url = toCSSImageValue(m_imageValue.get())->url();
String             74 Source/core/css/CSSCursorImageValue.cpp String CSSCursorImageValue::customCSSText() const
String             95 Source/core/css/CSSCursorImageValue.cpp     String url = toCSSImageValue(m_imageValue.get())->url();
String            172 Source/core/css/CSSCursorImageValue.cpp String CSSCursorImageValue::cachedImageURL()
String            175 Source/core/css/CSSCursorImageValue.cpp         return String();
String             51 Source/core/css/CSSCursorImageValue.h     String customCSSText() const;
String             67 Source/core/css/CSSCursorImageValue.h     String cachedImageURL();
String             69 Source/core/css/CSSDefaultStyleSheets.cpp static PassRefPtrWillBeRawPtr<StyleSheetContents> parseUASheet(const String& str)
String             78 Source/core/css/CSSDefaultStyleSheets.cpp     return parseUASheet(String(characters, size));
String            102 Source/core/css/CSSDefaultStyleSheets.cpp     String defaultRules = String(htmlUserAgentStyleSheet, sizeof(htmlUserAgentStyleSheet)) + RenderTheme::theme().extraDefaultStyleSheet();
String            106 Source/core/css/CSSDefaultStyleSheets.cpp     String viewportRules(viewportAndroidUserAgentStyleSheet, sizeof(viewportAndroidUserAgentStyleSheet));
String            108 Source/core/css/CSSDefaultStyleSheets.cpp     String viewportRules;
String            115 Source/core/css/CSSDefaultStyleSheets.cpp     String quirksRules = String(quirksUserAgentStyleSheet, sizeof(quirksUserAgentStyleSheet)) + RenderTheme::theme().extraQuirksStyleSheet();
String            164 Source/core/css/CSSDefaultStyleSheets.cpp         String mediaRules = String(mediaControlsUserAgentStyleSheet, sizeof(mediaControlsUserAgentStyleSheet)) + RenderTheme::theme().extraMediaControlsStyleSheet();
String            174 Source/core/css/CSSDefaultStyleSheets.cpp         String fullscreenRules = String(fullscreenUserAgentStyleSheet, sizeof(fullscreenUserAgentStyleSheet)) + RenderTheme::theme().extraFullScreenStyleSheet();
String             59 Source/core/css/CSSFilterRule.cpp String CSSFilterRule::cssText() const
String             64 Source/core/css/CSSFilterRule.cpp     String filterName = m_filterRule->filterName();
String             68 Source/core/css/CSSFilterRule.cpp     String descs = m_filterRule->properties().asText();
String             52 Source/core/css/CSSFilterRule.h     virtual String cssText() const OVERRIDE;
String             39 Source/core/css/CSSFilterValue.cpp String CSSFilterValue::customCSSText() const
String             59 Source/core/css/CSSFilterValue.h     String customCSSText() const;
String            215 Source/core/css/CSSFontFace.cpp bool CSSFontFace::UnicodeRangeSet::intersectsWith(const String& text) const
String             97 Source/core/css/CSSFontFace.h         bool intersectsWith(const String&) const;
String             51 Source/core/css/CSSFontFaceRule.cpp String CSSFontFaceRule::cssText() const
String             55 Source/core/css/CSSFontFaceRule.cpp     String descs = m_fontFaceRule->properties().asText();
String             44 Source/core/css/CSSFontFaceRule.h     virtual String cssText() const OVERRIDE;
String             67 Source/core/css/CSSFontFaceSrcValue.cpp String CSSFontFaceSrcValue::customCSSText() const
String             42 Source/core/css/CSSFontFaceSrcValue.h     static PassRefPtrWillBeRawPtr<CSSFontFaceSrcValue> create(const String& resource)
String             46 Source/core/css/CSSFontFaceSrcValue.h     static PassRefPtrWillBeRawPtr<CSSFontFaceSrcValue> createLocal(const String& resource)
String             51 Source/core/css/CSSFontFaceSrcValue.h     const String& resource() const { return m_resource; }
String             52 Source/core/css/CSSFontFaceSrcValue.h     const String& format() const { return m_format; }
String             55 Source/core/css/CSSFontFaceSrcValue.h     void setFormat(const String& format) { m_format = format; }
String             66 Source/core/css/CSSFontFaceSrcValue.h     String customCSSText() const;
String             77 Source/core/css/CSSFontFaceSrcValue.h     CSSFontFaceSrcValue(const String& resource, bool local)
String             87 Source/core/css/CSSFontFaceSrcValue.h     String m_resource;
String             88 Source/core/css/CSSFontFaceSrcValue.h     String m_format;
String             20 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String()));
String             21 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("a")));
String             22 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String(hiraganaA)));
String             31 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String()));
String             32 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String("a")));
String             33 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("b")));
String             34 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String("c")));
String             35 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("abc")));
String             36 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String(hiraganaA)));
String             49 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String()));
String             50 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String("1")));
String             51 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("2")));
String             52 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("3")));
String             53 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("4")));
String             54 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String("5")));
String             55 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("6")));
String             56 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String("7")));
String             57 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String("8")));
String             86 Source/core/css/CSSFontFaceTest.cpp     EXPECT_FALSE(set.intersectsWith(String("a")));
String             87 Source/core/css/CSSFontFaceTest.cpp     EXPECT_TRUE(set.intersectsWith(String(hiraganaA)));
String             40 Source/core/css/CSSFontFeatureValue.cpp String CSSFontFeatureValue::customCSSText() const
String             43 Source/core/css/CSSFontFeatureValue.h     String customCSSText() const;
String             29 Source/core/css/CSSFontValue.cpp String CSSFontValue::customCSSText() const
String             40 Source/core/css/CSSFontValue.h     String customCSSText() const;
String             43 Source/core/css/CSSFunctionValue.cpp CSSFunctionValue::CSSFunctionValue(String name, PassRefPtrWillBeRawPtr<CSSValueList> args)
String             50 Source/core/css/CSSFunctionValue.cpp String CSSFunctionValue::customCSSText() const
String             43 Source/core/css/CSSFunctionValue.h     static PassRefPtrWillBeRawPtr<CSSFunctionValue> create(String name, PassRefPtrWillBeRawPtr<CSSValueList> args)
String             48 Source/core/css/CSSFunctionValue.h     String customCSSText() const;
String             58 Source/core/css/CSSFunctionValue.h     CSSFunctionValue(String, PassRefPtrWillBeRawPtr<CSSValueList>);
String             60 Source/core/css/CSSFunctionValue.h     String m_name;
String            474 Source/core/css/CSSGradientValue.cpp String CSSLinearGradientValue::customCSSText() const
String            500 Source/core/css/CSSGradientValue.cpp                 result.append(String::number(stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER)));
String            753 Source/core/css/CSSGradientValue.cpp String CSSRadialGradientValue::customCSSText() const
String            785 Source/core/css/CSSGradientValue.cpp                 result.append(String::number(stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER)));
String            173 Source/core/css/CSSGradientValue.h     String customCSSText() const;
String            216 Source/core/css/CSSGradientValue.h     String customCSSText() const;
String             58 Source/core/css/CSSGrammar.y #define YYPRINT(File,Type,Value) if (isCSSTokenAString(Type)) YYFPRINTF(File, "%s", String((Value).string).utf8().data())
String             36 Source/core/css/CSSGridLineNamesValue.cpp String CSSGridLineNamesValue::customCSSText() const
String             46 Source/core/css/CSSGridLineNamesValue.h     String customCSSText() const;
String             48 Source/core/css/CSSGridTemplateAreasValue.cpp static String stringForPosition(const NamedGridAreaMap& gridAreaMap, size_t row, size_t column)
String             50 Source/core/css/CSSGridTemplateAreasValue.cpp     Vector<String> candidates;
String             69 Source/core/css/CSSGridTemplateAreasValue.cpp String CSSGridTemplateAreasValue::customCSSText() const
String             48 Source/core/css/CSSGridTemplateAreasValue.h     String customCSSText() const;
String             62 Source/core/css/CSSGroupingRule.cpp unsigned CSSGroupingRule::insertRule(const String& ruleString, unsigned index, ExceptionState& exceptionState)
String             67 Source/core/css/CSSGroupingRule.cpp         exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " must be less than or equal to the length of the rule list.");
String            100 Source/core/css/CSSGroupingRule.cpp         exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " is greated than the length of the rule list.");
String             43 Source/core/css/CSSGroupingRule.h     unsigned insertRule(const String& rule, unsigned index, ExceptionState&);
String             61 Source/core/css/CSSImageSetValue.cpp         String imageURL = toCSSImageValue(imageValue)->url();
String            141 Source/core/css/CSSImageSetValue.cpp String CSSImageSetValue::customCSSText() const
String             53 Source/core/css/CSSImageSetValue.h     String customCSSText() const;
String             58 Source/core/css/CSSImageSetValue.h         String imageURL;
String             36 Source/core/css/CSSImageValue.cpp CSSImageValue::CSSImageValue(const String& rawValue, const KURL& url, StyleImage* image)
String             90 Source/core/css/CSSImageValue.cpp String CSSImageValue::customCSSText() const
String             43 Source/core/css/CSSImageValue.h     static PassRefPtrWillBeRawPtr<CSSImageValue> create(const String& rawValue, const KURL& url, StyleImage* image = 0)
String             54 Source/core/css/CSSImageValue.h     const String& url() { return m_absoluteURL; }
String             58 Source/core/css/CSSImageValue.h     String customCSSText() const;
String             73 Source/core/css/CSSImageValue.h     CSSImageValue(const String& rawValue, const KURL&, StyleImage*);
String             75 Source/core/css/CSSImageValue.h     String m_relativeURL;
String             76 Source/core/css/CSSImageValue.h     String m_absoluteURL;
String             50 Source/core/css/CSSImportRule.cpp String CSSImportRule::href() const
String             62 Source/core/css/CSSImportRule.cpp String CSSImportRule::cssText() const
String             70 Source/core/css/CSSImportRule.cpp         String mediaText = m_importRule->mediaQueries()->mediaText();
String             45 Source/core/css/CSSImportRule.h     virtual String cssText() const OVERRIDE;
String             48 Source/core/css/CSSImportRule.h     String href() const;
String             28 Source/core/css/CSSInheritedValue.cpp String CSSInheritedValue::customCSSText() const
String             36 Source/core/css/CSSInheritedValue.h     String customCSSText() const;
String             28 Source/core/css/CSSInitialValue.cpp String CSSInitialValue::customCSSText() const
String             40 Source/core/css/CSSInitialValue.h     String customCSSText() const;
String             46 Source/core/css/CSSKeyframeRule.cpp String StyleKeyframe::keyText() const
String             55 Source/core/css/CSSKeyframeRule.cpp             keyText.append(String::number(m_keys->at(i) * 100));
String             64 Source/core/css/CSSKeyframeRule.cpp void StyleKeyframe::setKeyText(const String& keyText)
String             91 Source/core/css/CSSKeyframeRule.cpp     m_keyText = String();
String            108 Source/core/css/CSSKeyframeRule.cpp String StyleKeyframe::cssText() const
String            113 Source/core/css/CSSKeyframeRule.cpp     String decls = m_properties->asText();
String             50 Source/core/css/CSSKeyframeRule.h     String keyText() const;
String             51 Source/core/css/CSSKeyframeRule.h     void setKeyText(const String&);
String             62 Source/core/css/CSSKeyframeRule.h     String cssText() const;
String             73 Source/core/css/CSSKeyframeRule.h     mutable String m_keyText;
String             82 Source/core/css/CSSKeyframeRule.h     virtual String cssText() const OVERRIDE { return m_keyframe->cssText(); }
String             85 Source/core/css/CSSKeyframeRule.h     String keyText() const { return m_keyframe->keyText(); }
String             86 Source/core/css/CSSKeyframeRule.h     void setKeyText(const String& s) { m_keyframe->setKeyText(s); }
String             72 Source/core/css/CSSKeyframesRule.cpp int StyleRuleKeyframes::findKeyframeIndex(const String& key) const
String             74 Source/core/css/CSSKeyframesRule.cpp     String percentageString;
String            114 Source/core/css/CSSKeyframesRule.cpp void CSSKeyframesRule::setName(const String& name)
String            121 Source/core/css/CSSKeyframesRule.cpp void CSSKeyframesRule::insertRule(const String& ruleText)
String            139 Source/core/css/CSSKeyframesRule.cpp void CSSKeyframesRule::deleteRule(const String& s)
String            156 Source/core/css/CSSKeyframesRule.cpp CSSKeyframeRule* CSSKeyframesRule::findRule(const String& s)
String            162 Source/core/css/CSSKeyframesRule.cpp String CSSKeyframesRule::cssText() const
String             52 Source/core/css/CSSKeyframesRule.h     String name() const { return m_name; }
String             53 Source/core/css/CSSKeyframesRule.h     void setName(const String& name) { m_name = AtomicString(name); }
String             58 Source/core/css/CSSKeyframesRule.h     int findKeyframeIndex(const String& key) const;
String             85 Source/core/css/CSSKeyframesRule.h     virtual String cssText() const OVERRIDE;
String             88 Source/core/css/CSSKeyframesRule.h     String name() const { return m_keyframesRule->name(); }
String             89 Source/core/css/CSSKeyframesRule.h     void setName(const String&);
String             93 Source/core/css/CSSKeyframesRule.h     void insertRule(const String& rule);
String             94 Source/core/css/CSSKeyframesRule.h     void deleteRule(const String& key);
String             95 Source/core/css/CSSKeyframesRule.h     CSSKeyframeRule* findRule(const String& key);
String             40 Source/core/css/CSSLineBoxContainValue.cpp String CSSLineBoxContainValue::customCSSText() const
String             48 Source/core/css/CSSLineBoxContainValue.h     String customCSSText() const;
String             59 Source/core/css/CSSMarkup.cpp static bool isCSSTokenizerIdentifier(const String& string)
String             99 Source/core/css/CSSMarkup.cpp static bool isCSSTokenizerURL(const String& string)
String            112 Source/core/css/CSSMarkup.cpp static inline String quoteCSSStringInternal(const CharacterType* characters, unsigned length)
String            157 Source/core/css/CSSMarkup.cpp     return String::adopt(buffer);
String            161 Source/core/css/CSSMarkup.cpp String quoteCSSString(const String& string)
String            169 Source/core/css/CSSMarkup.cpp         return String("\'\'");
String            179 Source/core/css/CSSMarkup.cpp String quoteCSSStringIfNeeded(const String& string)
String            184 Source/core/css/CSSMarkup.cpp String quoteCSSURLIfNeeded(const String& string)
String             34 Source/core/css/CSSMarkup.h String quoteCSSString(const String&);
String             35 Source/core/css/CSSMarkup.h String quoteCSSStringIfNeeded(const String&);
String             36 Source/core/css/CSSMarkup.h String quoteCSSURLIfNeeded(const String&);
String             49 Source/core/css/CSSMatrix.cpp CSSMatrix::CSSMatrix(const String& s, ExceptionState& exceptionState)
String             55 Source/core/css/CSSMatrix.cpp void CSSMatrix::setMatrixValue(const String& string, ExceptionState& exceptionState)
String            180 Source/core/css/CSSMatrix.cpp String CSSMatrix::toString() const
String            184 Source/core/css/CSSMatrix.cpp         return String::format("matrix(%f, %f, %f, %f, %f, %f)", m_matrix.a(), m_matrix.b(), m_matrix.c(), m_matrix.d(), m_matrix.e(), m_matrix.f());
String            185 Source/core/css/CSSMatrix.cpp     return String::format("matrix3d(%f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f)",
String             44 Source/core/css/CSSMatrix.h     static PassRefPtrWillBeRawPtr<CSSMatrix> create(const String& s, ExceptionState& exceptionState)
String             97 Source/core/css/CSSMatrix.h     void setMatrixValue(const String&, ExceptionState&);
String            148 Source/core/css/CSSMatrix.h     String toString() const;
String            154 Source/core/css/CSSMatrix.h     CSSMatrix(const String&, ExceptionState&);
String             49 Source/core/css/CSSMediaRule.cpp String CSSMediaRule::cssText() const
String             44 Source/core/css/CSSMediaRule.h     virtual String cssText() const OVERRIDE;
String             52 Source/core/css/CSSOMUtils.cpp void serializeIdentifier(const String& identifier, StringBuilder& appendTo)
String             81 Source/core/css/CSSOMUtils.cpp void serializeString(const String& string, StringBuilder& appendTo)
String             46 Source/core/css/CSSOMUtils.h void serializeIdentifier(const String& identifier, StringBuilder& appendTo);
String             47 Source/core/css/CSSOMUtils.h void serializeString(const String&, StringBuilder& appendTo);
String             54 Source/core/css/CSSPageRule.cpp String CSSPageRule::selectorText() const
String             60 Source/core/css/CSSPageRule.cpp         String pageSpecification = selector->selectorText();
String             69 Source/core/css/CSSPageRule.cpp void CSSPageRule::setSelectorText(const String& selectorText)
String             83 Source/core/css/CSSPageRule.cpp String CSSPageRule::cssText() const
String             88 Source/core/css/CSSPageRule.cpp     String decls = m_pageRule->properties().asText();
String             45 Source/core/css/CSSPageRule.h     virtual String cssText() const OVERRIDE;
String             50 Source/core/css/CSSPageRule.h     String selectorText() const;
String             51 Source/core/css/CSSPageRule.h     void setSelectorText(const String&);
String             43 Source/core/css/CSSParserMode.cpp CSSParserContext::CSSParserContext(const Document& document, UseCounter* useCounter, const KURL& baseURL, const String& charset)
String             78 Source/core/css/CSSParserMode.cpp KURL CSSParserContext::completeURL(const String& url) const
String             99 Source/core/css/CSSParserMode.h     CSSParserContext(const Document&, UseCounter*, const KURL& baseURL = KURL(), const String& charset = emptyString());
String            109 Source/core/css/CSSParserMode.h     const String& charset() const { return m_charset; }
String            121 Source/core/css/CSSParserMode.h     void setCharset(const String& charset) { m_charset = charset; }
String            123 Source/core/css/CSSParserMode.h     KURL completeURL(const String& url) const;
String            129 Source/core/css/CSSParserMode.h     String m_charset;
String             51 Source/core/css/CSSParserValues.h     void init(const String& string)
String             56 Source/core/css/CSSParserValues.h     void init(const String& string, unsigned startOffset, unsigned length)
String            121 Source/core/css/CSSParserValues.h     operator String() const { return is8Bit() ? String(m_data.characters8, m_length) : StringImpl::create8BitIfPossible(m_data.characters16, m_length); }
String             42 Source/core/css/CSSParserValuesTest.cpp     String string8bit("a");
String             51 Source/core/css/CSSParserValuesTest.cpp     String string16bit("a");
String             62 Source/core/css/CSSParserValuesTest.cpp     String string8bit("sHaDOw");
String             74 Source/core/css/CSSParserValuesTest.cpp     String string16bit("sHaDOw");
String            118 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("em"), CSSPrimitiveValue::CSS_EMS);
String            119 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("ex"), CSSPrimitiveValue::CSS_EXS);
String            120 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("px"), CSSPrimitiveValue::CSS_PX);
String            121 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("cm"), CSSPrimitiveValue::CSS_CM);
String            122 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("mm"), CSSPrimitiveValue::CSS_MM);
String            123 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("in"), CSSPrimitiveValue::CSS_IN);
String            124 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("pt"), CSSPrimitiveValue::CSS_PT);
String            125 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("pc"), CSSPrimitiveValue::CSS_PC);
String            126 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("deg"), CSSPrimitiveValue::CSS_DEG);
String            127 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("rad"), CSSPrimitiveValue::CSS_RAD);
String            128 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("grad"), CSSPrimitiveValue::CSS_GRAD);
String            129 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("ms"), CSSPrimitiveValue::CSS_MS);
String            130 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("s"), CSSPrimitiveValue::CSS_S);
String            131 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("hz"), CSSPrimitiveValue::CSS_HZ);
String            132 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("khz"), CSSPrimitiveValue::CSS_KHZ);
String            133 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("dpi"), CSSPrimitiveValue::CSS_DPI);
String            134 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("dpcm"), CSSPrimitiveValue::CSS_DPCM);
String            135 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("dppx"), CSSPrimitiveValue::CSS_DPPX);
String            136 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("vw"), CSSPrimitiveValue::CSS_VW);
String            137 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("vh"), CSSPrimitiveValue::CSS_VH);
String            138 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("vmax"), CSSPrimitiveValue::CSS_VMIN);
String            139 Source/core/css/CSSPrimitiveValue.cpp     table.set(String("vmin"), CSSPrimitiveValue::CSS_VMAX);
String            143 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::UnitTypes CSSPrimitiveValue::fromName(const String& unit)
String            199 Source/core/css/CSSPrimitiveValue.cpp typedef HashMap<const CSSPrimitiveValue*, String> CSSTextCache;
String            287 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::CSSPrimitiveValue(const String& str, UnitTypes type)
String            836 Source/core/css/CSSPrimitiveValue.cpp void CSSPrimitiveValue::setStringValue(unsigned short, const String&, ExceptionState& exceptionState)
String            844 Source/core/css/CSSPrimitiveValue.cpp String CSSPrimitiveValue::getStringValue(ExceptionState& exceptionState) const
String            860 Source/core/css/CSSPrimitiveValue.cpp     return String();
String            863 Source/core/css/CSSPrimitiveValue.cpp String CSSPrimitiveValue::getStringValue() const
String            878 Source/core/css/CSSPrimitiveValue.cpp     return String();
String            932 Source/core/css/CSSPrimitiveValue.cpp static String formatNumber(double number, const char* suffix, unsigned suffixLength)
String            943 Source/core/css/CSSPrimitiveValue.cpp     return String::adopt(buffer);
String            947 Source/core/css/CSSPrimitiveValue.cpp ALWAYS_INLINE static String formatNumber(double number, const char (&characters)[characterCount])
String            952 Source/core/css/CSSPrimitiveValue.cpp String CSSPrimitiveValue::customCSSText(CSSTextFormattingFlags formattingFlag) const
String            962 Source/core/css/CSSPrimitiveValue.cpp     String text;
String           1064 Source/core/css/CSSPrimitiveValue.cpp             text = "counter(" + String(m_value.string) + ')';
String           1068 Source/core/css/CSSPrimitiveValue.cpp             String separator = m_value.counter->separator();
String           1079 Source/core/css/CSSPrimitiveValue.cpp             String listStyle = m_value.counter->listStyle();
String           1112 Source/core/css/CSSPrimitiveValue.cpp             text = String(&c, 1U);
String            157 Source/core/css/CSSPrimitiveValue.h     static UnitTypes fromName(const String& unit);
String            226 Source/core/css/CSSPrimitiveValue.h     static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(const String& value, UnitTypes type)
String            308 Source/core/css/CSSPrimitiveValue.h     void setStringValue(unsigned short stringType, const String& stringValue, ExceptionState&);
String            309 Source/core/css/CSSPrimitiveValue.h     String getStringValue(ExceptionState&) const;
String            310 Source/core/css/CSSPrimitiveValue.h     String getStringValue() const;
String            336 Source/core/css/CSSPrimitiveValue.h     String customCSSText(CSSTextFormattingFlags = QuoteCSSStringIfNeeded) const;
String            363 Source/core/css/CSSPrimitiveValue.h     CSSPrimitiveValue(const String&, UnitTypes);
String             58 Source/core/css/CSSPropertySourceData.cpp CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range)
String             88 Source/core/css/CSSPropertySourceData.cpp String CSSPropertySourceData::toString() const
String             90 Source/core/css/CSSPropertySourceData.cpp     DEFINE_STATIC_LOCAL(String, emptyValue, ("e"));
String             92 Source/core/css/CSSPropertySourceData.cpp         return String();
String             60 Source/core/css/CSSPropertySourceData.h     CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range);
String             64 Source/core/css/CSSPropertySourceData.h     String toString() const;
String             69 Source/core/css/CSSPropertySourceData.h     String name;
String             70 Source/core/css/CSSPropertySourceData.h     String value;
String             35 Source/core/css/CSSReflectValue.cpp String CSSReflectValue::customCSSText() const
String             49 Source/core/css/CSSReflectValue.h     String customCSSText() const;
String             42 Source/core/css/CSSRule.cpp void CSSRule::setCSSText(const String&)
String             61 Source/core/css/CSSRule.h     virtual String cssText() const = 0;
String             88 Source/core/css/CSSRule.h     void setCSSText(const String&);
String             37 Source/core/css/CSSSVGDocumentValue.cpp CSSSVGDocumentValue::CSSSVGDocumentValue(const String& url)
String             62 Source/core/css/CSSSVGDocumentValue.cpp String CSSSVGDocumentValue::customCSSText() const
String             38 Source/core/css/CSSSVGDocumentValue.h     static PassRefPtrWillBeRawPtr<CSSSVGDocumentValue> create(const String& url)
String             47 Source/core/css/CSSSVGDocumentValue.h     String customCSSText() const;
String             48 Source/core/css/CSSSVGDocumentValue.h     const String& url() const { return m_url; }
String             55 Source/core/css/CSSSVGDocumentValue.h     CSSSVGDocumentValue(const String& url);
String             57 Source/core/css/CSSSVGDocumentValue.h     String m_url;
String            191 Source/core/css/CSSSegmentedFontFace.cpp bool CSSSegmentedFontFace::checkFont(const String& text) const
String            200 Source/core/css/CSSSegmentedFontFace.cpp void CSSSegmentedFontFace::match(const String& text, Vector<RefPtr<FontFace> >& faces) const
String             66 Source/core/css/CSSSegmentedFontFace.h     bool checkFont(const String&) const;
String             67 Source/core/css/CSSSegmentedFontFace.h     void match(const String&, Vector<RefPtr<FontFace> >&) const;
String            574 Source/core/css/CSSSelector.cpp String CSSSelector::selectorText(const String& rightSide) const
String            831 Source/core/css/CSSSelector.cpp     String argument = m_argument.lower();
String             96 Source/core/css/CSSSelector.h         String selectorText(const String& = "") const;
String            111 Source/core/css/CSSSelectorList.cpp String CSSSelectorList::selectorsText() const
String             66 Source/core/css/CSSSelectorList.h     String selectorsText() const;
String             46 Source/core/css/CSSShadowValue.cpp String CSSShadowValue::customCSSText() const
String             45 Source/core/css/CSSShadowValue.h     String customCSSText() const;
String             47 Source/core/css/CSSStyleDeclaration.h     virtual String cssText() const = 0;
String             48 Source/core/css/CSSStyleDeclaration.h     virtual void setCSSText(const String&, ExceptionState&) = 0;
String             50 Source/core/css/CSSStyleDeclaration.h     virtual String item(unsigned index) const = 0;
String             51 Source/core/css/CSSStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) = 0;
String             52 Source/core/css/CSSStyleDeclaration.h     virtual String getPropertyValue(const String& propertyName) = 0;
String             53 Source/core/css/CSSStyleDeclaration.h     virtual String getPropertyPriority(const String& propertyName) = 0;
String             54 Source/core/css/CSSStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) = 0;
String             55 Source/core/css/CSSStyleDeclaration.h     virtual bool isPropertyImplicit(const String& propertyName) = 0;
String             56 Source/core/css/CSSStyleDeclaration.h     virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) = 0;
String             57 Source/core/css/CSSStyleDeclaration.h     virtual String removeProperty(const String& propertyName, ExceptionState&) = 0;
String             63 Source/core/css/CSSStyleDeclaration.h     virtual String getPropertyValueInternal(CSSPropertyID) = 0;
String             64 Source/core/css/CSSStyleDeclaration.h     virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) = 0;
String             35 Source/core/css/CSSStyleRule.cpp typedef HashMap<const CSSStyleRule*, String> SelectorTextCache;
String             67 Source/core/css/CSSStyleRule.cpp String CSSStyleRule::generateSelectorText() const
String             78 Source/core/css/CSSStyleRule.cpp String CSSStyleRule::selectorText() const
String             86 Source/core/css/CSSStyleRule.cpp     String text = generateSelectorText();
String             92 Source/core/css/CSSStyleRule.cpp void CSSStyleRule::setSelectorText(const String& selectorText)
String            111 Source/core/css/CSSStyleRule.cpp String CSSStyleRule::cssText() const
String            116 Source/core/css/CSSStyleRule.cpp     String decls = m_styleRule->properties().asText();
String             44 Source/core/css/CSSStyleRule.h     virtual String cssText() const OVERRIDE;
String             47 Source/core/css/CSSStyleRule.h     String selectorText() const;
String             48 Source/core/css/CSSStyleRule.h     void setSelectorText(const String&);
String             60 Source/core/css/CSSStyleRule.h     String generateSelectorText() const;
String            104 Source/core/css/CSSStyleSheet.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::createInline(Node* ownerNode, const KURL& baseURL, const TextPosition& startPosition, const String& encoding)
String            298 Source/core/css/CSSStyleSheet.cpp unsigned CSSStyleSheet::insertRule(const String& ruleString, unsigned index, ExceptionState& exceptionState)
String            303 Source/core/css/CSSStyleSheet.cpp         exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is larger than the maximum index (" + String::number(length()) + ").");
String            327 Source/core/css/CSSStyleSheet.cpp unsigned CSSStyleSheet::insertRule(const String& rule, ExceptionState& exceptionState)
String            338 Source/core/css/CSSStyleSheet.cpp         exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is larger than the maximum index (" + String::number(length() - 1) + ").");
String            352 Source/core/css/CSSStyleSheet.cpp int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionState& exceptionState)
String            367 Source/core/css/CSSStyleSheet.cpp int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionState& exceptionState)
String            382 Source/core/css/CSSStyleSheet.cpp String CSSStyleSheet::href() const
String             54 Source/core/css/CSSStyleSheet.h     static PassRefPtrWillBeRawPtr<CSSStyleSheet> createInline(Node*, const KURL&, const TextPosition& startPosition = TextPosition::minimumPosition(), const String& encoding = String());
String             62 Source/core/css/CSSStyleSheet.h     virtual String href() const OVERRIDE;
String             63 Source/core/css/CSSStyleSheet.h     virtual String title() const OVERRIDE { return m_title; }
String             68 Source/core/css/CSSStyleSheet.h     unsigned insertRule(const String& rule, unsigned index, ExceptionState&);
String             69 Source/core/css/CSSStyleSheet.h     unsigned insertRule(const String& rule, ExceptionState&); // Deprecated.
String             74 Source/core/css/CSSStyleSheet.h     int addRule(const String& selector, const String& style, int index, ExceptionState&);
String             75 Source/core/css/CSSStyleSheet.h     int addRule(const String& selector, const String& style, ExceptionState&);
String             92 Source/core/css/CSSStyleSheet.h     void setTitle(const String& title) { m_title = title; }
String            128 Source/core/css/CSSStyleSheet.h     virtual String type() const OVERRIDE { return "text/css"; }
String            139 Source/core/css/CSSStyleSheet.h     String m_title;
String             43 Source/core/css/CSSSupportsRule.cpp String CSSSupportsRule::cssText() const
String             56 Source/core/css/CSSSupportsRule.cpp String CSSSupportsRule::conditionText() const
String             49 Source/core/css/CSSSupportsRule.h     virtual String cssText() const OVERRIDE;
String             51 Source/core/css/CSSSupportsRule.h     String conditionText() const;
String             33 Source/core/css/CSSTimingFunctionValue.cpp String CSSCubicBezierTimingFunctionValue::customCSSText() const
String             36 Source/core/css/CSSTimingFunctionValue.cpp         + String::number(m_x1) + ", "
String             37 Source/core/css/CSSTimingFunctionValue.cpp         + String::number(m_y1) + ", "
String             38 Source/core/css/CSSTimingFunctionValue.cpp         + String::number(m_x2) + ", "
String             39 Source/core/css/CSSTimingFunctionValue.cpp         + String::number(m_y2) + ")";
String             47 Source/core/css/CSSTimingFunctionValue.cpp String CSSStepsTimingFunctionValue::customCSSText() const
String             49 Source/core/css/CSSTimingFunctionValue.cpp     String stepAtPositionString;
String             65 Source/core/css/CSSTimingFunctionValue.cpp     return "steps(" + String::number(m_steps) + ", " + stepAtPositionString + ')';
String             42 Source/core/css/CSSTimingFunctionValue.h     String customCSSText() const;
String             81 Source/core/css/CSSTimingFunctionValue.h     String customCSSText() const;
String           1537 Source/core/css/CSSTokenizer-in.cpp void CSSTokenizer::setupTokenizer(const char* prefix, unsigned prefixLength, const String& string, const char* suffix, unsigned suffixLength)
String             57 Source/core/css/CSSTokenizer.h     void setupTokenizer(const char* prefix, unsigned prefixLength, const String&, const char* suffix, unsigned suffixLength);
String             59 Source/core/css/CSSTransformValue.cpp static inline String transformValueToCssString(CSSTransformValue::TransformOperationType operation, const String& value)
String             65 Source/core/css/CSSTransformValue.cpp     return String();
String             74 Source/core/css/CSSTransformValue.cpp String CSSTransformValue::customCSSText() const
String             67 Source/core/css/CSSTransformValue.h     String customCSSText() const;
String             33 Source/core/css/CSSUnicodeRangeValue.cpp String CSSUnicodeRangeValue::customCSSText() const
String             36 Source/core/css/CSSUnicodeRangeValue.cpp         return String::format("U+%X", m_from);
String             37 Source/core/css/CSSUnicodeRangeValue.cpp     return String::format("U+%X-%X", m_from, m_to);
String             44 Source/core/css/CSSUnicodeRangeValue.h     String customCSSText() const;
String             35 Source/core/css/CSSUnknownRule.h     virtual String cssText() const OVERRIDE { return String(); }
String             70 Source/core/css/CSSValue.cpp     static PassRefPtrWillBeRawPtr<TextCloneCSSValue> create(ClassType classType, const String& text)
String             75 Source/core/css/CSSValue.cpp     String cssText() const { return m_cssText; }
String             80 Source/core/css/CSSValue.cpp     TextCloneCSSValue(ClassType classType, const String& text)
String             87 Source/core/css/CSSValue.cpp     String m_cssText;
String            217 Source/core/css/CSSValue.cpp String CSSValue::cssText() const
String            290 Source/core/css/CSSValue.cpp     return String();
String             69 Source/core/css/CSSValue.h     String cssText() const;
String             70 Source/core/css/CSSValue.h     void setCSSText(const String&, ExceptionState&) { } // FIXME: Not implemented.
String             97 Source/core/css/CSSValueList.cpp String CSSValueList::customCSSText(CSSTextFormattingFlags formattingFlag) const
String            100 Source/core/css/CSSValueList.cpp     String separator;
String             62 Source/core/css/CSSValueList.h     String customCSSText(CSSTextFormattingFlags = QuoteCSSStringIfNeeded) const;
String            130 Source/core/css/CSSValuePool.cpp PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSValuePool::createFontFamilyValue(const String& familyName)
String             46 Source/core/css/CSSValuePool.h     PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createFontFamilyValue(const String&);
String             54 Source/core/css/CSSValuePool.h     PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(const String& value, CSSPrimitiveValue::UnitTypes type) { return CSSPrimitiveValue::create(value, type); }
String             61 Source/core/css/CSSViewportRule.cpp String CSSViewportRule::cssText() const
String             66 Source/core/css/CSSViewportRule.cpp     String decls = m_viewportRule->properties().asText();
String             52 Source/core/css/CSSViewportRule.h     virtual String cssText() const OVERRIDE;
String             36 Source/core/css/Counter.h     String identifier() const { return m_identifier ? m_identifier->getStringValue() : String(); }
String             37 Source/core/css/Counter.h     String listStyle() const { return m_listStyle ? m_listStyle->getStringValue() : String(); }
String             38 Source/core/css/Counter.h     String separator() const { return m_separator ? m_separator->getStringValue() : String(); }
String             45 Source/core/css/DOMWindowCSS.cpp static String valueWithoutImportant(const String& value)
String             50 Source/core/css/DOMWindowCSS.cpp     String newValue = value;
String             59 Source/core/css/DOMWindowCSS.cpp bool DOMWindowCSS::supports(const String& property, const String& value) const
String             71 Source/core/css/DOMWindowCSS.cpp     String normalizedValue = value.stripWhiteSpace().simplifyWhiteSpace();
String             81 Source/core/css/DOMWindowCSS.cpp bool DOMWindowCSS::supports(const String& conditionText) const
String             44 Source/core/css/DOMWindowCSS.h     bool supports(const String& property, const String& value) const;
String             45 Source/core/css/DOMWindowCSS.h     bool supports(const String& conditionText) const;
String            100 Source/core/css/FontFace.cpp static PassRefPtrWillBeRawPtr<CSSValue> parseCSSValue(const Document* document, const String& s, CSSPropertyID propertyID)
String            115 Source/core/css/FontFace.cpp     String value;
String            149 Source/core/css/FontFace.cpp PassRefPtr<FontFace> FontFace::create(ExecutionContext* context, const AtomicString& family, const String& source, const Dictionary& descriptors, ExceptionState& exceptionState)
String            217 Source/core/css/FontFace.cpp String FontFace::style() const
String            222 Source/core/css/FontFace.cpp String FontFace::weight() const
String            227 Source/core/css/FontFace.cpp String FontFace::stretch() const
String            232 Source/core/css/FontFace.cpp String FontFace::unicodeRange() const
String            237 Source/core/css/FontFace.cpp String FontFace::variant() const
String            242 Source/core/css/FontFace.cpp String FontFace::featureSettings() const
String            247 Source/core/css/FontFace.cpp void FontFace::setStyle(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
String            252 Source/core/css/FontFace.cpp void FontFace::setWeight(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
String            257 Source/core/css/FontFace.cpp void FontFace::setStretch(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
String            262 Source/core/css/FontFace.cpp void FontFace::setUnicodeRange(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
String            267 Source/core/css/FontFace.cpp void FontFace::setVariant(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
String            272 Source/core/css/FontFace.cpp void FontFace::setFeatureSettings(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
String            277 Source/core/css/FontFace.cpp void FontFace::setPropertyFromString(const Document* document, const String& s, CSSPropertyID propertyID, ExceptionState& exceptionState)
String            359 Source/core/css/FontFace.cpp String FontFace::status() const
String             60 Source/core/css/FontFace.h     static PassRefPtr<FontFace> create(ExecutionContext*, const AtomicString& family, const String& source, const Dictionary&, ExceptionState&);
String             66 Source/core/css/FontFace.h     String style() const;
String             67 Source/core/css/FontFace.h     String weight() const;
String             68 Source/core/css/FontFace.h     String stretch() const;
String             69 Source/core/css/FontFace.h     String unicodeRange() const;
String             70 Source/core/css/FontFace.h     String variant() const;
String             71 Source/core/css/FontFace.h     String featureSettings() const;
String             75 Source/core/css/FontFace.h     void setStyle(ExecutionContext*, const String&, ExceptionState&);
String             76 Source/core/css/FontFace.h     void setWeight(ExecutionContext*, const String&, ExceptionState&);
String             77 Source/core/css/FontFace.h     void setStretch(ExecutionContext*, const String&, ExceptionState&);
String             78 Source/core/css/FontFace.h     void setUnicodeRange(ExecutionContext*, const String&, ExceptionState&);
String             79 Source/core/css/FontFace.h     void setVariant(ExecutionContext*, const String&, ExceptionState&);
String             80 Source/core/css/FontFace.h     void setFeatureSettings(ExecutionContext*, const String&, ExceptionState&);
String             82 Source/core/css/FontFace.h     String status() const;
String            109 Source/core/css/FontFace.h     void setPropertyFromString(const Document*, const String&, CSSPropertyID, ExceptionState&);
String            431 Source/core/css/FontFaceSet.cpp static const String& nullToSpace(const String& s)
String            433 Source/core/css/FontFaceSet.cpp     DEFINE_STATIC_LOCAL(String, space, (" "));
String            437 Source/core/css/FontFaceSet.cpp ScriptPromise FontFaceSet::load(const String& fontString, const String& text)
String            464 Source/core/css/FontFaceSet.cpp bool FontFaceSet::check(const String& fontString, const String& text, ExceptionState& exceptionState)
String            484 Source/core/css/FontFaceSet.cpp bool FontFaceSet::resolveFontStyle(const String& fontString, Font& font)
String            495 Source/core/css/FontFaceSet.cpp     String fontValue = parsedStyle->getPropertyValue(CSSPropertyFont);
String             69 Source/core/css/FontFaceSet.h     bool check(const String& font, const String& text, ExceptionState&);
String             70 Source/core/css/FontFaceSet.h     ScriptPromise load(const String& font, const String& text);
String            135 Source/core/css/FontFaceSet.h     bool resolveFontStyle(const String&, Font&);
String             15 Source/core/css/LocalFontFaceSource.h     LocalFontFaceSource(const String& fontName) : m_fontName(fontName) { }
String             69 Source/core/css/MediaList.cpp PassRefPtrWillBeRawPtr<MediaQuerySet> MediaQuerySet::create(const String& mediaString)
String             81 Source/core/css/MediaList.cpp PassRefPtrWillBeRawPtr<MediaQuerySet> MediaQuerySet::createOffMainThread(const String& mediaString)
String             89 Source/core/css/MediaList.cpp bool MediaQuerySet::set(const String& mediaString)
String             96 Source/core/css/MediaList.cpp bool MediaQuerySet::add(const String& queryString)
String            122 Source/core/css/MediaList.cpp bool MediaQuerySet::remove(const String& queryStringToRemove)
String            156 Source/core/css/MediaList.cpp String MediaQuerySet::mediaText() const
String            198 Source/core/css/MediaList.cpp void MediaList::setMediaText(const String& value)
String            208 Source/core/css/MediaList.cpp String MediaList::item(unsigned index) const
String            213 Source/core/css/MediaList.cpp     return String();
String            216 Source/core/css/MediaList.cpp void MediaList::deleteMedium(const String& medium, ExceptionState& exceptionState)
String            229 Source/core/css/MediaList.cpp void MediaList::appendMedium(const String& medium, ExceptionState& exceptionState)
String            256 Source/core/css/MediaList.cpp static void addResolutionWarningMessageToConsole(Document* document, const String& serializedExpression, const CSSPrimitiveValue* value)
String            261 Source/core/css/MediaList.cpp     DEFINE_STATIC_LOCAL(String, mediaQueryMessage, ("Consider using 'dppx' units, as in CSS '%replacementUnits%' means dots-per-CSS-%lengthUnit%, not dots-per-physical-%lengthUnit%, so does not correspond to the actual '%replacementUnits%' of a screen. In media query expression: "));
String            262 Source/core/css/MediaList.cpp     DEFINE_STATIC_LOCAL(String, mediaValueDPI, ("dpi"));
String            263 Source/core/css/MediaList.cpp     DEFINE_STATIC_LOCAL(String, mediaValueDPCM, ("dpcm"));
String            264 Source/core/css/MediaList.cpp     DEFINE_STATIC_LOCAL(String, lengthUnitInch, ("inch"));
String            265 Source/core/css/MediaList.cpp     DEFINE_STATIC_LOCAL(String, lengthUnitCentimeter, ("centimeter"));
String            269 Source/core/css/MediaList.cpp         message.append(String(mediaQueryMessage).replace("%replacementUnits%", mediaValueDPI).replace("%lengthUnit%", lengthUnitInch));
String            271 Source/core/css/MediaList.cpp         message.append(String(mediaQueryMessage).replace("%replacementUnits%", mediaValueDPCM).replace("%lengthUnit%", lengthUnitCentimeter));
String            280 Source/core/css/MediaList.cpp static inline bool isResolutionMediaFeature(const String& mediaFeature)
String             48 Source/core/css/MediaList.h     static PassRefPtrWillBeRawPtr<MediaQuerySet> create(const String& mediaString);
String             49 Source/core/css/MediaList.h     static PassRefPtrWillBeRawPtr<MediaQuerySet> createOffMainThread(const String& mediaString);
String             51 Source/core/css/MediaList.h     bool set(const String&);
String             52 Source/core/css/MediaList.h     bool add(const String&);
String             53 Source/core/css/MediaList.h     bool remove(const String&);
String             59 Source/core/css/MediaList.h     String mediaText() const;
String             86 Source/core/css/MediaList.h     String item(unsigned index) const;
String             87 Source/core/css/MediaList.h     void deleteMedium(const String& oldMedium, ExceptionState&);
String             88 Source/core/css/MediaList.h     void appendMedium(const String& newMedium, ExceptionState&);
String             90 Source/core/css/MediaList.h     String mediaText() const { return m_mediaQueries->mediaText(); }
String             91 Source/core/css/MediaList.h     void setMediaText(const String&);
String             41 Source/core/css/MediaQuery.cpp String MediaQuery::serialize() const
String             83 Source/core/css/MediaQuery.cpp MediaQuery::MediaQuery(Restrictor r, const String& mediaType, PassOwnPtrWillBeRawPtr<ExpressionHeapVector> expressions)
String            128 Source/core/css/MediaQuery.cpp String MediaQuery::cssText() const
String             52 Source/core/css/MediaQuery.h     MediaQuery(Restrictor, const String& mediaType, PassOwnPtrWillBeRawPtr<ExpressionHeapVector> exprs);
String             57 Source/core/css/MediaQuery.h     const String& mediaType() const { return m_mediaType; }
String             59 Source/core/css/MediaQuery.h     String cssText() const;
String             69 Source/core/css/MediaQuery.h     String m_mediaType;
String             71 Source/core/css/MediaQuery.h     String m_serializationCache;
String             73 Source/core/css/MediaQuery.h     String serialize() const;
String             73 Source/core/css/MediaQueryEvaluator.cpp MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, bool mediaFeatureResult)
String             85 Source/core/css/MediaQueryEvaluator.cpp MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame* frame, RenderStyle* style)
String             92 Source/core/css/MediaQueryEvaluator.cpp MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, const MediaValues& mediaValues)
String            103 Source/core/css/MediaQueryEvaluator.cpp bool MediaQueryEvaluator::mediaTypeMatch(const String& mediaTypeToMatch) const
String             68 Source/core/css/MediaQueryEvaluator.h     MediaQueryEvaluator(const String& acceptedMediaType, bool mediaFeatureResult = false);
String             72 Source/core/css/MediaQueryEvaluator.h     MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame*, RenderStyle*);
String             75 Source/core/css/MediaQueryEvaluator.h     MediaQueryEvaluator(const String& acceptedMediaType, const MediaValues&);
String             79 Source/core/css/MediaQueryEvaluator.h     bool mediaTypeMatch(const String& mediaTypeToMatch) const;
String             89 Source/core/css/MediaQueryEvaluator.h     String m_mediaType;
String             44 Source/core/css/MediaQueryExp.cpp static inline bool featureWithCSSValueID(const String& mediaFeature, const CSSParserValue* value)
String             55 Source/core/css/MediaQueryExp.cpp static inline bool featureWithValidIdent(const String& mediaFeature, CSSValueID ident)
String             83 Source/core/css/MediaQueryExp.cpp static inline bool featureWithValidPositiveLength(const String& mediaFeature, const CSSParserValue* value)
String            103 Source/core/css/MediaQueryExp.cpp static inline bool featureWithValidDensity(const String& mediaFeature, const CSSParserValue* value)
String            113 Source/core/css/MediaQueryExp.cpp static inline bool featureWithPositiveInteger(const String& mediaFeature, const CSSParserValue* value)
String            129 Source/core/css/MediaQueryExp.cpp static inline bool featureWithPositiveNumber(const String& mediaFeature, const CSSParserValue* value)
String            142 Source/core/css/MediaQueryExp.cpp static inline bool featureWithZeroOrOne(const String& mediaFeature, const CSSParserValue* value)
String            151 Source/core/css/MediaQueryExp.cpp static inline bool featureWithAspectRatio(const String& mediaFeature)
String            161 Source/core/css/MediaQueryExp.cpp static inline bool featureWithoutValue(const String& mediaFeature)
String            208 Source/core/css/MediaQueryExp.cpp MediaQueryExp::MediaQueryExp(const String& mediaFeature, PassRefPtrWillBeRawPtr<CSSValue> value)
String            214 Source/core/css/MediaQueryExp.cpp PassOwnPtrWillBeRawPtr<MediaQueryExp> MediaQueryExp::createIfValid(const String& mediaFeature, CSSParserValueList* valueList)
String            220 Source/core/css/MediaQueryExp.cpp     String lowerMediaFeature = attemptStaticStringCreation(mediaFeature.lower());
String            292 Source/core/css/MediaQueryExp.cpp String MediaQueryExp::serialize() const
String             43 Source/core/css/MediaQueryExp.h     static PassOwnPtrWillBeRawPtr<MediaQueryExp> createIfValid(const String& mediaFeature, CSSParserValueList*);
String             46 Source/core/css/MediaQueryExp.h     const String& mediaFeature() const { return m_mediaFeature; }
String             59 Source/core/css/MediaQueryExp.h     String serialize() const;
String             68 Source/core/css/MediaQueryExp.h     MediaQueryExp(const String&, PassRefPtrWillBeRawPtr<CSSValue>);
String             70 Source/core/css/MediaQueryExp.h     String m_mediaFeature;
String             46 Source/core/css/MediaQueryList.cpp String MediaQueryList::media() const
String             44 Source/core/css/MediaQueryList.h     String media() const;
String             99 Source/core/css/MediaQueryMatcher.cpp PassRefPtrWillBeRawPtr<MediaQueryList> MediaQueryMatcher::matchMedia(const String& query)
String             51 Source/core/css/MediaQueryMatcher.h     PassRefPtrWillBeRawPtr<MediaQueryList> matchMedia(const String&);
String             27 Source/core/css/MediaQuerySetTest.cpp         String queryText = querySet.queryVector()[j]->cssText();
String             59 Source/core/css/PageRuleCollector.cpp String PageRuleCollector::pageName(int /* pageIndex */) const
String             87 Source/core/css/PageRuleCollector.cpp static bool checkPageSelectorComponents(const CSSSelector* selector, bool isLeftPage, bool isFirstPage, const String& pageName)
String            107 Source/core/css/PageRuleCollector.cpp void PageRuleCollector::matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool isLeftPage, bool isFirstPage, const String& pageName)
String             45 Source/core/css/PageRuleCollector.h     String pageName(int pageIndex) const;
String             47 Source/core/css/PageRuleCollector.h     void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
String             51 Source/core/css/PageRuleCollector.h     const String m_pageName;
String             53 Source/core/css/Pair.h     String cssText() const
String             78 Source/core/css/Pair.h     static String generateCSSString(const String& first, const String& second, IdenticalValuesPolicy identicalValuesPolicy)
String            143 Source/core/css/PropertySetCSSStyleDeclaration.cpp String AbstractPropertySetCSSStyleDeclaration::item(unsigned i) const
String            150 Source/core/css/PropertySetCSSStyleDeclaration.cpp String AbstractPropertySetCSSStyleDeclaration::cssText() const
String            155 Source/core/css/PropertySetCSSStyleDeclaration.cpp void AbstractPropertySetCSSStyleDeclaration::setCSSText(const String& text, ExceptionState& exceptionState)
String            168 Source/core/css/PropertySetCSSStyleDeclaration.cpp PassRefPtrWillBeRawPtr<CSSValue> AbstractPropertySetCSSStyleDeclaration::getPropertyCSSValue(const String& propertyName)
String            176 Source/core/css/PropertySetCSSStyleDeclaration.cpp String AbstractPropertySetCSSStyleDeclaration::getPropertyValue(const String &propertyName)
String            180 Source/core/css/PropertySetCSSStyleDeclaration.cpp         return String();
String            184 Source/core/css/PropertySetCSSStyleDeclaration.cpp String AbstractPropertySetCSSStyleDeclaration::getPropertyPriority(const String& propertyName)
String            188 Source/core/css/PropertySetCSSStyleDeclaration.cpp         return String();
String            192 Source/core/css/PropertySetCSSStyleDeclaration.cpp String AbstractPropertySetCSSStyleDeclaration::getPropertyShorthand(const String& propertyName)
String            196 Source/core/css/PropertySetCSSStyleDeclaration.cpp         return String();
String            199 Source/core/css/PropertySetCSSStyleDeclaration.cpp         return String();
String            203 Source/core/css/PropertySetCSSStyleDeclaration.cpp bool AbstractPropertySetCSSStyleDeclaration::isPropertyImplicit(const String& propertyName)
String            211 Source/core/css/PropertySetCSSStyleDeclaration.cpp void AbstractPropertySetCSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState& exceptionState)
String            224 Source/core/css/PropertySetCSSStyleDeclaration.cpp String AbstractPropertySetCSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionState& exceptionState)
String            229 Source/core/css/PropertySetCSSStyleDeclaration.cpp         return String();
String            233 Source/core/css/PropertySetCSSStyleDeclaration.cpp     String result;
String            248 Source/core/css/PropertySetCSSStyleDeclaration.cpp String AbstractPropertySetCSSStyleDeclaration::getPropertyValueInternal(CSSPropertyID propertyID)
String            253 Source/core/css/PropertySetCSSStyleDeclaration.cpp void AbstractPropertySetCSSStyleDeclaration::setPropertyInternal(CSSPropertyID propertyID, const String& value, bool important, ExceptionState&)
String             52 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String item(unsigned index) const OVERRIDE FINAL;
String             53 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE FINAL;
String             54 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyValue(const String& propertyName) OVERRIDE FINAL;
String             55 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyPriority(const String& propertyName) OVERRIDE FINAL;
String             56 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) OVERRIDE FINAL;
String             57 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE FINAL;
String             58 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) OVERRIDE FINAL;
String             59 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE FINAL;
String             60 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String cssText() const OVERRIDE FINAL;
String             61 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void setCSSText(const String&, ExceptionState&) OVERRIDE FINAL;
String             63 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyValueInternal(CSSPropertyID) OVERRIDE FINAL;
String             64 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) OVERRIDE FINAL;
String             76 Source/core/css/Rect.h     String cssText() const
String             84 Source/core/css/Rect.h     static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left)
String            100 Source/core/css/Rect.h     String cssText() const
String            108 Source/core/css/Rect.h     static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left)
String             52 Source/core/css/StyleMedia.cpp bool StyleMedia::matchMedium(const String& query) const
String             44 Source/core/css/StyleMedia.h     bool matchMedium(const String&) const;
String             36 Source/core/css/StylePropertySerializer.cpp static bool isInitialOrInherit(const String& value)
String             38 Source/core/css/StylePropertySerializer.cpp     DEFINE_STATIC_LOCAL(String, initial, ("initial"));
String             39 Source/core/css/StylePropertySerializer.cpp     DEFINE_STATIC_LOCAL(String, inherit, ("inherit"));
String             48 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::getPropertyText(CSSPropertyID propertyID, const String& value, bool isImportant, bool isNotFirstDecl) const
String             62 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::asText() const
String             78 Source/core/css/StylePropertySerializer.cpp         String value;
String            246 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const
String            327 Source/core/css/StylePropertySerializer.cpp         return String();
String            332 Source/core/css/StylePropertySerializer.cpp         return String();
String            336 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::borderSpacingValue(const StylePropertyShorthand& shorthand) const
String            345 Source/core/css/StylePropertySerializer.cpp         return String();
String            347 Source/core/css/StylePropertySerializer.cpp     String horizontalValueCSSText = horizontalValue->cssText();
String            348 Source/core/css/StylePropertySerializer.cpp     String verticalValueCSSText = verticalValue->cssText();
String            354 Source/core/css/StylePropertySerializer.cpp void StylePropertySerializer::appendFontLonghandValueIfExplicit(CSSPropertyID propertyID, StringBuilder& result, String& commonValue) const
String            361 Source/core/css/StylePropertySerializer.cpp         commonValue = String();
String            383 Source/core/css/StylePropertySerializer.cpp     String value = m_propertySet.propertyAt(foundPropertyIndex).value()->cssText();
String            386 Source/core/css/StylePropertySerializer.cpp         commonValue = String();
String            389 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::fontValue() const
String            401 Source/core/css/StylePropertySerializer.cpp     String commonValue = fontSizeProperty.value()->cssText();
String            418 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) const
String            427 Source/core/css/StylePropertySerializer.cpp         return String();
String            436 Source/core/css/StylePropertySerializer.cpp         return String();
String            446 Source/core/css/StylePropertySerializer.cpp         return String();
String            449 Source/core/css/StylePropertySerializer.cpp         return String();
String            472 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShorthand& shorthand) const
String            492 Source/core/css/StylePropertySerializer.cpp     String commonValue;
String            565 Source/core/css/StylePropertySerializer.cpp             String valueText;
String            596 Source/core/css/StylePropertySerializer.cpp                         commonValue = String();
String            604 Source/core/css/StylePropertySerializer.cpp                 commonValue = String();
String            618 Source/core/css/StylePropertySerializer.cpp         return String();
String            622 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::getShorthandValue(const StylePropertyShorthand& shorthand) const
String            624 Source/core/css/StylePropertySerializer.cpp     String commonValue;
String            630 Source/core/css/StylePropertySerializer.cpp                 return String();
String            631 Source/core/css/StylePropertySerializer.cpp             String valueText = value->cssText();
String            635 Source/core/css/StylePropertySerializer.cpp                 commonValue = String();
String            642 Source/core/css/StylePropertySerializer.cpp             commonValue = String();
String            647 Source/core/css/StylePropertySerializer.cpp         return String();
String            652 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::getCommonValue(const StylePropertyShorthand& shorthand) const
String            654 Source/core/css/StylePropertySerializer.cpp     String res;
String            660 Source/core/css/StylePropertySerializer.cpp             return String();
String            661 Source/core/css/StylePropertySerializer.cpp         String text = value->cssText();
String            663 Source/core/css/StylePropertySerializer.cpp             return String();
String            667 Source/core/css/StylePropertySerializer.cpp             return String();
String            671 Source/core/css/StylePropertySerializer.cpp             return String();
String            677 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::borderPropertyValue(CommonValueMode valueMode) const
String            680 Source/core/css/StylePropertySerializer.cpp     String commonValue;
String            683 Source/core/css/StylePropertySerializer.cpp         String value = getCommonValue(properties[i]);
String            686 Source/core/css/StylePropertySerializer.cpp                 return String();
String            693 Source/core/css/StylePropertySerializer.cpp             commonValue = String();
String            702 Source/core/css/StylePropertySerializer.cpp     return result.isEmpty() ? String() : result.toString();
String            705 Source/core/css/StylePropertySerializer.cpp String StylePropertySerializer::backgroundRepeatPropertyValue() const
String            710 Source/core/css/StylePropertySerializer.cpp         return String();
String            712 Source/core/css/StylePropertySerializer.cpp         return String();
String            714 Source/core/css/StylePropertySerializer.cpp         return String();
String            753 Source/core/css/StylePropertySerializer.cpp         String backgroundValue = getPropertyValue(CSSPropertyBackground);
String            792 Source/core/css/StylePropertySerializer.cpp         String positionValue = m_propertySet.getPropertyValue(CSSPropertyBackgroundPosition);
String            812 Source/core/css/StylePropertySerializer.cpp     String repeatValue = m_propertySet.getPropertyValue(CSSPropertyBackgroundRepeat);
String             36 Source/core/css/StylePropertySerializer.h     String asText() const;
String             37 Source/core/css/StylePropertySerializer.h     String getPropertyValue(CSSPropertyID) const;
String             39 Source/core/css/StylePropertySerializer.h     String getCommonValue(const StylePropertyShorthand&) const;
String             41 Source/core/css/StylePropertySerializer.h     String borderPropertyValue(CommonValueMode) const;
String             42 Source/core/css/StylePropertySerializer.h     String getLayeredShorthandValue(const StylePropertyShorthand&) const;
String             43 Source/core/css/StylePropertySerializer.h     String get4Values(const StylePropertyShorthand&) const;
String             44 Source/core/css/StylePropertySerializer.h     String borderSpacingValue(const StylePropertyShorthand&) const;
String             45 Source/core/css/StylePropertySerializer.h     String getShorthandValue(const StylePropertyShorthand&) const;
String             46 Source/core/css/StylePropertySerializer.h     String fontValue() const;
String             47 Source/core/css/StylePropertySerializer.h     void appendFontLonghandValueIfExplicit(CSSPropertyID, StringBuilder& result, String& value) const;
String             48 Source/core/css/StylePropertySerializer.h     String backgroundRepeatPropertyValue() const;
String             49 Source/core/css/StylePropertySerializer.h     String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
String            139 Source/core/css/StylePropertySet.cpp String StylePropertySet::getPropertyValue(CSSPropertyID propertyID) const
String            190 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, String* returnText)
String            259 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet)
String            340 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet)
String            368 Source/core/css/StylePropertySet.cpp String StylePropertySet::asText() const
String            598 Source/core/css/StylePropertySet.cpp String StylePropertySet::PropertyReference::cssName() const
String            603 Source/core/css/StylePropertySet.cpp String StylePropertySet::PropertyReference::cssText() const
String             74 Source/core/css/StylePropertySet.h         String cssName() const;
String             75 Source/core/css/StylePropertySet.h         String cssText() const;
String             99 Source/core/css/StylePropertySet.h     String getPropertyValue(CSSPropertyID) const;
String            114 Source/core/css/StylePropertySet.h     String asText() const;
String            207 Source/core/css/StylePropertySet.h     bool setProperty(CSSPropertyID, const String& value, bool important = false, StyleSheetContents* contextStyleSheet = 0);
String            217 Source/core/css/StylePropertySet.h     bool removeProperty(CSSPropertyID, String* returnText = 0);
String            227 Source/core/css/StylePropertySet.h     void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
String            385 Source/core/css/StyleRule.cpp StyleRuleSupports::StyleRuleSupports(const String& conditionText, bool conditionIsSupported, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& adoptRules)
String            426 Source/core/css/StyleRule.cpp StyleRuleFilter::StyleRuleFilter(const String& filterName)
String            217 Source/core/css/StyleRule.h     static PassRefPtrWillBeRawPtr<StyleRuleSupports> create(const String& conditionText, bool conditionIsSupported, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& adoptRules)
String            222 Source/core/css/StyleRule.h     String conditionText() const { return m_conditionText; }
String            229 Source/core/css/StyleRule.h     StyleRuleSupports(const String& conditionText, bool conditionIsSupported, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& adoptRules);
String            232 Source/core/css/StyleRule.h     String m_conditionText;
String            260 Source/core/css/StyleRule.h     static PassRefPtrWillBeRawPtr<StyleRuleFilter> create(const String& filterName) { return adoptRefWillBeNoop(new StyleRuleFilter(filterName)); }
String            264 Source/core/css/StyleRule.h     const String& filterName() const { return m_filterName; }
String            276 Source/core/css/StyleRule.h     StyleRuleFilter(const String&);
String            279 Source/core/css/StyleRule.h     String m_filterName;
String             34 Source/core/css/StyleRuleImport.cpp PassRefPtrWillBeRawPtr<StyleRuleImport> StyleRuleImport::create(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet> media)
String             39 Source/core/css/StyleRuleImport.cpp StyleRuleImport::StyleRuleImport(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet> media)
String             49 Source/core/css/StyleRuleImport.cpp         m_mediaQueries = MediaQuerySet::create(String());
String             70 Source/core/css/StyleRuleImport.cpp void StyleRuleImport::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet)
String             39 Source/core/css/StyleRuleImport.h     static PassRefPtrWillBeRawPtr<StyleRuleImport> create(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet>);
String             47 Source/core/css/StyleRuleImport.h     String href() const { return m_strHref; }
String             65 Source/core/css/StyleRuleImport.h         virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet) OVERRIDE
String             73 Source/core/css/StyleRuleImport.h     void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*);
String             76 Source/core/css/StyleRuleImport.h     StyleRuleImport(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet>);
String             81 Source/core/css/StyleRuleImport.h     String m_strHref;
String             45 Source/core/css/StyleSheet.h     virtual String href() const = 0;
String             46 Source/core/css/StyleSheet.h     virtual String title() const = 0;
String             48 Source/core/css/StyleSheet.h     virtual String type() const = 0;
String             59 Source/core/css/StyleSheetContents.cpp StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context)
String            205 Source/core/css/StyleSheetContents.cpp     m_encodingFromCharsetRule = String();
String            219 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::parserSetEncodingFromCharsetRule(const String& encoding)
String            327 Source/core/css/StyleSheetContents.cpp     String sheetText = cachedStyleSheet->sheetText(enforceMIMEType, &hasValidMIMEType);
String            345 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::parseString(const String& sheetText)
String            350 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::parseStringAtPosition(const String& sheetText, const TextPosition& startPosition, bool createdByParser)
String            476 Source/core/css/StyleSheetContents.cpp KURL StyleSheetContents::completeURL(const String& url) const
String             52 Source/core/css/StyleSheetContents.h         return adoptRefWillBeNoop(new StyleSheetContents(0, String(), context));
String             54 Source/core/css/StyleSheetContents.h     static PassRefPtrWillBeRawPtr<StyleSheetContents> create(const String& originalURL, const CSSParserContext& context)
String             58 Source/core/css/StyleSheetContents.h     static PassRefPtrWillBeRawPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context)
String             70 Source/core/css/StyleSheetContents.h     bool parseString(const String&);
String             71 Source/core/css/StyleSheetContents.h     bool parseStringAtPosition(const String&, const TextPosition&, bool);
String             85 Source/core/css/StyleSheetContents.h     const String& charset() const { return m_parserContext.charset(); }
String             90 Source/core/css/StyleSheetContents.h     KURL completeURL(const String& url) const;
String            101 Source/core/css/StyleSheetContents.h     void parserSetEncodingFromCharsetRule(const String& encoding);
String            107 Source/core/css/StyleSheetContents.h     String encodingFromCharsetRule() const { return m_encodingFromCharsetRule; }
String            121 Source/core/css/StyleSheetContents.h     String originalURL() const { return m_originalURL; }
String            168 Source/core/css/StyleSheetContents.h     StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&);
String            177 Source/core/css/StyleSheetContents.h     String m_originalURL;
String            179 Source/core/css/StyleSheetContents.h     String m_encodingFromCharsetRule;
String            144 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::setupParser(const char* prefix, unsigned prefixLength, const String& string, const char* suffix, unsigned suffixLength)
String            150 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::parseSheet(StyleSheetContents* sheet, const String& string, const TextPosition& startPosition, CSSParserObserver* observer, bool logErrors)
String            172 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtrWillBeRawPtr<StyleRuleBase> BisonCSSParser::parseRule(StyleSheetContents* sheet, const String& string)
String            181 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtrWillBeRawPtr<StyleKeyframe> BisonCSSParser::parseKeyframeRule(StyleSheetContents* sheet, const String& string)
String            189 Source/core/css/parser/BisonCSSParser-in.cpp PassOwnPtr<Vector<double> > BisonCSSParser::parseKeyframeKeyList(const String& string)
String            197 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseSupportsCondition(const String& string)
String            234 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
String            329 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
String            845 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParserContext& parserContext)
String            851 Source/core/css/parser/BisonCSSParser-in.cpp         String lowerCaseString = string.lower();
String            970 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseTranslateTransform(MutableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important)
String           1009 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtrWillBeRawPtr<CSSValue> BisonCSSParser::parseAnimationTimingFunctionValue(const String& string)
String           1020 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, const Document& document)
String           1037 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet)
String           1060 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet)
String           1096 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseColor(RGBA32& color, const String& string, bool strict)
String           1120 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseColor(const String& string)
String           1129 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseSystemColor(RGBA32& color, const String& string)
String           1142 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::parseSelector(const String& string, CSSSelectorList& selectorList)
String           1153 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtr<ImmutableStylePropertySet> BisonCSSParser::parseInlineStyleDeclaration(const String& string, Element* element)
String           1161 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtr<ImmutableStylePropertySet> BisonCSSParser::parseDeclaration(const String& string, StyleSheetContents* contextStyleSheet)
String           1178 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseDeclaration(MutableStylePropertySet* declaration, const String& string, CSSParserObserver* observer, StyleSheetContents* contextStyleSheet)
String           1213 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtrWillBeRawPtr<MediaQuerySet> BisonCSSParser::parseMediaQueryList(const String& string)
String           1699 Source/core/css/parser/BisonCSSParser-in.cpp     String conditionText;
String           1704 Source/core/css/parser/BisonCSSParser-in.cpp         conditionText = String(m_tokenizer.m_dataStart8.get() + conditionOffset, conditionLength).stripWhiteSpace();
String           1706 Source/core/css/parser/BisonCSSParser-in.cpp         conditionText = String(m_tokenizer.m_dataStart16.get() + conditionOffset, conditionLength).stripWhiteSpace();
String           1827 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::logError(const String& message, const CSSParserLocation& location)
String           1843 Source/core/css/parser/BisonCSSParser-in.cpp StyleRuleKeyframes* BisonCSSParser::createKeyframesRule(const String& name, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > > popKeyframes, bool isPrefixed)
String             90 Source/core/css/parser/BisonCSSParser.h     void parseSheet(StyleSheetContents*, const String&, const TextPosition& startPosition = TextPosition::minimumPosition(), CSSParserObserver* = 0, bool = false);
String             91 Source/core/css/parser/BisonCSSParser.h     PassRefPtrWillBeRawPtr<StyleRuleBase> parseRule(StyleSheetContents*, const String&);
String             92 Source/core/css/parser/BisonCSSParser.h     PassRefPtrWillBeRawPtr<StyleKeyframe> parseKeyframeRule(StyleSheetContents*, const String&);
String             93 Source/core/css/parser/BisonCSSParser.h     bool parseSupportsCondition(const String&);
String             94 Source/core/css/parser/BisonCSSParser.h     static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*);
String             95 Source/core/css/parser/BisonCSSParser.h     static bool parseColor(RGBA32& color, const String&, bool strict = false);
String             96 Source/core/css/parser/BisonCSSParser.h     static bool parseSystemColor(RGBA32& color, const String&);
String             98 Source/core/css/parser/BisonCSSParser.h     static PassRefPtrWillBeRawPtr<CSSValue> parseAnimationTimingFunctionValue(const String&);
String             99 Source/core/css/parser/BisonCSSParser.h     bool parseDeclaration(MutableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet);
String            100 Source/core/css/parser/BisonCSSParser.h     static PassRefPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
String            101 Source/core/css/parser/BisonCSSParser.h     PassRefPtrWillBeRawPtr<MediaQuerySet> parseMediaQueryList(const String&);
String            102 Source/core/css/parser/BisonCSSParser.h     PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&);
String            104 Source/core/css/parser/BisonCSSParser.h     static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const Document&);
String            107 Source/core/css/parser/BisonCSSParser.h     void parseSelector(const String&, CSSSelectorList&);
String            128 Source/core/css/parser/BisonCSSParser.h     StyleRuleKeyframes* createKeyframesRule(const String&, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > >, bool isPrefixed);
String            264 Source/core/css/parser/BisonCSSParser.h     inline void setupParser(const char (&prefix)[prefixLength], const String& string, const char (&suffix)[suffixLength])
String            268 Source/core/css/parser/BisonCSSParser.h     void setupParser(const char* prefix, unsigned prefixLength, const String&, const char* suffix, unsigned suffixLength);
String            272 Source/core/css/parser/BisonCSSParser.h     bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
String            273 Source/core/css/parser/BisonCSSParser.h     PassRefPtr<ImmutableStylePropertySet> parseDeclaration(const String&, StyleSheetContents* contextStyleSheet);
String            275 Source/core/css/parser/BisonCSSParser.h     bool parseColor(const String&);
String            277 Source/core/css/parser/BisonCSSParser.h     const String* m_source;
String            313 Source/core/css/parser/BisonCSSParser.h     void logError(const String& message, const CSSParserLocation&);
String            232 Source/core/css/parser/CSSPropertyParser.cpp KURL CSSPropertyParser::completeURL(const String& url) const
String            637 Source/core/css/parser/CSSPropertyParser.cpp                 String uri = value->string;
String           2383 Source/core/css/parser/CSSPropertyParser.cpp     String attrName = a->string;
String           3829 Source/core/css/parser/CSSPropertyParser.cpp     String gridRowNames = currentValue->string;
String           3833 Source/core/css/parser/CSSPropertyParser.cpp     Vector<String> columnNames;
String           3845 Source/core/css/parser/CSSPropertyParser.cpp         const String& gridAreaName = columnNames[currentCol];
String           3919 Source/core/css/parser/CSSPropertyParser.cpp         separator = cssValuePool().createValue(String(), CSSPrimitiveValue::CSS_STRING);
String           4828 Source/core/css/parser/CSSPropertyParser.cpp         String rangeString = m_valueList->current()->string;
String           5214 Source/core/css/parser/CSSPropertyParser.cpp template bool CSSPropertyParser::fastParseColor(RGBA32&, const String&, bool strict);
String           5344 Source/core/css/parser/CSSPropertyParser.cpp         String str = String::format("%06d", static_cast<int>((value->fValue+.5)));
String           7127 Source/core/css/parser/CSSPropertyParser.cpp         const String& string = arg->string;
String           8017 Source/core/css/parser/CSSPropertyParser.cpp CSSPropertyID cssPropertyID(const String& string)
String             90 Source/core/css/parser/CSSPropertyParser.h     KURL completeURL(const String& url) const;
String            402 Source/core/css/parser/CSSPropertyParser.h CSSPropertyID cssPropertyID(const String&);
String             12 Source/core/css/parser/MediaQueryInputStream.cpp MediaQueryInputStream::MediaQueryInputStream(String input)
String             16 Source/core/css/parser/MediaQueryInputStream.h     MediaQueryInputStream(String input);
String             51 Source/core/css/parser/MediaQueryInputStream.h     String m_string;
String             14 Source/core/css/parser/MediaQueryParser.cpp PassRefPtrWillBeRawPtr<MediaQuerySet> MediaQueryParser::parse(const String& queryString)
String             33 Source/core/css/parser/MediaQueryParser.cpp MediaQueryParser::MediaQueryParser(const String& queryString)
String            234 Source/core/css/parser/MediaQueryParser.cpp     m_mediaFeature = String();
String            275 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryData::setMediaType(const String& mediaType)
String             24 Source/core/css/parser/MediaQueryParser.h     String m_mediaType;
String             26 Source/core/css/parser/MediaQueryParser.h     String m_mediaFeature;
String             35 Source/core/css/parser/MediaQueryParser.h     void setMediaType(const String&);
String             45 Source/core/css/parser/MediaQueryParser.h     inline void setMediaFeature(const String& str) { m_mediaFeature = str; }
String             51 Source/core/css/parser/MediaQueryParser.h     static PassRefPtrWillBeRawPtr<MediaQuerySet> parse(const String&);
String             54 Source/core/css/parser/MediaQueryParser.h     MediaQueryParser(const String&);
String             33 Source/core/css/parser/MediaQueryToken.cpp MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, String value)
String             52 Source/core/css/parser/MediaQueryToken.cpp void MediaQueryToken::convertToDimensionWithUnit(String unit)
String             68 Source/core/css/parser/MediaQueryToken.cpp String MediaQueryToken::textForUnitTests() const
String             74 Source/core/css/parser/MediaQueryToken.cpp         return String("(");
String             76 Source/core/css/parser/MediaQueryToken.cpp         return String(")");
String             78 Source/core/css/parser/MediaQueryToken.cpp         return String(":");
String             80 Source/core/css/parser/MediaQueryToken.cpp         return String(" ");
String             84 Source/core/css/parser/MediaQueryToken.cpp         return String(buffer, strlen(buffer));
String            100 Source/core/css/parser/MediaQueryToken.cpp         return String(buffer, strlen(buffer));
String            102 Source/core/css/parser/MediaQueryToken.cpp     return String();
String             44 Source/core/css/parser/MediaQueryToken.h     MediaQueryToken(MediaQueryTokenType, String);
String             50 Source/core/css/parser/MediaQueryToken.h     void convertToDimensionWithUnit(String);
String             56 Source/core/css/parser/MediaQueryToken.h     String value() const { return m_value; }
String             57 Source/core/css/parser/MediaQueryToken.h     String textForUnitTests() const;
String             66 Source/core/css/parser/MediaQueryToken.h     String m_value;
String            178 Source/core/css/parser/MediaQueryTokenizer.cpp void MediaQueryTokenizer::tokenize(String string, Vector<MediaQueryToken>& outTokens)
String            317 Source/core/css/parser/MediaQueryTokenizer.cpp     String name = consumeName();
String            392 Source/core/css/parser/MediaQueryTokenizer.cpp String MediaQueryTokenizer::consumeName()
String             22 Source/core/css/parser/MediaQueryTokenizer.h     static void tokenize(String, Vector<MediaQueryToken>&);
String             41 Source/core/css/parser/MediaQueryTokenizer.h     String consumeName();
String            461 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::setScript(const String& locale)
String             73 Source/core/css/resolver/FontBuilder.h     void setScript(const String& locale);
String            810 Source/core/css/resolver/StyleBuilderCustom.cpp             String cssURLValue = primitiveValue->getStringValue();
String           1092 Source/core/css/resolver/StyleBuilderCustom.cpp                 String namedGridLine = toCSSPrimitiveValue(j.value())->getStringValue();
String           1095 Source/core/css/resolver/StyleBuilderCustom.cpp                 OrderedNamedGridLines::AddResult orderedInsertionResult = orderedNamedGridLines.add(currentNamedGridLine, Vector<String>());
String           1135 Source/core/css/resolver/StyleBuilderCustom.cpp     String gridLineName;
String           1399 Source/core/css/resolver/StyleBuilderCustom.cpp                 String startQuote = toCSSPrimitiveValue(first)->getStringValue();
String           1400 Source/core/css/resolver/StyleBuilderCustom.cpp                 String endQuote = toCSSPrimitiveValue(second)->getStringValue();
String            281 Source/core/css/resolver/StyleResolver.h     void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
String            282 Source/core/css/resolver/StyleResolver.h     void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >&, bool isLeftPage, bool isFirstPage, const String& pageName);
String            289 Source/core/css/resolver/StyleResolver.h     String pageName(int pageIndex) const;
String             56 Source/core/css/resolver/StyleResolverStats.cpp String StyleResolverStats::report() const
String             64 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u elements were added to the sharing candidate list.\n", sharedStyleCandidates));
String             65 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u calls were made to findSharedStyle, %u found a candidate to share with (%.2f%%).\n", sharedStyleLookups, sharedStyleFound, PERCENT(sharedStyleFound, sharedStyleLookups)));
String             67 Source/core/css/resolver/StyleResolverStats.cpp         output.append(String::format("  %u candidates could have matched but were not in the list when searching (%.2f%%).\n", sharedStyleMissed, PERCENT(sharedStyleMissed, sharedStyleLookups)));
String             68 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u of found styles were rejected (%.2f%%), %.2f%% by uncommon attribute rules, %.2f%% by sibling rules and %.2f%% by parents disabling sharing.\n",
String             74 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u of found styles were used for sharing (%.2f%%).\n", sharedStylesUsed, PERCENT(sharedStylesUsed, sharedStyleFound)));
String             75 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %.2f%% of calls to findSharedStyle returned a shared style.\n", PERCENT(sharedStylesUsed, sharedStyleLookups)));
String             80 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u calls to applyMatchedProperties, %u hit the cache (%.2f%%).\n", matchedPropertyApply, matchedPropertyCacheHit, PERCENT(matchedPropertyCacheHit, matchedPropertyApply)));
String             81 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u cache hits also shared the inherited style (%.2f%%).\n", matchedPropertyCacheInheritedHit, PERCENT(matchedPropertyCacheInheritedHit, matchedPropertyCacheHit)));
String             82 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u styles created in applyMatchedProperties were added to the cache (%.2f%%).\n", matchedPropertyCacheAdded, PERCENT(matchedPropertyCacheAdded, matchedPropertyApply)));
String             47 Source/core/css/resolver/StyleResolverStats.h     String report() const;
String             40 Source/core/dom/AddConsoleMessageTask.h     static PassOwnPtr<AddConsoleMessageTask> create(MessageSource source, MessageLevel level, const String& message)
String             46 Source/core/dom/AddConsoleMessageTask.h     AddConsoleMessageTask(MessageSource source, MessageLevel level, const String& message)
String             54 Source/core/dom/AddConsoleMessageTask.h     String m_message;
String            131 Source/core/dom/Attr.cpp void Attr::setNodeValue(const String& v)
String             47 Source/core/dom/Attr.h     String name() const { return qualifiedName().toString(); }
String             74 Source/core/dom/Attr.h     virtual String nodeName() const OVERRIDE { return name(); }
String             77 Source/core/dom/Attr.h     virtual String nodeValue() const OVERRIDE { return value(); }
String             78 Source/core/dom/Attr.h     virtual void setNodeValue(const String&) OVERRIDE;
String             29 Source/core/dom/CDATASection.cpp inline CDATASection::CDATASection(Document& document, const String& data)
String             35 Source/core/dom/CDATASection.cpp PassRefPtr<CDATASection> CDATASection::create(Document& document, const String& data)
String             40 Source/core/dom/CDATASection.cpp String CDATASection::nodeName() const
String             50 Source/core/dom/CDATASection.cpp PassRefPtr<Text> CDATASection::cloneWithData(const String& data)
String             32 Source/core/dom/CDATASection.h     static PassRefPtr<CDATASection> create(Document&, const String&);
String             35 Source/core/dom/CDATASection.h     CDATASection(Document&, const String&);
String             37 Source/core/dom/CDATASection.h     virtual String nodeName() const OVERRIDE;
String             39 Source/core/dom/CDATASection.h     virtual PassRefPtr<Text> cloneWithData(const String&) OVERRIDE;
String             76 Source/core/dom/CSSSelectorWatch.cpp         Vector<String> addedSelectors;
String             77 Source/core/dom/CSSSelectorWatch.cpp         Vector<String> removedSelectors;
String             87 Source/core/dom/CSSSelectorWatch.cpp void CSSSelectorWatch::updateSelectorMatches(const Vector<String>& removedSelectors, const Vector<String>& addedSelectors)
String             92 Source/core/dom/CSSSelectorWatch.cpp         const String& selector = removedSelectors[i];
String            105 Source/core/dom/CSSSelectorWatch.cpp         const String& selector = addedSelectors[i];
String            106 Source/core/dom/CSSSelectorWatch.cpp         HashCountedSet<String>::AddResult result = m_matchingCallbackSelectors.add(selector);
String            141 Source/core/dom/CSSSelectorWatch.cpp void CSSSelectorWatch::watchCSSSelectors(const Vector<String>& selectors)
String             52 Source/core/dom/CSSSelectorWatch.h     void watchCSSSelectors(const Vector<String>& selectors);
String             55 Source/core/dom/CSSSelectorWatch.h     void updateSelectorMatches(const Vector<String>& removedSelectors, const Vector<String>& addedSelectors);
String             67 Source/core/dom/CSSSelectorWatch.h     HashCountedSet<String> m_matchingCallbackSelectors;
String             70 Source/core/dom/CSSSelectorWatch.h     HashSet<String> m_addedSelectors;
String             71 Source/core/dom/CSSSelectorWatch.h     HashSet<String> m_removedSelectors;
String             45 Source/core/dom/CharacterData.cpp void CharacterData::setData(const String& data)
String             47 Source/core/dom/CharacterData.cpp     const String& nonNullData = !data.isNull() ? data : emptyString();
String             59 Source/core/dom/CharacterData.cpp String CharacterData::substringData(unsigned offset, unsigned count, ExceptionState& exceptionState)
String             62 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
String             63 Source/core/dom/CharacterData.cpp         return String();
String             69 Source/core/dom/CharacterData.cpp void CharacterData::parserAppendData(const String& string)
String             84 Source/core/dom/CharacterData.cpp void CharacterData::appendData(const String& data)
String             86 Source/core/dom/CharacterData.cpp     String newStr = m_data + data;
String             93 Source/core/dom/CharacterData.cpp void CharacterData::insertData(unsigned offset, const String& data, ExceptionState& exceptionState, RecalcStyleBehavior recalcStyleBehavior)
String             96 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
String            100 Source/core/dom/CharacterData.cpp     String newStr = m_data;
String            111 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
String            121 Source/core/dom/CharacterData.cpp     String newStr = m_data;
String            129 Source/core/dom/CharacterData.cpp void CharacterData::replaceData(unsigned offset, unsigned count, const String& data, ExceptionState& exceptionState)
String            132 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
String            142 Source/core/dom/CharacterData.cpp     String newStr = m_data;
String            153 Source/core/dom/CharacterData.cpp String CharacterData::nodeValue() const
String            163 Source/core/dom/CharacterData.cpp void CharacterData::setNodeValue(const String& nodeValue)
String            168 Source/core/dom/CharacterData.cpp void CharacterData::setDataAndUpdate(const String& newData, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength, RecalcStyleBehavior recalcStyleBehavior)
String            170 Source/core/dom/CharacterData.cpp     String oldData = m_data;
String            187 Source/core/dom/CharacterData.cpp void CharacterData::didModifyData(const String& oldData)
String             36 Source/core/dom/CharacterData.h     const String& data() const { return m_data; }
String             37 Source/core/dom/CharacterData.h     void setData(const String&);
String             39 Source/core/dom/CharacterData.h     String substringData(unsigned offset, unsigned count, ExceptionState&);
String             40 Source/core/dom/CharacterData.h     void appendData(const String&);
String             41 Source/core/dom/CharacterData.h     void replaceData(unsigned offset, unsigned count, const String&, ExceptionState&);
String             44 Source/core/dom/CharacterData.h     void insertData(unsigned offset, const String&, ExceptionState&, RecalcStyleBehavior = DoNotRecalcStyle);
String             51 Source/core/dom/CharacterData.h     void parserAppendData(const String&);
String             54 Source/core/dom/CharacterData.h     CharacterData(TreeScope& treeScope, const String& text, ConstructionType type)
String             62 Source/core/dom/CharacterData.h     void setDataWithoutUpdate(const String& data)
String             67 Source/core/dom/CharacterData.h     void didModifyData(const String& oldValue);
String             69 Source/core/dom/CharacterData.h     String m_data;
String             72 Source/core/dom/CharacterData.h     virtual String nodeValue() const OVERRIDE FINAL;
String             73 Source/core/dom/CharacterData.h     virtual void setNodeValue(const String&) OVERRIDE FINAL;
String             77 Source/core/dom/CharacterData.h     void setDataAndUpdate(const String&, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength, RecalcStyleBehavior = DoNotRecalcStyle);
String             29 Source/core/dom/Comment.cpp inline Comment::Comment(Document& document, const String& text)
String             35 Source/core/dom/Comment.cpp PassRefPtr<Comment> Comment::create(Document& document, const String& text)
String             40 Source/core/dom/Comment.cpp String Comment::nodeName() const
String             34 Source/core/dom/Comment.h     static PassRefPtr<Comment> create(Document&, const String&);
String             37 Source/core/dom/Comment.h     Comment(Document&, const String&);
String             39 Source/core/dom/Comment.h     virtual String nodeName() const OVERRIDE;
String             32 Source/core/dom/DOMError.cpp DOMError::DOMError(const String& name)
String             38 Source/core/dom/DOMError.cpp DOMError::DOMError(const String& name, const String& message)
String             41 Source/core/dom/DOMError.h     static PassRefPtrWillBeRawPtr<DOMError> create(const String& name)
String             45 Source/core/dom/DOMError.h     static PassRefPtrWillBeRawPtr<DOMError> create(const String& name, const String& message)
String             55 Source/core/dom/DOMError.h     static PassRefPtrWillBeRawPtr<DOMError> create(ExceptionCode ec, const String& message)
String             60 Source/core/dom/DOMError.h     const String& name() const { return m_name; }
String             61 Source/core/dom/DOMError.h     const String& message() const { return m_message; }
String             66 Source/core/dom/DOMError.h     explicit DOMError(const String& name);
String             67 Source/core/dom/DOMError.h     DOMError(const String& name, const String& message);
String             70 Source/core/dom/DOMError.h     const String m_name;
String             71 Source/core/dom/DOMError.h     const String m_message;
String             89 Source/core/dom/DOMException.cpp DOMException::DOMException(unsigned short code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage)
String             99 Source/core/dom/DOMException.cpp PassRefPtr<DOMException> DOMException::create(ExceptionCode ec, const String& sanitizedMessage, const String& unsanitizedMessage)
String            105 Source/core/dom/DOMException.cpp         sanitizedMessage.isNull() ? String(entry->message) : sanitizedMessage,
String            109 Source/core/dom/DOMException.cpp String DOMException::toString() const
String            114 Source/core/dom/DOMException.cpp String DOMException::toStringForConsole() const
String            119 Source/core/dom/DOMException.cpp String DOMException::getErrorName(ExceptionCode ec)
String            129 Source/core/dom/DOMException.cpp String DOMException::getErrorMessage(ExceptionCode ec)
String             43 Source/core/dom/DOMException.h     static PassRefPtr<DOMException> create(ExceptionCode, const String& sanitizedMessage = String(), const String& unsanitizedMessage = String());
String             46 Source/core/dom/DOMException.h     String name() const { return m_name; }
String             49 Source/core/dom/DOMException.h     String message() const { return m_sanitizedMessage; }
String             50 Source/core/dom/DOMException.h     String toString() const;
String             53 Source/core/dom/DOMException.h     String messageForConsole() const { return !m_unsanitizedMessage.isEmpty() ? m_unsanitizedMessage : m_sanitizedMessage; }
String             54 Source/core/dom/DOMException.h     String toStringForConsole() const;
String             56 Source/core/dom/DOMException.h     static String getErrorName(ExceptionCode);
String             57 Source/core/dom/DOMException.h     static String getErrorMessage(ExceptionCode);
String             61 Source/core/dom/DOMException.h     DOMException(unsigned short m_code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage);
String             64 Source/core/dom/DOMException.h     String m_name;
String             65 Source/core/dom/DOMException.h     String m_sanitizedMessage;
String             66 Source/core/dom/DOMException.h     String m_unsanitizedMessage;
String             70 Source/core/dom/DOMImplementation.cpp static bool isSupportedSVG10Feature(const String& feature, const String& version)
String             99 Source/core/dom/DOMImplementation.cpp static bool isSupportedSVG11Feature(const String& feature, const String& version)
String            171 Source/core/dom/DOMImplementation.cpp bool DOMImplementation::hasFeature(const String& feature, const String& version)
String            182 Source/core/dom/DOMImplementation.cpp bool DOMImplementation::hasFeatureForBindings(const String& feature, const String& version)
String            192 Source/core/dom/DOMImplementation.cpp     const String& publicId, const String& systemId, ExceptionState& exceptionState)
String            201 Source/core/dom/DOMImplementation.cpp DOMImplementation* DOMImplementation::getInterface(const String& /*feature*/)
String            239 Source/core/dom/DOMImplementation.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> DOMImplementation::createCSSStyleSheet(const String&, const String& media)
String            248 Source/core/dom/DOMImplementation.cpp bool DOMImplementation::isXMLMIMEType(const String& mimeType)
String            306 Source/core/dom/DOMImplementation.cpp bool DOMImplementation::isJSONMIMEType(const String& mimeType)
String            325 Source/core/dom/DOMImplementation.cpp static bool isTextPlainType(const String& mimeType)
String            333 Source/core/dom/DOMImplementation.cpp bool DOMImplementation::isTextMIMEType(const String& mimeType)
String            338 Source/core/dom/DOMImplementation.cpp PassRefPtr<HTMLDocument> DOMImplementation::createHTMLDocument(const String& title)
String            352 Source/core/dom/DOMImplementation.cpp PassRefPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode)
String            357 Source/core/dom/DOMImplementation.cpp PassRefPtr<Document> DOMImplementation::createDocument(const String& type, const DocumentInit& init, bool inViewSourceMode)
String             53 Source/core/dom/DOMImplementation.h     static bool hasFeature(const String& feature, const String& version);
String             54 Source/core/dom/DOMImplementation.h     bool hasFeatureForBindings(const String& feature, const String& version);
String             55 Source/core/dom/DOMImplementation.h     PassRefPtr<DocumentType> createDocumentType(const AtomicString& qualifiedName, const String& publicId, const String& systemId, ExceptionState&);
String             58 Source/core/dom/DOMImplementation.h     DOMImplementation* getInterface(const String& feature);
String             61 Source/core/dom/DOMImplementation.h     static PassRefPtrWillBeRawPtr<CSSStyleSheet> createCSSStyleSheet(const String& title, const String& media);
String             64 Source/core/dom/DOMImplementation.h     PassRefPtr<HTMLDocument> createHTMLDocument(const String& title);
String             67 Source/core/dom/DOMImplementation.h     static PassRefPtr<Document> createDocument(const String& mimeType, LocalFrame*, const KURL&, bool inViewSourceMode);
String             68 Source/core/dom/DOMImplementation.h     static PassRefPtr<Document> createDocument(const String& mimeType, const DocumentInit&, bool inViewSourceMode);
String             70 Source/core/dom/DOMImplementation.h     static bool isXMLMIMEType(const String&);
String             71 Source/core/dom/DOMImplementation.h     static bool isTextMIMEType(const String&);
String             72 Source/core/dom/DOMImplementation.h     static bool isJSONMIMEType(const String&);
String             55 Source/core/dom/DOMSettableTokenList.cpp void DOMSettableTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState)
String             76 Source/core/dom/DOMSettableTokenList.cpp void DOMSettableTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState)
String             52 Source/core/dom/DOMSettableTokenList.h     virtual void add(const Vector<String>&, ExceptionState&) OVERRIDE;
String             53 Source/core/dom/DOMSettableTokenList.h     virtual void remove(const Vector<String>&, ExceptionState&) OVERRIDE;
String             31 Source/core/dom/DOMStringList.cpp String DOMStringList::item(unsigned index) const
String             34 Source/core/dom/DOMStringList.cpp         return String();
String             38 Source/core/dom/DOMStringList.cpp bool DOMStringList::contains(const String& string) const
String             48 Source/core/dom/DOMStringList.h     void append(const String& string) { m_strings.append(string); }
String             53 Source/core/dom/DOMStringList.h     String item(unsigned index) const;
String             54 Source/core/dom/DOMStringList.h     bool contains(const String& str) const;
String             56 Source/core/dom/DOMStringList.h     operator const Vector<String>&() const { return m_strings; }
String             64 Source/core/dom/DOMStringList.h     Vector<String> m_strings;
String             48 Source/core/dom/DOMStringMap.h     virtual void getNames(Vector<String>&) = 0;
String             49 Source/core/dom/DOMStringMap.h     virtual String item(const String& name) = 0;
String             50 Source/core/dom/DOMStringMap.h     virtual bool contains(const String& name) = 0;
String             51 Source/core/dom/DOMStringMap.h     virtual void setItem(const String& name, const String& value, ExceptionState&) = 0;
String             52 Source/core/dom/DOMStringMap.h     virtual bool deleteItem(const String& name) = 0;
String             53 Source/core/dom/DOMStringMap.h     bool anonymousNamedSetter(const String& name, const String& value, ExceptionState& exceptionState)
String             63 Source/core/dom/DOMStringMap.h     void namedPropertyEnumerator(Vector<String>& names, ExceptionState&)
String             69 Source/core/dom/DOMStringMap.h     String anonymousIndexedGetter(uint32_t index)
String             71 Source/core/dom/DOMStringMap.h         return item(String::number(index));
String             73 Source/core/dom/DOMStringMap.h     bool anonymousIndexedSetter(uint32_t index, const String& value, ExceptionState& exceptionState)
String             75 Source/core/dom/DOMStringMap.h         return anonymousNamedSetter(String::number(index), value, exceptionState);
String             35 Source/core/dom/DOMTokenList.cpp bool DOMTokenList::validateToken(const String& token, ExceptionState& exceptionState)
String             53 Source/core/dom/DOMTokenList.cpp bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& exceptionState)
String             72 Source/core/dom/DOMTokenList.cpp     Vector<String> tokens;
String             79 Source/core/dom/DOMTokenList.cpp void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState)
String             81 Source/core/dom/DOMTokenList.cpp     Vector<String> filteredTokens;
String            101 Source/core/dom/DOMTokenList.cpp     Vector<String> tokens;
String            108 Source/core/dom/DOMTokenList.cpp void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState)
String            170 Source/core/dom/DOMTokenList.cpp     Vector<String> tokens;
String            177 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::addTokens(const AtomicString& input, const Vector<String>& tokens)
String            199 Source/core/dom/DOMTokenList.cpp     Vector<String> tokens;
String            206 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::removeTokens(const AtomicString& input, const Vector<String>& tokens)
String            229 Source/core/dom/DOMTokenList.cpp         String token = tokenBuilder.toString();
String             53 Source/core/dom/DOMTokenList.h     virtual void add(const Vector<String>&, ExceptionState&);
String             55 Source/core/dom/DOMTokenList.h     virtual void remove(const Vector<String>&, ExceptionState&);
String             72 Source/core/dom/DOMTokenList.h     static bool validateToken(const String&, ExceptionState&);
String             73 Source/core/dom/DOMTokenList.h     static bool validateTokens(const Vector<String>&, ExceptionState&);
String             75 Source/core/dom/DOMTokenList.h     static AtomicString addTokens(const AtomicString&, const Vector<String>&);
String             77 Source/core/dom/DOMTokenList.h     static AtomicString removeTokens(const AtomicString&, const Vector<String>&);
String             43 Source/core/dom/DOMURL.cpp DOMURL::DOMURL(const String& url, const KURL& base, ExceptionState& exceptionState)
String             54 Source/core/dom/DOMURL.cpp void DOMURL::setInput(const String& value)
String             59 Source/core/dom/DOMURL.cpp         m_input = String();
String             66 Source/core/dom/DOMURL.cpp String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
String             69 Source/core/dom/DOMURL.cpp         return String();
String             71 Source/core/dom/DOMURL.cpp         exceptionState.throwDOMException(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed.");
String             72 Source/core/dom/DOMURL.cpp         return String();
String             77 Source/core/dom/DOMURL.cpp String DOMURL::createPublicURL(ExecutionContext* executionContext, URLRegistrable* registrable, const String& uuid)
String             81 Source/core/dom/DOMURL.cpp         return String();
String             88 Source/core/dom/DOMURL.cpp void DOMURL::revokeObjectURL(ExecutionContext* executionContext, const String& urlString)
String             98 Source/core/dom/DOMURL.cpp void DOMURL::revokeObjectUUID(ExecutionContext* executionContext, const String& uuid)
String             48 Source/core/dom/DOMURL.h     static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, ExceptionState& exceptionState)
String             52 Source/core/dom/DOMURL.h     static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, const String& base, ExceptionState& exceptionState)
String             56 Source/core/dom/DOMURL.h     static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, PassRefPtrWillBeRawPtr<DOMURL> base, ExceptionState& exceptionState)
String             62 Source/core/dom/DOMURL.h     static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&);
String             63 Source/core/dom/DOMURL.h     static void revokeObjectURL(ExecutionContext*, const String&);
String             65 Source/core/dom/DOMURL.h     static String createPublicURL(ExecutionContext*, URLRegistrable*, const String& uuid = String());
String             66 Source/core/dom/DOMURL.h     static void revokeObjectUUID(ExecutionContext*, const String&);
String             71 Source/core/dom/DOMURL.h     virtual String input() const OVERRIDE { return m_input; }
String             72 Source/core/dom/DOMURL.h     virtual void setInput(const String&) OVERRIDE;
String             77 Source/core/dom/DOMURL.h     DOMURL(const String& url, const KURL& base, ExceptionState&);
String             80 Source/core/dom/DOMURL.h     String m_input;
String             34 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setHref(DOMURLUtils& impl, const String& value)
String             39 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setProtocol(DOMURLUtils& impl, const String& value)
String             48 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setUsername(DOMURLUtils& impl, const String& value)
String             57 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setPassword(DOMURLUtils& impl, const String& value)
String             66 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setHost(DOMURLUtils& impl, const String& value)
String             79 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setHostname(DOMURLUtils& impl, const String& value)
String            100 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setPort(DOMURLUtils& impl, const String& value)
String            110 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setPathname(DOMURLUtils& impl, const String& value)
String            119 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setSearch(DOMURLUtils& impl, const String& value)
String            128 Source/core/dom/DOMURLUtils.cpp void DOMURLUtils::setHash(DOMURLUtils& impl, const String& value)
String             41 Source/core/dom/DOMURLUtils.h     virtual void setInput(const String&) = 0;
String             44 Source/core/dom/DOMURLUtils.h     static void setHref(DOMURLUtils&, const String&);
String             46 Source/core/dom/DOMURLUtils.h     static void setProtocol(DOMURLUtils&, const String&);
String             47 Source/core/dom/DOMURLUtils.h     static void setUsername(DOMURLUtils&, const String&);
String             48 Source/core/dom/DOMURLUtils.h     static void setPassword(DOMURLUtils&, const String&);
String             49 Source/core/dom/DOMURLUtils.h     static void setHost(DOMURLUtils&, const String&);
String             50 Source/core/dom/DOMURLUtils.h     static void setHostname(DOMURLUtils&, const String&);
String             51 Source/core/dom/DOMURLUtils.h     static void setPort(DOMURLUtils&, const String&);
String             52 Source/core/dom/DOMURLUtils.h     static void setPathname(DOMURLUtils&, const String&);
String             53 Source/core/dom/DOMURLUtils.h     static void setSearch(DOMURLUtils&, const String&);
String             54 Source/core/dom/DOMURLUtils.h     static void setHash(DOMURLUtils&, const String&);
String             35 Source/core/dom/DOMURLUtilsReadOnly.cpp String DOMURLUtilsReadOnly::href(DOMURLUtilsReadOnly& impl)
String             43 Source/core/dom/DOMURLUtilsReadOnly.cpp String DOMURLUtilsReadOnly::origin(const KURL& url)
String             50 Source/core/dom/DOMURLUtilsReadOnly.cpp String DOMURLUtilsReadOnly::host(const KURL& url)
String             56 Source/core/dom/DOMURLUtilsReadOnly.cpp     return url.host() + ":" + String::number(url.port());
String             59 Source/core/dom/DOMURLUtilsReadOnly.cpp String DOMURLUtilsReadOnly::port(const KURL& url)
String             62 Source/core/dom/DOMURLUtilsReadOnly.cpp         return String::number(url.port());
String             67 Source/core/dom/DOMURLUtilsReadOnly.cpp String DOMURLUtilsReadOnly::search(const KURL& url)
String             69 Source/core/dom/DOMURLUtilsReadOnly.cpp     String query = url.query();
String             73 Source/core/dom/DOMURLUtilsReadOnly.cpp String DOMURLUtilsReadOnly::hash(const KURL& url)
String             75 Source/core/dom/DOMURLUtilsReadOnly.cpp     String fragmentIdentifier = url.fragmentIdentifier();
String             78 Source/core/dom/DOMURLUtilsReadOnly.cpp     return AtomicString(String("#" + fragmentIdentifier));
String             39 Source/core/dom/DOMURLUtilsReadOnly.h     virtual String input() const = 0;
String             42 Source/core/dom/DOMURLUtilsReadOnly.h     static String href(DOMURLUtilsReadOnly&);
String             44 Source/core/dom/DOMURLUtilsReadOnly.h     static String origin(const KURL&);
String             45 Source/core/dom/DOMURLUtilsReadOnly.h     static String origin(DOMURLUtilsReadOnly& impl) { return origin(impl.url()); }
String             47 Source/core/dom/DOMURLUtilsReadOnly.h     static String protocol(const KURL& url) { return url.protocol() + ":"; }
String             48 Source/core/dom/DOMURLUtilsReadOnly.h     static String protocol(DOMURLUtilsReadOnly& impl) { return protocol(impl.url()); }
String             50 Source/core/dom/DOMURLUtilsReadOnly.h     static String username(const KURL& url) { return url.user(); }
String             51 Source/core/dom/DOMURLUtilsReadOnly.h     static String username(DOMURLUtilsReadOnly& impl) { return username(impl.url()); }
String             53 Source/core/dom/DOMURLUtilsReadOnly.h     static String password(const KURL& url) { return url.pass(); }
String             54 Source/core/dom/DOMURLUtilsReadOnly.h     static String password(DOMURLUtilsReadOnly& impl) { return password(impl.url()); }
String             56 Source/core/dom/DOMURLUtilsReadOnly.h     static String host(const KURL&);
String             57 Source/core/dom/DOMURLUtilsReadOnly.h     static String host(DOMURLUtilsReadOnly& impl) { return host(impl.url()); }
String             59 Source/core/dom/DOMURLUtilsReadOnly.h     static String hostname(const KURL& url) { return url.host(); }
String             60 Source/core/dom/DOMURLUtilsReadOnly.h     static String hostname(DOMURLUtilsReadOnly& impl) { return hostname(impl.url()); }
String             62 Source/core/dom/DOMURLUtilsReadOnly.h     static String port(const KURL&);
String             63 Source/core/dom/DOMURLUtilsReadOnly.h     static String port(DOMURLUtilsReadOnly& impl) { return port(impl.url()); }
String             65 Source/core/dom/DOMURLUtilsReadOnly.h     static String pathname(const KURL& url) { return url.path(); }
String             66 Source/core/dom/DOMURLUtilsReadOnly.h     static String pathname(DOMURLUtilsReadOnly& impl) { return pathname(impl.url()); }
String             68 Source/core/dom/DOMURLUtilsReadOnly.h     static String search(const KURL&);
String             69 Source/core/dom/DOMURLUtilsReadOnly.h     static String search(DOMURLUtilsReadOnly& impl) { return search(impl.url()); }
String             71 Source/core/dom/DOMURLUtilsReadOnly.h     static String hash(const KURL&);
String             72 Source/core/dom/DOMURLUtilsReadOnly.h     static String hash(DOMURLUtilsReadOnly& impl) { return hash(impl.url()); }
String             38 Source/core/dom/DatasetDOMStringMap.cpp static bool isValidAttributeName(const String& name)
String             52 Source/core/dom/DatasetDOMStringMap.cpp static String convertAttributeNameToPropertyName(const String& name)
String             94 Source/core/dom/DatasetDOMStringMap.cpp static bool propertyNameMatchesAttributeName(const String& propertyName, const String& attributeName)
String            113 Source/core/dom/DatasetDOMStringMap.cpp static bool isValidPropertyName(const String& name)
String            125 Source/core/dom/DatasetDOMStringMap.cpp static AtomicString convertPropertyNameToAttributeName(const String& name)
String            153 Source/core/dom/DatasetDOMStringMap.cpp void DatasetDOMStringMap::getNames(Vector<String>& names)
String            166 Source/core/dom/DatasetDOMStringMap.cpp String DatasetDOMStringMap::item(const String& name)
String            169 Source/core/dom/DatasetDOMStringMap.cpp         return String();
String            178 Source/core/dom/DatasetDOMStringMap.cpp     return String();
String            181 Source/core/dom/DatasetDOMStringMap.cpp bool DatasetDOMStringMap::contains(const String& name)
String            196 Source/core/dom/DatasetDOMStringMap.cpp void DatasetDOMStringMap::setItem(const String& name, const String& value, ExceptionState& exceptionState)
String            206 Source/core/dom/DatasetDOMStringMap.cpp bool DatasetDOMStringMap::deleteItem(const String& name)
String             47 Source/core/dom/DatasetDOMStringMap.h     virtual void getNames(Vector<String>&) OVERRIDE;
String             48 Source/core/dom/DatasetDOMStringMap.h     virtual String item(const String& name) OVERRIDE;
String             49 Source/core/dom/DatasetDOMStringMap.h     virtual bool contains(const String& name) OVERRIDE;
String             50 Source/core/dom/DatasetDOMStringMap.h     virtual void setItem(const String& name, const String& value, ExceptionState&) OVERRIDE;
String             51 Source/core/dom/DatasetDOMStringMap.h     virtual bool deleteItem(const String& name) OVERRIDE;
String             75 Source/core/dom/DecodedDataDocumentParser.cpp     String decoded = m_decoder->decode(data, length);
String             92 Source/core/dom/DecodedDataDocumentParser.cpp     String remainingData = m_decoder->flush();
String             96 Source/core/dom/DecodedDataDocumentParser.cpp void DecodedDataDocumentParser::updateDocument(String& decodedData)
String             59 Source/core/dom/DecodedDataDocumentParser.h     void updateDocument(String& decodedData);
String            341 Source/core/dom/Document.cpp     String message = "Unsafe JavaScript attempt to initiate navigation for frame with URL '" + frame.document()->url().string() + "' from frame with URL '" + activeURL.string() + "'. " + reason + "\n";
String            663 Source/core/dom/Document.cpp String Document::compatMode() const
String            836 Source/core/dom/Document.cpp PassRefPtr<Text> Document::createTextNode(const String& data)
String            841 Source/core/dom/Document.cpp PassRefPtr<Comment> Document::createComment(const String& data)
String            846 Source/core/dom/Document.cpp PassRefPtr<CDATASection> Document::createCDATASection(const String& data, ExceptionState& exceptionState)
String            859 Source/core/dom/Document.cpp PassRefPtr<ProcessingInstruction> Document::createProcessingInstruction(const String& target, const String& data, ExceptionState& exceptionState)
String            872 Source/core/dom/Document.cpp PassRefPtr<Text> Document::createEditingTextNode(const String& text)
String           1056 Source/core/dom/Document.cpp String Document::readyState() const
String           1058 Source/core/dom/Document.cpp     DEFINE_STATIC_LOCAL(const String, loading, ("loading"));
String           1059 Source/core/dom/Document.cpp     DEFINE_STATIC_LOCAL(const String, interactive, ("interactive"));
String           1060 Source/core/dom/Document.cpp     DEFINE_STATIC_LOCAL(const String, complete, ("complete"));
String           1072 Source/core/dom/Document.cpp     return String();
String           1114 Source/core/dom/Document.cpp String Document::defaultCharset() const
String           1118 Source/core/dom/Document.cpp     return String();
String           1121 Source/core/dom/Document.cpp void Document::setCharset(const String& charset)
String           1144 Source/core/dom/Document.cpp void Document::setXMLVersion(const String& version, ExceptionState& exceptionState)
String           1146 Source/core/dom/Document.cpp     if (!implementation().hasFeature("XML", String())) {
String           1161 Source/core/dom/Document.cpp     if (!implementation().hasFeature("XML", String())) {
String           1174 Source/core/dom/Document.cpp void Document::setContent(const String& content)
String           1186 Source/core/dom/Document.cpp String Document::suggestedMIMEType() const
String           1202 Source/core/dom/Document.cpp     return String();
String           1218 Source/core/dom/Document.cpp     String mimeType = suggestedMIMEType();
String           1265 Source/core/dom/Document.cpp static inline String canonicalizedTitle(Document* document, const String& title)
String           1282 Source/core/dom/Document.cpp         return String();
String           1307 Source/core/dom/Document.cpp         return String();
String           1311 Source/core/dom/Document.cpp     return String::adopt(buffer);
String           1314 Source/core/dom/Document.cpp void Document::updateTitle(const String& title)
String           1321 Source/core/dom/Document.cpp     String oldTitle = m_title;
String           1323 Source/core/dom/Document.cpp         m_title = String();
String           1334 Source/core/dom/Document.cpp void Document::setTitle(const String& title)
String           1353 Source/core/dom/Document.cpp void Document::setTitleElement(const String& title, Element* titleElement)
String           1381 Source/core/dom/Document.cpp         updateTitle(String());
String           1395 Source/core/dom/Document.cpp String Document::visibilityState() const
String           1429 Source/core/dom/Document.cpp String Document::nodeName() const
String           1446 Source/core/dom/Document.cpp Vector<String> Document::formElementsState() const
String           1449 Source/core/dom/Document.cpp         return Vector<String>();
String           1453 Source/core/dom/Document.cpp void Document::setStateForNewFormElements(const Vector<String>& stateVector)
String           2553 Source/core/dom/Document.cpp     String text = beforeUnloadEvent->returnValue();
String           2672 Source/core/dom/Document.cpp void Document::write(const String& text, Document* ownerDocument)
String           2677 Source/core/dom/Document.cpp void Document::writeln(const String& text, Document* ownerDocument)
String           2688 Source/core/dom/Document.cpp KURL Document::virtualCompleteURL(const String& url) const
String           2706 Source/core/dom/Document.cpp void Document::logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack> callStack)
String           2786 Source/core/dom/Document.cpp         String strippedHref = stripLeadingAndTrailingHTMLSpaces(*href);
String           2798 Source/core/dom/Document.cpp String Document::userAgent(const KURL& url) const
String           2800 Source/core/dom/Document.cpp     return frame() ? frame()->loader().userAgent(url) : String();
String           2803 Source/core/dom/Document.cpp void Document::disableEval(const String& errorMessage)
String           2989 Source/core/dom/Document.cpp void Document::maybeHandleHttpRefresh(const String& content, HttpRefreshType httpRefreshType)
String           2995 Source/core/dom/Document.cpp     String refreshURL;
String           3004 Source/core/dom/Document.cpp         String message = "Refused to refresh " + m_url.elidedString() + " to a javascript: URL";
String           3010 Source/core/dom/Document.cpp         String message = "Refused to execute the redirect specified via '<meta http-equiv='refresh' content='...'>'. The document is sandboxed, and the 'allow-scripts' keyword is not set.";
String           3036 Source/core/dom/Document.cpp         String message = "Refused to display '" + url().elidedString() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'.";
String           3090 Source/core/dom/Document.cpp void Document::processReferrerPolicy(const String& policy)
String           3118 Source/core/dom/Document.cpp String Document::outgoingReferrer()
String           3135 Source/core/dom/Document.cpp String Document::outgoingOrigin() const
String           3296 Source/core/dom/Document.cpp String Document::preferredStylesheetSet() const
String           3301 Source/core/dom/Document.cpp String Document::selectedStylesheetSet() const
String           3306 Source/core/dom/Document.cpp void Document::setSelectedStylesheetSet(const String& aString)
String           3774 Source/core/dom/Document.cpp PassRefPtrWillBeRawPtr<Event> Document::createEvent(const String& eventType, ExceptionState& exceptionState)
String           3840 Source/core/dom/Document.cpp CSSStyleDeclaration* Document::getOverrideStyle(Element*, const String&)
String           3852 Source/core/dom/Document.cpp String Document::cookie(ExceptionState& exceptionState) const
String           3855 Source/core/dom/Document.cpp         return String();
String           3868 Source/core/dom/Document.cpp         return String();
String           3873 Source/core/dom/Document.cpp         return String();
String           3878 Source/core/dom/Document.cpp void Document::setCookie(const String& value, ExceptionState& exceptionState)
String           3911 Source/core/dom/Document.cpp String Document::domain() const
String           3916 Source/core/dom/Document.cpp void Document::setDomain(const String& newDomain, ExceptionState& exceptionState)
String           3952 Source/core/dom/Document.cpp String Document::lastModified() const
String           3970 Source/core/dom/Document.cpp     return String::format("%02d/%02d/%04d %02d:%02d:%02d", date.month() + 1, date.monthDay(), date.fullYear(), date.hour(), date.minute(), date.second());
String           4025 Source/core/dom/Document.cpp bool Document::isValidName(const String& name)
String           4143 Source/core/dom/Document.cpp         String correctlyDecodedTitle = codec->decode(originalBytes.data(), originalBytes.length(), DataEOF);
String           4160 Source/core/dom/Document.cpp KURL Document::completeURL(const String& url) const
String           4165 Source/core/dom/Document.cpp KURL Document::completeURLWithOverride(const String& url, const KURL& baseURLOverride) const
String           4191 Source/core/dom/Document.cpp static Editor::Command command(Document* document, const String& commandName, bool userInterface = false)
String           4201 Source/core/dom/Document.cpp bool Document::execCommand(const String& commandName, bool userInterface, const String& value)
String           4210 Source/core/dom/Document.cpp         String message = "We don't execute document.execCommand() this time, because it is called recursively.";
String           4222 Source/core/dom/Document.cpp bool Document::queryCommandEnabled(const String& commandName)
String           4227 Source/core/dom/Document.cpp bool Document::queryCommandIndeterm(const String& commandName)
String           4232 Source/core/dom/Document.cpp bool Document::queryCommandState(const String& commandName)
String           4237 Source/core/dom/Document.cpp bool Document::queryCommandSupported(const String& commandName)
String           4242 Source/core/dom/Document.cpp String Document::queryCommandValue(const String& commandName)
String           4292 Source/core/dom/Document.cpp     String resultMIMEType;
String           4293 Source/core/dom/Document.cpp     String newSource;
String           4294 Source/core/dom/Document.cpp     String resultEncoding;
String           4667 Source/core/dom/Document.cpp bool Document::allowInlineEventHandlers(Node* node, EventListener* listener, const String& contextURL, const WTF::OrdinalNumber& contextLine)
String           4755 Source/core/dom/Document.cpp void Document::getCSSCanvasContext(const String& type, const String& name, int width, int height, bool& is2d, RefPtr<CanvasRenderingContext2D>& context2d, bool& is3d, RefPtr<WebGLRenderingContext>& context3d)
String           4772 Source/core/dom/Document.cpp HTMLCanvasElement& Document::getCSSCanvasElement(const String& name)
String           4796 Source/core/dom/Document.cpp void Document::parseDNSPrefetchControlHeader(const String& dnsPrefetchControl)
String           4807 Source/core/dom/Document.cpp void Document::reportBlockedScriptExecutionToInspector(const String& directiveText)
String           4812 Source/core/dom/Document.cpp void Document::addMessage(MessageSource source, MessageLevel level, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState* state)
String           4817 Source/core/dom/Document.cpp void Document::internalAddMessage(MessageSource source, MessageLevel level, const String& message, const String& sourceURL, unsigned lineNumber, PassRefPtr<ScriptCallStack> callStack, ScriptState* state)
String           4827 Source/core/dom/Document.cpp     String messageURL = sourceURL;
String           4839 Source/core/dom/Document.cpp void Document::addConsoleMessageWithRequestIdentifier(MessageSource source, MessageLevel level, const String& message, unsigned long requestIdentifier)
String           4847 Source/core/dom/Document.cpp         host->console().addMessage(source, level, message, String(), 0, 0, nullptr, 0, requestIdentifier);
String            297 Source/core/dom/Document.h     String outgoingReferrer();
String            298 Source/core/dom/Document.h     String outgoingOrigin() const;
String            316 Source/core/dom/Document.h     PassRefPtr<Text> createTextNode(const String& data);
String            317 Source/core/dom/Document.h     PassRefPtr<Comment> createComment(const String& data);
String            318 Source/core/dom/Document.h     PassRefPtr<CDATASection> createCDATASection(const String& data, ExceptionState&);
String            319 Source/core/dom/Document.h     PassRefPtr<ProcessingInstruction> createProcessingInstruction(const String& target, const String& data, ExceptionState&);
String            345 Source/core/dom/Document.h     String readyState() const;
String            347 Source/core/dom/Document.h     String defaultCharset() const;
String            355 Source/core/dom/Document.h     void setCharset(const String&);
String            357 Source/core/dom/Document.h     void setContent(const String&);
String            359 Source/core/dom/Document.h     String suggestedMIMEType() const;
String            366 Source/core/dom/Document.h     String xmlEncoding() const { return m_xmlEncoding; }
String            367 Source/core/dom/Document.h     String xmlVersion() const { return m_xmlVersion; }
String            373 Source/core/dom/Document.h     void setXMLEncoding(const String& encoding) { m_xmlEncoding = encoding; } // read-only property, only to be set from XMLDocumentParser
String            374 Source/core/dom/Document.h     void setXMLVersion(const String&, ExceptionState&);
String            380 Source/core/dom/Document.h     String visibilityState() const;
String            457 Source/core/dom/Document.h     Vector<String> formElementsState() const;
String            458 Source/core/dom/Document.h     void setStateForNewFormElements(const Vector<String>&);
String            479 Source/core/dom/Document.h     PassRefPtr<Text> createEditingTextNode(const String&);
String            548 Source/core/dom/Document.h     void write(const String& text, Document* ownerDocument = 0);
String            549 Source/core/dom/Document.h     void writeln(const String& text, Document* ownerDocument = 0);
String            565 Source/core/dom/Document.h     KURL completeURL(const String&) const;
String            566 Source/core/dom/Document.h     KURL completeURLWithOverride(const String&, const KURL& baseURLOverride) const;
String            568 Source/core/dom/Document.h     virtual String userAgent(const KURL&) const OVERRIDE FINAL;
String            569 Source/core/dom/Document.h     virtual void disableEval(const String& errorMessage) OVERRIDE FINAL;
String            594 Source/core/dom/Document.h     String compatMode() const;
String            627 Source/core/dom/Document.h     String preferredStylesheetSet() const;
String            628 Source/core/dom/Document.h     String selectedStylesheetSet() const;
String            629 Source/core/dom/Document.h     void setSelectedStylesheetSet(const String&);
String            691 Source/core/dom/Document.h     PassRefPtrWillBeRawPtr<Event> createEvent(const String& eventType, ExceptionState&);
String            722 Source/core/dom/Document.h     CSSStyleDeclaration* getOverrideStyle(Element*, const String& pseudoElt);
String            736 Source/core/dom/Document.h     void processReferrerPolicy(const String& policy);
String            742 Source/core/dom/Document.h     String title() const { return m_title; }
String            743 Source/core/dom/Document.h     void setTitle(const String&);
String            746 Source/core/dom/Document.h     void setTitleElement(const String& title, Element* titleElement);
String            749 Source/core/dom/Document.h     String cookie(ExceptionState&) const;
String            750 Source/core/dom/Document.h     void setCookie(const String&, ExceptionState&);
String            754 Source/core/dom/Document.h     String domain() const;
String            755 Source/core/dom/Document.h     void setDomain(const String& newDomain, ExceptionState&);
String            757 Source/core/dom/Document.h     String lastModified() const;
String            777 Source/core/dom/Document.h     static bool isValidName(const String&);
String            806 Source/core/dom/Document.h     bool execCommand(const String& command, bool userInterface = false, const String& value = String());
String            807 Source/core/dom/Document.h     bool queryCommandEnabled(const String& command);
String            808 Source/core/dom/Document.h     bool queryCommandIndeterm(const String& command);
String            809 Source/core/dom/Document.h     bool queryCommandState(const String& command);
String            810 Source/core/dom/Document.h     bool queryCommandSupported(const String& command);
String            811 Source/core/dom/Document.h     String queryCommandValue(const String& command);
String            857 Source/core/dom/Document.h     void getCSSCanvasContext(const String& type, const String& name, int width, int height, bool&, RefPtr<CanvasRenderingContext2D>&, bool&, RefPtr<WebGLRenderingContext>&);
String            858 Source/core/dom/Document.h     HTMLCanvasElement& getCSSCanvasElement(const String& name);
String            861 Source/core/dom/Document.h     void parseDNSPrefetchControlHeader(const String&);
String            896 Source/core/dom/Document.h     bool allowInlineEventHandlers(Node*, EventListener*, const String& contextURL, const WTF::OrdinalNumber& contextLine);
String            952 Source/core/dom/Document.h     virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) OVERRIDE FINAL;
String           1031 Source/core/dom/Document.h     void addConsoleMessageWithRequestIdentifier(MessageSource, MessageLevel, const String& message, unsigned long requestIdentifier);
String           1045 Source/core/dom/Document.h     void maybeHandleHttpRefresh(const String&, HttpRefreshType);
String           1068 Source/core/dom/Document.h     void clearXMLVersion() { m_xmlVersion = String(); }
String           1105 Source/core/dom/Document.h     virtual String nodeName() const OVERRIDE FINAL;
String           1115 Source/core/dom/Document.h     virtual KURL virtualCompleteURL(const String&) const OVERRIDE FINAL; // Same as completeURL() for the same reason as above.
String           1117 Source/core/dom/Document.h     virtual void reportBlockedScriptExecutionToInspector(const String& directiveText) OVERRIDE FINAL;
String           1118 Source/core/dom/Document.h     virtual void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState*) OVERRIDE FINAL;
String           1119 Source/core/dom/Document.h     void internalAddMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, PassRefPtr<ScriptCallStack>, ScriptState*);
String           1123 Source/core/dom/Document.h     void updateTitle(const String&);
String           1249 Source/core/dom/Document.h     String m_title;
String           1250 Source/core/dom/Document.h     String m_rawTitle;
String           1272 Source/core/dom/Document.h     String m_xmlEncoding;
String           1273 Source/core/dom/Document.h     String m_xmlVersion;
String           1292 Source/core/dom/Document.h     HashMap<String, RefPtr<HTMLCanvasElement> > m_cssCanvasElements;
String             43 Source/core/dom/DocumentFragment.cpp String DocumentFragment::nodeName() const
String             75 Source/core/dom/DocumentFragment.cpp void DocumentFragment::parseHTML(const String& source, Element* contextElement, ParserContentPolicy parserContentPolicy)
String             80 Source/core/dom/DocumentFragment.cpp bool DocumentFragment::parseXML(const String& source, Element* contextElement, ParserContentPolicy parserContentPolicy)
String             38 Source/core/dom/DocumentFragment.h     void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
String             39 Source/core/dom/DocumentFragment.h     bool parseXML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
String             46 Source/core/dom/DocumentFragment.h     virtual String nodeName() const OVERRIDE FINAL;
String             42 Source/core/dom/DocumentMarker.cpp     static PassRefPtr<DocumentMarkerDescription> create(const String&);
String             44 Source/core/dom/DocumentMarker.cpp     const String& description() const { return m_description; }
String             48 Source/core/dom/DocumentMarker.cpp     DocumentMarkerDescription(const String& description)
String             53 Source/core/dom/DocumentMarker.cpp     String m_description;
String             56 Source/core/dom/DocumentMarker.cpp PassRefPtr<DocumentMarkerDescription> DocumentMarkerDescription::create(const String& description)
String            116 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const String& description)
String            125 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash)
String            163 Source/core/dom/DocumentMarker.cpp const String& DocumentMarker::description() const
String             98 Source/core/dom/DocumentMarker.h     DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description);
String             99 Source/core/dom/DocumentMarker.h     DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash);
String            108 Source/core/dom/DocumentMarker.h     const String& description() const;
String             84 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description, uint32_t hash)
String             93 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description)
String             53 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description);
String             54 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description, uint32_t hash);
String             74 Source/core/dom/DocumentMarkerControllerTest.cpp     return document().createTextNode(String::fromUTF8(textContents));
String             88 Source/core/dom/DocumentMarkerControllerTest.cpp     document().body()->setInnerHTML(String::fromUTF8(bodyContent), ASSERT_NO_EXCEPTION);
String             31 Source/core/dom/DocumentType.cpp DocumentType::DocumentType(Document* document, const String& name, const String& publicId, const String& systemId)
String             45 Source/core/dom/DocumentType.cpp String DocumentType::nodeName() const
String             35 Source/core/dom/DocumentType.h     static PassRefPtr<DocumentType> create(Document* document, const String& name, const String& publicId, const String& systemId)
String             40 Source/core/dom/DocumentType.h     const String& name() const { return m_name; }
String             41 Source/core/dom/DocumentType.h     const String& publicId() const { return m_publicId; }
String             42 Source/core/dom/DocumentType.h     const String& systemId() const { return m_systemId; }
String             43 Source/core/dom/DocumentType.h     const String& internalSubset() const { return m_subset; }
String             46 Source/core/dom/DocumentType.h     DocumentType(Document*, const String& name, const String& publicId, const String& systemId);
String             49 Source/core/dom/DocumentType.h     virtual String nodeName() const OVERRIDE;
String             56 Source/core/dom/DocumentType.h     String m_name;
String             57 Source/core/dom/DocumentType.h     String m_publicId;
String             58 Source/core/dom/DocumentType.h     String m_systemId;
String             59 Source/core/dom/DocumentType.h     String m_subset;
String            723 Source/core/dom/Element.cpp     String scrollBehaviorString;
String            769 Source/core/dom/Element.cpp     String scrollBehaviorString;
String           1190 Source/core/dom/Element.cpp String Element::nodeName() const
String           1660 Source/core/dom/Element.cpp     Vector<String> emptyVector;
String           1661 Source/core/dom/Element.cpp     const Vector<String>& oldCallbackSelectors = oldStyle ? oldStyle->callbackSelectors() : emptyVector;
String           1662 Source/core/dom/Element.cpp     const Vector<String>& newCallbackSelectors = newStyle ? newStyle->callbackSelectors() : emptyVector;
String           1907 Source/core/dom/Element.cpp     String s;
String           2235 Source/core/dom/Element.cpp String Element::innerHTML() const
String           2240 Source/core/dom/Element.cpp String Element::outerHTML() const
String           2245 Source/core/dom/Element.cpp void Element::setInnerHTML(const String& html, ExceptionState& exceptionState)
String           2255 Source/core/dom/Element.cpp void Element::setOuterHTML(const String& html, ExceptionState& exceptionState)
String           2284 Source/core/dom/Element.cpp Node* Element::insertAdjacent(const String& where, Node* newChild, ExceptionState& exceptionState)
String           2319 Source/core/dom/Element.cpp static Element* contextElementForInsertion(const String& where, Element* element, ExceptionState& exceptionState)
String           2335 Source/core/dom/Element.cpp Element* Element::insertAdjacentElement(const String& where, Element* newChild, ExceptionState& exceptionState)
String           2347 Source/core/dom/Element.cpp void Element::insertAdjacentText(const String& where, const String& text, ExceptionState& exceptionState)
String           2353 Source/core/dom/Element.cpp void Element::insertAdjacentHTML(const String& where, const String& markup, ExceptionState& exceptionState)
String           2365 Source/core/dom/Element.cpp String Element::innerText()
String           2376 Source/core/dom/Element.cpp String Element::outerText()
String           2386 Source/core/dom/Element.cpp String Element::textFromChildren()
String           2619 Source/core/dom/Element.cpp bool Element::matches(const String& selectors, ExceptionState& exceptionState)
String           2662 Source/core/dom/Element.cpp     String value = stripLeadingAndTrailingHTMLSpaces(getAttribute(name));
String           3261 Source/core/dom/Element.cpp bool Element::setInlineStyleProperty(CSSPropertyID propertyID, const String& value, bool important)
String           3310 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value)
String            235 Source/core/dom/Element.h     String tagName() const { return nodeName(); }
String            253 Source/core/dom/Element.h     virtual String nodeName() const OVERRIDE;
String            272 Source/core/dom/Element.h     bool setInlineStyleProperty(CSSPropertyID, const String& value, bool important = false);
String            387 Source/core/dom/Element.h     String innerText();
String            388 Source/core/dom/Element.h     String outerText();
String            389 Source/core/dom/Element.h     String innerHTML() const;
String            390 Source/core/dom/Element.h     String outerHTML() const;
String            391 Source/core/dom/Element.h     void setInnerHTML(const String&, ExceptionState&);
String            392 Source/core/dom/Element.h     void setOuterHTML(const String&, ExceptionState&);
String            394 Source/core/dom/Element.h     Element* insertAdjacentElement(const String& where, Element* newChild, ExceptionState&);
String            395 Source/core/dom/Element.h     void insertAdjacentText(const String& where, const String& text, ExceptionState&);
String            396 Source/core/dom/Element.h     void insertAdjacentHTML(const String& where, const String& html, ExceptionState&);
String            398 Source/core/dom/Element.h     String textFromChildren();
String            400 Source/core/dom/Element.h     virtual String title() const { return String(); }
String            426 Source/core/dom/Element.h     bool matches(const String& selectors, ExceptionState&);
String            523 Source/core/dom/Element.h     void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, const String& value);
String            556 Source/core/dom/Element.h     Node* insertAdjacent(const String& where, Node* newChild, ExceptionState&);
String             47 Source/core/dom/ExecutionContext.cpp     PendingException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL, PassRefPtr<ScriptCallStack> callStack)
String             55 Source/core/dom/ExecutionContext.cpp     String m_errorMessage;
String             58 Source/core/dom/ExecutionContext.cpp     String m_sourceURL;
String            126 Source/core/dom/ExecutionContext.cpp bool ExecutionContext::shouldSanitizeScriptError(const String& sourceURL, AccessControlStatus corsStatus)
String            156 Source/core/dom/ExecutionContext.cpp void ExecutionContext::addConsoleMessage(MessageSource source, MessageLevel level, const String& message, const String& sourceURL, unsigned lineNumber)
String            163 Source/core/dom/ExecutionContext.cpp void ExecutionContext::addConsoleMessage(MessageSource source, MessageLevel level, const String& message, ScriptState* state)
String            167 Source/core/dom/ExecutionContext.cpp     m_client->addMessage(source, level, message, String(), 0, state);
String            256 Source/core/dom/ExecutionContext.cpp KURL ExecutionContext::completeURL(const String& url) const
String            267 Source/core/dom/ExecutionContext.cpp void ExecutionContext::disableEval(const String& errorMessage)
String            280 Source/core/dom/ExecutionContext.cpp String ExecutionContext::userAgent(const KURL& url) const
String            283 Source/core/dom/ExecutionContext.cpp         return String();
String             75 Source/core/dom/ExecutionContext.h     KURL completeURL(const String& url) const;
String             76 Source/core/dom/ExecutionContext.h     void disableEval(const String& errorMessage);
String             78 Source/core/dom/ExecutionContext.h     String userAgent(const KURL&) const;
String             83 Source/core/dom/ExecutionContext.h     bool shouldSanitizeScriptError(const String& sourceURL, AccessControlStatus);
String             86 Source/core/dom/ExecutionContext.h     void addConsoleMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber);
String             87 Source/core/dom/ExecutionContext.h     void addConsoleMessage(MessageSource, MessageLevel, const String& message, ScriptState* = 0);
String             57 Source/core/dom/ExecutionContextClient.h     virtual String userAgent(const KURL&) const = 0;
String             58 Source/core/dom/ExecutionContextClient.h     virtual void disableEval(const String& errorMessage) = 0;
String             61 Source/core/dom/ExecutionContextClient.h     virtual KURL virtualCompleteURL(const String&) const = 0;
String             62 Source/core/dom/ExecutionContextClient.h     virtual void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState*) = 0;
String             63 Source/core/dom/ExecutionContextClient.h     virtual void reportBlockedScriptExecutionToInspector(const String& directiveText) = 0;
String             65 Source/core/dom/ExecutionContextClient.h     virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) = 0;
String             72 Source/core/dom/ExecutionContextClient.h     void addConsoleMessage(MessageSource source, MessageLevel level, const String& message, const String& sourceURL, unsigned lineNumber) { addMessage(source, level, message, sourceURL, lineNumber, 0); }
String             73 Source/core/dom/ExecutionContextClient.h     void addConsoleMessage(MessageSource source, MessageLevel level, const String& message, ScriptState* state = 0) { addMessage(source, level, message, String(), 0, state); }
String             75 Source/core/dom/ExecutionContextClient.h     KURL contextCompleteURL(const String& url) const { return virtualCompleteURL(url); }
String             49 Source/core/dom/IconURL.h     String m_mimeType;
String             59 Source/core/dom/IconURL.h     IconURL(const KURL& url, const Vector<IntSize>& sizes, const String& mimeType, IconType type)
String             79 Source/core/dom/MessagePort.cpp                 exceptionState.throwDOMException(DataCloneError, "Port at index " + String::number(i) + " contains the source port.");
String            225 Source/core/dom/MessagePort.cpp             String type;
String            232 Source/core/dom/MessagePort.cpp             exceptionState.throwDOMException(DataCloneError, "Port at index "  + String::number(i) + " is " + type + ".");
String             73 Source/core/dom/MutationRecord.cpp     RecordWithEmptyNodeLists(PassRefPtr<Node> target, const String& oldValue)
String             81 Source/core/dom/MutationRecord.cpp     virtual String oldValue() OVERRIDE { return m_oldValue; }
String             93 Source/core/dom/MutationRecord.cpp     String m_oldValue;
String            118 Source/core/dom/MutationRecord.cpp     CharacterDataRecord(PassRefPtr<Node> target, const String& oldValue)
String            144 Source/core/dom/MutationRecord.cpp     virtual String oldValue() OVERRIDE { return String(); }
String            179 Source/core/dom/MutationRecord.cpp PassRefPtr<MutationRecord> MutationRecord::createCharacterData(PassRefPtr<Node> target, const String& oldValue)
String             49 Source/core/dom/MutationRecord.h     static PassRefPtr<MutationRecord> createCharacterData(PassRefPtr<Node> target, const String& oldValue);
String             70 Source/core/dom/MutationRecord.h     virtual String oldValue() { return String(); }
String            135 Source/core/dom/Node.cpp     HashMap<String, size_t> perTagCount;
String            161 Source/core/dom/Node.cpp                 HashMap<String, size_t>::AddResult result = perTagCount.add(element->tagName(), 1);
String            230 Source/core/dom/Node.cpp     for (HashMap<String, size_t>::iterator it = perTagCount.begin(); it != perTagCount.end(); ++it)
String            349 Source/core/dom/Node.cpp String Node::nodeValue() const
String            351 Source/core/dom/Node.cpp     return String();
String            354 Source/core/dom/Node.cpp void Node::setNodeValue(const String&)
String           1378 Source/core/dom/Node.cpp const AtomicString& Node::lookupNamespaceURI(const String& prefix) const
String           1475 Source/core/dom/Node.cpp String Node::textContent(bool convertBRsToNewlines) const
String           1480 Source/core/dom/Node.cpp     return isNullString ? String() : content.toString();
String           1483 Source/core/dom/Node.cpp void Node::setTextContent(const String& text)
String           1677 Source/core/dom/Node.cpp String Node::debugName() const
String           1708 Source/core/dom/Node.cpp     String attr = toElement(node)->getAttribute(name);
String           1723 Source/core/dom/Node.cpp         String value = nodeValue();
String           1793 Source/core/dom/Node.cpp static void traverseTreeAndMark(const String& baseIndent, const Node* rootNode, const Node* markedNode1, const char* markedLabel1, const Node* markedNode2, const char* markedLabel2)
String           1824 Source/core/dom/Node.cpp     String startingIndent;
String           1830 Source/core/dom/Node.cpp     String result;
String           1831 Source/core/dom/Node.cpp     String s;
String           1850 Source/core/dom/Node.cpp static void showSubTreeAcrossFrame(const Node* node, const Node* markedNode, const String& indent)
String            164 Source/core/dom/Node.h     virtual String nodeName() const = 0;
String            165 Source/core/dom/Node.h     virtual String nodeValue() const;
String            166 Source/core/dom/Node.h     virtual void setNodeValue(const String&);
String            203 Source/core/dom/Node.h     const AtomicString& lookupNamespaceURI(const String& prefix) const;
String            205 Source/core/dom/Node.h     String textContent(bool convertBRsToNewlines = false) const;
String            206 Source/core/dom/Node.h     void setTextContent(const String&);
String            578 Source/core/dom/Node.h     String debugName() const;
String           1064 Source/core/dom/Position.cpp         String string = toText(prev.deprecatedNode())->data();
String             39 Source/core/dom/ProcessingInstruction.cpp inline ProcessingInstruction::ProcessingInstruction(Document& document, const String& target, const String& data)
String             51 Source/core/dom/ProcessingInstruction.cpp PassRefPtr<ProcessingInstruction> ProcessingInstruction::create(Document& document, const String& target, const String& data)
String             65 Source/core/dom/ProcessingInstruction.cpp String ProcessingInstruction::nodeName() const
String             89 Source/core/dom/ProcessingInstruction.cpp         const HashMap<String, String> attrs = parseAttributes(m_data, attrsOk);
String             92 Source/core/dom/ProcessingInstruction.cpp         HashMap<String, String>::const_iterator i = attrs.find("type");
String             93 Source/core/dom/ProcessingInstruction.cpp         String type;
String            103 Source/core/dom/ProcessingInstruction.cpp         String href = attrs.get("href");
String            104 Source/core/dom/ProcessingInstruction.cpp         String alternate = attrs.get("alternate");
String            124 Source/core/dom/ProcessingInstruction.cpp             String url = document().completeURL(href).string();
String            131 Source/core/dom/ProcessingInstruction.cpp                 String charset = attrs.get("charset");
String            165 Source/core/dom/ProcessingInstruction.cpp void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet)
String            190 Source/core/dom/ProcessingInstruction.cpp void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
String            197 Source/core/dom/ProcessingInstruction.cpp void ProcessingInstruction::parseStyleSheet(const String& sheet)
String             37 Source/core/dom/ProcessingInstruction.h     static PassRefPtr<ProcessingInstruction> create(Document&, const String& target, const String& data);
String             40 Source/core/dom/ProcessingInstruction.h     const String& target() const { return m_target; }
String             44 Source/core/dom/ProcessingInstruction.h     const String& localHref() const { return m_localHref; }
String             55 Source/core/dom/ProcessingInstruction.h     ProcessingInstruction(Document&, const String& target, const String& data);
String             57 Source/core/dom/ProcessingInstruction.h     virtual String nodeName() const OVERRIDE;
String             65 Source/core/dom/ProcessingInstruction.h     virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*) OVERRIDE;
String             66 Source/core/dom/ProcessingInstruction.h     virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) OVERRIDE;
String             70 Source/core/dom/ProcessingInstruction.h     void parseStyleSheet(const String& sheet);
String             72 Source/core/dom/ProcessingInstruction.h     String m_target;
String             73 Source/core/dom/ProcessingInstruction.h     String m_localHref;
String             74 Source/core/dom/ProcessingInstruction.h     String m_title;
String             75 Source/core/dom/ProcessingInstruction.h     String m_media;
String             43 Source/core/dom/PseudoElement.cpp String PseudoElement::pseudoElementNameForEvents(PseudoId pseudoId)
String             45 Source/core/dom/PseudoElement.cpp     DEFINE_STATIC_LOCAL(const String, after, ("::after"));
String             46 Source/core/dom/PseudoElement.cpp     DEFINE_STATIC_LOCAL(const String, before, ("::before"));
String             50 Source/core/dom/PseudoElement.h     static String pseudoElementNameForEvents(PseudoId);
String             92 Source/core/dom/QualifiedName.cpp String QualifiedName::toString() const
String             94 Source/core/dom/QualifiedName.cpp     String local = localName();
String             99 Source/core/dom/QualifiedName.h     String toString() const;
String            822 Source/core/dom/Range.cpp             String data(pi->data());
String           1060 Source/core/dom/Range.cpp String Range::toString(ExceptionState& exceptionState) const
String           1064 Source/core/dom/Range.cpp         return String();
String           1072 Source/core/dom/Range.cpp             String data = toCharacterData(n)->data();
String           1083 Source/core/dom/Range.cpp String Range::toHTML() const
String           1088 Source/core/dom/Range.cpp String Range::text() const
String           1091 Source/core/dom/Range.cpp         return String();
String           1100 Source/core/dom/Range.cpp PassRefPtr<DocumentFragment> Range::createContextualFragment(const String& markup, ExceptionState& exceptionState)
String           1145 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to the node's length (" + String::number(toCharacterData(n)->length()) + ").");
String           1149 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to than the node's length (" + String::number(toProcessingInstruction(n)->data().length()) + ").");
String           1159 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(IndexSizeError, "There is no child at offset " + String::number(offset) + ".");
String           1582 Source/core/dom/Range.cpp     String s;
String           1789 Source/core/dom/Range.cpp void Range::expand(const String& unit, ExceptionState& exceptionState)
String             89 Source/core/dom/Range.h     String toString(ExceptionState&) const;
String             91 Source/core/dom/Range.h     String toHTML() const;
String             92 Source/core/dom/Range.h     String text() const;
String             94 Source/core/dom/Range.h     PassRefPtr<DocumentFragment> createContextualFragment(const String& html, ExceptionState&);
String            144 Source/core/dom/Range.h     void expand(const String&, ExceptionState&);
String             35 Source/core/dom/SandboxFlags.cpp SandboxFlags parseSandboxPolicy(const String& policy, String& invalidTokensErrorMessage)
String             54 Source/core/dom/SandboxFlags.cpp         String sandboxToken = policy.substring(start, end - start);
String             52 Source/core/dom/SandboxFlags.h SandboxFlags parseSandboxPolicy(const String& policy, String& invalidTokensErrorMessage);
String             91 Source/core/dom/ScriptLoader.cpp void ScriptLoader::handleSourceAttribute(const String& sourceUrl)
String            105 Source/core/dom/ScriptLoader.cpp static bool isLegacySupportedJavaScriptLanguage(const String& language)
String            152 Source/core/dom/ScriptLoader.cpp     String type = client()->typeAttributeValue();
String            153 Source/core/dom/ScriptLoader.cpp     String language = client()->languageAttributeValue();
String            248 Source/core/dom/ScriptLoader.cpp bool ScriptLoader::fetchScript(const String& sourceUrl)
String            402 Source/core/dom/ScriptLoader.cpp     String eventAttribute = client()->eventAttributeValue();
String            403 Source/core/dom/ScriptLoader.cpp     String forAttribute = client()->forAttributeValue();
String            416 Source/core/dom/ScriptLoader.cpp String ScriptLoader::scriptContent() const
String             48 Source/core/dom/ScriptLoader.h     String scriptCharset() const { return m_characterEncoding; }
String             49 Source/core/dom/ScriptLoader.h     String scriptContent() const;
String             72 Source/core/dom/ScriptLoader.h     void handleSourceAttribute(const String& sourceUrl);
String             81 Source/core/dom/ScriptLoader.h     bool fetchScript(const String& sourceUrl);
String            101 Source/core/dom/ScriptLoader.h     String m_characterEncoding;
String            102 Source/core/dom/ScriptLoader.h     String m_fallbackCharacterEncoding;
String             34 Source/core/dom/ScriptLoaderClient.h     virtual String sourceAttributeValue() const = 0;
String             35 Source/core/dom/ScriptLoaderClient.h     virtual String charsetAttributeValue() const = 0;
String             36 Source/core/dom/ScriptLoaderClient.h     virtual String typeAttributeValue() const = 0;
String             37 Source/core/dom/ScriptLoaderClient.h     virtual String languageAttributeValue() const = 0;
String             38 Source/core/dom/ScriptLoaderClient.h     virtual String forAttributeValue() const = 0;
String             39 Source/core/dom/ScriptLoaderClient.h     virtual String eventAttributeValue() const = 0;
String             46 Source/core/dom/SpaceSplitString.cpp static inline bool hasNonASCIIOrUpper(const String& string)
String             74 Source/core/dom/SpaceSplitString.cpp void SpaceSplitStringData::createVector(const String& string)
String            163 Source/core/dom/SpaceSplitString.cpp     String string(inputString.string());
String             60 Source/core/dom/SpaceSplitString.h         void createVector(const String&);
String             44 Source/core/dom/StringCallback.cpp     static PassOwnPtr<DispatchCallbackTask> create(PassOwnPtr<StringCallback> callback, const String& data)
String             55 Source/core/dom/StringCallback.cpp     DispatchCallbackTask(PassOwnPtr<StringCallback> callback, const String& data)
String             62 Source/core/dom/StringCallback.cpp     const String m_data;
String             67 Source/core/dom/StringCallback.cpp void StringCallback::scheduleCallback(PassOwnPtr<StringCallback> callback, ExecutionContext* context, const String& data)
String             43 Source/core/dom/StringCallback.h     virtual void handleEvent(const String& data) = 0;
String             46 Source/core/dom/StringCallback.h     static void scheduleCallback(PassOwnPtr<StringCallback>, ExecutionContext*, const String& data);
String            140 Source/core/dom/StyleElement.cpp void StyleElement::createSheet(Element* e, const String& text)
String             59 Source/core/dom/StyleElement.h     void createSheet(Element*, const String& text = String());
String            583 Source/core/dom/StyleEngine.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> StyleEngine::createSheet(Element* e, const String& text, TextPosition startPosition, bool createdByParser)
String            616 Source/core/dom/StyleEngine.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> StyleEngine::parseSheet(Element* e, const String& text, TextPosition startPosition, bool createdByParser)
String            118 Source/core/dom/StyleEngine.h     String preferredStylesheetSetName() const { return m_preferredStylesheetSetName; }
String            119 Source/core/dom/StyleEngine.h     String selectedStylesheetSetName() const { return m_selectedStylesheetSetName; }
String            120 Source/core/dom/StyleEngine.h     void setPreferredStylesheetSetName(const String& name) { m_preferredStylesheetSetName = name; }
String            121 Source/core/dom/StyleEngine.h     void setSelectedStylesheetSetName(const String& name) { m_selectedStylesheetSetName = name; }
String            123 Source/core/dom/StyleEngine.h     void selectStylesheetSetName(const String& name)
String            188 Source/core/dom/StyleEngine.h     PassRefPtrWillBeRawPtr<CSSStyleSheet> createSheet(Element*, const String& text, TextPosition startPosition, bool createdByParser);
String            211 Source/core/dom/StyleEngine.h     static PassRefPtrWillBeRawPtr<CSSStyleSheet> parseSheet(Element*, const String& text, TextPosition startPosition, bool createdByParser);
String            234 Source/core/dom/StyleEngine.h     String m_preferredStylesheetSetName;
String            235 Source/core/dom/StyleEngine.h     String m_selectedStylesheetSetName;
String             81 Source/core/dom/StyleSheetCandidate.cpp bool StyleSheetCandidate::hasPreferrableName(const String& currentPreferrableName) const
String             87 Source/core/dom/StyleSheetCandidate.cpp bool StyleSheetCandidate::canBeActivated(const String& currentPreferrableName) const
String             58 Source/core/dom/StyleSheetCandidate.h     bool hasPreferrableName(const String& currentPreferrableName) const;
String             59 Source/core/dom/StyleSheetCandidate.h     bool canBeActivated(const String& currentPreferrableName) const;
String             47 Source/core/dom/Text.cpp PassRefPtr<Text> Text::create(Document& document, const String& data)
String             52 Source/core/dom/Text.cpp PassRefPtr<Text> Text::createEditingText(Document& document, const String& data)
String             84 Source/core/dom/Text.cpp         String nextTextData = nextText->data();
String             85 Source/core/dom/Text.cpp         String oldTextData = data();
String            112 Source/core/dom/Text.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than the Text node's length.");
String            117 Source/core/dom/Text.cpp     String oldStr = data();
String            167 Source/core/dom/Text.cpp String Text::wholeText() const
String            177 Source/core/dom/Text.cpp         const String& data = toText(n)->data();
String            194 Source/core/dom/Text.cpp PassRefPtr<Text> Text::replaceWholeText(const String& newText)
String            229 Source/core/dom/Text.cpp String Text::nodeName() const
String            354 Source/core/dom/Text.cpp PassRefPtr<Text> Text::cloneWithData(const String& data)
String            363 Source/core/dom/Text.cpp     String s;
String             38 Source/core/dom/Text.h     static PassRefPtr<Text> create(Document&, const String&);
String             39 Source/core/dom/Text.h     static PassRefPtr<Text> createEditingText(Document&, const String&);
String             48 Source/core/dom/Text.h     String wholeText() const;
String             49 Source/core/dom/Text.h     PassRefPtr<Text> replaceWholeText(const String&);
String             62 Source/core/dom/Text.h     Text(TreeScope& treeScope, const String& data, ConstructionType type)
String             69 Source/core/dom/Text.h     virtual String nodeName() const OVERRIDE;
String             74 Source/core/dom/Text.h     virtual PassRefPtr<Text> cloneWithData(const String&);
String            205 Source/core/dom/TreeScope.cpp HTMLMapElement* TreeScope::getImageMap(const String& url) const
String            212 Source/core/dom/TreeScope.cpp     String name = (hashPos == kNotFound ? url : url.substring(hashPos + 1)).impl();
String            300 Source/core/dom/TreeScope.cpp Element* TreeScope::findAnchor(const String& name)
String            470 Source/core/dom/TreeScope.cpp Element* TreeScope::getElementByAccessKey(const String& key) const
String             77 Source/core/dom/TreeScope.h     HTMLMapElement* getImageMap(const String& url) const;
String             94 Source/core/dom/TreeScope.h     Element* findAnchor(const String& name);
String            154 Source/core/dom/TreeScope.h     Element* getElementByAccessKey(const String& key) const;
String             39 Source/core/dom/custom/CustomElementException.cpp String CustomElementException::preamble(const AtomicString& type)
String             62 Source/core/dom/custom/CustomElementException.h     static String preamble(const AtomicString& type);
String            123 Source/core/dom/shadow/ShadowRoot.cpp String ShadowRoot::innerHTML() const
String            128 Source/core/dom/shadow/ShadowRoot.cpp void ShadowRoot::setInnerHTML(const String& markup, ExceptionState& exceptionState)
String            119 Source/core/dom/shadow/ShadowRoot.h     String innerHTML() const;
String            120 Source/core/dom/shadow/ShadowRoot.h     void setInnerHTML(const String&, ExceptionState&);
String            164 Source/core/editing/ApplyBlockElementCommand.cpp     String textAtPosition = toText(textNode)->substringData(offset, 1, exceptionState);
String             56 Source/core/editing/ApplyStyleCommand.cpp static String& styleSpanClassString()
String             58 Source/core/editing/ApplyStyleCommand.cpp     DEFINE_STATIC_LOCAL(String, styleSpanClassString, ((AppleStyleSpanClass)));
String           1375 Source/core/editing/ApplyStyleCommand.cpp     String cssStyle = styleChange.cssStyle();
String           1462 Source/core/editing/ApplyStyleCommand.cpp                 String existingText = existingStyle->asText();
String           1543 Source/core/editing/ApplyStyleCommand.cpp         String textToMove = nextText->data();
String            458 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::insertTextIntoNode(PassRefPtr<Text> node, unsigned offset, const String& text)
String            469 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::replaceTextInNode(PassRefPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText)
String            477 Source/core/editing/CompositeEditCommand.cpp Position CompositeEditCommand::replaceSelectedTextInNode(const String& text)
String            498 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::replaceTextInNodePreservingMarkers(PassRefPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText)
String            574 Source/core/editing/CompositeEditCommand.cpp static inline bool containsOnlyWhitespace(const String& text)
String            584 Source/core/editing/CompositeEditCommand.cpp bool CompositeEditCommand::shouldRebalanceLeadingWhitespaceFor(const String& text) const
String            615 Source/core/editing/CompositeEditCommand.cpp     String text = toText(node)->data();
String            629 Source/core/editing/CompositeEditCommand.cpp     String text = textNode->data();
String            648 Source/core/editing/CompositeEditCommand.cpp     String string = text.substring(upstream, length);
String            649 Source/core/editing/CompositeEditCommand.cpp     String rebalancedString = stringWithRebalancedWhitespace(string,
String            739 Source/core/editing/CompositeEditCommand.cpp     String str;
String            107 Source/core/editing/CompositeEditCommand.h     void insertTextIntoNode(PassRefPtr<Text>, unsigned offset, const String& text);
String            115 Source/core/editing/CompositeEditCommand.h     bool shouldRebalanceLeadingWhitespaceFor(const String&) const;
String            126 Source/core/editing/CompositeEditCommand.h     void replaceTextInNode(PassRefPtr<Text>, unsigned offset, unsigned count, const String& replacementText);
String            127 Source/core/editing/CompositeEditCommand.h     Position replaceSelectedTextInNode(const String&);
String            128 Source/core/editing/CompositeEditCommand.h     void replaceTextInNodePreservingMarkers(PassRefPtr<Text>, unsigned offset, unsigned count, const String& replacementText);
String             34 Source/core/editing/CreateLinkCommand.cpp CreateLinkCommand::CreateLinkCommand(Document& document, const String& url)
String             35 Source/core/editing/CreateLinkCommand.h     static PassRefPtr<CreateLinkCommand> create(Document& document, const String& linkURL)
String             41 Source/core/editing/CreateLinkCommand.h     CreateLinkCommand(Document&, const String& linkURL);
String             46 Source/core/editing/CreateLinkCommand.h     String m_url;
String             51 Source/core/editing/DeleteFromTextNodeCommand.h     String m_text;
String            362 Source/core/editing/EditingStyle.cpp EditingStyle::EditingStyle(CSSPropertyID propertyID, const String& value)
String            479 Source/core/editing/EditingStyle.cpp void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important)
String           1474 Source/core/editing/EditingStyle.cpp             m_applyFontSize = String::number(legacyFontSize);
String             91 Source/core/editing/EditingStyle.h     static PassRefPtr<EditingStyle> create(CSSPropertyID propertyID, const String& value)
String            148 Source/core/editing/EditingStyle.h     EditingStyle(CSSPropertyID, const String& value);
String            151 Source/core/editing/EditingStyle.h     void setProperty(CSSPropertyID, const String& value, bool important = false);
String            180 Source/core/editing/EditingStyle.h     String cssStyle() const { return m_cssStyle; }
String            191 Source/core/editing/EditingStyle.h     String fontColor() { return m_applyFontColor; }
String            192 Source/core/editing/EditingStyle.h     String fontFace() { return m_applyFontFace; }
String            193 Source/core/editing/EditingStyle.h     String fontSize() { return m_applyFontSize; }
String            215 Source/core/editing/EditingStyle.h     String m_cssStyle;
String            222 Source/core/editing/EditingStyle.h     String m_applyFontColor;
String            223 Source/core/editing/EditingStyle.h     String m_applyFontFace;
String            224 Source/core/editing/EditingStyle.h     String m_applyFontSize;
String            170 Source/core/editing/Editor.cpp     String data = event->data();
String            345 Source/core/editing/Editor.cpp void Editor::pasteAsPlainText(const String& pastingText, bool smartReplace)
String            384 Source/core/editing/Editor.cpp     String text = pasteboard->plainText();
String            398 Source/core/editing/Editor.cpp         String markup = pasteboard->readHTML(url, fragmentStart, fragmentEnd);
String            406 Source/core/editing/Editor.cpp         String text = pasteboard->plainText();
String            417 Source/core/editing/Editor.cpp void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String& plainText)
String            419 Source/core/editing/Editor.cpp     String html = createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs);
String            424 Source/core/editing/Editor.cpp static void writeImageNodeToPasteboard(Pasteboard* pasteboard, Node* node, const String& title)
String            507 Source/core/editing/Editor.cpp void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace)
String            640 Source/core/editing/Editor.cpp bool Editor::selectionStartHasStyle(CSSPropertyID propertyID, const String& value) const
String            646 Source/core/editing/Editor.cpp TriState Editor::selectionHasStyle(CSSPropertyID propertyID, const String& value) const
String            651 Source/core/editing/Editor.cpp String Editor::selectionStartCSSPropertyValue(CSSPropertyID propertyID)
String            656 Source/core/editing/Editor.cpp         return String();
String            659 Source/core/editing/Editor.cpp         return String::number(selectionStyle->legacyFontSize(m_frame.document()));
String            774 Source/core/editing/Editor.cpp bool Editor::insertText(const String& text, Event* triggeringEvent)
String            779 Source/core/editing/Editor.cpp bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, TextEvent* triggeringEvent)
String            855 Source/core/editing/Editor.cpp         String plainText = m_frame.selectedTextForClipboard();
String           1002 Source/core/editing/Editor.cpp     String text = plainText(range.get());
String           1005 Source/core/editing/Editor.cpp     String transposed = text.right(1) + text.left(1);
String           1020 Source/core/editing/Editor.cpp     String text = plainText(range);
String           1107 Source/core/editing/Editor.cpp bool Editor::findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection)
String           1113 Source/core/editing/Editor.cpp bool Editor::findString(const String& target, FindOptions options)
String           1127 Source/core/editing/Editor.cpp PassRefPtrWillBeRawPtr<Range> Editor::findStringAndScrollToVisible(const String& target, Range* previousMatch, FindOptions options)
String           1139 Source/core/editing/Editor.cpp PassRefPtrWillBeRawPtr<Range> Editor::rangeOfString(const String& target, Range* referenceRange, FindOptions options)
String            110 Source/core/editing/Editor.h     bool selectionStartHasStyle(CSSPropertyID, const String& value) const;
String            111 Source/core/editing/Editor.h     TriState selectionHasStyle(CSSPropertyID, const String& value) const;
String            112 Source/core/editing/Editor.h     String selectionStartCSSPropertyValue(CSSPropertyID);
String            141 Source/core/editing/Editor.h         bool execute(const String& parameter = String(), Event* triggeringEvent = 0) const;
String            148 Source/core/editing/Editor.h         String value(Event* triggeringEvent = 0) const;
String            157 Source/core/editing/Editor.h     Command command(const String& commandName); // Command source is CommandFromMenuOrKeyBinding.
String            158 Source/core/editing/Editor.h     Command command(const String& commandName, EditorCommandSource);
String            160 Source/core/editing/Editor.h     bool insertText(const String&, Event* triggeringEvent);
String            161 Source/core/editing/Editor.h     bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, TextEvent* triggeringEvent);
String            197 Source/core/editing/Editor.h     void pasteAsPlainText(const String&, bool smartReplace);
String            201 Source/core/editing/Editor.h     bool findString(const String&, FindOptions);
String            203 Source/core/editing/Editor.h     bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
String            205 Source/core/editing/Editor.h     PassRefPtrWillBeRawPtr<Range> findStringAndScrollToVisible(const String&, Range*, FindOptions);
String            220 Source/core/editing/Editor.h     void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
String            260 Source/core/editing/Editor.h     void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);
String            269 Source/core/editing/Editor.h     PassRefPtrWillBeRawPtr<Range> rangeOfString(const String&, Range*, FindOptions);
String             73 Source/core/editing/EditorCommand.cpp     bool (*execute)(LocalFrame&, Event*, EditorCommandSource, const String&);
String             77 Source/core/editing/EditorCommand.cpp     String (*value)(LocalFrame&, Event*);
String            119 Source/core/editing/EditorCommand.cpp static bool executeApplyStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
String            143 Source/core/editing/EditorCommand.cpp     String newStyle("none");
String            176 Source/core/editing/EditorCommand.cpp static bool executeApplyParagraphStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
String            233 Source/core/editing/EditorCommand.cpp static String valueStyle(LocalFrame& frame, CSSPropertyID propertyID)
String            276 Source/core/editing/EditorCommand.cpp static bool executeBackColor(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
String            281 Source/core/editing/EditorCommand.cpp static bool executeCopy(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            287 Source/core/editing/EditorCommand.cpp static bool executeCreateLink(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            297 Source/core/editing/EditorCommand.cpp static bool executeCut(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            303 Source/core/editing/EditorCommand.cpp static bool executeDefaultParagraphSeparator(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            313 Source/core/editing/EditorCommand.cpp static bool executeDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String            333 Source/core/editing/EditorCommand.cpp static bool executeDeleteBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            339 Source/core/editing/EditorCommand.cpp static bool executeDeleteBackwardByDecomposingPreviousCharacter(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            346 Source/core/editing/EditorCommand.cpp static bool executeDeleteForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            352 Source/core/editing/EditorCommand.cpp static bool executeDeleteToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            358 Source/core/editing/EditorCommand.cpp static bool executeDeleteToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            364 Source/core/editing/EditorCommand.cpp static bool executeDeleteToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            372 Source/core/editing/EditorCommand.cpp static bool executeDeleteToEndOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            380 Source/core/editing/EditorCommand.cpp static bool executeDeleteToMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            394 Source/core/editing/EditorCommand.cpp static bool executeDeleteWordBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            400 Source/core/editing/EditorCommand.cpp static bool executeDeleteWordForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            406 Source/core/editing/EditorCommand.cpp static bool executeFindString(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            411 Source/core/editing/EditorCommand.cpp static bool executeFontName(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
String            416 Source/core/editing/EditorCommand.cpp static bool executeFontSize(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
String            424 Source/core/editing/EditorCommand.cpp static bool executeFontSizeDelta(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
String            429 Source/core/editing/EditorCommand.cpp static bool executeForeColor(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
String            434 Source/core/editing/EditorCommand.cpp static bool executeFormatBlock(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            436 Source/core/editing/EditorCommand.cpp     String tagName = value.lower();
String            451 Source/core/editing/EditorCommand.cpp static bool executeForwardDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String            470 Source/core/editing/EditorCommand.cpp static bool executeIgnoreSpelling(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            476 Source/core/editing/EditorCommand.cpp static bool executeIndent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            483 Source/core/editing/EditorCommand.cpp static bool executeInsertBacktab(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
String            488 Source/core/editing/EditorCommand.cpp static bool executeInsertHorizontalRule(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            497 Source/core/editing/EditorCommand.cpp static bool executeInsertHTML(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            503 Source/core/editing/EditorCommand.cpp static bool executeInsertImage(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            512 Source/core/editing/EditorCommand.cpp static bool executeInsertLineBreak(LocalFrame& frame, Event* event, EditorCommandSource source, const String&)
String            530 Source/core/editing/EditorCommand.cpp static bool executeInsertNewline(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
String            536 Source/core/editing/EditorCommand.cpp static bool executeInsertNewlineInQuotedContent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            543 Source/core/editing/EditorCommand.cpp static bool executeInsertOrderedList(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            550 Source/core/editing/EditorCommand.cpp static bool executeInsertParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            557 Source/core/editing/EditorCommand.cpp static bool executeInsertTab(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
String            562 Source/core/editing/EditorCommand.cpp static bool executeInsertText(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String            569 Source/core/editing/EditorCommand.cpp static bool executeInsertUnorderedList(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            576 Source/core/editing/EditorCommand.cpp static bool executeJustifyCenter(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String            581 Source/core/editing/EditorCommand.cpp static bool executeJustifyFull(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String            586 Source/core/editing/EditorCommand.cpp static bool executeJustifyLeft(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String            591 Source/core/editing/EditorCommand.cpp static bool executeJustifyRight(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String            596 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionLeftToRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            605 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionNatural(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            613 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionRightToLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            622 Source/core/editing/EditorCommand.cpp static bool executeMoveBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            628 Source/core/editing/EditorCommand.cpp static bool executeMoveBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            634 Source/core/editing/EditorCommand.cpp static bool executeMoveDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            639 Source/core/editing/EditorCommand.cpp static bool executeMoveDownAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            645 Source/core/editing/EditorCommand.cpp static bool executeMoveForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            651 Source/core/editing/EditorCommand.cpp static bool executeMoveForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            657 Source/core/editing/EditorCommand.cpp static bool executeMoveLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            662 Source/core/editing/EditorCommand.cpp static bool executeMoveLeftAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            668 Source/core/editing/EditorCommand.cpp static bool executeMovePageDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            677 Source/core/editing/EditorCommand.cpp static bool executeMovePageDownAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            686 Source/core/editing/EditorCommand.cpp static bool executeMovePageUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            695 Source/core/editing/EditorCommand.cpp static bool executeMovePageUpAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            704 Source/core/editing/EditorCommand.cpp static bool executeMoveRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            709 Source/core/editing/EditorCommand.cpp static bool executeMoveRightAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            715 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            721 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfDocumentAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            727 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            733 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            739 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            745 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfParagraphAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            751 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            757 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfSentenceAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            763 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            769 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfDocumentAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            775 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            781 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfSentenceAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            787 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            793 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            799 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            805 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfParagraphAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            811 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            817 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            823 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            829 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            835 Source/core/editing/EditorCommand.cpp static bool executeMoveUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            840 Source/core/editing/EditorCommand.cpp static bool executeMoveUpAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            846 Source/core/editing/EditorCommand.cpp static bool executeMoveWordBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            852 Source/core/editing/EditorCommand.cpp static bool executeMoveWordBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            858 Source/core/editing/EditorCommand.cpp static bool executeMoveWordForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            864 Source/core/editing/EditorCommand.cpp static bool executeMoveWordForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            870 Source/core/editing/EditorCommand.cpp static bool executeMoveWordLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            876 Source/core/editing/EditorCommand.cpp static bool executeMoveWordLeftAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            882 Source/core/editing/EditorCommand.cpp static bool executeMoveWordRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            888 Source/core/editing/EditorCommand.cpp static bool executeMoveWordRightAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            894 Source/core/editing/EditorCommand.cpp static bool executeMoveToLeftEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            900 Source/core/editing/EditorCommand.cpp static bool executeMoveToLeftEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            906 Source/core/editing/EditorCommand.cpp static bool executeMoveToRightEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            912 Source/core/editing/EditorCommand.cpp static bool executeMoveToRightEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            918 Source/core/editing/EditorCommand.cpp static bool executeOutdent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            925 Source/core/editing/EditorCommand.cpp static bool executeToggleOverwrite(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            931 Source/core/editing/EditorCommand.cpp static bool executePaste(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            937 Source/core/editing/EditorCommand.cpp static bool executePasteGlobalSelection(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String            950 Source/core/editing/EditorCommand.cpp static bool executePasteAndMatchStyle(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            956 Source/core/editing/EditorCommand.cpp static bool executePrint(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            965 Source/core/editing/EditorCommand.cpp static bool executeRedo(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            971 Source/core/editing/EditorCommand.cpp static bool executeRemoveFormat(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            977 Source/core/editing/EditorCommand.cpp static bool executeScrollPageBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            982 Source/core/editing/EditorCommand.cpp static bool executeScrollPageForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            987 Source/core/editing/EditorCommand.cpp static bool executeScrollLineUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            992 Source/core/editing/EditorCommand.cpp static bool executeScrollLineDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String            997 Source/core/editing/EditorCommand.cpp static bool executeScrollToBeginningOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1002 Source/core/editing/EditorCommand.cpp static bool executeScrollToEndOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1007 Source/core/editing/EditorCommand.cpp static bool executeSelectAll(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1013 Source/core/editing/EditorCommand.cpp static bool executeSelectLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1018 Source/core/editing/EditorCommand.cpp static bool executeSelectParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1023 Source/core/editing/EditorCommand.cpp static bool executeSelectSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1028 Source/core/editing/EditorCommand.cpp static bool executeSelectToMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1038 Source/core/editing/EditorCommand.cpp static bool executeSelectWord(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1043 Source/core/editing/EditorCommand.cpp static bool executeSetMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1049 Source/core/editing/EditorCommand.cpp static bool executeStrikethrough(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String           1055 Source/core/editing/EditorCommand.cpp static bool executeStyleWithCSS(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String           1061 Source/core/editing/EditorCommand.cpp static bool executeUseCSS(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
String           1067 Source/core/editing/EditorCommand.cpp static bool executeSubscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String           1072 Source/core/editing/EditorCommand.cpp static bool executeSuperscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String           1077 Source/core/editing/EditorCommand.cpp static bool executeSwapWithMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1088 Source/core/editing/EditorCommand.cpp static bool executeToggleBold(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String           1093 Source/core/editing/EditorCommand.cpp static bool executeToggleItalic(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String           1098 Source/core/editing/EditorCommand.cpp static bool executeTranspose(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1104 Source/core/editing/EditorCommand.cpp static bool executeUnderline(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String           1110 Source/core/editing/EditorCommand.cpp static bool executeUndo(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1116 Source/core/editing/EditorCommand.cpp static bool executeUnlink(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1123 Source/core/editing/EditorCommand.cpp static bool executeUnscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
String           1128 Source/core/editing/EditorCommand.cpp static bool executeUnselect(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1134 Source/core/editing/EditorCommand.cpp static bool executeYank(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1141 Source/core/editing/EditorCommand.cpp static bool executeYankAndSelect(LocalFrame& frame, Event*, EditorCommandSource, const String&)
String           1375 Source/core/editing/EditorCommand.cpp static String valueNull(LocalFrame&, Event*)
String           1377 Source/core/editing/EditorCommand.cpp     return String();
String           1380 Source/core/editing/EditorCommand.cpp static String valueBackColor(LocalFrame& frame, Event*)
String           1385 Source/core/editing/EditorCommand.cpp static String valueDefaultParagraphSeparator(LocalFrame& frame, Event*)
String           1395 Source/core/editing/EditorCommand.cpp     return String();
String           1398 Source/core/editing/EditorCommand.cpp static String valueFontName(LocalFrame& frame, Event*)
String           1403 Source/core/editing/EditorCommand.cpp static String valueFontSize(LocalFrame& frame, Event*)
String           1408 Source/core/editing/EditorCommand.cpp static String valueFontSizeDelta(LocalFrame& frame, Event*)
String           1413 Source/core/editing/EditorCommand.cpp static String valueForeColor(LocalFrame& frame, Event*)
String           1418 Source/core/editing/EditorCommand.cpp static String valueFormatBlock(LocalFrame& frame, Event*)
String           1645 Source/core/editing/EditorCommand.cpp static const EditorInternalCommand* internalCommand(const String& commandName)
String           1651 Source/core/editing/EditorCommand.cpp Editor::Command Editor::command(const String& commandName)
String           1656 Source/core/editing/EditorCommand.cpp Editor::Command Editor::command(const String& commandName, EditorCommandSource source)
String           1678 Source/core/editing/EditorCommand.cpp bool Editor::Command::execute(const String& parameter, Event* triggeringEvent) const
String           1692 Source/core/editing/EditorCommand.cpp     return execute(String(), triggeringEvent);
String           1724 Source/core/editing/EditorCommand.cpp String Editor::Command::value(Event* triggeringEvent) const
String           1727 Source/core/editing/EditorCommand.cpp         return String();
String             44 Source/core/editing/EditorKeyBindings.cpp     String commandName = behavior().interpretKeyEvent(*evt);
String           1691 Source/core/editing/FrameSelection.cpp static String extractSelectedText(const FrameSelection& selection, TextIteratorBehavior behavior)
String           1697 Source/core/editing/FrameSelection.cpp String FrameSelection::selectedText() const
String           1702 Source/core/editing/FrameSelection.cpp String FrameSelection::selectedTextForClipboard() const
String            193 Source/core/editing/FrameSelection.h     String selectedText() const;
String            194 Source/core/editing/FrameSelection.h     String selectedTextForClipboard() const;
String             37 Source/core/editing/HTMLInterchange.cpp String convertHTMLTextToInterchangeFormat(const String& in, const Text& node)
String             43 Source/core/editing/HTMLInterchange.h String convertHTMLTextToInterchangeFormat(const String&, const Text&);
String             91 Source/core/editing/InputMethodController.cpp bool InputMethodController::insertTextForConfirmedComposition(const String& text)
String            116 Source/core/editing/InputMethodController.cpp bool InputMethodController::confirmComposition(const String& text)
String            121 Source/core/editing/InputMethodController.cpp bool InputMethodController::confirmCompositionOrInsertText(const String& text, ConfirmCompositionBehavior confirmBehavior)
String            174 Source/core/editing/InputMethodController.cpp bool InputMethodController::finishComposition(const String& text, FinishCompositionMode mode)
String            227 Source/core/editing/InputMethodController.cpp void InputMethodController::setComposition(const String& text, const Vector<CompositionUnderline>& underlines, unsigned selectionStart, unsigned selectionEnd)
String             54 Source/core/editing/InputMethodController.h     void setComposition(const String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd);
String             61 Source/core/editing/InputMethodController.h     bool confirmComposition(const String& text);
String             64 Source/core/editing/InputMethodController.h     bool confirmCompositionOrInsertText(const String& text, ConfirmCompositionBehavior);
String            108 Source/core/editing/InputMethodController.h     bool insertTextForConfirmedComposition(const String& text);
String            112 Source/core/editing/InputMethodController.h     bool finishComposition(const String&, FinishCompositionMode);
String             37 Source/core/editing/InsertIntoTextNodeCommand.cpp InsertIntoTextNodeCommand::InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text)
String             37 Source/core/editing/InsertIntoTextNodeCommand.h     static PassRefPtr<InsertIntoTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, const String& text)
String             43 Source/core/editing/InsertIntoTextNodeCommand.h     InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text);
String             50 Source/core/editing/InsertIntoTextNodeCommand.h     String m_text;
String             39 Source/core/editing/InsertTextCommand.cpp InsertTextCommand::InsertTextCommand(Document& document, const String& text, bool selectInsertedText, RebalanceType rebalanceType)
String             80 Source/core/editing/InsertTextCommand.cpp bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText)
String            100 Source/core/editing/InsertTextCommand.cpp bool InsertTextCommand::performOverwrite(const String& text, bool selectInsertedText)
String             40 Source/core/editing/InsertTextCommand.h     static PassRefPtr<InsertTextCommand> create(Document& document, const String& text, bool selectInsertedText = false,
String             47 Source/core/editing/InsertTextCommand.h     InsertTextCommand(Document&, const String& text, bool selectInsertedText, RebalanceType);
String             54 Source/core/editing/InsertTextCommand.h     bool performTrivialReplace(const String&, bool selectInsertedText);
String             55 Source/core/editing/InsertTextCommand.h     bool performOverwrite(const String&, bool selectInsertedText);
String             60 Source/core/editing/InsertTextCommand.h     String m_text;
String             73 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result, const String& source, unsigned offset, unsigned length, EntityMask entityMask)
String            111 Source/core/editing/MarkupAccumulator.cpp String MarkupAccumulator::serializeNodes(Node& targetNode, EChildrenOnly childrenOnly, Vector<QualifiedName>* tagNamesToSkip)
String            151 Source/core/editing/MarkupAccumulator.cpp String MarkupAccumulator::resolveURLIfNeeded(const Element& element, const String& urlString) const
String            168 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendString(const String& string)
String            185 Source/core/editing/MarkupAccumulator.cpp size_t MarkupAccumulator::totalLength(const Vector<String>& strings)
String            198 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendAttributeValue(StringBuilder& result, const String& attribute, bool documentIsHTML)
String            211 Source/core/editing/MarkupAccumulator.cpp     const String resolvedURLString = resolveURLIfNeeded(element, attribute.value());
String            213 Source/core/editing/MarkupAccumulator.cpp     String strippedURLString = resolvedURLString.stripWhiteSpace();
String            246 Source/core/editing/MarkupAccumulator.cpp     DEFINE_STATIC_LOCAL(String, xmlnsWithColon, ("xmlns:"));
String            306 Source/core/editing/MarkupAccumulator.cpp     const String& str = text.data();
String            321 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendComment(StringBuilder& result, const String& comment)
String            336 Source/core/editing/MarkupAccumulator.cpp     const String& encoding = document.xmlEncoding();
String            381 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendProcessingInstruction(StringBuilder& result, const String& target, const String& data)
String            407 Source/core/editing/MarkupAccumulator.cpp static String nodeNamePreservingCase(const Element& element)
String            474 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendCDATASection(StringBuilder& result, const String& section)
String             72 Source/core/editing/MarkupAccumulator.h     String serializeNodes(Node& targetNode, EChildrenOnly, Vector<QualifiedName>* tagNamesToSkip = 0);
String             74 Source/core/editing/MarkupAccumulator.h     static void appendComment(StringBuilder&, const String&);
String             76 Source/core/editing/MarkupAccumulator.h     static void appendCharactersReplacingEntities(StringBuilder&, const String&, unsigned, unsigned, EntityMask);
String             79 Source/core/editing/MarkupAccumulator.h     void appendString(const String&);
String             82 Source/core/editing/MarkupAccumulator.h     static size_t totalLength(const Vector<String>&);
String             85 Source/core/editing/MarkupAccumulator.h     void appendAttributeValue(StringBuilder&, const String&, bool);
String             94 Source/core/editing/MarkupAccumulator.h     void appendProcessingInstruction(StringBuilder&, const String& target, const String& data);
String             99 Source/core/editing/MarkupAccumulator.h     void appendCDATASection(StringBuilder&, const String&);
String            109 Source/core/editing/MarkupAccumulator.h     String resolveURLIfNeeded(const Element&, const String&) const;
String             61 Source/core/editing/RemoveCSSPropertyCommand.cpp     m_element->style()->setPropertyInternal(m_property, String(), false, IGNORE_EXCEPTION);
String             52 Source/core/editing/RemoveCSSPropertyCommand.h     String m_oldValue;
String             98 Source/core/editing/ReplaceSelectionCommand.cpp     DEFINE_STATIC_LOCAL(String, interchangeNewlineClassString, (AppleInterchangeNewline));
String            104 Source/core/editing/ReplaceSelectionCommand.cpp     DEFINE_STATIC_LOCAL(String, convertedSpaceSpanClassString, (AppleConvertedSpace));
String            169 Source/core/editing/ReplaceSelectionCommand.cpp     String text = plainText(range.get(), static_cast<TextIteratorBehavior>(TextIteratorEmitsOriginalText | TextIteratorIgnoresStyleVisibility));
String            732 Source/core/editing/ReplaceSelectionCommand.cpp     String styleText = styleAtInsertionPos->style()->asText();
String             40 Source/core/editing/SmartReplaceICU.cpp static void addAllCodePoints(USet* smartSet, const String& string)
String             56 Source/core/editing/SmartReplaceICU.cpp         String whitespaceAndNewline("[[:WSpace:] [\\u000A\\u000B\\u000C\\u000D\\u0085]]");
String             80 Source/core/editing/SmartReplaceICU.cpp             String punctuationClass("[:P:]");
String             42 Source/core/editing/SpellCheckRequester.cpp     const String& text,
String             67 Source/core/editing/SpellCheckRequester.cpp     String text = checkingRange->text();
String             65 Source/core/editing/SpellCheckRequester.h     SpellCheckRequest(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, const String&, TextCheckingTypeMask, TextCheckingProcessType, const Vector<uint32_t>& documentMarkersInRange, const Vector<unsigned>& documentMarkerOffsets, int requestNumber);
String            217 Source/core/editing/SpellChecker.cpp     String badGrammarPhrase;
String            218 Source/core/editing/SpellChecker.cpp     String misspelledWord;
String            222 Source/core/editing/SpellChecker.cpp     String foundItem;
String            366 Source/core/editing/SpellChecker.cpp     const String misspelledWord = plainText(misspellingRange.get());
String            367 Source/core/editing/SpellChecker.cpp     String autocorrectedString = textChecker().getAutoCorrectSuggestionForMisspelledWord(misspelledWord);
String             59 Source/core/editing/SplitTextNodeCommand.cpp     String prefixText = m_text2->substringData(0, m_offset, IGNORE_EXCEPTION);
String             77 Source/core/editing/SplitTextNodeCommand.cpp     String prefixText = m_text1->data();
String            100 Source/core/editing/SurroundingText.cpp String SurroundingText::content() const
String            104 Source/core/editing/SurroundingText.cpp     return String();
String             47 Source/core/editing/SurroundingText.h     String content() const;
String             55 Source/core/editing/TextCheckingHelper.cpp         client.checkGrammarOfString(String(text + checkLocation, checkLength), badGrammarDetails, &badGrammarLocation, &badGrammarLength);
String             85 Source/core/editing/TextCheckingHelper.cpp         client.checkSpellingOfString(String(text + start + wordStart, wordLength), &misspellingLocation, &misspellingLength);
String             93 Source/core/editing/TextCheckingHelper.cpp             misspelling.replacement = client.getAutoCorrectSuggestionForMisspelledWord(String(text + misspelling.location, misspelling.length));
String            141 Source/core/editing/TextCheckingHelper.cpp     m_text = String();
String            190 Source/core/editing/TextCheckingHelper.cpp const String& TextCheckingParagraph::text() const
String            233 Source/core/editing/TextCheckingHelper.cpp String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
String            238 Source/core/editing/TextCheckingHelper.cpp     String firstMisspelling;
String            289 Source/core/editing/TextCheckingHelper.cpp String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail)
String            294 Source/core/editing/TextCheckingHelper.cpp     String firstFoundItem;
String            295 Source/core/editing/TextCheckingHelper.cpp     String misspelledWord;
String            296 Source/core/editing/TextCheckingHelper.cpp     String badGrammarPhrase;
String            333 Source/core/editing/TextCheckingHelper.cpp             String paragraphString = plainText(paragraphRange.get());
String            448 Source/core/editing/TextCheckingHelper.cpp String TextCheckingHelper::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll)
String            457 Source/core/editing/TextCheckingHelper.cpp     String firstBadGrammarPhrase;
String            474 Source/core/editing/TextCheckingHelper.cpp             return String();
String            533 Source/core/editing/TextCheckingHelper.cpp void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
String             50 Source/core/editing/TextCheckingHelper.h     const String& text() const;
String             52 Source/core/editing/TextCheckingHelper.h     String textSubstring(unsigned pos, unsigned len = INT_MAX) const { return text().substring(pos, len); }
String             62 Source/core/editing/TextCheckingHelper.h     String checkingSubstring() const { return textSubstring(checkingStart(), checkingLength()); }
String             75 Source/core/editing/TextCheckingHelper.h     mutable String m_text;
String             88 Source/core/editing/TextCheckingHelper.h     String findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
String             89 Source/core/editing/TextCheckingHelper.h     String findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail);
String             90 Source/core/editing/TextCheckingHelper.h     String findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll);
String            102 Source/core/editing/TextCheckingHelper.h void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&);
String             57 Source/core/editing/TextInsertionBaseCommand.cpp String dispatchBeforeTextInsertedEvent(const String& text, const VisibleSelection& selectionForInsertion, bool insertionIsForUpdatingComposition)
String             62 Source/core/editing/TextInsertionBaseCommand.cpp     String newText = text;
String             80 Source/core/editing/TextInsertionBaseCommand.cpp     RefPtrWillBeRawPtr<BeforeTextInsertedEvent> event = BeforeTextInsertedEvent::create(String("\n"));
String             46 Source/core/editing/TextInsertionBaseCommand.h String dispatchBeforeTextInsertedEvent(const String& text, const VisibleSelection& selectionForInsertion, bool insertionIsForUpdatingComposition);
String             52 Source/core/editing/TextInsertionBaseCommand.h void forEachLineInString(const String& string, const LineOperation& operation)
String             72 Source/core/editing/TextIterator.cpp     SearchBuffer(const String& target, FindOptions);
String            554 Source/core/editing/TextIterator.cpp String TextIterator::substring(unsigned position, unsigned length) const
String            563 Source/core/editing/TextIterator.cpp         return String(&m_singleCharacterBuffer, 1);
String            589 Source/core/editing/TextIterator.cpp     String str = renderer->text();
String            601 Source/core/editing/TextIterator.cpp                 String firstLetter = m_firstLetterText->text();
String            660 Source/core/editing/TextIterator.cpp     String str = renderer->text();
String            951 Source/core/editing/TextIterator.cpp     const String& text = renderer->text();
String           1357 Source/core/editing/TextIterator.cpp     String text = renderer->text();
String           1710 Source/core/editing/TextIterator.cpp String WordAwareIterator::substring(unsigned position, unsigned length) const
String           1713 Source/core/editing/TextIterator.cpp         return String(m_buffer.data() + position, length);
String           1738 Source/core/editing/TextIterator.cpp     String searchCollatorName = currentSearchLocaleID() + String("@collation=search");
String           1766 Source/core/editing/TextIterator.cpp inline SearchBuffer::SearchBuffer(const String& target, FindOptions options)
String           2049 Source/core/editing/TextIterator.cpp String plainText(const Range* r, TextIteratorBehaviorFlags behavior)
String           2076 Source/core/editing/TextIterator.cpp static size_t findPlainTextInternal(CharacterIterator& it, const String& target, FindOptions options, size_t& matchStart)
String           2124 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> findPlainText(const Range* range, const String& target, FindOptions options)
String           2144 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> findPlainText(const Position& start, const Position& end, const String& target, FindOptions options)
String             52 Source/core/editing/TextIterator.h String plainText(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
String             53 Source/core/editing/TextIterator.h PassRefPtrWillBeRawPtr<Range> findPlainText(const Range*, const String&, FindOptions);
String             54 Source/core/editing/TextIterator.h PassRefPtrWillBeRawPtr<Range> findPlainText(const Position& start, const Position& end, const String&, FindOptions);
String             88 Source/core/editing/TextIterator.h     String substring(unsigned position, unsigned length) const;
String            125 Source/core/editing/TextIterator.h     const String& string() const { return m_text; }
String            161 Source/core/editing/TextIterator.h     String m_text;
String            268 Source/core/editing/TextIterator.h     String m_textContainer; // We're interested in the range [m_textOffset, m_textOffset + m_textLength) of m_textContainer.
String            355 Source/core/editing/TextIterator.h     String substring(unsigned position, unsigned length) const;
String             64 Source/core/editing/TextIteratorTest.cpp     Vector<String> iterate(TextIteratorBehavior = TextIteratorDefaultBehavior);
String             82 Source/core/editing/TextIteratorTest.cpp Vector<String> TextIteratorTest::iterate(TextIteratorBehavior iteratorBehavior)
String             88 Source/core/editing/TextIteratorTest.cpp     Vector<String> textChunks;
String            103 Source/core/editing/TextIteratorTest.cpp     document().body()->setInnerHTML(String::fromUTF8(bodyContent), ASSERT_NO_EXCEPTION);
String            113 Source/core/editing/TextIteratorTest.cpp Vector<String> createVectorString(const char* const* rawStrings, size_t size)
String            115 Source/core/editing/TextIteratorTest.cpp     Vector<String> result;
String            123 Source/core/editing/TextIteratorTest.cpp     shadowRoot->setInnerHTML(String::fromUTF8(shadowRootContent), ASSERT_NO_EXCEPTION);
String            137 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            151 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            166 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            183 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            200 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            216 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            233 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            251 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            269 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            286 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            304 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            324 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            346 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            360 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks; // Empty.
String            378 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            399 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
String            423 Source/core/editing/TextIteratorTest.cpp     Vector<String> expectedTextChunks; // Empty.
String             54 Source/core/editing/TypingCommand.cpp     TypingCommandLineOperation(TypingCommand* typingCommand, bool selectInsertedText, const String& text)
String             75 Source/core/editing/TypingCommand.cpp     const String& m_text;
String             78 Source/core/editing/TypingCommand.cpp TypingCommand::TypingCommand(Document& document, ETypingCommand commandType, const String &textToInsert, Options options, TextGranularity granularity, TextCompositionType compositionType)
String            158 Source/core/editing/TypingCommand.cpp void TypingCommand::insertText(Document& document, const String& text, Options options, TextCompositionType composition)
String            170 Source/core/editing/TypingCommand.cpp void TypingCommand::insertText(Document& document, const String& text, const VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType)
String            177 Source/core/editing/TypingCommand.cpp     String newText = dispatchBeforeTextInsertedEvent(text, selectionForInsertion, compositionType == TextCompositionUpdate);
String            328 Source/core/editing/TypingCommand.cpp void TypingCommand::insertText(const String &text, bool selectInsertedText)
String            339 Source/core/editing/TypingCommand.cpp void TypingCommand::insertTextRunWithoutNewlines(const String &text, bool selectInsertedText)
String             63 Source/core/editing/TypingCommand.h     static void insertText(Document&, const String&, Options, TextCompositionType = TextCompositionNone);
String             64 Source/core/editing/TypingCommand.h     static void insertText(Document&, const String&, const VisibleSelection&, Options, TextCompositionType = TextCompositionNone);
String             70 Source/core/editing/TypingCommand.h     void insertText(const String &text, bool selectInsertedText);
String             71 Source/core/editing/TypingCommand.h     void insertTextRunWithoutNewlines(const String &text, bool selectInsertedText);
String             81 Source/core/editing/TypingCommand.h     static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity)
String             86 Source/core/editing/TypingCommand.h     static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType)
String             91 Source/core/editing/TypingCommand.h     TypingCommand(Document&, ETypingCommand, const String& text, Options, TextGranularity, TextCompositionType);
String            118 Source/core/editing/TypingCommand.h     String m_textToInsert;
String            787 Source/core/editing/VisibleSelection.cpp     String s;
String            364 Source/core/editing/htmlediting.cpp String stringWithRebalancedWhitespace(const String& string, bool startIsStartOfParagraph, bool endIsEndOfParagraph)
String            400 Source/core/editing/htmlediting.cpp const String& nonBreakingSpaceString()
String            402 Source/core/editing/htmlediting.cpp     DEFINE_STATIC_LOCAL(String, nonBreakingSpaceString, (&noBreakSpace, 1));
String            857 Source/core/editing/htmlediting.cpp PassRefPtr<Element> createTabSpanElement(Document& document, const String& tabText)
String            222 Source/core/editing/htmlediting.h PassRefPtr<Element> createTabSpanElement(Document&, const String& tabText);
String            262 Source/core/editing/htmlediting.h String stringWithRebalancedWhitespace(const String&, bool startIsStartOfParagraph, bool endIsEndOfParagraph);
String            263 Source/core/editing/htmlediting.h const String& nonBreakingSpaceString();
String             78 Source/core/editing/markup.cpp     AttributeChange(PassRefPtr<Element> element, const QualifiedName& name, const String& value)
String             91 Source/core/editing/markup.cpp     String m_value;
String             94 Source/core/editing/markup.cpp static void completeURLs(DocumentFragment& fragment, const String& baseURL)
String            122 Source/core/editing/markup.cpp     void appendString(const String& s) { return MarkupAccumulator::appendString(s); }
String            125 Source/core/editing/markup.cpp     String takeResults();
String            129 Source/core/editing/markup.cpp     const String& styleNodeCloseTag(bool isBlock = false);
String            131 Source/core/editing/markup.cpp     String renderedText(Node&, const Range*);
String            132 Source/core/editing/markup.cpp     String stringValueForRange(const Node&, const Range*);
String            146 Source/core/editing/markup.cpp     Vector<String> m_reversedPrecedingMarkup;
String            193 Source/core/editing/markup.cpp const String& StyledMarkupAccumulator::styleNodeCloseTag(bool isBlock)
String            195 Source/core/editing/markup.cpp     DEFINE_STATIC_LOCAL(const String, divClose, ("</div>"));
String            196 Source/core/editing/markup.cpp     DEFINE_STATIC_LOCAL(const String, styleSpanClose, ("</span>"));
String            200 Source/core/editing/markup.cpp String StyledMarkupAccumulator::takeResults()
String            233 Source/core/editing/markup.cpp         String content = useRenderedText ? renderedText(text, m_range) : stringValueForRange(text, m_range);
String            243 Source/core/editing/markup.cpp String StyledMarkupAccumulator::renderedText(Node& node, const Range* range)
String            246 Source/core/editing/markup.cpp         return String();
String            262 Source/core/editing/markup.cpp String StyledMarkupAccumulator::stringValueForRange(const Node& node, const Range* range)
String            267 Source/core/editing/markup.cpp     String str = node.nodeValue();
String            544 Source/core/editing/markup.cpp static String createMarkupInternal(Document& document, const Range* range, const Range* updatedRange, Vector<Node*>* nodes,
String            549 Source/core/editing/markup.cpp     DEFINE_STATIC_LOCAL(const String, interchangeNewlineString, ("<br class=\"" AppleInterchangeNewline "\">"));
String            627 Source/core/editing/markup.cpp String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor)
String            638 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document& document, const String& markup, const String& baseURL, ParserContentPolicy parserContentPolicy)
String            691 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createFragmentFromMarkupWithContext(Document& document, const String& markup, unsigned fragmentStart, unsigned fragmentEnd,
String            692 Source/core/editing/markup.cpp     const String& baseURL, ParserContentPolicy parserContentPolicy)
String            737 Source/core/editing/markup.cpp String createMarkup(const Node* node, EChildrenOnly childrenOnly, Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, Vector<QualifiedName>* tagNamesToSkip)
String            746 Source/core/editing/markup.cpp static void fillContainerFromString(ContainerNode* paragraph, const String& string)
String            757 Source/core/editing/markup.cpp     Vector<String> tabList;
String            763 Source/core/editing/markup.cpp         const String& s = tabList[i];
String            817 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text)
String            828 Source/core/editing/markup.cpp     String string = text;
String            858 Source/core/editing/markup.cpp     Vector<String> list;
String            862 Source/core/editing/markup.cpp         const String& s = list[i];
String            884 Source/core/editing/markup.cpp String createFullMarkup(const Node* node)
String            887 Source/core/editing/markup.cpp         return String();
String            891 Source/core/editing/markup.cpp         return String();
String            894 Source/core/editing/markup.cpp     String markupString = createMarkup(node, IncludeNode, 0);
String            902 Source/core/editing/markup.cpp String urlToMarkup(const KURL& url, const String& title)
String            913 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createFragmentForInnerOuterHTML(const String& markup, Element* contextElement, ParserContentPolicy parserContentPolicy, const char* method, ExceptionState& exceptionState)
String            932 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createFragmentForTransformToFragment(const String& sourceString, const String& sourceMIMEType, Document& outputDoc)
String            967 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createContextualFragment(const String& markup, HTMLElement* element, ParserContentPolicy parserContentPolicy, ExceptionState& exceptionState)
String           1025 Source/core/editing/markup.cpp void replaceChildrenWithText(ContainerNode* container, const String& text, ExceptionState& exceptionState)
String             50 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text);
String             51 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document&, const String& markup, const String& baseURL, ParserContentPolicy = AllowScriptingContent);
String             52 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentFromMarkupWithContext(Document&, const String& markup, unsigned fragmentStart, unsigned fragmentEnd, const String& baseURL, ParserContentPolicy);
String             53 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentForInnerOuterHTML(const String&, Element*, ParserContentPolicy, const char* method, ExceptionState&);
String             54 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentForTransformToFragment(const String&, const String& sourceMIMEType, Document& outputDoc);
String             55 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createContextualFragment(const String&, HTMLElement*, ParserContentPolicy, ExceptionState&);
String             62 Source/core/editing/markup.h void replaceChildrenWithText(ContainerNode*, const String&, ExceptionState&);
String             64 Source/core/editing/markup.h String createMarkup(const Range*, Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = 0);
String             65 Source/core/editing/markup.h String createMarkup(const Node*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<QualifiedName>* tagNamesToSkip = 0);
String             67 Source/core/editing/markup.h String createFullMarkup(const Node*);
String             69 Source/core/editing/markup.h String urlToMarkup(const KURL&, const String& title);
String             10 Source/core/events/ApplicationCacheErrorEvent.cpp static const String& errorReasonToString(blink::WebApplicationCacheHost::ErrorReason reason)
String             12 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorManifest, ("manifest"));
String             13 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorSignature, ("signature"));
String             14 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorResource, ("resource"));
String             15 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorChanged, ("changed"));
String             16 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorAbort, ("abort"));
String             17 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorQuota, ("quota"));
String             18 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorPolicy, ("policy"));
String             19 Source/core/events/ApplicationCacheErrorEvent.cpp     DEFINE_STATIC_LOCAL(String, errorUnknown, ("unknown"));
String             53 Source/core/events/ApplicationCacheErrorEvent.cpp ApplicationCacheErrorEvent::ApplicationCacheErrorEvent(blink::WebApplicationCacheHost::ErrorReason reason, const String& url, int status, const String& message)
String             20 Source/core/events/ApplicationCacheErrorEvent.h     String reason;
String             21 Source/core/events/ApplicationCacheErrorEvent.h     String url;
String             23 Source/core/events/ApplicationCacheErrorEvent.h     String message;
String             35 Source/core/events/ApplicationCacheErrorEvent.h     static PassRefPtrWillBeRawPtr<ApplicationCacheErrorEvent> create(blink::WebApplicationCacheHost::ErrorReason reason, const String& url, int status, const String& message)
String             45 Source/core/events/ApplicationCacheErrorEvent.h     const String& reason() const { return m_reason; }
String             46 Source/core/events/ApplicationCacheErrorEvent.h     const String& url() const { return m_url; }
String             48 Source/core/events/ApplicationCacheErrorEvent.h     const String& message() const { return m_message; }
String             56 Source/core/events/ApplicationCacheErrorEvent.h     ApplicationCacheErrorEvent(blink::WebApplicationCacheHost::ErrorReason, const String& url, int status, const String& message);
String             59 Source/core/events/ApplicationCacheErrorEvent.h     String m_reason;
String             60 Source/core/events/ApplicationCacheErrorEvent.h     String m_url;
String             62 Source/core/events/ApplicationCacheErrorEvent.h     String m_message;
String             33 Source/core/events/AutocompleteErrorEvent.h     String reason;
String             43 Source/core/events/AutocompleteErrorEvent.h     static PassRefPtrWillBeRawPtr<AutocompleteErrorEvent> create(const String& reason)
String             53 Source/core/events/AutocompleteErrorEvent.h     const String& reason() const { return m_reason; }
String             65 Source/core/events/AutocompleteErrorEvent.h     AutocompleteErrorEvent(const String& reason)
String             79 Source/core/events/AutocompleteErrorEvent.h     String m_reason;
String             31 Source/core/events/BeforeTextInsertedEvent.cpp BeforeTextInsertedEvent::BeforeTextInsertedEvent(const String& text)
String             37 Source/core/events/BeforeTextInsertedEvent.h     static PassRefPtrWillBeRawPtr<BeforeTextInsertedEvent> create(const String& text)
String             45 Source/core/events/BeforeTextInsertedEvent.h     const String& text() const { return m_text; }
String             46 Source/core/events/BeforeTextInsertedEvent.h     void setText(const String& s) { m_text = s; }
String             51 Source/core/events/BeforeTextInsertedEvent.h     explicit BeforeTextInsertedEvent(const String&);
String             53 Source/core/events/BeforeTextInsertedEvent.h     String m_text;
String             43 Source/core/events/BeforeUnloadEvent.h     void setReturnValue(const String& returnValue) { m_returnValue = returnValue; }
String             44 Source/core/events/BeforeUnloadEvent.h     String returnValue() const { return m_returnValue; }
String             53 Source/core/events/BeforeUnloadEvent.h     String m_returnValue;
String             44 Source/core/events/CompositionEvent.cpp CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines)
String             68 Source/core/events/CompositionEvent.cpp void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data)
String             38 Source/core/events/CompositionEvent.h     String data;
String             48 Source/core/events/CompositionEvent.h     static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines)
String             60 Source/core/events/CompositionEvent.h     void initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data);
String             62 Source/core/events/CompositionEvent.h     String data() const { return m_data; }
String             73 Source/core/events/CompositionEvent.h     CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView>, const String&, const Vector<CompositionUnderline>& underlines);
String             77 Source/core/events/CompositionEvent.h     String m_data;
String             62 Source/core/events/ErrorEvent.cpp ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world)
String             73 Source/core/events/ErrorEvent.cpp void ErrorEvent::setUnsanitizedMessage(const String& message)
String             44 Source/core/events/ErrorEvent.h     String message;
String             45 Source/core/events/ErrorEvent.h     String filename;
String             56 Source/core/events/ErrorEvent.h     static PassRefPtrWillBeRawPtr<ErrorEvent> create(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world)
String             66 Source/core/events/ErrorEvent.h         return adoptRefWillBeNoop(new ErrorEvent("Script error.", String(), 0, 0, world));
String             71 Source/core/events/ErrorEvent.h     const String& message() const { return m_sanitizedMessage; }
String             72 Source/core/events/ErrorEvent.h     const String& filename() const { return m_fileName; }
String             77 Source/core/events/ErrorEvent.h     const String& messageForConsole() const { return !m_unsanitizedMessage.isEmpty() ? m_unsanitizedMessage : m_sanitizedMessage; }
String             83 Source/core/events/ErrorEvent.h     void setUnsanitizedMessage(const String&);
String             89 Source/core/events/ErrorEvent.h     ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld*);
String             92 Source/core/events/ErrorEvent.h     String m_unsanitizedMessage;
String             93 Source/core/events/ErrorEvent.h     String m_sanitizedMessage;
String             94 Source/core/events/ErrorEvent.h     String m_fileName;
String             39 Source/core/events/EventFactory.h     static PassRefPtrWillBeRawPtr<Event> create(const String& eventType);
String             33 Source/core/events/HashChangeEvent.h     String oldURL;
String             34 Source/core/events/HashChangeEvent.h     String newURL;
String             44 Source/core/events/HashChangeEvent.h     static PassRefPtrWillBeRawPtr<HashChangeEvent> create(const String& oldURL, const String& newURL)
String             54 Source/core/events/HashChangeEvent.h     void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL)
String             65 Source/core/events/HashChangeEvent.h     const String& oldURL() const { return m_oldURL; }
String             66 Source/core/events/HashChangeEvent.h     const String& newURL() const { return m_newURL; }
String             78 Source/core/events/HashChangeEvent.h     HashChangeEvent(const String& oldURL, const String& newURL)
String             94 Source/core/events/HashChangeEvent.h     String m_oldURL;
String             95 Source/core/events/HashChangeEvent.h     String m_newURL;
String            129 Source/core/events/KeyboardEvent.cpp                              const String &keyIdentifier,  unsigned location,
String            145 Source/core/events/KeyboardEvent.cpp                                       const String &keyIdentifier, unsigned location,
String            162 Source/core/events/KeyboardEvent.cpp bool KeyboardEvent::getModifierState(const String& keyIdentifier) const
String            198 Source/core/events/KeyboardEvent.cpp     String text = m_keyEvent->text();
String             39 Source/core/events/KeyboardEvent.h     String keyIdentifier;
String             73 Source/core/events/KeyboardEvent.h         const String& keyIdentifier, unsigned location,
String             83 Source/core/events/KeyboardEvent.h         const String& keyIdentifier, unsigned location,
String             86 Source/core/events/KeyboardEvent.h     const String& keyIdentifier() const { return m_keyIdentifier; }
String             89 Source/core/events/KeyboardEvent.h     bool getModifierState(const String& keyIdentifier) const;
String            110 Source/core/events/KeyboardEvent.h         const String& keyIdentifier, unsigned location,
String            114 Source/core/events/KeyboardEvent.h     String m_keyIdentifier;
String             63 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray> ports)
String             75 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray> ports)
String             90 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortChannelArray> channels)
String            105 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(const String& data, const String& origin)
String            114 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtrWillBeRawPtr<Blob> data, const String& origin)
String            123 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtr<ArrayBuffer> data, const String& origin)
String            145 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports)
String            159 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports)
String             44 Source/core/events/MessageEvent.h     String origin;
String             45 Source/core/events/MessageEvent.h     String lastEventId;
String             56 Source/core/events/MessageEvent.h     static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = nullptr)
String             60 Source/core/events/MessageEvent.h     static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, PassRefPtr<SerializedScriptValue> data, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = nullptr)
String             64 Source/core/events/MessageEvent.h     static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtr<MessagePortChannelArray> channels, PassRefPtr<SerializedScriptValue> data, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = nullptr)
String             68 Source/core/events/MessageEvent.h     static PassRefPtrWillBeRawPtr<MessageEvent> create(const String& data, const String& origin = String())
String             72 Source/core/events/MessageEvent.h     static PassRefPtrWillBeRawPtr<MessageEvent> create(PassRefPtrWillBeRawPtr<Blob> data, const String& origin = String())
String             76 Source/core/events/MessageEvent.h     static PassRefPtrWillBeRawPtr<MessageEvent> create(PassRefPtr<ArrayBuffer> data, const String& origin = String())
String             83 Source/core/events/MessageEvent.h     void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>);
String             84 Source/core/events/MessageEvent.h     void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>);
String             86 Source/core/events/MessageEvent.h     const String& origin() const { return m_origin; }
String             87 Source/core/events/MessageEvent.h     const String& lastEventId() const { return m_lastEventId; }
String            104 Source/core/events/MessageEvent.h     String dataAsString() const { ASSERT(m_dataType == DataTypeString); return m_dataAsString; }
String            121 Source/core/events/MessageEvent.h     MessageEvent(const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray>);
String            122 Source/core/events/MessageEvent.h     MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray>);
String            123 Source/core/events/MessageEvent.h     MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortChannelArray>);
String            125 Source/core/events/MessageEvent.h     explicit MessageEvent(const String& data, const String& origin);
String            126 Source/core/events/MessageEvent.h     explicit MessageEvent(PassRefPtrWillBeRawPtr<Blob> data, const String& origin);
String            127 Source/core/events/MessageEvent.h     explicit MessageEvent(PassRefPtr<ArrayBuffer> data, const String& origin);
String            131 Source/core/events/MessageEvent.h     String m_dataAsString;
String            134 Source/core/events/MessageEvent.h     String m_origin;
String            135 Source/core/events/MessageEvent.h     String m_lastEventId;
String             35 Source/core/events/MutationEvent.cpp                              const String& prevValue, const String& newValue,
String             36 Source/core/events/MutationEvent.cpp                              const String& attrName, unsigned short attrChange)
String             52 Source/core/events/MutationEvent.cpp                                       const String& prevValue, const String& newValue,
String             53 Source/core/events/MutationEvent.cpp                                       const String& attrName, unsigned short attrChange)
String             48 Source/core/events/MutationEvent.h             const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
String             54 Source/core/events/MutationEvent.h                                const String& prevValue, const String& newValue,
String             55 Source/core/events/MutationEvent.h                                const String& attrName, unsigned short attrChange);
String             58 Source/core/events/MutationEvent.h         String prevValue() const { return m_prevValue; }
String             59 Source/core/events/MutationEvent.h         String newValue() const { return m_newValue; }
String             60 Source/core/events/MutationEvent.h         String attrName() const { return m_attrName; }
String             70 Source/core/events/MutationEvent.h                       const String& prevValue, const String& newValue,
String             71 Source/core/events/MutationEvent.h                       const String& attrName, unsigned short attrChange);
String             74 Source/core/events/MutationEvent.h         String m_prevValue;
String             75 Source/core/events/MutationEvent.h         String m_newValue;
String             76 Source/core/events/MutationEvent.h         String m_attrName;
String             37 Source/core/events/ResourceProgressEvent.cpp ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url)
String             44 Source/core/events/ResourceProgressEvent.cpp const String& ResourceProgressEvent::url() const
String             51 Source/core/events/ResourceProgressEvent.h     static PassRefPtrWillBeRawPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url)
String             56 Source/core/events/ResourceProgressEvent.h     const String& url() const;
String             64 Source/core/events/ResourceProgressEvent.h     ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url);
String             67 Source/core/events/ResourceProgressEvent.h     String m_url;
String             37 Source/core/events/SecurityPolicyViolationEvent.h     String documentURI;
String             38 Source/core/events/SecurityPolicyViolationEvent.h     String referrer;
String             39 Source/core/events/SecurityPolicyViolationEvent.h     String blockedURI;
String             40 Source/core/events/SecurityPolicyViolationEvent.h     String violatedDirective;
String             41 Source/core/events/SecurityPolicyViolationEvent.h     String effectiveDirective;
String             42 Source/core/events/SecurityPolicyViolationEvent.h     String originalPolicy;
String             43 Source/core/events/SecurityPolicyViolationEvent.h     String sourceFile;
String             61 Source/core/events/SecurityPolicyViolationEvent.h     const String& documentURI() const { return m_documentURI; }
String             62 Source/core/events/SecurityPolicyViolationEvent.h     const String& referrer() const { return m_referrer; }
String             63 Source/core/events/SecurityPolicyViolationEvent.h     const String& blockedURI() const { return m_blockedURI; }
String             64 Source/core/events/SecurityPolicyViolationEvent.h     const String& violatedDirective() const { return m_violatedDirective; }
String             65 Source/core/events/SecurityPolicyViolationEvent.h     const String& effectiveDirective() const { return m_effectiveDirective; }
String             66 Source/core/events/SecurityPolicyViolationEvent.h     const String& originalPolicy() const { return m_originalPolicy; }
String             67 Source/core/events/SecurityPolicyViolationEvent.h     const String& sourceFile() const { return m_sourceFile; }
String             98 Source/core/events/SecurityPolicyViolationEvent.h     String m_documentURI;
String             99 Source/core/events/SecurityPolicyViolationEvent.h     String m_referrer;
String            100 Source/core/events/SecurityPolicyViolationEvent.h     String m_blockedURI;
String            101 Source/core/events/SecurityPolicyViolationEvent.h     String m_violatedDirective;
String            102 Source/core/events/SecurityPolicyViolationEvent.h     String m_effectiveDirective;
String            103 Source/core/events/SecurityPolicyViolationEvent.h     String m_originalPolicy;
String            104 Source/core/events/SecurityPolicyViolationEvent.h     String m_sourceFile;
String             39 Source/core/events/TextEvent.cpp PassRefPtrWillBeRawPtr<TextEvent> TextEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType)
String             44 Source/core/events/TextEvent.cpp PassRefPtrWillBeRawPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, bool shouldSmartReplace)
String             54 Source/core/events/TextEvent.cpp PassRefPtrWillBeRawPtr<TextEvent> TextEvent::createForDrop(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data)
String             67 Source/core/events/TextEvent.cpp TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType)
String             78 Source/core/events/TextEvent.cpp TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment,
String             94 Source/core/events/TextEvent.cpp void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data)
String             41 Source/core/events/TextEvent.h         static PassRefPtrWillBeRawPtr<TextEvent> create(PassRefPtrWillBeRawPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
String             42 Source/core/events/TextEvent.h         static PassRefPtrWillBeRawPtr<TextEvent> createForPlainTextPaste(PassRefPtrWillBeRawPtr<AbstractView>, const String& data, bool shouldSmartReplace);
String             44 Source/core/events/TextEvent.h         static PassRefPtrWillBeRawPtr<TextEvent> createForDrop(PassRefPtrWillBeRawPtr<AbstractView>, const String& data);
String             48 Source/core/events/TextEvent.h         void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data);
String             50 Source/core/events/TextEvent.h         String data() const { return m_data; }
String             68 Source/core/events/TextEvent.h         TextEvent(PassRefPtrWillBeRawPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
String             69 Source/core/events/TextEvent.h         TextEvent(PassRefPtrWillBeRawPtr<AbstractView>, const String& data, PassRefPtr<DocumentFragment>,
String             73 Source/core/events/TextEvent.h         String m_data;
String             43 Source/core/events/TransitionEvent.cpp TransitionEvent::TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement)
String             65 Source/core/events/TransitionEvent.cpp const String& TransitionEvent::propertyName() const
String             75 Source/core/events/TransitionEvent.cpp const String& TransitionEvent::pseudoElement() const
String             37 Source/core/events/TransitionEvent.h     String propertyName;
String             39 Source/core/events/TransitionEvent.h     String pseudoElement;
String             48 Source/core/events/TransitionEvent.h     static PassRefPtrWillBeRawPtr<TransitionEvent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement)
String             59 Source/core/events/TransitionEvent.h     const String& propertyName() const;
String             61 Source/core/events/TransitionEvent.h     const String& pseudoElement() const;
String             69 Source/core/events/TransitionEvent.h     TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement);
String             72 Source/core/events/TransitionEvent.h     String m_propertyName;
String             74 Source/core/events/TransitionEvent.h     String m_pseudoElement;
String             51 Source/core/events/WebKitAnimationEvent.cpp WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime)
String             63 Source/core/events/WebKitAnimationEvent.cpp const String& WebKitAnimationEvent::animationName() const
String             39 Source/core/events/WebKitAnimationEvent.h     String animationName;
String             49 Source/core/events/WebKitAnimationEvent.h     static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime)
String             60 Source/core/events/WebKitAnimationEvent.h     const String& animationName() const;
String             69 Source/core/events/WebKitAnimationEvent.h     WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime);
String             72 Source/core/events/WebKitAnimationEvent.h     String m_animationName;
String             41 Source/core/fetch/CSSStyleSheetResource.cpp CSSStyleSheetResource::CSSStyleSheetResource(const ResourceRequest& resourceRequest, const String& charset)
String             70 Source/core/fetch/CSSStyleSheetResource.cpp void CSSStyleSheetResource::setEncoding(const String& chs)
String             75 Source/core/fetch/CSSStyleSheetResource.cpp String CSSStyleSheetResource::encoding() const
String             80 Source/core/fetch/CSSStyleSheetResource.cpp const String CSSStyleSheetResource::sheetText(bool enforceMIMEType, bool* hasValidMIMEType) const
String             85 Source/core/fetch/CSSStyleSheetResource.cpp         return String();
String             91 Source/core/fetch/CSSStyleSheetResource.cpp     String sheetText = m_decoder->decode(m_data->data(), m_data->size());
String            108 Source/core/fetch/CSSStyleSheetResource.cpp     m_decodedSheetText = String();
String             42 Source/core/fetch/CSSStyleSheetResource.h     CSSStyleSheetResource(const ResourceRequest&, const String& charset);
String             45 Source/core/fetch/CSSStyleSheetResource.h     const String sheetText(bool enforceMIMEType = true, bool* hasValidMIMEType = 0) const;
String             48 Source/core/fetch/CSSStyleSheetResource.h     virtual void setEncoding(const String&) OVERRIDE;
String             49 Source/core/fetch/CSSStyleSheetResource.h     virtual String encoding() const OVERRIDE;
String             63 Source/core/fetch/CSSStyleSheetResource.h     String m_decodedSheetText;
String             43 Source/core/fetch/CrossOriginAccessControl.cpp bool isOnAccessControlSimpleRequestMethodWhitelist(const String& method)
String             68 Source/core/fetch/CrossOriginAccessControl.cpp bool isSimpleCrossOriginAccessRequest(const String& method, const HTTPHeaderMap& headerMap)
String             84 Source/core/fetch/CrossOriginAccessControl.cpp     OwnPtr<HTTPHeaderSet> headerSet = adoptPtr(new HashSet<String, CaseFoldingHash>);
String             96 Source/core/fetch/CrossOriginAccessControl.cpp bool isOnAccessControlResponseHeaderWhitelist(const String& name)
String            145 Source/core/fetch/CrossOriginAccessControl.cpp bool passesAccessControlCheck(const ResourceResponse& response, StoredCredentials includeCredentials, SecurityOrigin* securityOrigin, String& errorDescription)
String            191 Source/core/fetch/CrossOriginAccessControl.cpp bool passesPreflightStatusCheck(const ResourceResponse& response, String& errorDescription)
String            194 Source/core/fetch/CrossOriginAccessControl.cpp         errorDescription = "Invalid HTTP status code " + String::number(response.httpStatusCode());
String            201 Source/core/fetch/CrossOriginAccessControl.cpp void parseAccessControlExposeHeadersAllowList(const String& headerValue, HTTPHeaderSet& headerSet)
String            203 Source/core/fetch/CrossOriginAccessControl.cpp     Vector<String> headers;
String            206 Source/core/fetch/CrossOriginAccessControl.cpp         String strippedHeader = headers[headerCount].stripWhiteSpace();
String            212 Source/core/fetch/CrossOriginAccessControl.cpp bool CrossOriginAccessControl::isLegalRedirectLocation(const KURL& requestURL, String& errorDescription)
String            228 Source/core/fetch/CrossOriginAccessControl.cpp bool CrossOriginAccessControl::handleRedirect(Resource* resource, SecurityOrigin* securityOrigin, ResourceRequest& request, const ResourceResponse& redirectResponse, ResourceLoaderOptions& options, String& errorMessage)
String            239 Source/core/fetch/CrossOriginAccessControl.cpp         String errorDescription;
String            258 Source/core/fetch/CrossOriginAccessControl.cpp             const String& originalOrigin = SecurityOrigin::create(originalURL)->toString();
String             53 Source/core/fetch/CrossOriginAccessControl.h     static bool isLegalRedirectLocation(const KURL&, String& errorDescription);
String             54 Source/core/fetch/CrossOriginAccessControl.h     static bool handleRedirect(Resource*, SecurityOrigin*, ResourceRequest&, const ResourceResponse&, ResourceLoaderOptions&, String&);
String             57 Source/core/fetch/CrossOriginAccessControl.h bool isSimpleCrossOriginAccessRequest(const String& method, const HTTPHeaderMap&);
String             58 Source/core/fetch/CrossOriginAccessControl.h bool isOnAccessControlSimpleRequestMethodWhitelist(const String&);
String             60 Source/core/fetch/CrossOriginAccessControl.h bool isOnAccessControlResponseHeaderWhitelist(const String&);
String             65 Source/core/fetch/CrossOriginAccessControl.h bool passesAccessControlCheck(const ResourceResponse&, StoredCredentials, SecurityOrigin*, String& errorDescription);
String             66 Source/core/fetch/CrossOriginAccessControl.h bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription);
String             67 Source/core/fetch/CrossOriginAccessControl.h void parseAccessControlExposeHeadersAllowList(const String& headerValue, HTTPHeaderSet&);
String             45 Source/core/fetch/DocumentResource.cpp void DocumentResource::setEncoding(const String& chs)
String             50 Source/core/fetch/DocumentResource.cpp String DocumentResource::encoding() const
String             44 Source/core/fetch/DocumentResource.h     virtual void setEncoding(const String&) OVERRIDE;
String             45 Source/core/fetch/DocumentResource.h     virtual String encoding() const OVERRIDE;
String             34 Source/core/fetch/FetchRequest.cpp FetchRequest::FetchRequest(const ResourceRequest& resourceRequest, const AtomicString& initiator, const String& charset, ResourceLoadPriority priority)
String             44 Source/core/fetch/FetchRequest.h     explicit FetchRequest(const ResourceRequest&, const AtomicString& initiator, const String& charset = String(), ResourceLoadPriority = ResourceLoadPriorityUnresolved);
String             52 Source/core/fetch/FetchRequest.h     const String& charset() const { return m_charset; }
String             53 Source/core/fetch/FetchRequest.h     void setCharset(const String& charset) { m_charset = charset; }
String             70 Source/core/fetch/FetchRequest.h     String m_charset;
String            118 Source/core/fetch/FontResource.cpp             String svgSource = decoder->decode(m_data->data(), m_data->size());
String            133 Source/core/fetch/FontResource.cpp SVGFontElement* FontResource::getSVGFontById(const String& fontName) const
String             65 Source/core/fetch/FontResource.h     SVGFontElement* getSVGFontById(const String&) const;
String             62 Source/core/fetch/ImageResourceTest.cpp     cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, nullAtom, String()));
String             71 Source/core/fetch/ImageResourceTest.cpp     cachedImage->responseReceived(ResourceResponse(KURL(), "image/svg+xml", svgDataLength, nullAtom, String()));
String            104 Source/core/fetch/ImageResourceTest.cpp     WTF::String localPath = String(blink::Platform::current()->unitTestSupport()->webKitRootDir()) + "/Source/web/tests/data/cancelTest.html";
String            144 Source/core/fetch/ImageResourceTest.cpp     cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, nullAtom, String()));
String            170 Source/core/fetch/ImageResourceTest.cpp     cachedImage->responseReceived(ResourceResponse(KURL(), "image/jpeg", jpegDataLength, nullAtom, String()));
String            180 Source/core/fetch/Resource.cpp         m_fragmentIdentifierForRequest = String();
String            266 Source/core/fetch/Resource.cpp     String ignoredErrorDescription;
String            270 Source/core/fetch/Resource.cpp bool Resource::passesAccessControlCheck(SecurityOrigin* securityOrigin, String& errorDescription)
String            371 Source/core/fetch/Resource.cpp     String encoding = response.textEncodingName();
String             98 Source/core/fetch/Resource.h     virtual void setEncoding(const String&) { }
String             99 Source/core/fetch/Resource.h     virtual String encoding() const { return String(); }
String            172 Source/core/fetch/Resource.h     bool passesAccessControlCheck(SecurityOrigin*, String& errorDescription);
String            348 Source/core/fetch/Resource.h     String m_fragmentIdentifierForRequest;
String             76 Source/core/fetch/ResourceFetcher.cpp static Resource* createResource(Resource::Type type, const ResourceRequest& request, const String& charset)
String            157 Source/core/fetch/ResourceFetcher.cpp     ResourceResponse response(url, mimetype, data->size(), charset, String());
String            564 Source/core/fetch/ResourceFetcher.cpp     String errorDescription;
String            567 Source/core/fetch/ResourceFetcher.cpp             String resourceType = Resource::resourceTypeToString(resource->type(), resource->options().initiatorInfo);
String            812 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> ResourceFetcher::loadResource(Resource::Type type, FetchRequest& request, const String& charset)
String            971 Source/core/fetch/ResourceFetcher.cpp     String message;
String           1116 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::preload(Resource::Type type, FetchRequest& request, const String& charset)
String           1121 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::requestPreload(Resource::Type type, FetchRequest& request, const String& charset)
String           1123 Source/core/fetch/ResourceFetcher.cpp     String encoding;
String           1145 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::isPreloaded(const String& urlString) const
String           1293 Source/core/fetch/ResourceFetcher.cpp         String errorMessage;
String            125 Source/core/fetch/ResourceFetcher.h     bool isPreloaded(const String& urlString) const;
String            127 Source/core/fetch/ResourceFetcher.h     void preload(Resource::Type, FetchRequest&, const String& charset);
String            167 Source/core/fetch/ResourceFetcher.h     ResourcePtr<Resource> loadResource(Resource::Type, FetchRequest&, const String& charset);
String            171 Source/core/fetch/ResourceFetcher.h     void requestPreload(Resource::Type, FetchRequest&, const String& charset);
String            195 Source/core/fetch/ResourceFetcher.h     HashSet<String> m_validatedURLs;
String             37 Source/core/fetch/ScriptResource.cpp ScriptResource::ScriptResource(const ResourceRequest& resourceRequest, const String& charset)
String             53 Source/core/fetch/ScriptResource.cpp void ScriptResource::setEncoding(const String& chs)
String             58 Source/core/fetch/ScriptResource.cpp String ScriptResource::encoding() const
String             68 Source/core/fetch/ScriptResource.cpp const String& ScriptResource::script()
String             74 Source/core/fetch/ScriptResource.cpp         String script = m_decoder->decode(m_data->data(), encodedSize());
String             40 Source/core/fetch/ScriptResource.h     ScriptResource(const ResourceRequest&, const String& charset);
String             43 Source/core/fetch/ScriptResource.h     const String& script();
String             45 Source/core/fetch/ScriptResource.h     virtual void setEncoding(const String&) OVERRIDE;
String             46 Source/core/fetch/ScriptResource.h     virtual String encoding() const OVERRIDE;
String             49 Source/core/fetch/ShaderResource.cpp const String& ShaderResource::shaderString()
String             46 Source/core/fetch/ShaderResource.h     const String& shaderString();
String             50 Source/core/fetch/ShaderResource.h     String m_shaderString;
String             41 Source/core/fetch/StyleSheetResourceClient.h     virtual void setCSSStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* charset */, const CSSStyleSheetResource*) { }
String             42 Source/core/fetch/StyleSheetResourceClient.h     virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* sheet */) { }
String             59 Source/core/fetch/XSLStyleSheetResource.cpp void XSLStyleSheetResource::setEncoding(const String& chs)
String             64 Source/core/fetch/XSLStyleSheetResource.cpp String XSLStyleSheetResource::encoding() const
String             41 Source/core/fetch/XSLStyleSheetResource.h     const String& sheet() const { return m_sheet; }
String             44 Source/core/fetch/XSLStyleSheetResource.h     virtual void setEncoding(const String&) OVERRIDE;
String             45 Source/core/fetch/XSLStyleSheetResource.h     virtual String encoding() const OVERRIDE;
String             50 Source/core/fetch/XSLStyleSheetResource.h     String m_sheet;
String            109 Source/core/fileapi/Blob.cpp PassRefPtrWillBeRawPtr<Blob> Blob::slice(long long start, long long end, const String& contentType, ExceptionState& exceptionState) const
String             63 Source/core/fileapi/Blob.h     virtual PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, const String& contentType, ExceptionState&) const;
String             68 Source/core/fileapi/Blob.h         return slice(0, std::numeric_limits<long long>::max(), String(), exceptionState);
String             72 Source/core/fileapi/Blob.h         return slice(start, std::numeric_limits<long long>::max(), String(), exceptionState);
String             76 Source/core/fileapi/Blob.h         return slice(start, end, String(), exceptionState);
String             81 Source/core/fileapi/Blob.h     String type() const { return m_blobDataHandle->type(); }
String             82 Source/core/fileapi/Blob.h     String uuid() const { return m_blobDataHandle->uuid(); }
String             40 Source/core/fileapi/File.cpp static String getContentTypeFromFileName(const String& name, File::ContentTypeLookupPolicy policy)
String             42 Source/core/fileapi/File.cpp     String type;
String             55 Source/core/fileapi/File.cpp static PassOwnPtr<BlobData> createBlobDataForFileWithType(const String& path, const String& contentType)
String             63 Source/core/fileapi/File.cpp static PassOwnPtr<BlobData> createBlobDataForFile(const String& path, File::ContentTypeLookupPolicy policy)
String             68 Source/core/fileapi/File.cpp static PassOwnPtr<BlobData> createBlobDataForFileWithName(const String& path, const String& fileSystemName, File::ContentTypeLookupPolicy policy)
String             73 Source/core/fileapi/File.cpp static PassOwnPtr<BlobData> createBlobDataForFileWithMetadata(const String& fileSystemName, const FileMetadata& metadata)
String             89 Source/core/fileapi/File.cpp PassRefPtrWillBeRawPtr<File> File::createWithRelativePath(const String& path, const String& relativePath)
String             96 Source/core/fileapi/File.cpp File::File(const String& path, ContentTypeLookupPolicy policy)
String            107 Source/core/fileapi/File.cpp File::File(const String& path, const String& name, ContentTypeLookupPolicy policy)
String            118 Source/core/fileapi/File.cpp File::File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
String            130 Source/core/fileapi/File.cpp File::File(const String& name, double modificationTime, PassRefPtr<BlobDataHandle> blobDataHandle)
String            140 Source/core/fileapi/File.cpp File::File(const String& name, const FileMetadata& metadata)
String            186 Source/core/fileapi/File.cpp PassRefPtrWillBeRawPtr<Blob> File::slice(long long start, long long end, const String& contentType, ExceptionState& exceptionState) const
String            246 Source/core/fileapi/File.cpp     m_path = String();
String            249 Source/core/fileapi/File.cpp     m_relativePath = String();
String             50 Source/core/fileapi/File.h     static PassRefPtrWillBeRawPtr<File> create(const String& path, ContentTypeLookupPolicy policy = WellKnownContentTypes)
String             55 Source/core/fileapi/File.h     static PassRefPtrWillBeRawPtr<File> create(const String& name, double modificationTime, PassRefPtr<BlobDataHandle> blobDataHandle)
String             61 Source/core/fileapi/File.h     static PassRefPtrWillBeRawPtr<File> create(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
String             66 Source/core/fileapi/File.h     static PassRefPtrWillBeRawPtr<File> createWithRelativePath(const String& path, const String& relativePath);
String             71 Source/core/fileapi/File.h     static PassRefPtrWillBeRawPtr<File> createForFileSystemFile(const String& name, const FileMetadata& metadata)
String             84 Source/core/fileapi/File.h     static PassRefPtrWillBeRawPtr<File> createWithName(const String& path, const String& name, ContentTypeLookupPolicy policy = WellKnownContentTypes)
String             92 Source/core/fileapi/File.h     virtual PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, const String& contentType, ExceptionState&) const OVERRIDE;
String            100 Source/core/fileapi/File.h     const String& path() const { ASSERT(hasValidFilePath()); return m_path; }
String            101 Source/core/fileapi/File.h     const String name() const { return m_name; }
String            107 Source/core/fileapi/File.h     const String& webkitRelativePath() const { return m_relativePath; }
String            116 Source/core/fileapi/File.h     File(const String& path, ContentTypeLookupPolicy);
String            117 Source/core/fileapi/File.h     File(const String& path, const String& name, ContentTypeLookupPolicy);
String            118 Source/core/fileapi/File.h     File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>);
String            119 Source/core/fileapi/File.h     File(const String& name, double modificationTime, PassRefPtr<BlobDataHandle>);
String            120 Source/core/fileapi/File.h     File(const String& name, const FileMetadata&);
String            132 Source/core/fileapi/File.h     String m_path;
String            133 Source/core/fileapi/File.h     String m_name;
String            142 Source/core/fileapi/File.h     String m_relativePath;
String             44 Source/core/fileapi/FileList.cpp Vector<String> FileList::paths() const
String             46 Source/core/fileapi/FileList.cpp     Vector<String> paths;
String             52 Source/core/fileapi/FileList.h     Vector<String> paths() const;
String            193 Source/core/fileapi/FileReader.cpp void FileReader::readAsText(Blob* blob, const String& encoding, ExceptionState& exceptionState)
String            208 Source/core/fileapi/FileReader.cpp     readAsText(blob, String(), exceptionState);
String            232 Source/core/fileapi/FileReader.cpp         exceptionState.throwDOMException(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed.");
String            400 Source/core/fileapi/FileReader.cpp String FileReader::stringResult()
String            403 Source/core/fileapi/FileReader.cpp         return String();
String             67 Source/core/fileapi/FileReader.h     void readAsText(Blob*, const String& encoding, ExceptionState&);
String             78 Source/core/fileapi/FileReader.h     String stringResult();
String            127 Source/core/fileapi/FileReader.h     String m_blobType;
String            130 Source/core/fileapi/FileReader.h     String m_encoding;
String            105 Source/core/fileapi/FileReaderLoader.cpp         request.setHTTPHeaderField("Range", AtomicString(String::format("bytes=%d-%d", m_rangeStart, m_rangeEnd)));
String            314 Source/core/fileapi/FileReaderLoader.cpp String FileReaderLoader::stringResult()
String            397 Source/core/fileapi/FileReaderLoader.cpp void FileReaderLoader::setEncoding(const String& encoding)
String             78 Source/core/fileapi/FileReaderLoader.h     String stringResult();
String             98 Source/core/fileapi/FileReaderLoader.h     void setEncoding(const String&);
String             99 Source/core/fileapi/FileReaderLoader.h     void setDataType(const String& dataType) { m_dataType = dataType; }
String            115 Source/core/fileapi/FileReaderLoader.h     String m_dataType;
String            124 Source/core/fileapi/FileReaderLoader.h     String m_stringResult;
String             62 Source/core/fileapi/FileReaderSync.cpp String FileReaderSync::readAsBinaryString(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
String             66 Source/core/fileapi/FileReaderSync.cpp         return String();
String             74 Source/core/fileapi/FileReaderSync.cpp String FileReaderSync::readAsText(ExecutionContext* executionContext, Blob* blob, const String& encoding, ExceptionState& exceptionState)
String             78 Source/core/fileapi/FileReaderSync.cpp         return String();
String             87 Source/core/fileapi/FileReaderSync.cpp String FileReaderSync::readAsDataURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
String             91 Source/core/fileapi/FileReaderSync.cpp         return String();
String             57 Source/core/fileapi/FileReaderSync.h     String readAsBinaryString(ExecutionContext*, Blob*, ExceptionState&);
String             58 Source/core/fileapi/FileReaderSync.h     String readAsText(ExecutionContext* executionContext, Blob* blob, ExceptionState& ec)
String             62 Source/core/fileapi/FileReaderSync.h     String readAsText(ExecutionContext*, Blob*, const String& encoding, ExceptionState&);
String             63 Source/core/fileapi/FileReaderSync.h     String readAsDataURL(ExecutionContext*, Blob*, ExceptionState&);
String             40 Source/core/fileapi/Stream.cpp Stream::Stream(ExecutionContext* context, const String& mediaType)
String             48 Source/core/fileapi/Stream.h     static PassRefPtrWillBeRawPtr<Stream> create(ExecutionContext* context, const String& mediaType)
String             60 Source/core/fileapi/Stream.h     const String& type() const { return m_mediaType; }
String             87 Source/core/fileapi/Stream.h     Stream(ExecutionContext*, const String& mediaType);
String             94 Source/core/fileapi/Stream.h     String m_mediaType;
String             66 Source/core/frame/Console.cpp void Console::reportMessageToClient(MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack)
String             71 Source/core/frame/Console.cpp     String stackTrace;
String             62 Source/core/frame/Console.h     virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtr<ScriptCallStack>) OVERRIDE;
String             88 Source/core/frame/ConsoleBase.cpp     InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, ClearMessageType, LogMessageLevel, String(), state, arguments);
String            109 Source/core/frame/ConsoleBase.cpp void ConsoleBase::markTimeline(const String& title)
String            114 Source/core/frame/ConsoleBase.cpp void ConsoleBase::profile(ScriptState* state, const String& title)
String            119 Source/core/frame/ConsoleBase.cpp void ConsoleBase::profileEnd(ScriptState* state, const String& title)
String            124 Source/core/frame/ConsoleBase.cpp void ConsoleBase::time(const String& title)
String            130 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timeEnd(ScriptState* state, const String& title)
String            136 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timeStamp(const String& title)
String            141 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timeline(ScriptState* state, const String& title)
String            146 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timelineEnd(ScriptState* state, const String& title)
String            153 Source/core/frame/ConsoleBase.cpp     InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, StartGroupMessageType, LogMessageLevel, String(), state, arguments);
String            158 Source/core/frame/ConsoleBase.cpp     InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, StartGroupCollapsedMessageType, LogMessageLevel, String(), state, arguments);
String            163 Source/core/frame/ConsoleBase.cpp     InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, EndGroupMessageType, LogMessageLevel, String(), nullptr);
String            178 Source/core/frame/ConsoleBase.cpp     String message;
String             62 Source/core/frame/ConsoleBase.h     void markTimeline(const String&);
String             63 Source/core/frame/ConsoleBase.h     void profile(ScriptState*, const String&);
String             64 Source/core/frame/ConsoleBase.h     void profileEnd(ScriptState*, const String&);
String             65 Source/core/frame/ConsoleBase.h     void time(const String&);
String             66 Source/core/frame/ConsoleBase.h     void timeEnd(ScriptState*, const String&);
String             67 Source/core/frame/ConsoleBase.h     void timeStamp(const String&);
String             68 Source/core/frame/ConsoleBase.h     void timeline(ScriptState*, const String&);
String             69 Source/core/frame/ConsoleBase.h     void timelineEnd(ScriptState*, const String&);
String             80 Source/core/frame/ConsoleBase.h     virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtr<ScriptCallStack>) = 0;
String            114 Source/core/frame/DOMWindow.cpp     PostMessageTimer(DOMWindow& window, PassRefPtr<SerializedScriptValue> message, const String& sourceOrigin, PassRefPtrWillBeRawPtr<DOMWindow> source, PassOwnPtr<MessagePortChannelArray> channels, SecurityOrigin* targetOrigin, PassRefPtr<ScriptCallStack> stackTrace, UserGestureToken* userGestureToken)
String            129 Source/core/frame/DOMWindow.cpp         return MessageEvent::create(m_channels.release(), m_message, m_origin, String(), m_source.get());
String            145 Source/core/frame/DOMWindow.cpp     String m_origin;
String            370 Source/core/frame/DOMWindow.cpp PassRefPtr<Document> DOMWindow::createDocument(const String& mimeType, const DocumentInit& init, bool forceXHTML)
String            385 Source/core/frame/DOMWindow.cpp PassRefPtr<Document> DOMWindow::installNewDocument(const String& mimeType, const DocumentInit& init, bool forceXHTML)
String            461 Source/core/frame/DOMWindow.cpp void DOMWindow::enqueueHashchangeEvent(const String& oldURL, const String& newURL)
String            530 Source/core/frame/DOMWindow.cpp PassRefPtrWillBeRawPtr<MediaQueryList> DOMWindow::matchMedia(const String& media)
String            741 Source/core/frame/DOMWindow.cpp     String accessDeniedMessage = "Access is denied for this document.";
String            783 Source/core/frame/DOMWindow.cpp     String accessDeniedMessage = "Access is denied for this document.";
String            817 Source/core/frame/DOMWindow.cpp void DOMWindow::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, const String& targetOrigin, DOMWindow* source, ExceptionState& exceptionState)
String            849 Source/core/frame/DOMWindow.cpp     String sourceOrigin = sourceDocument->securityOrigin()->toString();
String            888 Source/core/frame/DOMWindow.cpp             String message = ExceptionMessages::failedToExecute("postMessage", "DOMWindow", "The target origin provided ('" + intendedTargetOrigin->toString() + "') does not match the recipient window's origin ('" + document()->securityOrigin()->toString() + "').");
String           1001 Source/core/frame/DOMWindow.cpp void DOMWindow::alert(const String& message)
String           1015 Source/core/frame/DOMWindow.cpp bool DOMWindow::confirm(const String& message)
String           1029 Source/core/frame/DOMWindow.cpp String DOMWindow::prompt(const String& message, const String& defaultValue)
String           1032 Source/core/frame/DOMWindow.cpp         return String();
String           1038 Source/core/frame/DOMWindow.cpp         return String();
String           1040 Source/core/frame/DOMWindow.cpp     String returnValue;
String           1044 Source/core/frame/DOMWindow.cpp     return String();
String           1047 Source/core/frame/DOMWindow.cpp bool DOMWindow::find(const String& string, bool caseSensitive, bool backwards, bool wrap, bool /*wholeWord*/, bool /*searchInFrames*/, bool /*showDialog*/) const
String           1212 Source/core/frame/DOMWindow.cpp void DOMWindow::setStatus(const String& string)
String           1227 Source/core/frame/DOMWindow.cpp void DOMWindow::setDefaultStatus(const String& string)
String           1298 Source/core/frame/DOMWindow.cpp PassRefPtr<CSSStyleDeclaration> DOMWindow::getComputedStyle(Element* elt, const String& pseudoElt) const
String           1306 Source/core/frame/DOMWindow.cpp PassRefPtrWillBeRawPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* element, const String& pseudoElement) const
String           1365 Source/core/frame/DOMWindow.cpp     String scrollBehaviorString;
String           1637 Source/core/frame/DOMWindow.cpp void DOMWindow::setLocation(const String& urlString, DOMWindow* callingWindow, DOMWindow* enteredWindow, SetLocationLocking locking)
String           1667 Source/core/frame/DOMWindow.cpp void DOMWindow::printErrorMessage(const String& message)
String           1680 Source/core/frame/DOMWindow.cpp String DOMWindow::sanitizedCrossDomainAccessErrorMessage(DOMWindow* callingWindow)
String           1683 Source/core/frame/DOMWindow.cpp         return String();
String           1687 Source/core/frame/DOMWindow.cpp         return String();
String           1692 Source/core/frame/DOMWindow.cpp     String message = "Blocked a frame with origin \"" + activeOrigin->toString() + "\" from accessing a cross-origin frame.";
String           1699 Source/core/frame/DOMWindow.cpp String DOMWindow::crossDomainAccessErrorMessage(DOMWindow* callingWindow)
String           1702 Source/core/frame/DOMWindow.cpp         return String();
String           1706 Source/core/frame/DOMWindow.cpp         return String();
String           1713 Source/core/frame/DOMWindow.cpp     String message = "Blocked a frame with origin \"" + activeOrigin->toString() + "\" from accessing a frame with origin \"" + targetOrigin->toString() + "\". ";
String           1743 Source/core/frame/DOMWindow.cpp bool DOMWindow::isInsecureScriptAccess(DOMWindow& callingWindow, const String& urlString)
String           1767 Source/core/frame/DOMWindow.cpp PassRefPtrWillBeRawPtr<DOMWindow> DOMWindow::open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString,
String           1824 Source/core/frame/DOMWindow.cpp void DOMWindow::showModalDialog(const String& urlString, const String& dialogFeaturesString,
String             98 Source/core/frame/DOMWindow.h         static PassRefPtr<Document> createDocument(const String& mimeType, const DocumentInit&, bool forceXHTML);
String            105 Source/core/frame/DOMWindow.h         PassRefPtr<Document> installNewDocument(const String& mimeType, const DocumentInit&, bool forceXHTML = false);
String            117 Source/core/frame/DOMWindow.h         PassRefPtrWillBeRawPtr<MediaQueryList> matchMedia(const String&);
String            142 Source/core/frame/DOMWindow.h         void setLocation(const String& location, DOMWindow* callingWindow, DOMWindow* enteredWindow,
String            155 Source/core/frame/DOMWindow.h         PassRefPtrWillBeRawPtr<DOMWindow> open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString,
String            159 Source/core/frame/DOMWindow.h         void showModalDialog(const String& urlString, const String& dialogFeaturesString,
String            162 Source/core/frame/DOMWindow.h         void alert(const String& message);
String            163 Source/core/frame/DOMWindow.h         bool confirm(const String& message);
String            164 Source/core/frame/DOMWindow.h         String prompt(const String& message, const String& defaultValue);
String            166 Source/core/frame/DOMWindow.h         bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
String            190 Source/core/frame/DOMWindow.h         String status() const;
String            191 Source/core/frame/DOMWindow.h         void setStatus(const String&);
String            192 Source/core/frame/DOMWindow.h         String defaultStatus() const;
String            193 Source/core/frame/DOMWindow.h         void setDefaultStatus(const String&);
String            215 Source/core/frame/DOMWindow.h         PassRefPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const;
String            219 Source/core/frame/DOMWindow.h         PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const;
String            228 Source/core/frame/DOMWindow.h         void printErrorMessage(const String&);
String            229 Source/core/frame/DOMWindow.h         String crossDomainAccessErrorMessage(DOMWindow* callingWindow);
String            230 Source/core/frame/DOMWindow.h         String sanitizedCrossDomainAccessErrorMessage(DOMWindow* callingWindow);
String            232 Source/core/frame/DOMWindow.h         void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, const String& targetOrigin, DOMWindow* source, ExceptionState&);
String            312 Source/core/frame/DOMWindow.h         bool isInsecureScriptAccess(DOMWindow& callingWindow, const String& urlString);
String            320 Source/core/frame/DOMWindow.h         void enqueueHashchangeEvent(const String& oldURL, const String& newURL);
String            365 Source/core/frame/DOMWindow.h         String m_status;
String            366 Source/core/frame/DOMWindow.h         String m_defaultStatus;
String            380 Source/core/frame/DOMWindow.h     inline String DOMWindow::status() const
String            385 Source/core/frame/DOMWindow.h     inline String DOMWindow::defaultStatus() const
String             45 Source/core/frame/DOMWindowBase64.cpp String btoa(ScriptWrappable&, const String& stringToEncode, ExceptionState& exceptionState)
String             48 Source/core/frame/DOMWindowBase64.cpp         return String();
String             52 Source/core/frame/DOMWindowBase64.cpp         return String();
String             58 Source/core/frame/DOMWindowBase64.cpp String atob(ScriptWrappable&, const String& encodedString, ExceptionState& exceptionState)
String             61 Source/core/frame/DOMWindowBase64.cpp         return String();
String             65 Source/core/frame/DOMWindowBase64.cpp         return String();
String             70 Source/core/frame/DOMWindowBase64.cpp         return String();
String             73 Source/core/frame/DOMWindowBase64.cpp     return String(out.data(), out.size());
String             44 Source/core/frame/DOMWindowBase64.h String btoa(ScriptWrappable&, const String& stringToEncode, ExceptionState&);
String             45 Source/core/frame/DOMWindowBase64.h String atob(ScriptWrappable&, const String& encodedString, ExceptionState&);
String           1213 Source/core/frame/FrameView.cpp     String overrideType;
String           1559 Source/core/frame/FrameView.cpp     String fragmentIdentifier = url.fragmentIdentifier();
String           1570 Source/core/frame/FrameView.cpp bool FrameView::scrollToAnchor(const String& name)
String           3138 Source/core/frame/FrameView.cpp String FrameView::trackedRepaintRectsAsText() const
String            231 Source/core/frame/FrameView.h     bool scrollToAnchor(const String&);
String            268 Source/core/frame/FrameView.h     String trackedRepaintRectsAsText() const;
String            114 Source/core/frame/History.cpp KURL History::urlForState(const String& urlString)
String            126 Source/core/frame/History.cpp void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const String& /* title */, const String& urlString, UpdateBackForwardListPolicy updateBackForwardListPolicy, ExceptionState& exceptionState)
String             62 Source/core/frame/History.h     void stateObjectAdded(PassRefPtr<SerializedScriptValue>, const String& title, const String& url, UpdateBackForwardListPolicy, ExceptionState&);
String             69 Source/core/frame/History.h     KURL urlForState(const String& url);
String            261 Source/core/frame/LocalFrame.cpp String LocalFrame::documentTypeString() const
String            266 Source/core/frame/LocalFrame.cpp     return String();
String            269 Source/core/frame/LocalFrame.cpp String LocalFrame::selectedText() const
String            274 Source/core/frame/LocalFrame.cpp String LocalFrame::selectedTextForClipboard() const
String            394 Source/core/frame/LocalFrame.cpp String LocalFrame::layerTreeAsText(unsigned flags) const
String            397 Source/core/frame/LocalFrame.cpp         return String();
String            404 Source/core/frame/LocalFrame.cpp String LocalFrame::trackedRepaintRectsAsText() const
String            407 Source/core/frame/LocalFrame.cpp         return String();
String             99 Source/core/frame/LocalFrame.h         String layerTreeAsText(unsigned flags = 0) const;
String            100 Source/core/frame/LocalFrame.h         String trackedRepaintRectsAsText() const;
String            124 Source/core/frame/LocalFrame.h         String documentTypeString() const;
String            129 Source/core/frame/LocalFrame.h         String selectedText() const;
String            130 Source/core/frame/LocalFrame.h         String selectedTextForClipboard() const;
String             61 Source/core/frame/Location.cpp String Location::href() const
String             64 Source/core/frame/Location.cpp         return String();
String             69 Source/core/frame/Location.cpp String Location::protocol() const
String             72 Source/core/frame/Location.cpp         return String();
String             76 Source/core/frame/Location.cpp String Location::host() const
String             79 Source/core/frame/Location.cpp         return String();
String             83 Source/core/frame/Location.cpp String Location::hostname() const
String             86 Source/core/frame/Location.cpp         return String();
String             90 Source/core/frame/Location.cpp String Location::port() const
String             93 Source/core/frame/Location.cpp         return String();
String             97 Source/core/frame/Location.cpp String Location::pathname() const
String            100 Source/core/frame/Location.cpp         return String();
String            104 Source/core/frame/Location.cpp String Location::search() const
String            107 Source/core/frame/Location.cpp         return String();
String            111 Source/core/frame/Location.cpp String Location::origin() const
String            114 Source/core/frame/Location.cpp         return String();
String            128 Source/core/frame/Location.cpp String Location::hash() const
String            131 Source/core/frame/Location.cpp         return String();
String            136 Source/core/frame/Location.cpp void Location::setHref(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& url)
String            143 Source/core/frame/Location.cpp void Location::setProtocol(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& protocol, ExceptionState& exceptionState)
String            155 Source/core/frame/Location.cpp void Location::setHost(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& host)
String            164 Source/core/frame/Location.cpp void Location::setHostname(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& hostname)
String            173 Source/core/frame/Location.cpp void Location::setPort(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& portString)
String            182 Source/core/frame/Location.cpp void Location::setPathname(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& pathname)
String            191 Source/core/frame/Location.cpp void Location::setSearch(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& search)
String            200 Source/core/frame/Location.cpp void Location::setHash(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& hash)
String            205 Source/core/frame/Location.cpp     String oldFragmentIdentifier = url.fragmentIdentifier();
String            206 Source/core/frame/Location.cpp     String newFragmentIdentifier = hash;
String            218 Source/core/frame/Location.cpp void Location::assign(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& url)
String            225 Source/core/frame/Location.cpp void Location::replace(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& url)
String            242 Source/core/frame/Location.cpp void Location::setLocation(const String& url, DOMWindow* callingWindow, DOMWindow* enteredWindow)
String             53 Source/core/frame/Location.h     void setHref(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             54 Source/core/frame/Location.h     String href() const;
String             56 Source/core/frame/Location.h     void assign(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             57 Source/core/frame/Location.h     void replace(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             60 Source/core/frame/Location.h     void setProtocol(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&, ExceptionState&);
String             61 Source/core/frame/Location.h     String protocol() const;
String             62 Source/core/frame/Location.h     void setHost(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             63 Source/core/frame/Location.h     String host() const;
String             64 Source/core/frame/Location.h     void setHostname(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             65 Source/core/frame/Location.h     String hostname() const;
String             66 Source/core/frame/Location.h     void setPort(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             67 Source/core/frame/Location.h     String port() const;
String             68 Source/core/frame/Location.h     void setPathname(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             69 Source/core/frame/Location.h     String pathname() const;
String             70 Source/core/frame/Location.h     void setSearch(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             71 Source/core/frame/Location.h     String search() const;
String             72 Source/core/frame/Location.h     void setHash(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
String             73 Source/core/frame/Location.h     String hash() const;
String             74 Source/core/frame/Location.h     String origin() const;
String             83 Source/core/frame/Location.h     void setLocation(const String&, DOMWindow* callingWindow, DOMWindow* enteredWindow);
String             66 Source/core/frame/Navigator.cpp String Navigator::productSub() const
String             71 Source/core/frame/Navigator.cpp String Navigator::vendor() const
String             76 Source/core/frame/Navigator.cpp String Navigator::vendorSub() const
String             81 Source/core/frame/Navigator.cpp String Navigator::userAgent() const
String             85 Source/core/frame/Navigator.cpp         return String();
String             58 Source/core/frame/Navigator.h     String productSub() const;
String             59 Source/core/frame/Navigator.h     String vendor() const;
String             60 Source/core/frame/Navigator.h     String vendorSub() const;
String             62 Source/core/frame/Navigator.h     virtual String userAgent() const OVERRIDE;
String             35 Source/core/frame/NavigatorBase.h     virtual String userAgent() const = 0;
String             48 Source/core/frame/NavigatorID.cpp String NavigatorID::appName(const NavigatorBase&)
String             53 Source/core/frame/NavigatorID.cpp String NavigatorID::appVersion(const NavigatorBase& navigator)
String             56 Source/core/frame/NavigatorID.cpp     const String& agent = navigator.userAgent();
String             60 Source/core/frame/NavigatorID.cpp String NavigatorID::userAgent(const NavigatorBase& navigator)
String             65 Source/core/frame/NavigatorID.cpp String NavigatorID::platform(const NavigatorBase&)
String             77 Source/core/frame/NavigatorID.cpp     DEFINE_STATIC_LOCAL(String, platformName, (uname(&osname) >= 0 ? String(osname.sysname) + String(" ") + String(osname.machine) : emptyString()));
String             82 Source/core/frame/NavigatorID.cpp String NavigatorID::appCodeName(const NavigatorBase&)
String             87 Source/core/frame/NavigatorID.cpp String NavigatorID::product(const NavigatorBase&)
String             42 Source/core/frame/NavigatorID.h     static String appName(const NavigatorBase&);
String             43 Source/core/frame/NavigatorID.h     static String appVersion(const NavigatorBase&);
String             44 Source/core/frame/NavigatorID.h     static String userAgent(const NavigatorBase&);
String             45 Source/core/frame/NavigatorID.h     static String platform(const NavigatorBase&);
String             46 Source/core/frame/NavigatorID.h     static String appCodeName(const NavigatorBase&);
String             47 Source/core/frame/NavigatorID.h     static String product(const NavigatorBase&);
String             54 Source/core/frame/PageConsole.cpp void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message)
String             56 Source/core/frame/PageConsole.cpp     addMessage(source, level, message, String(), 0, 0, nullptr, 0, 0);
String             59 Source/core/frame/PageConsole.cpp void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack)
String             61 Source/core/frame/PageConsole.cpp     addMessage(source, level, message, String(), 0, 0, callStack, 0);
String             64 Source/core/frame/PageConsole.cpp void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message, const String& url, unsigned lineNumber, unsigned columnNumber, PassRefPtr<ScriptCallStack> callStack, ScriptState* state, unsigned long requestIdentifier)
String             75 Source/core/frame/PageConsole.cpp     String messageURL;
String             87 Source/core/frame/PageConsole.cpp     String stackTrace;
String             94 Source/core/frame/PageConsole.cpp String PageConsole::formatStackTraceString(const String& originalMessage, PassRefPtr<ScriptCallStack> callStack)
String            103 Source/core/frame/PageConsole.cpp         stackTrace.append(String::number(frame.lineNumber()));
String            105 Source/core/frame/PageConsole.cpp         stackTrace.append(String::number(frame.columnNumber()));
String             52 Source/core/frame/PageConsole.h     void addMessage(MessageSource, MessageLevel, const String& message);
String             53 Source/core/frame/PageConsole.h     void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, unsigned columnNumber = 0, PassRefPtr<ScriptCallStack> = nullptr, ScriptState* = 0, unsigned long requestIdentifier = 0);
String             54 Source/core/frame/PageConsole.h     void addMessage(MessageSource, MessageLevel, const String& message, PassRefPtr<ScriptCallStack>);
String             55 Source/core/frame/PageConsole.h     static String formatStackTraceString(const String& originalMessage, PassRefPtr<ScriptCallStack>);
String            333 Source/core/frame/PinchViewport.cpp String PinchViewport::debugName(const GraphicsLayer* graphicsLayer)
String            335 Source/core/frame/PinchViewport.cpp     String name;
String            101 Source/core/frame/PinchViewport.h     virtual String debugName(const GraphicsLayer*) OVERRIDE;
String             71 Source/core/frame/SmartClip.cpp String SmartClipData::toString()
String             80 Source/core/frame/SmartClip.cpp     result.append(String::number(m_rect.x()));
String             82 Source/core/frame/SmartClip.cpp     result.append(String::number(m_rect.y()));
String             84 Source/core/frame/SmartClip.cpp     result.append(String::number(m_rect.width()));
String             86 Source/core/frame/SmartClip.cpp     result.append(String::number(m_rect.height()));
String            259 Source/core/frame/SmartClip.cpp String SmartClip::extractTextFromNode(Node* node)
String            276 Source/core/frame/SmartClip.cpp                 String nodeValue = currentNode->nodeValue();
String             45 Source/core/frame/SmartClip.h     SmartClipData(Node* node, IntRect rect, String string)
String             52 Source/core/frame/SmartClip.h     String toString();
String             57 Source/core/frame/SmartClip.h     String m_string;
String             79 Source/core/frame/SmartClip.h     String extractTextFromNode(Node*);
String            634 Source/core/frame/UseCounter.cpp String UseCounter::deprecationMessage(Feature feature)
String            712 Source/core/frame/UseCounter.cpp         return String();
String            366 Source/core/frame/UseCounter.h     String deprecationMessage(Feature);
String             18 Source/core/frame/csp/CSPDirective.h     CSPDirective(const String& name, const String& value, ContentSecurityPolicy* policy)
String             25 Source/core/frame/csp/CSPDirective.h     const String& text() const { return m_text; }
String             31 Source/core/frame/csp/CSPDirective.h     String m_name;
String             32 Source/core/frame/csp/CSPDirective.h     String m_text;
String             34 Source/core/frame/csp/CSPDirectiveList.cpp         String message = "Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"" + directives->operativeDirective(directives->m_scriptSrc.get())->text() + "\".\n";
String             39 Source/core/frame/csp/CSPDirectiveList.cpp         policy->reportMissingReportURI(String(begin, end - begin));
String             44 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL) const
String             46 Source/core/frame/csp/CSPDirectiveList.cpp     String message = m_reportOnly ? "[Report Only] " + consoleMessage : consoleMessage;
String             51 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const
String             53 Source/core/frame/csp/CSPDirectiveList.cpp     String message = m_reportOnly ? "[Report Only] " + consoleMessage : consoleMessage;
String             58 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::reportViolationWithState(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, ScriptState* state) const
String             60 Source/core/frame/csp/CSPDirectiveList.cpp     String message = m_reportOnly ? "[Report Only] " + consoleMessage : consoleMessage;
String             75 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkNonce(SourceListDirective* directive, const String& nonce) const
String            102 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkMediaType(MediaListDirective* directive, const String& type, const String& typeAttribute) const
String            121 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkEvalAndReportViolation(SourceListDirective* directive, const String& consoleMessage, ScriptState* state) const
String            126 Source/core/frame/csp/CSPDirectiveList.cpp     String suffix = String();
String            138 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkMediaTypeAndReportViolation(MediaListDirective* directive, const String& type, const String& typeAttribute, const String& consoleMessage) const
String            143 Source/core/frame/csp/CSPDirectiveList.cpp     String message = consoleMessage + "\'" + directive->text() + "\'.";
String            151 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkInlineAndReportViolation(SourceListDirective* directive, const String& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, bool isScript) const
String            156 Source/core/frame/csp/CSPDirectiveList.cpp     String suffix = String();
String            163 Source/core/frame/csp/CSPDirectiveList.cpp             suffix = suffix + " Note also that '" + String(isScript ? "script" : "style") + "-src' was not explicitly set, so 'default-src' is used as a fallback.";
String            176 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkSourceAndReportViolation(SourceListDirective* directive, const KURL& url, const String& effectiveDirective) const
String            181 Source/core/frame/csp/CSPDirectiveList.cpp     String prefix;
String            205 Source/core/frame/csp/CSPDirectiveList.cpp     String suffix = String();
String            222 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            224 Source/core/frame/csp/CSPDirectiveList.cpp     DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute JavaScript URL because it violates the following Content Security Policy directive: "));
String            231 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            233 Source/core/frame/csp/CSPDirectiveList.cpp     DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute inline event handler because it violates the following Content Security Policy directive: "));
String            239 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            241 Source/core/frame/csp/CSPDirectiveList.cpp     DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute inline script because it violates the following Content Security Policy directive: "));
String            247 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            249 Source/core/frame/csp/CSPDirectiveList.cpp     DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to apply inline style because it violates the following Content Security Policy directive: "));
String            257 Source/core/frame/csp/CSPDirectiveList.cpp     DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "));
String            264 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowPluginType(const String& type, const String& typeAttribute, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            371 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowScriptNonce(const String& nonce) const
String            376 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowStyleNonce(const String& nonce) const
String            396 Source/core/frame/csp/CSPDirectiveList.cpp     m_header = String(begin, end - begin);
String            406 Source/core/frame/csp/CSPDirectiveList.cpp         String name, value;
String            421 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::parseDirective(const UChar* begin, const UChar* end, String& name, String& value)
String            439 Source/core/frame/csp/CSPDirectiveList.cpp         m_policy->reportUnsupportedDirective(String(nameBegin, position - nameBegin));
String            443 Source/core/frame/csp/CSPDirectiveList.cpp     name = String(nameBegin, position - nameBegin);
String            450 Source/core/frame/csp/CSPDirectiveList.cpp         m_policy->reportUnsupportedDirective(String(nameBegin, position - nameBegin));
String            460 Source/core/frame/csp/CSPDirectiveList.cpp         m_policy->reportInvalidDirectiveValueCharacter(name, String(valueBegin, end - valueBegin));
String            468 Source/core/frame/csp/CSPDirectiveList.cpp     value = String(valueBegin, position - valueBegin);
String            472 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::parseReportURI(const String& name, const String& value)
String            492 Source/core/frame/csp/CSPDirectiveList.cpp             String url = String(urlBegin, position - urlBegin);
String            500 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::setCSPDirective(const String& name, const String& value, OwnPtr<CSPDirectiveType>& directive)
String            509 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::applySandboxPolicy(const String& name, const String& sandboxPolicy)
String            520 Source/core/frame/csp/CSPDirectiveList.cpp     String invalidTokens;
String            526 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::parseReflectedXSS(const String& name, const String& value)
String            574 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::parseReferrer(const String& name, const String& value)
String            627 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::addDirective(const String& name, const String& value)
String             31 Source/core/frame/csp/CSPDirectiveList.h     const String& header() const { return m_header; }
String             35 Source/core/frame/csp/CSPDirectiveList.h     bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
String             36 Source/core/frame/csp/CSPDirectiveList.h     bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
String             37 Source/core/frame/csp/CSPDirectiveList.h     bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
String             38 Source/core/frame/csp/CSPDirectiveList.h     bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
String             40 Source/core/frame/csp/CSPDirectiveList.h     bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ContentSecurityPolicy::ReportingStatus) const;
String             54 Source/core/frame/csp/CSPDirectiveList.h     bool allowScriptNonce(const String&) const;
String             55 Source/core/frame/csp/CSPDirectiveList.h     bool allowStyleNonce(const String&) const;
String             59 Source/core/frame/csp/CSPDirectiveList.h     const String& evalDisabledErrorMessage() const { return m_evalDisabledErrorMessage; }
String             69 Source/core/frame/csp/CSPDirectiveList.h     bool parseDirective(const UChar* begin, const UChar* end, String& name, String& value);
String             70 Source/core/frame/csp/CSPDirectiveList.h     void parseReportURI(const String& name, const String& value);
String             71 Source/core/frame/csp/CSPDirectiveList.h     void parsePluginTypes(const String& name, const String& value);
String             72 Source/core/frame/csp/CSPDirectiveList.h     void parseReflectedXSS(const String& name, const String& value);
String             73 Source/core/frame/csp/CSPDirectiveList.h     void parseReferrer(const String& name, const String& value);
String             74 Source/core/frame/csp/CSPDirectiveList.h     void addDirective(const String& name, const String& value);
String             75 Source/core/frame/csp/CSPDirectiveList.h     void applySandboxPolicy(const String& name, const String& sandboxPolicy);
String             78 Source/core/frame/csp/CSPDirectiveList.h     void setCSPDirective(const String& name, const String& value, OwnPtr<CSPDirectiveType>&);
String             82 Source/core/frame/csp/CSPDirectiveList.h     void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL) const;
String             83 Source/core/frame/csp/CSPDirectiveList.h     void reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const;
String             84 Source/core/frame/csp/CSPDirectiveList.h     void reportViolationWithState(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, ScriptState*) const;
String             88 Source/core/frame/csp/CSPDirectiveList.h     bool checkNonce(SourceListDirective*, const String&) const;
String             91 Source/core/frame/csp/CSPDirectiveList.h     bool checkMediaType(MediaListDirective*, const String& type, const String& typeAttribute) const;
String             94 Source/core/frame/csp/CSPDirectiveList.h     void setEvalDisabledErrorMessage(const String& errorMessage) { m_evalDisabledErrorMessage = errorMessage; }
String             96 Source/core/frame/csp/CSPDirectiveList.h     bool checkEvalAndReportViolation(SourceListDirective*, const String& consoleMessage, ScriptState*) const;
String             97 Source/core/frame/csp/CSPDirectiveList.h     bool checkInlineAndReportViolation(SourceListDirective*, const String& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, bool isScript) const;
String             99 Source/core/frame/csp/CSPDirectiveList.h     bool checkSourceAndReportViolation(SourceListDirective*, const KURL&, const String& effectiveDirective) const;
String            100 Source/core/frame/csp/CSPDirectiveList.h     bool checkMediaTypeAndReportViolation(MediaListDirective*, const String& type, const String& typeAttribute, const String& consoleMessage) const;
String            107 Source/core/frame/csp/CSPDirectiveList.h     String m_header;
String            135 Source/core/frame/csp/CSPDirectiveList.h     String m_evalDisabledErrorMessage;
String             16 Source/core/frame/csp/CSPSource.cpp CSPSource::CSPSource(ContentSecurityPolicy* policy, const String& scheme, const String& host, int port, const String& path, bool hostHasWildcard, bool portHasWildcard)
String             39 Source/core/frame/csp/CSPSource.cpp         String protectedResourceScheme(m_policy->securityOrigin()->protocol());
String             49 Source/core/frame/csp/CSPSource.cpp     const String& host = url.host();
String             61 Source/core/frame/csp/CSPSource.cpp     String path = decodeURLEscapeSequences(url.path());
String             17 Source/core/frame/csp/CSPSource.h     CSPSource(ContentSecurityPolicy*, const String& scheme, const String& host, int port, const String& path, bool hostHasWildcard, bool portHasWildcard);
String             28 Source/core/frame/csp/CSPSource.h     String m_scheme;
String             29 Source/core/frame/csp/CSPSource.h     String m_host;
String             31 Source/core/frame/csp/CSPSource.h     String m_path;
String             64 Source/core/frame/csp/CSPSourceList.cpp CSPSourceList::CSPSourceList(ContentSecurityPolicy* policy, const String& directiveName)
String             99 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::allowNonce(const String& nonce) const
String            137 Source/core/frame/csp/CSPSourceList.cpp         String scheme, host, path;
String            152 Source/core/frame/csp/CSPSourceList.cpp             m_policy->reportInvalidSourceExpression(m_directiveName, String(beginSource, position - beginSource));
String            162 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard)
String            190 Source/core/frame/csp/CSPSourceList.cpp     String nonce;
String            286 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseNonce(const UChar* begin, const UChar* end, String& nonce)
String            288 Source/core/frame/csp/CSPSourceList.cpp     DEFINE_STATIC_LOCAL(const String, noncePrefix, ("'nonce-"));
String            302 Source/core/frame/csp/CSPSourceList.cpp     nonce = String(nonceBegin, position - nonceBegin);
String            324 Source/core/frame/csp/CSPSourceList.cpp     String prefix;
String            368 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseScheme(const UChar* begin, const UChar* end, String& scheme)
String            386 Source/core/frame/csp/CSPSourceList.cpp     scheme = String(begin, end - begin);
String            394 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard)
String            428 Source/core/frame/csp/CSPSourceList.cpp     host = String(hostBegin, end - hostBegin);
String            432 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parsePath(const UChar* begin, const UChar* end, String& path)
String            442 Source/core/frame/csp/CSPSourceList.cpp         m_policy->reportInvalidPathCharacter(m_directiveName, String(begin, end - begin), *position);
String            444 Source/core/frame/csp/CSPSourceList.cpp     path = decodeURLEscapeSequences(String(begin, position - begin));
String            484 Source/core/frame/csp/CSPSourceList.cpp     m_list.append(CSPSource(m_policy, m_policy->securityOrigin()->protocol(), m_policy->securityOrigin()->host(), m_policy->securityOrigin()->port(), String(), false, false));
String            502 Source/core/frame/csp/CSPSourceList.cpp void CSPSourceList::addSourceNonce(const String& nonce)
String             21 Source/core/frame/csp/CSPSourceList.h     CSPSourceList(ContentSecurityPolicy*, const String& directiveName);
String             28 Source/core/frame/csp/CSPSourceList.h     bool allowNonce(const String&) const;
String             35 Source/core/frame/csp/CSPSourceList.h     bool parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard);
String             36 Source/core/frame/csp/CSPSourceList.h     bool parseScheme(const UChar* begin, const UChar* end, String& scheme);
String             37 Source/core/frame/csp/CSPSourceList.h     bool parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard);
String             39 Source/core/frame/csp/CSPSourceList.h     bool parsePath(const UChar* begin, const UChar* end, String& path);
String             40 Source/core/frame/csp/CSPSourceList.h     bool parseNonce(const UChar* begin, const UChar* end, String& nonce);
String             47 Source/core/frame/csp/CSPSourceList.h     void addSourceNonce(const String& nonce);
String             52 Source/core/frame/csp/CSPSourceList.h     String m_directiveName;
String             56 Source/core/frame/csp/CSPSourceList.h     HashSet<String> m_nonces;
String             91 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::isDirectiveName(const String& name)
String            160 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::didReceiveHeader(const String& header, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source)
String            165 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::addPolicyFromHeaderValue(const String& header, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source)
String            220 Source/core/frame/csp/ContentSecurityPolicy.cpp const String& ContentSecurityPolicy::deprecatedHeader() const
String            250 Source/core/frame/csp/ContentSecurityPolicy.cpp template<bool (CSPDirectiveList::*allowed)(const String&, const WTF::OrdinalNumber&, ContentSecurityPolicy::ReportingStatus) const>
String            251 Source/core/frame/csp/ContentSecurityPolicy.cpp bool isAllowedByAllWithContext(const CSPDirectiveListVector& policies, const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus)
String            260 Source/core/frame/csp/ContentSecurityPolicy.cpp template<bool (CSPDirectiveList::*allowed)(const String&) const>
String            261 Source/core/frame/csp/ContentSecurityPolicy.cpp bool isAllowedByAllWithNonce(const CSPDirectiveListVector& policies, const String& nonce)
String            318 Source/core/frame/csp/ContentSecurityPolicy.cpp bool checkDigest(const String& source, uint8_t hashAlgorithmsUsed, const CSPDirectiveListVector& policies)
String            353 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            358 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            363 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            368 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            380 Source/core/frame/csp/ContentSecurityPolicy.cpp String ContentSecurityPolicy::evalDisabledErrorMessage() const
String            386 Source/core/frame/csp/ContentSecurityPolicy.cpp     return String();
String            389 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowPluginType(const String& type, const String& typeAttribute, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
String            403 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowScriptNonce(const String& nonce) const
String            408 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowStyleNonce(const String& nonce) const
String            413 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowScriptHash(const String& source) const
String            418 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowStyleHash(const String& source) const
String            552 Source/core/frame/csp/ContentSecurityPolicy.cpp KURL ContentSecurityPolicy::completeURL(const String& url) const
String            563 Source/core/frame/csp/ContentSecurityPolicy.cpp static String stripURLForUseInReport(Document* document, const KURL& url)
String            566 Source/core/frame/csp/ContentSecurityPolicy.cpp         return String();
String            572 Source/core/frame/csp/ContentSecurityPolicy.cpp static void gatherSecurityPolicyViolationEventData(SecurityPolicyViolationEventInit& init, Document* document, const String& directiveText, const String& effectiveDirective, const KURL& blockedURL, const String& header)
String            580 Source/core/frame/csp/ContentSecurityPolicy.cpp     init.sourceFile = String();
String            602 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<KURL>& reportURIs, const String& header)
String            649 Source/core/frame/csp/ContentSecurityPolicy.cpp     String stringifiedReport = reportObject->toJSONString();
String            662 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidReferrer(const String& invalidValue) const
String            667 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportReportOnlyInMeta(const String& header) const
String            672 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportMetaOutsideHead(const String& header) const
String            677 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidInReportOnly(const String& name) const
String            682 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportUnsupportedDirective(const String& name) const
String            684 Source/core/frame/csp/ContentSecurityPolicy.cpp     DEFINE_STATIC_LOCAL(String, allow, ("allow"));
String            685 Source/core/frame/csp/ContentSecurityPolicy.cpp     DEFINE_STATIC_LOCAL(String, options, ("options"));
String            686 Source/core/frame/csp/ContentSecurityPolicy.cpp     DEFINE_STATIC_LOCAL(String, policyURI, ("policy-uri"));
String            687 Source/core/frame/csp/ContentSecurityPolicy.cpp     DEFINE_STATIC_LOCAL(String, allowMessage, ("The 'allow' directive has been replaced with 'default-src'. Please use that directive instead, as 'allow' has no effect."));
String            688 Source/core/frame/csp/ContentSecurityPolicy.cpp     DEFINE_STATIC_LOCAL(String, optionsMessage, ("The 'options' directive has been replaced with 'unsafe-inline' and 'unsafe-eval' source expressions for the 'script-src' and 'style-src' directives. Please use those directives instead, as 'options' has no effect."));
String            689 Source/core/frame/csp/ContentSecurityPolicy.cpp     DEFINE_STATIC_LOCAL(String, policyURIMessage, ("The 'policy-uri' directive has been removed from the specification. Please specify a complete policy via the Content-Security-Policy header."));
String            691 Source/core/frame/csp/ContentSecurityPolicy.cpp     String message = "Unrecognized Content-Security-Policy directive '" + name + "'.\n";
String            702 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportDirectiveAsSourceExpression(const String& directiveName, const String& sourceExpression) const
String            704 Source/core/frame/csp/ContentSecurityPolicy.cpp     String message = "The Content Security Policy directive '" + directiveName + "' contains '" + sourceExpression + "' as a source expression. Did you mean '" + directiveName + " ...; " + sourceExpression + "...' (note the semicolon)?";
String            708 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportDuplicateDirective(const String& name) const
String            710 Source/core/frame/csp/ContentSecurityPolicy.cpp     String message = "Ignoring duplicate Content-Security-Policy directive '" + name + "'.\n";
String            714 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidPluginTypes(const String& pluginType) const
String            716 Source/core/frame/csp/ContentSecurityPolicy.cpp     String message;
String            724 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidSandboxFlags(const String& invalidFlags) const
String            729 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidReflectedXSS(const String& invalidValue) const
String            734 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidDirectiveValueCharacter(const String& directiveName, const String& value) const
String            736 Source/core/frame/csp/ContentSecurityPolicy.cpp     String message = "The value for Content Security Policy directive '" + directiveName + "' contains an invalid character: '" + value + "'. Non-whitespace characters outside ASCII 0x21-0x7E must be percent-encoded, as described in RFC 3986, section 2.1: http://tools.ietf.org/html/rfc3986#section-2.1.";
String            740 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidPathCharacter(const String& directiveName, const String& value, const char invalidChar) const
String            744 Source/core/frame/csp/ContentSecurityPolicy.cpp     String ignoring = "The fragment identifier, including the '#', will be ignored.";
String            747 Source/core/frame/csp/ContentSecurityPolicy.cpp     String message = "The source list for Content Security Policy directive '" + directiveName + "' contains a source with an invalid path: '" + value + "'. " + ignoring;
String            751 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportInvalidSourceExpression(const String& directiveName, const String& source) const
String            753 Source/core/frame/csp/ContentSecurityPolicy.cpp     String message = "The source list for Content Security Policy directive '" + directiveName + "' contains an invalid source: '" + source + "'. It will be ignored.";
String            759 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportMissingReportURI(const String& policy) const
String            764 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::logToConsole(const String& message) const
String            769 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportBlockedScriptExecutionToInspector(const String& directiveText) const
String            789 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::shouldSendViolationReport(const String& report) const
String            795 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::didSendViolationReport(const String& report)
String             99 Source/core/frame/csp/ContentSecurityPolicy.h     void didReceiveHeader(const String&, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource);
String            103 Source/core/frame/csp/ContentSecurityPolicy.h     const String& deprecatedHeader() const;
String            106 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
String            107 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
String            108 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
String            109 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
String            111 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const;
String            129 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowScriptNonce(const String& nonce) const;
String            130 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowStyleNonce(const String& nonce) const;
String            131 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowScriptHash(const String& source) const;
String            132 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowStyleHash(const String& source) const;
String            146 Source/core/frame/csp/ContentSecurityPolicy.h     void reportDirectiveAsSourceExpression(const String& directiveName, const String& sourceExpression) const;
String            147 Source/core/frame/csp/ContentSecurityPolicy.h     void reportDuplicateDirective(const String&) const;
String            148 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidDirectiveValueCharacter(const String& directiveName, const String& value) const;
String            149 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidPathCharacter(const String& directiveName, const String& value, const char) const;
String            150 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidPluginTypes(const String&) const;
String            151 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidSandboxFlags(const String&) const;
String            152 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidSourceExpression(const String& directiveName, const String& source) const;
String            153 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidReflectedXSS(const String&) const;
String            154 Source/core/frame/csp/ContentSecurityPolicy.h     void reportMissingReportURI(const String&) const;
String            155 Source/core/frame/csp/ContentSecurityPolicy.h     void reportUnsupportedDirective(const String&) const;
String            156 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidInReportOnly(const String&) const;
String            157 Source/core/frame/csp/ContentSecurityPolicy.h     void reportInvalidReferrer(const String&) const;
String            158 Source/core/frame/csp/ContentSecurityPolicy.h     void reportReportOnlyInMeta(const String&) const;
String            159 Source/core/frame/csp/ContentSecurityPolicy.h     void reportMetaOutsideHead(const String&) const;
String            160 Source/core/frame/csp/ContentSecurityPolicy.h     void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<KURL>& reportURIs, const String& header);
String            162 Source/core/frame/csp/ContentSecurityPolicy.h     void reportBlockedScriptExecutionToInspector(const String& directiveText) const;
String            165 Source/core/frame/csp/ContentSecurityPolicy.h     KURL completeURL(const String&) const;
String            168 Source/core/frame/csp/ContentSecurityPolicy.h     String evalDisabledErrorMessage() const;
String            174 Source/core/frame/csp/ContentSecurityPolicy.h     static bool isDirectiveName(const String&);
String            182 Source/core/frame/csp/ContentSecurityPolicy.h     void logToConsole(const String& message) const;
String            183 Source/core/frame/csp/ContentSecurityPolicy.h     void addPolicyFromHeaderValue(const String&, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource);
String            185 Source/core/frame/csp/ContentSecurityPolicy.h     bool shouldSendViolationReport(const String&) const;
String            186 Source/core/frame/csp/ContentSecurityPolicy.h     void didSendViolationReport(const String&);
String             16 Source/core/frame/csp/MediaListDirective.cpp MediaListDirective::MediaListDirective(const String& name, const String& value, ContentSecurityPolicy* policy)
String             24 Source/core/frame/csp/MediaListDirective.cpp bool MediaListDirective::allows(const String& type)
String             35 Source/core/frame/csp/MediaListDirective.cpp         policy()->reportInvalidPluginTypes(String());
String             51 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
String             60 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
String             68 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
String             77 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
String             80 Source/core/frame/csp/MediaListDirective.cpp         m_pluginTypes.add(String(begin, position - begin));
String             20 Source/core/frame/csp/MediaListDirective.h     MediaListDirective(const String& name, const String& value, ContentSecurityPolicy*);
String             21 Source/core/frame/csp/MediaListDirective.h     bool allows(const String& type);
String             26 Source/core/frame/csp/MediaListDirective.h     HashSet<String> m_pluginTypes;
String             16 Source/core/frame/csp/SourceListDirective.cpp SourceListDirective::SourceListDirective(const String& name, const String& value, ContentSecurityPolicy* policy)
String             41 Source/core/frame/csp/SourceListDirective.cpp bool SourceListDirective::allowNonce(const String& nonce) const
String             22 Source/core/frame/csp/SourceListDirective.h     SourceListDirective(const String& name, const String& value, ContentSecurityPolicy*);
String             27 Source/core/frame/csp/SourceListDirective.h     bool allowNonce(const String& nonce) const;
String             61 Source/core/html/DOMFormData.cpp void DOMFormData::append(const String& name, const String& value)
String             67 Source/core/html/DOMFormData.cpp void DOMFormData::append(const String& name, Blob* blob, const String& filename)
String             61 Source/core/html/DOMFormData.h     void append(const String& name, const String& value);
String             62 Source/core/html/DOMFormData.h     void append(const String& name, Blob*, const String& filename = String());
String            241 Source/core/html/FormAssociatedElement.cpp String FormAssociatedElement::customValidationMessage() const
String            246 Source/core/html/FormAssociatedElement.cpp String FormAssociatedElement::validationMessage() const
String            248 Source/core/html/FormAssociatedElement.cpp     return customError() ? m_customValidationMessage : String();
String            251 Source/core/html/FormAssociatedElement.cpp void FormAssociatedElement::setCustomValidity(const String& error)
String             84 Source/core/html/FormAssociatedElement.h     virtual String validationMessage() const;
String             86 Source/core/html/FormAssociatedElement.h     virtual void setCustomValidity(const String&);
String            109 Source/core/html/FormAssociatedElement.h     String customValidationMessage() const;
String            121 Source/core/html/FormAssociatedElement.h     String m_customValidationMessage;
String             35 Source/core/html/FormDataList.cpp void FormDataList::appendString(const String& string)
String             46 Source/core/html/FormDataList.cpp void FormDataList::appendBlob(PassRefPtrWillBeRawPtr<Blob> blob, const String& filename)
String             84 Source/core/html/FormDataList.cpp                 String name;
String            105 Source/core/html/FormDataList.cpp                 String contentType;
String             40 Source/core/html/FormDataList.h         Item(PassRefPtrWillBeRawPtr<Blob> blob, const String& filename) : m_blob(blob), m_filename(filename) { }
String             44 Source/core/html/FormDataList.h         const String& filename() const { return m_filename; }
String             51 Source/core/html/FormDataList.h         String m_filename;
String             56 Source/core/html/FormDataList.h     void appendData(const String& key, const String& value)
String             61 Source/core/html/FormDataList.h     void appendData(const String& key, const CString& value)
String             66 Source/core/html/FormDataList.h     void appendData(const String& key, int value)
String             69 Source/core/html/FormDataList.h         appendString(String::number(value));
String             71 Source/core/html/FormDataList.h     void appendBlob(const String& key, PassRefPtrWillBeRawPtr<Blob> blob, const String& filename = String())
String             89 Source/core/html/FormDataList.h     void appendString(const String&);
String             90 Source/core/html/FormDataList.h     void appendBlob(PassRefPtrWillBeRawPtr<Blob>, const String& filename);
String            275 Source/core/html/HTMLAnchorElement.cpp             String parsedURL = stripLeadingAndTrailingHTMLSpaces(value);
String            347 Source/core/html/HTMLAnchorElement.cpp String HTMLAnchorElement::input() const
String            352 Source/core/html/HTMLAnchorElement.cpp void HTMLAnchorElement::setInput(const String& value)
String            388 Source/core/html/HTMLAnchorElement.cpp String HTMLAnchorElement::text()
String            433 Source/core/html/HTMLAnchorElement.cpp             String referrer = SecurityPolicy::generateReferrerHeader(document().referrerPolicy(), completedURL, document().outgoingReferrer());
String             72 Source/core/html/HTMLAnchorElement.h     virtual String input() const OVERRIDE FINAL;
String             73 Source/core/html/HTMLAnchorElement.h     virtual void setInput(const String&) OVERRIDE FINAL;
String             75 Source/core/html/HTMLAnchorElement.h     String text();
String            125 Source/core/html/HTMLAppletElement.cpp     Vector<String> paramNames;
String            126 Source/core/html/HTMLAppletElement.cpp     Vector<String> paramValues;
String            213 Source/core/html/HTMLAppletElement.cpp     DEFINE_STATIC_LOCAL(String, appletMimeType, ("application/x-java-applet"));
String             69 Source/core/html/HTMLBodyElement.cpp         String url = stripLeadingAndTrailingHTMLSpaces(value);
String            148 Source/core/html/HTMLCanvasElement.cpp CanvasRenderingContext* HTMLCanvasElement::getContext(const String& type, CanvasContextAttributes* attrs)
String            369 Source/core/html/HTMLCanvasElement.cpp String HTMLCanvasElement::toEncodingMimeType(const String& mimeType)
String            371 Source/core/html/HTMLCanvasElement.cpp     String lowercaseMimeType = mimeType.lower();
String            380 Source/core/html/HTMLCanvasElement.cpp String HTMLCanvasElement::toDataURL(const String& mimeType, const double* quality, ExceptionState& exceptionState)
String            384 Source/core/html/HTMLCanvasElement.cpp         return String();
String            388 Source/core/html/HTMLCanvasElement.cpp         return String("data:,");
String            390 Source/core/html/HTMLCanvasElement.cpp     String encodingMimeType = toEncodingMimeType(mimeType);
String             96 Source/core/html/HTMLCanvasElement.h     CanvasRenderingContext* getContext(const String&, CanvasContextAttributes* attributes = 0);
String             98 Source/core/html/HTMLCanvasElement.h     static String toEncodingMimeType(const String& mimeType);
String             99 Source/core/html/HTMLCanvasElement.h     String toDataURL(const String& mimeType, const double* quality, ExceptionState&);
String            100 Source/core/html/HTMLCanvasElement.h     String toDataURL(const String& mimeType, ExceptionState& exceptionState) { return toDataURL(mimeType, 0, exceptionState); }
String            406 Source/core/html/HTMLCollection.cpp void HTMLCollection::supportedPropertyNames(Vector<String>& names)
String            435 Source/core/html/HTMLCollection.cpp void HTMLCollection::namedPropertyEnumerator(Vector<String>& names, ExceptionState&)
String             52 Source/core/html/HTMLCollection.h     void namedPropertyEnumerator(Vector<String>& names, ExceptionState&);
String             92 Source/core/html/HTMLCollection.h     virtual void supportedPropertyNames(Vector<String>& names);
String            106 Source/core/html/HTMLDialogElement.cpp void HTMLDialogElement::close(const String& returnValue, ExceptionState& exceptionState)
String            115 Source/core/html/HTMLDialogElement.cpp void HTMLDialogElement::closeDialog(const String& returnValue)
String             42 Source/core/html/HTMLDialogElement.h     void close(const String& returnValue, ExceptionState&);
String             43 Source/core/html/HTMLDialogElement.h     void closeDialog(const String& returnValue = String());
String             61 Source/core/html/HTMLDialogElement.h     String returnValue() const { return m_returnValue; }
String             62 Source/core/html/HTMLDialogElement.h     void setReturnValue(const String& returnValue) { m_returnValue = returnValue; }
String             74 Source/core/html/HTMLDialogElement.h     String m_returnValue;
String             94 Source/core/html/HTMLDimension.cpp static HTMLDimension parseDimension(const String& rawToken, size_t lastParsedIndex, size_t endOfCurrentToken)
String            103 Source/core/html/HTMLDimension.cpp Vector<HTMLDimension> parseListOfDimensions(const String& input)
String            108 Source/core/html/HTMLDimension.cpp     String trimmedString = input;
String             78 Source/core/html/HTMLDimension.h Vector<HTMLDimension> parseListOfDimensions(const String&);
String             53 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String(""));
String             59 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String(" \t"));
String             66 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String(" \t%"));
String             73 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("\t *"));
String             80 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10"));
String             88 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("50  %"));
String             96 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("25*"));
String            104 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10.054"));
String            112 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("\t \t 10"));
String            120 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String(" \r25*"));
String            128 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("\n 25%"));
String            136 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10.054%"));
String            144 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10.054*"));
String            152 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("1\n0 .025%"));
String            160 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("1\n0 .025%"));
String            168 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("1\n0 .025*"));
String            176 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10.  0 25%"));
String            184 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10.05\r25%"));
String            192 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10,"));
String            200 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10*,25 %"));
String            209 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("10   *   ,\t25 , 10.05\n5%"));
String            219 Source/core/html/HTMLDimensionTest.cpp     Vector<HTMLDimension> result = parseListOfDimensions(String("2*,,8.%"));
String             97 Source/core/html/HTMLDocument.cpp String HTMLDocument::designMode() const
String            102 Source/core/html/HTMLDocument.cpp void HTMLDocument::setDesignMode(const String& value)
String            303 Source/core/html/HTMLDocument.cpp void HTMLDocument::write(DOMWindow* callingWindow, const Vector<String>& text)
String            312 Source/core/html/HTMLDocument.cpp void HTMLDocument::writeln(DOMWindow* callingWindow, const Vector<String>& text)
String             47 Source/core/html/HTMLDocument.h     String designMode() const;
String             48 Source/core/html/HTMLDocument.h     void setDesignMode(const String&);
String             76 Source/core/html/HTMLDocument.h     void write(DOMWindow*, const Vector<String>& text);
String             77 Source/core/html/HTMLDocument.h     void writeln(DOMWindow*, const Vector<String>& text);
String             71 Source/core/html/HTMLElement.cpp String HTMLElement::nodeName() const
String            327 Source/core/html/HTMLElement.cpp PassRefPtr<DocumentFragment> HTMLElement::textToFragment(const String& text, ExceptionState& exceptionState)
String            360 Source/core/html/HTMLElement.cpp void HTMLElement::setInnerText(const String& text, ExceptionState& exceptionState)
String            394 Source/core/html/HTMLElement.cpp         String textWithConsistentLineBreaks = text;
String            407 Source/core/html/HTMLElement.cpp void HTMLElement::setOuterText(const String &text, ExceptionState& exceptionState)
String            521 Source/core/html/HTMLElement.cpp String HTMLElement::contentEditable() const
String            537 Source/core/html/HTMLElement.cpp void HTMLElement::setContentEditable(const String& enabled, ExceptionState& exceptionState)
String            582 Source/core/html/HTMLElement.cpp String HTMLElement::title() const
String            799 Source/core/html/HTMLElement.cpp void HTMLElement::addHTMLLengthToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value)
String            833 Source/core/html/HTMLElement.cpp static RGBA32 parseColorStringWithCrazyLegacyRules(const String& colorString)
String            890 Source/core/html/HTMLElement.cpp void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue)
String            896 Source/core/html/HTMLElement.cpp     String colorString = attributeValue.stripWhiteSpace();
String             45 Source/core/html/HTMLElement.h     virtual String title() const OVERRIDE FINAL;
String             50 Source/core/html/HTMLElement.h     void setInnerText(const String&, ExceptionState&);
String             51 Source/core/html/HTMLElement.h     void setOuterText(const String&, ExceptionState&);
String             56 Source/core/html/HTMLElement.h     String contentEditable() const;
String             57 Source/core/html/HTMLElement.h     void setContentEditable(const String&, ExceptionState&);
String             94 Source/core/html/HTMLElement.h     void addHTMLLengthToStyle(MutableStylePropertySet*, CSSPropertyID, const String& value);
String             95 Source/core/html/HTMLElement.h     void addHTMLColorToStyle(MutableStylePropertySet*, CSSPropertyID, const String& color);
String            109 Source/core/html/HTMLElement.h     virtual String nodeName() const OVERRIDE FINAL;
String            113 Source/core/html/HTMLElement.h     PassRefPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
String            113 Source/core/html/HTMLEmbedElement.cpp void HTMLEmbedElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues)
String            143 Source/core/html/HTMLEmbedElement.cpp     Vector<String> paramNames;
String            144 Source/core/html/HTMLEmbedElement.cpp     Vector<String> paramValues;
String             53 Source/core/html/HTMLEmbedElement.h     void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues);
String            134 Source/core/html/HTMLFontElement.cpp static bool parseFontSize(const String& input, int& size)
String            145 Source/core/html/HTMLFontElement.cpp bool HTMLFontElement::cssValueFromFontSizeNumber(const String& s, CSSValueID& size)
String             35 Source/core/html/HTMLFontElement.h     static bool cssValueFromFontSizeNumber(const String&, CSSValueID&);
String             70 Source/core/html/HTMLFormControlElement.cpp String HTMLFormControlElement::formEnctype() const
String             83 Source/core/html/HTMLFormControlElement.cpp String HTMLFormControlElement::formMethod() const
String            298 Source/core/html/HTMLFormControlElement.cpp String HTMLFormControlElement::resultForDialogSubmit()
String            404 Source/core/html/HTMLFormControlElement.cpp     String message;
String            458 Source/core/html/HTMLFormControlElement.cpp void HTMLFormControlElement::setCustomValidity(const String& error)
String            487 Source/core/html/HTMLFormControlElement.cpp String HTMLFormControlElement::nameForAutofill() const
String            489 Source/core/html/HTMLFormControlElement.cpp     String fullName = name();
String            490 Source/core/html/HTMLFormControlElement.cpp     String trimmedName = fullName.stripWhiteSpace();
String             46 Source/core/html/HTMLFormControlElement.h     String formEnctype() const;
String             48 Source/core/html/HTMLFormControlElement.h     String formMethod() const;
String             83 Source/core/html/HTMLFormControlElement.h     virtual String resultForDialogSubmit();
String             98 Source/core/html/HTMLFormControlElement.h     virtual void setCustomValidity(const String&) OVERRIDE FINAL;
String            110 Source/core/html/HTMLFormControlElement.h     String nameForAutofill() const;
String            113 Source/core/html/HTMLFormControlsCollection.cpp     const Vector<HTMLImageElement*>* imageElementsArray, const QualifiedName& attrName, const String& name)
String            210 Source/core/html/HTMLFormControlsCollection.cpp void HTMLFormControlsCollection::supportedPropertyNames(Vector<String>& names)
String             53 Source/core/html/HTMLFormControlsCollection.h     virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
String            275 Source/core/html/HTMLFormElement.cpp             String message("An invalid form control with name='%name' is not focusable.");
String            592 Source/core/html/HTMLFormElement.cpp String HTMLFormElement::name() const
String            615 Source/core/html/HTMLFormElement.cpp String HTMLFormElement::method() const
String             58 Source/core/html/HTMLFormElement.h     String enctype() const { return m_attributes.encodingType(); }
String             61 Source/core/html/HTMLFormElement.h     String encoding() const { return m_attributes.encodingType(); }
String             82 Source/core/html/HTMLFormElement.h     String name() const;
String             88 Source/core/html/HTMLFormElement.h     String method() const;
String            169 Source/core/html/HTMLFrameElementBase.cpp void HTMLFrameElementBase::setLocation(const String& str)
String             64 Source/core/html/HTMLFrameElementBase.h     void setLocation(const String&);
String            232 Source/core/html/HTMLFrameOwnerElement.cpp     String referrer = SecurityPolicy::generateReferrerHeader(document().referrerPolicy(), url, document().outgoingReferrer());
String             85 Source/core/html/HTMLIFrameElement.cpp         String invalidTokens;
String            352 Source/core/html/HTMLImageElement.cpp void HTMLImageElement::setSrc(const String& value)
String             67 Source/core/html/HTMLImageElement.h     void setSrc(const String&);
String             55 Source/core/html/HTMLImageLoader.cpp String HTMLImageLoader::sourceURI(const AtomicString& attr) const
String             36 Source/core/html/HTMLImageLoader.h     virtual String sourceURI(const AtomicString&) const OVERRIDE;
String            195 Source/core/html/HTMLInputElement.cpp bool HTMLInputElement::isValidValue(const String& value) const
String            235 Source/core/html/HTMLInputElement.cpp bool HTMLInputElement::tooLong(const String& value, NeedsToCheckDirtyFlag check) const
String            263 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::validationMessage() const
String            266 Source/core/html/HTMLInputElement.cpp         return String();
String            446 Source/core/html/HTMLInputElement.cpp         m_valueIfDirty = String();
String            533 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::selectionDirectionForBinding(ExceptionState& exceptionState) const
String            537 Source/core/html/HTMLInputElement.cpp         return String();
String            560 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSelectionDirectionForBinding(const String& direction, ExceptionState& exceptionState)
String            578 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSelectionRangeForBinding(int start, int end, const String& direction, ExceptionState& exceptionState)
String            792 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::altText() const
String            797 Source/core/html/HTMLInputElement.cpp     String alt = fastGetAttribute(altAttr);
String            828 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::resultForDialogSubmit()
String            836 Source/core/html/HTMLInputElement.cpp         setValue(String());
String            885 Source/core/html/HTMLInputElement.cpp         setTextAsOfLastFormControlChangeEvent(String());
String            932 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::value() const
String            934 Source/core/html/HTMLInputElement.cpp     String value;
String            950 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::valueWithDefault() const
String            952 Source/core/html/HTMLInputElement.cpp     String value = this->value();
String            959 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setValueForUser(const String& value)
String            965 Source/core/html/HTMLInputElement.cpp const String& HTMLInputElement::suggestedValue() const
String            970 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSuggestedValue(const String& value)
String            980 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setEditingValue(const String& value)
String            996 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setValue(const String& value, ExceptionState& exceptionState, TextFieldEventBehavior eventBehavior)
String           1005 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setValue(const String& value, TextFieldEventBehavior eventBehavior)
String           1012 Source/core/html/HTMLInputElement.cpp     String sanitizedValue = sanitizeValue(value);
String           1017 Source/core/html/HTMLInputElement.cpp     m_suggestedValue = String(); // Prevent TextFieldInputType::setValue from using the suggested value.
String           1030 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setValueInternal(const String& sanitizedValue, TextFieldEventBehavior eventBehavior)
String           1067 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setValueFromRenderer(const String& value)
String           1072 Source/core/html/HTMLInputElement.cpp     m_suggestedValue = String();
String           1238 Source/core/html/HTMLInputElement.cpp static bool isValidMIMEType(const String& type)
String           1250 Source/core/html/HTMLInputElement.cpp static bool isValidFileExtension(const String& type)
String           1257 Source/core/html/HTMLInputElement.cpp static Vector<String> parseAcceptAttribute(const String& acceptString, bool (*predicate)(const String&))
String           1259 Source/core/html/HTMLInputElement.cpp     Vector<String> types;
String           1263 Source/core/html/HTMLInputElement.cpp     Vector<String> splitTypes;
String           1266 Source/core/html/HTMLInputElement.cpp         String trimmedType = stripLeadingAndTrailingHTMLSpaces(splitTypes[i]);
String           1277 Source/core/html/HTMLInputElement.cpp Vector<String> HTMLInputElement::acceptMIMETypes()
String           1282 Source/core/html/HTMLInputElement.cpp Vector<String> HTMLInputElement::acceptFileExtensions()
String           1300 Source/core/html/HTMLInputElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(maxLength) + ") is negative.");
String           1343 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::droppedFileSystemId()
String           1362 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::sanitizeValue(const String& proposedValue) const
String           1369 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::localizeValue(const String& proposedValue) const
String           1686 Source/core/html/HTMLInputElement.cpp     String newValue = sanitizeValue(m_valueIfDirty);
String           1692 Source/core/html/HTMLInputElement.cpp String HTMLInputElement::defaultToolTip() const
String           1795 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setRangeText(const String& replacement, ExceptionState& exceptionState)
String           1805 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
String           1854 Source/core/html/HTMLInputElement.cpp             suggestion.label = option->value() == option->label() ? String() : option->label();
String             65 Source/core/html/HTMLInputElement.h     virtual String validationMessage() const OVERRIDE FINAL;
String            136 Source/core/html/HTMLInputElement.h     virtual String value() const OVERRIDE;
String            137 Source/core/html/HTMLInputElement.h     void setValue(const String&, ExceptionState&, TextFieldEventBehavior = DispatchNoEvent);
String            138 Source/core/html/HTMLInputElement.h     void setValue(const String&, TextFieldEventBehavior = DispatchNoEvent);
String            139 Source/core/html/HTMLInputElement.h     void setValueForUser(const String&);
String            142 Source/core/html/HTMLInputElement.h     bool isValidValue(const String&) const;
String            145 Source/core/html/HTMLInputElement.h     String sanitizeValue(const String&) const;
String            147 Source/core/html/HTMLInputElement.h     String localizeValue(const String&) const;
String            149 Source/core/html/HTMLInputElement.h     const String& suggestedValue() const;
String            150 Source/core/html/HTMLInputElement.h     void setSuggestedValue(const String&);
String            152 Source/core/html/HTMLInputElement.h     void setEditingValue(const String&);
String            160 Source/core/html/HTMLInputElement.h     String valueWithDefault() const;
String            162 Source/core/html/HTMLInputElement.h     void setValueFromRenderer(const String&);
String            166 Source/core/html/HTMLInputElement.h     String selectionDirectionForBinding(ExceptionState&) const;
String            169 Source/core/html/HTMLInputElement.h     void setSelectionDirectionForBinding(const String&, ExceptionState&);
String            171 Source/core/html/HTMLInputElement.h     void setSelectionRangeForBinding(int start, int end, const String& direction, ExceptionState&);
String            184 Source/core/html/HTMLInputElement.h     String altText() const;
String            191 Source/core/html/HTMLInputElement.h     Vector<String> acceptMIMETypes();
String            192 Source/core/html/HTMLInputElement.h     Vector<String> acceptFileExtensions();
String            211 Source/core/html/HTMLInputElement.h     String droppedFileSystemId();
String            233 Source/core/html/HTMLInputElement.h     void setValueInternal(const String&, TextFieldEventBehavior);
String            242 Source/core/html/HTMLInputElement.h     String defaultToolTip() const;
String            267 Source/core/html/HTMLInputElement.h     virtual void setRangeText(const String& replacement, ExceptionState&) OVERRIDE FINAL;
String            268 Source/core/html/HTMLInputElement.h     virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&) OVERRIDE FINAL;
String            330 Source/core/html/HTMLInputElement.h     virtual String resultForDialogSubmit() OVERRIDE FINAL;
String            347 Source/core/html/HTMLInputElement.h     bool tooLong(const String&, NeedsToCheckDirtyFlag) const;
String            378 Source/core/html/HTMLInputElement.h     String m_valueIfDirty;
String            379 Source/core/html/HTMLInputElement.h     String m_suggestedValue;
String             56 Source/core/html/HTMLKeygenElement.cpp     Vector<String> keys;
String             86 Source/core/html/HTMLKeygenElement.cpp     String value = signedPublicKeyAndChallengeString(shadowSelect()->selectedIndex(), fastGetAttribute(challengeAttr), document().baseURL());
String            193 Source/core/html/HTMLLinkElement.cpp bool HTMLLinkElement::loadLink(const String& type, const KURL& url)
String            454 Source/core/html/HTMLLinkElement.cpp void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet)
String            620 Source/core/html/HTMLLinkElement.cpp     String type = m_owner->typeValue().lower();
String            686 Source/core/html/HTMLLinkElement.cpp void LinkStyle::setSheetTitle(const String& title)
String             76 Source/core/html/HTMLLinkElement.h     void setSheetTitle(const String&);
String             88 Source/core/html/HTMLLinkElement.h     virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*) OVERRIDE;
String            128 Source/core/html/HTMLLinkElement.h     String media() const { return m_media; }
String            129 Source/core/html/HTMLLinkElement.h     String typeValue() const { return m_type; }
String            161 Source/core/html/HTMLLinkElement.h     bool loadLink(const String& type, const KURL&);
String            205 Source/core/html/HTMLLinkElement.h     String m_type;
String            206 Source/core/html/HTMLLinkElement.h     String m_media;
String             82 Source/core/html/HTMLMapElement.cpp         String useMapName = imageElement.getAttribute(usemapAttr).string().substring(1);
String            104 Source/core/html/HTMLMapElement.cpp         String mapName = value;
String            139 Source/core/html/HTMLMarqueeElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollAmount) + ") is negative.");
String            154 Source/core/html/HTMLMarqueeElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollDelay) + ") is negative.");
String            169 Source/core/html/HTMLMarqueeElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(loop) + ") is neither positive nor -1.");
String             92 Source/core/html/HTMLMediaElement.cpp static String urlForLoggingMedia(const KURL& url)
String            166 Source/core/html/HTMLMediaElement.cpp static bool canLoadURL(const KURL& url, const ContentType& contentType, const String& keySystem)
String            168 Source/core/html/HTMLMediaElement.cpp     DEFINE_STATIC_LOCAL(const String, codecs, ("codecs"));
String            170 Source/core/html/HTMLMediaElement.cpp     String contentMIMEType = contentType.type().lower();
String            171 Source/core/html/HTMLMediaElement.cpp     String contentTypeCodecs = contentType.parameter(codecs);
String            194 Source/core/html/HTMLMediaElement.cpp WebMimeRegistry::SupportsType HTMLMediaElement::supportsType(const ContentType& contentType, const String& keySystem)
String            196 Source/core/html/HTMLMediaElement.cpp     DEFINE_STATIC_LOCAL(const String, codecs, ("codecs"));
String            201 Source/core/html/HTMLMediaElement.cpp     String type = contentType.type().lower();
String            204 Source/core/html/HTMLMediaElement.cpp     String typeCodecs = contentType.parameter(codecs);
String            205 Source/core/html/HTMLMediaElement.cpp     String system = keySystem.lower();
String            226 Source/core/html/HTMLMediaElement.cpp bool HTMLMediaElement::isMediaStreamURL(const String& url)
String            554 Source/core/html/HTMLMediaElement.cpp String HTMLMediaElement::canPlayType(const String& mimeType, const String& keySystem) const
String            560 Source/core/html/HTMLMediaElement.cpp     String canPlay;
String            771 Source/core/html/HTMLMediaElement.cpp         ContentType contentType((String()));
String            772 Source/core/html/HTMLMediaElement.cpp         loadResource(mediaURL, contentType, String());
String            783 Source/core/html/HTMLMediaElement.cpp     ContentType contentType((String()));
String            784 Source/core/html/HTMLMediaElement.cpp     String keySystem;
String            798 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::loadResource(const KURL& url, ContentType& contentType, const String& keySystem)
String           1967 Source/core/html/HTMLMediaElement.cpp String HTMLMediaElement::preload() const
String           1982 Source/core/html/HTMLMediaElement.cpp     return String();
String           2506 Source/core/html/HTMLMediaElement.cpp         String kind = textTrack->kind();
String           2568 Source/core/html/HTMLMediaElement.cpp KURL HTMLMediaElement::selectNextSourceChild(ContentType* contentType, String* keySystem, InvalidURLAction actionIfInvalid)
String           2588 Source/core/html/HTMLMediaElement.cpp     String type;
String           2589 Source/core/html/HTMLMediaElement.cpp     String system;
String           3392 Source/core/html/HTMLMediaElement.cpp         String kind = textTrack->kind();
String             76 Source/core/html/HTMLMediaElement.h     static blink::WebMimeRegistry::SupportsType supportsType(const ContentType&, const String& keySystem = String());
String             79 Source/core/html/HTMLMediaElement.h     static bool isMediaStreamURL(const String& url);
String            112 Source/core/html/HTMLMediaElement.h     String preload() const;
String            117 Source/core/html/HTMLMediaElement.h     String canPlayType(const String& mimeType, const String& keySystem = String()) const;
String            352 Source/core/html/HTMLMediaElement.h     void loadResource(const KURL&, ContentType&, const String& keySystem);
String            368 Source/core/html/HTMLMediaElement.h     KURL selectNextSourceChild(ContentType*, String* keySystem, InvalidURLAction);
String            532 Source/core/html/HTMLMediaElement.h     static String string(const double value)
String            534 Source/core/html/HTMLMediaElement.h         return String::number(value);
String            540 Source/core/html/HTMLMediaElement.h     static String string(TextTrackCue* const& cue)
String             49 Source/core/html/HTMLMediaSource.h     static HTMLMediaSource* lookup(const String& url) { return s_registry ? static_cast<HTMLMediaSource*>(s_registry->lookup(url)) : 0; }
String             70 Source/core/html/HTMLMetaElement-in.cpp void HTMLMetaElement::parseContentAttribute(const String& content, KeyValuePairCallback callback, void* data)
String             80 Source/core/html/HTMLMetaElement-in.cpp     String buffer = content.lower();
String            122 Source/core/html/HTMLMetaElement-in.cpp         String keyString = buffer.substring(keyBegin, keyEnd - keyBegin);
String            123 Source/core/html/HTMLMetaElement-in.cpp         String valueString = buffer.substring(valueBegin, valueEnd - valueBegin);
String            127 Source/core/html/HTMLMetaElement-in.cpp         String message = "Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.";
String            148 Source/core/html/HTMLMetaElement-in.cpp float HTMLMetaElement::parsePositiveNumber(const String& keyString, const String& valueString, bool* ok)
String            169 Source/core/html/HTMLMetaElement-in.cpp Length HTMLMetaElement::parseViewportValueAsLength(const String& keyString, const String& valueString)
String            195 Source/core/html/HTMLMetaElement-in.cpp float HTMLMetaElement::parseViewportValueAsZoom(const String& keyString, const String& valueString)
String            226 Source/core/html/HTMLMetaElement-in.cpp         reportViewportWarning(MaximumScaleTooLargeError, String(), String());
String            234 Source/core/html/HTMLMetaElement-in.cpp float HTMLMetaElement::parseViewportValueAsUserZoom(const String& keyString, const String& valueString)
String            264 Source/core/html/HTMLMetaElement-in.cpp float HTMLMetaElement::parseViewportValueAsDPI(const String& keyString, const String& valueString)
String            291 Source/core/html/HTMLMetaElement-in.cpp void HTMLMetaElement::processViewportKeyValuePair(const String& keyString, const String& valueString, void* data)
String            333 Source/core/html/HTMLMetaElement-in.cpp             reportViewportWarning(TargetDensityDpiUnsupported, String(), String());
String            341 Source/core/html/HTMLMetaElement-in.cpp     reportViewportWarning(UnrecognizedViewportArgumentKeyError, keyString, String());
String            372 Source/core/html/HTMLMetaElement-in.cpp void HTMLMetaElement::reportViewportWarning(ViewportErrorCode errorCode, const String& replacement1, const String& replacement2)
String            377 Source/core/html/HTMLMetaElement-in.cpp     String message = viewportErrorMessageTemplate(errorCode);
String            387 Source/core/html/HTMLMetaElement-in.cpp void HTMLMetaElement::processViewportContentAttribute(const String& content, ViewportDescription::Type origin)
String             49 Source/core/html/HTMLMetaElement.h     typedef void (HTMLMetaElement::*KeyValuePairCallback)(const String& key, const String& value, void* data);
String             50 Source/core/html/HTMLMetaElement.h     void processViewportKeyValuePair(const String& key, const String& value, void* data);
String             51 Source/core/html/HTMLMetaElement.h     void parseContentAttribute(const String& content, KeyValuePairCallback, void* data);
String             57 Source/core/html/HTMLMetaElement.h     float parsePositiveNumber(const String& key, const String& value, bool* ok = 0);
String             59 Source/core/html/HTMLMetaElement.h     Length parseViewportValueAsLength(const String& key, const String& value);
String             60 Source/core/html/HTMLMetaElement.h     float parseViewportValueAsZoom(const String& key, const String& value);
String             61 Source/core/html/HTMLMetaElement.h     float parseViewportValueAsUserZoom(const String& key, const String& value);
String             62 Source/core/html/HTMLMetaElement.h     float parseViewportValueAsDPI(const String& key, const String& value);
String             64 Source/core/html/HTMLMetaElement.h     void reportViewportWarning(ViewportErrorCode, const String& replacement1, const String& replacement2);
String             67 Source/core/html/HTMLMetaElement.h     void processViewportContentAttribute(const String& content, ViewportDescription::Type origin);
String            123 Source/core/html/HTMLObjectElement.cpp static void mapDataParamToSrc(Vector<String>* paramNames, Vector<String>* paramValues)
String            142 Source/core/html/HTMLObjectElement.cpp void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType)
String            145 Source/core/html/HTMLObjectElement.cpp     String urlParameter;
String            150 Source/core/html/HTMLObjectElement.cpp         String name = p->name();
String            175 Source/core/html/HTMLObjectElement.cpp     String codebase;
String            307 Source/core/html/HTMLObjectElement.cpp     String url = this->url();
String            308 Source/core/html/HTMLObjectElement.cpp     String serviceType = m_serviceType;
String            311 Source/core/html/HTMLObjectElement.cpp     Vector<String> paramNames;
String            312 Source/core/html/HTMLObjectElement.cpp     Vector<String> paramValues;
String            471 Source/core/html/HTMLObjectElement.cpp     String value;
String             38 Source/core/html/HTMLObjectElement.h     const String& classId() const { return m_classId; }
String             57 Source/core/html/HTMLObjectElement.h     virtual String validationMessage() const OVERRIDE { return String(); }
String             59 Source/core/html/HTMLObjectElement.h     virtual void setCustomValidity(const String&) OVERRIDE { }
String             99 Source/core/html/HTMLObjectElement.h     void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType);
String            112 Source/core/html/HTMLObjectElement.h     String m_classId;
String            113 Source/core/html/HTMLOptGroupElement.cpp String HTMLOptGroupElement::groupLabelText() const
String            115 Source/core/html/HTMLOptGroupElement.cpp     String itemText = getAttribute(labelAttr);
String             40 Source/core/html/HTMLOptGroupElement.h     String groupLabelText() const;
String             62 Source/core/html/HTMLOptionElement.cpp PassRefPtr<HTMLOptionElement> HTMLOptionElement::createForJSConstructor(Document& document, const String& data, const AtomicString& value,
String            107 Source/core/html/HTMLOptionElement.cpp String HTMLOptionElement::text() const
String            110 Source/core/html/HTMLOptionElement.cpp     String text;
String            125 Source/core/html/HTMLOptionElement.cpp void HTMLOptionElement::setText(const String &text, ExceptionState& exceptionState)
String            198 Source/core/html/HTMLOptionElement.cpp String HTMLOptionElement::value() const
String            270 Source/core/html/HTMLOptionElement.cpp String HTMLOptionElement::label() const
String            311 Source/core/html/HTMLOptionElement.cpp String HTMLOptionElement::textIndentedToRespectGroupLabel() const
String            344 Source/core/html/HTMLOptionElement.cpp String HTMLOptionElement::collectOptionInnerText() const
String             39 Source/core/html/HTMLOptionElement.h     static PassRefPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,
String             42 Source/core/html/HTMLOptionElement.h     String text() const;
String             43 Source/core/html/HTMLOptionElement.h     void setText(const String&, ExceptionState&);
String             47 Source/core/html/HTMLOptionElement.h     String value() const;
String             56 Source/core/html/HTMLOptionElement.h     String label() const;
String             63 Source/core/html/HTMLOptionElement.h     String textIndentedToRespectGroupLabel() const;
String             90 Source/core/html/HTMLOptionElement.h     String collectOptionInnerText() const;
String             41 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::supportedPropertyNames(Vector<String>& names)
String             87 Source/core/html/HTMLOptionsCollection.cpp         exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
String             54 Source/core/html/HTMLOptionsCollection.h     virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
String            101 Source/core/html/HTMLOutputElement.cpp String HTMLOutputElement::value() const
String            106 Source/core/html/HTMLOutputElement.cpp void HTMLOutputElement::setValue(const String& value)
String            115 Source/core/html/HTMLOutputElement.cpp String HTMLOutputElement::defaultValue() const
String            120 Source/core/html/HTMLOutputElement.cpp void HTMLOutputElement::setDefaultValue(const String& value)
String             45 Source/core/html/HTMLOutputElement.h     String value() const;
String             46 Source/core/html/HTMLOutputElement.h     void setValue(const String&);
String             47 Source/core/html/HTMLOutputElement.h     String defaultValue() const;
String             48 Source/core/html/HTMLOutputElement.h     void setDefaultValue(const String&);
String             66 Source/core/html/HTMLOutputElement.h     String m_defaultValue;
String             57 Source/core/html/HTMLParamElement.cpp bool HTMLParamElement::isURLParameter(const String& name)
String             37 Source/core/html/HTMLParamElement.h     static bool isURLParameter(const String&);
String            165 Source/core/html/HTMLPlugInElement.cpp     Vector<String> paramNames;
String            166 Source/core/html/HTMLPlugInElement.cpp     Vector<String> paramValues;
String            391 Source/core/html/HTMLPlugInElement.cpp const String HTMLPlugInElement::loadedMimeType() const
String            393 Source/core/html/HTMLPlugInElement.cpp     String mimeType = m_serviceType;
String            410 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::allowedToLoadFrameURL(const String& url)
String            421 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::wouldLoadAsNetscapePlugin(const String& url, const String& serviceType)
String            430 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::requestObject(const String& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues)
String            457 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::loadPlugin(const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback, bool requireRenderer)
String            497 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::shouldUsePlugin(const KURL& url, const String& mimeType, bool hasFallback, bool& useFallback)
String            504 Source/core/html/HTMLPlugInElement.cpp         String pluginName = pluginData ? pluginData->pluginNameForMimeType(mimeType) : String();
String            525 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::pluginIsLoadable(const KURL& url, const String& mimeType)
String             52 Source/core/html/HTMLPlugInElement.h     const String& url() const { return m_url; }
String             80 Source/core/html/HTMLPlugInElement.h     bool allowedToLoadFrameURL(const String& url);
String             81 Source/core/html/HTMLPlugInElement.h     bool requestObject(const String& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues);
String             82 Source/core/html/HTMLPlugInElement.h     bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
String             86 Source/core/html/HTMLPlugInElement.h     String m_serviceType;
String             87 Source/core/html/HTMLPlugInElement.h     String m_url;
String            129 Source/core/html/HTMLPlugInElement.h     const String loadedMimeType() const;
String            130 Source/core/html/HTMLPlugInElement.h     bool loadPlugin(const KURL&, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback, bool requireRenderer);
String            131 Source/core/html/HTMLPlugInElement.h     bool pluginIsLoadable(const KURL&, const String& mimeType);
String            132 Source/core/html/HTMLPlugInElement.h     bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
String             93 Source/core/html/HTMLScriptElement.cpp void HTMLScriptElement::setText(const String &value)
String            122 Source/core/html/HTMLScriptElement.cpp String HTMLScriptElement::sourceAttributeValue() const
String            127 Source/core/html/HTMLScriptElement.cpp String HTMLScriptElement::charsetAttributeValue() const
String            132 Source/core/html/HTMLScriptElement.cpp String HTMLScriptElement::typeAttributeValue() const
String            137 Source/core/html/HTMLScriptElement.cpp String HTMLScriptElement::languageAttributeValue() const
String            142 Source/core/html/HTMLScriptElement.cpp String HTMLScriptElement::forAttributeValue() const
String            147 Source/core/html/HTMLScriptElement.cpp String HTMLScriptElement::eventAttributeValue() const
String             38 Source/core/html/HTMLScriptElement.h     String text() { return textFromChildren(); }
String             39 Source/core/html/HTMLScriptElement.h     void setText(const String&);
String             60 Source/core/html/HTMLScriptElement.h     virtual String sourceAttributeValue() const OVERRIDE;
String             61 Source/core/html/HTMLScriptElement.h     virtual String charsetAttributeValue() const OVERRIDE;
String             62 Source/core/html/HTMLScriptElement.h     virtual String typeAttributeValue() const OVERRIDE;
String             63 Source/core/html/HTMLScriptElement.h     virtual String languageAttributeValue() const OVERRIDE;
String             64 Source/core/html/HTMLScriptElement.h     virtual String forAttributeValue() const OVERRIDE;
String             65 Source/core/html/HTMLScriptElement.h     virtual String eventAttributeValue() const OVERRIDE;
String            143 Source/core/html/HTMLSelectElement.cpp String HTMLSelectElement::validationMessage() const
String            146 Source/core/html/HTMLSelectElement.cpp         return String();
String            151 Source/core/html/HTMLSelectElement.cpp     return String();
String            229 Source/core/html/HTMLSelectElement.cpp String HTMLSelectElement::value() const
String            239 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::setValue(const String &value, bool sendEvents)
String            270 Source/core/html/HTMLSelectElement.cpp String HTMLSelectElement::suggestedValue() const
String            282 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::setSuggestedValue(const String& value)
String           1001 Source/core/html/HTMLSelectElement.cpp size_t HTMLSelectElement::searchOptionsForValue(const String& value, size_t listIndexStart, size_t listIndexEnd) const
String           1036 Source/core/html/HTMLSelectElement.cpp             const String& value = state[i];
String           1164 Source/core/html/HTMLSelectElement.cpp         const String& keyIdentifier = toKeyboardEvent(event)->keyIdentifier();
String           1411 Source/core/html/HTMLSelectElement.cpp         const String& keyIdentifier = toKeyboardEvent(event)->keyIdentifier();
String           1559 Source/core/html/HTMLSelectElement.cpp String HTMLSelectElement::optionAtIndex(int index) const
String           1565 Source/core/html/HTMLSelectElement.cpp         return String();
String             53 Source/core/html/HTMLSelectElement.h     virtual String validationMessage() const OVERRIDE;
String             71 Source/core/html/HTMLSelectElement.h     String value() const;
String             72 Source/core/html/HTMLSelectElement.h     void setValue(const String&, bool sendEvents = false);
String             73 Source/core/html/HTMLSelectElement.h     String suggestedValue() const;
String             74 Source/core/html/HTMLSelectElement.h     void setSuggestedValue(const String&);
String            177 Source/core/html/HTMLSelectElement.h     size_t searchOptionsForValue(const String&, size_t listIndexStart, size_t listIndexEnd) const;
String            197 Source/core/html/HTMLSelectElement.h     virtual String optionAtIndex(int index) const OVERRIDE;
String             78 Source/core/html/HTMLShadowElement.cpp             String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data());
String             72 Source/core/html/HTMLSourceElement.cpp void HTMLSourceElement::setSrc(const String& url)
String             40 Source/core/html/HTMLSourceElement.h     void setSrc(const String&);
String            186 Source/core/html/HTMLTableElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
String            201 Source/core/html/HTMLTableElement.cpp                     exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
String            232 Source/core/html/HTMLTableElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
String            248 Source/core/html/HTMLTableElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
String            306 Source/core/html/HTMLTableElement.cpp         String url = stripLeadingAndTrailingHTMLSpaces(value);
String             54 Source/core/html/HTMLTablePartElement.cpp         String url = stripLeadingAndTrailingHTMLSpaces(value);
String            127 Source/core/html/HTMLTableRowElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [-1, " + String::number(numCells) + "].");
String            155 Source/core/html/HTMLTableRowElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [0, " + String::number(numCells) + ").");
String             66 Source/core/html/HTMLTableSectionElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
String             93 Source/core/html/HTMLTableSectionElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
String             64 Source/core/html/HTMLTextAreaElement.cpp static unsigned numberOfLineBreaks(const String& text)
String             75 Source/core/html/HTMLTextAreaElement.cpp static inline unsigned computeLengthForSubmission(const String& text)
String            211 Source/core/html/HTMLTextAreaElement.cpp     const String& text = (m_wrap == HardWrap) ? valueWithHardLineBreaks() : value();
String            296 Source/core/html/HTMLTextAreaElement.cpp     const String& currentValue = innerTextValue();
String            313 Source/core/html/HTMLTextAreaElement.cpp String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength)
String            333 Source/core/html/HTMLTextAreaElement.cpp String HTMLTextAreaElement::value() const
String            339 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setValue(const String& value, TextFieldEventBehavior eventBehavior)
String            347 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setNonDirtyValue(const String& value)
String            354 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setValueCommon(const String& newValue, TextFieldEventBehavior eventBehavior)
String            358 Source/core/html/HTMLTextAreaElement.cpp     String normalizedValue = newValue.isNull() ? "" : newValue;
String            374 Source/core/html/HTMLTextAreaElement.cpp     m_suggestedValue = String();
String            392 Source/core/html/HTMLTextAreaElement.cpp String HTMLTextAreaElement::defaultValue() const
String            405 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setDefaultValue(const String& defaultValue)
String            420 Source/core/html/HTMLTextAreaElement.cpp     String value = defaultValue;
String            440 Source/core/html/HTMLTextAreaElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(newValue) + ") is not positive or 0.");
String            445 Source/core/html/HTMLTextAreaElement.cpp String HTMLTextAreaElement::suggestedValue() const
String            450 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setSuggestedValue(const String& value)
String            462 Source/core/html/HTMLTextAreaElement.cpp String HTMLTextAreaElement::validationMessage() const
String            465 Source/core/html/HTMLTextAreaElement.cpp         return String();
String            476 Source/core/html/HTMLTextAreaElement.cpp     return String();
String            489 Source/core/html/HTMLTextAreaElement.cpp bool HTMLTextAreaElement::tooLong(const String& value, NeedsToCheckDirtyFlag check) const
String            502 Source/core/html/HTMLTextAreaElement.cpp bool HTMLTextAreaElement::isValidValue(const String& candidate) const
String            540 Source/core/html/HTMLTextAreaElement.cpp     String placeholderText = strippedPlaceholder();
String             44 Source/core/html/HTMLTextAreaElement.h     virtual String value() const OVERRIDE;
String             45 Source/core/html/HTMLTextAreaElement.h     void setValue(const String&, TextFieldEventBehavior = DispatchNoEvent);
String             46 Source/core/html/HTMLTextAreaElement.h     String defaultValue() const;
String             47 Source/core/html/HTMLTextAreaElement.h     void setDefaultValue(const String&);
String             52 Source/core/html/HTMLTextAreaElement.h     String suggestedValue() const;
String             53 Source/core/html/HTMLTextAreaElement.h     void setSuggestedValue(const String&);
String             56 Source/core/html/HTMLTextAreaElement.h     virtual String validationMessage() const OVERRIDE;
String             59 Source/core/html/HTMLTextAreaElement.h     bool isValidValue(const String&) const;
String             75 Source/core/html/HTMLTextAreaElement.h     static String sanitizeUserInputValue(const String&, unsigned maxLength);
String             77 Source/core/html/HTMLTextAreaElement.h     void setNonDirtyValue(const String&);
String             78 Source/core/html/HTMLTextAreaElement.h     void setValueCommon(const String&, TextFieldEventBehavior);
String            122 Source/core/html/HTMLTextAreaElement.h     bool valueMissing(const String& value) const { return isRequiredFormControl() && !isDisabledOrReadOnly() && value.isEmpty(); }
String            123 Source/core/html/HTMLTextAreaElement.h     bool tooLong(const String&, NeedsToCheckDirtyFlag) const;
String            128 Source/core/html/HTMLTextAreaElement.h     mutable String m_value;
String            130 Source/core/html/HTMLTextAreaElement.h     String m_suggestedValue;
String             71 Source/core/html/HTMLTextFormControlElement.cpp     String initialValue = value();
String            110 Source/core/html/HTMLTextFormControlElement.cpp String HTMLTextFormControlElement::strippedPlaceholder() const
String            175 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setSelectionDirection(const String& direction)
String            201 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setRangeText(const String& replacement, ExceptionState& exceptionState)
String            203 Source/core/html/HTMLTextFormControlElement.cpp     setRangeText(replacement, selectionStart(), selectionEnd(), String(), exceptionState);
String            206 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
String            209 Source/core/html/HTMLTextFormControlElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided start value (" + String::number(start) + ") is larger than the provided end value (" + String::number(end) + ").");
String            215 Source/core/html/HTMLTextFormControlElement.cpp     String text = innerTextValue();
String            262 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setSelectionRange(int start, int end, const String& directionString)
String            500 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setInnerTextValue(const String& value)
String            521 Source/core/html/HTMLTextFormControlElement.cpp static String finishText(StringBuilder& result)
String            530 Source/core/html/HTMLTextFormControlElement.cpp String HTMLTextFormControlElement::innerTextValue() const
String            564 Source/core/html/HTMLTextFormControlElement.cpp String HTMLTextFormControlElement::valueWithHardLineBreaks() const
String            589 Source/core/html/HTMLTextFormControlElement.cpp             String data = toText(node)->data();
String            631 Source/core/html/HTMLTextFormControlElement.cpp String HTMLTextFormControlElement::directionForFormData() const
String             54 Source/core/html/HTMLTextFormControlElement.h     String strippedPlaceholder() const;
String             66 Source/core/html/HTMLTextFormControlElement.h     void setSelectionDirection(const String&);
String             68 Source/core/html/HTMLTextFormControlElement.h     virtual void setRangeText(const String& replacement, ExceptionState&);
String             69 Source/core/html/HTMLTextFormControlElement.h     virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
String             70 Source/core/html/HTMLTextFormControlElement.h     void setSelectionRange(int start, int end, const String& direction);
String             76 Source/core/html/HTMLTextFormControlElement.h     virtual String value() const = 0;
String             82 Source/core/html/HTMLTextFormControlElement.h     void setInnerTextValue(const String&);
String             83 Source/core/html/HTMLTextFormControlElement.h     String innerTextValue() const;
String             85 Source/core/html/HTMLTextFormControlElement.h     String directionForFormData() const;
String             87 Source/core/html/HTMLTextFormControlElement.h     void setTextAsOfLastFormControlChangeEvent(const String& text) { m_textAsOfLastFormControlChangeEvent = text; }
String            111 Source/core/html/HTMLTextFormControlElement.h     String valueWithHardLineBreaks() const;
String            130 Source/core/html/HTMLTextFormControlElement.h     String m_textAsOfLastFormControlChangeEvent;
String             74 Source/core/html/HTMLTitleElement.cpp String HTMLTitleElement::text() const
String             86 Source/core/html/HTMLTitleElement.cpp void HTMLTitleElement::setText(const String &value)
String             33 Source/core/html/HTMLTitleElement.h     String text() const;
String             34 Source/core/html/HTMLTitleElement.h     void setText(const String&);
String             43 Source/core/html/HTMLTrackElement.cpp static String urlForLoggingTrack(const KURL& url)
String            265 Source/core/html/HTMLVideoElement.cpp     String url = stripLeadingAndTrailingHTMLSpaces(imageSourceURL());
String             50 Source/core/html/HTMLViewSourceDocument.cpp HTMLViewSourceDocument::HTMLViewSourceDocument(const DocumentInit& initializer, const String& mimeType)
String             89 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::addSource(const String& source, HTMLToken& token)
String            117 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::processDoctypeToken(const String& source, HTMLToken&)
String            124 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::processEndOfFileToken(const String& source, HTMLToken&)
String            131 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::processTagToken(const String& source, HTMLToken& token)
String            166 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::processCommentToken(const String& source, HTMLToken&)
String            173 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::processCharacterToken(const String& source, HTMLToken&)
String            226 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::addText(const String& text, const AtomicString& className)
String            232 Source/core/html/HTMLViewSourceDocument.cpp     Vector<String> lines;
String            236 Source/core/html/HTMLViewSourceDocument.cpp         String substring = lines[i];
String            252 Source/core/html/HTMLViewSourceDocument.cpp int HTMLViewSourceDocument::addRange(const String& source, int start, int end, const AtomicString& className, bool isLink, bool isAnchor, const AtomicString& link)
String            258 Source/core/html/HTMLViewSourceDocument.cpp     String text = source.substring(start, end - start);
String             38 Source/core/html/HTMLViewSourceDocument.h     static PassRefPtr<HTMLViewSourceDocument> create(const DocumentInit& initializer, const String& mimeType)
String             43 Source/core/html/HTMLViewSourceDocument.h     void addSource(const String&, HTMLToken&);
String             46 Source/core/html/HTMLViewSourceDocument.h     HTMLViewSourceDocument(const DocumentInit&, const String& mimeType);
String             50 Source/core/html/HTMLViewSourceDocument.h     void processDoctypeToken(const String& source, HTMLToken&);
String             51 Source/core/html/HTMLViewSourceDocument.h     void processEndOfFileToken(const String& source, HTMLToken&);
String             52 Source/core/html/HTMLViewSourceDocument.h     void processTagToken(const String& source, HTMLToken&);
String             53 Source/core/html/HTMLViewSourceDocument.h     void processCommentToken(const String& source, HTMLToken&);
String             54 Source/core/html/HTMLViewSourceDocument.h     void processCharacterToken(const String& source, HTMLToken&);
String             60 Source/core/html/HTMLViewSourceDocument.h     void addText(const String& text, const AtomicString& className);
String             61 Source/core/html/HTMLViewSourceDocument.h     int addRange(const String& source, int start, int end, const AtomicString& className, bool isLink = false, bool isAnchor = false, const AtomicString& link = nullAtom);
String             65 Source/core/html/HTMLViewSourceDocument.h     String m_type;
String             71 Source/core/html/ImageData.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is zero or not a number.", width ? "height" : "width"));
String            107 Source/core/html/ImageDocument.cpp static String imageTitle(const String& filename, const IntSize& size)
String            114 Source/core/html/ImageDocument.cpp     result.append(String::number(size.width()));
String            116 Source/core/html/ImageDocument.cpp     result.append(String::number(size.height()));
String            151 Source/core/html/ImageDocument.cpp             String fileName = decodeURLEscapeSequences(document()->url().lastPathComponent());
String             53 Source/core/html/LinkRelAttribute.cpp LinkRelAttribute::LinkRelAttribute(const String& rel)
String             85 Source/core/html/LinkRelAttribute.cpp         String relCopy = rel;
String             87 Source/core/html/LinkRelAttribute.cpp         Vector<String> list;
String             89 Source/core/html/LinkRelAttribute.cpp         Vector<String>::const_iterator end = list.end();
String             90 Source/core/html/LinkRelAttribute.cpp         for (Vector<String>::const_iterator it = list.begin(); it != end; ++it) {
String             38 Source/core/html/LinkRelAttribute.h class String;
String             46 Source/core/html/LinkRelAttribute.h     explicit LinkRelAttribute(const String&);
String             58 Source/core/html/LinkRelAttributeTest.cpp static inline void testLinkRelAttribute(String value, bool isStyleSheet, IconType iconType, bool isAlternate, bool isDNSPrefetch, bool isLinkSubresource, bool isLinkPrerender, bool isImport = false)
String             40 Source/core/html/MediaFragmentURIParser.cpp static String collectDigits(const LChar* input, unsigned length, unsigned& position)
String             51 Source/core/html/MediaFragmentURIParser.cpp static String collectFraction(const LChar* input, unsigned length, unsigned& position)
String             58 Source/core/html/MediaFragmentURIParser.cpp         return String();
String            101 Source/core/html/MediaFragmentURIParser.cpp     String fragmentString = m_url.fragmentIdentifier();
String            128 Source/core/html/MediaFragmentURIParser.cpp         String name = decodeURLEscapeSequences(fragmentString.substring(parameterStart, equalOffset - parameterStart));
String            129 Source/core/html/MediaFragmentURIParser.cpp         String value;
String            162 Source/core/html/MediaFragmentURIParser.cpp         pair<String, String>& fragment = m_fragments[i];
String            263 Source/core/html/MediaFragmentURIParser.cpp     String digits1 = collectDigits(timeString, length, offset);
String            274 Source/core/html/MediaFragmentURIParser.cpp         String digits = collectFraction(timeString, length, offset);
String            290 Source/core/html/MediaFragmentURIParser.cpp     String digits2 = collectDigits(timeString, length, offset);
String            302 Source/core/html/MediaFragmentURIParser.cpp         String digits3 = collectDigits(timeString, length, offset);
String             59 Source/core/html/MediaFragmentURIParser.h     Vector<std::pair<String, String> > m_fragments;
String             37 Source/core/html/MediaKeyEvent.h     String keySystem;
String             38 Source/core/html/MediaKeyEvent.h     String sessionId;
String             41 Source/core/html/MediaKeyEvent.h     String defaultURL;
String             62 Source/core/html/MediaKeyEvent.h     String keySystem() const { return m_keySystem; }
String             63 Source/core/html/MediaKeyEvent.h     String sessionId() const { return m_sessionId; }
String             66 Source/core/html/MediaKeyEvent.h     String defaultURL() const { return m_defaultURL; }
String             77 Source/core/html/MediaKeyEvent.h     String m_keySystem;
String             78 Source/core/html/MediaKeyEvent.h     String m_sessionId;
String             81 Source/core/html/MediaKeyEvent.h     String m_defaultURL;
String             51 Source/core/html/PublicURLManager.cpp void PublicURLManager::registerURL(SecurityOrigin* origin, const KURL& url, URLRegistrable* registrable, const String& uuid)
String             72 Source/core/html/PublicURLManager.cpp void PublicURLManager::revoke(const String& uuid)
String             75 Source/core/html/PublicURLManager.cpp     Vector<String> urlsToRemove;
String             48 Source/core/html/PublicURLManager.h     void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*, const String& uuid = String());
String             50 Source/core/html/PublicURLManager.h     void revoke(const String& uuid);
String             60 Source/core/html/PublicURLManager.h     typedef String URLString;
String             61 Source/core/html/PublicURLManager.h     typedef HashMap<URLString, String> URLMap;
String             64 Source/core/html/RadioNodeList.cpp String RadioNodeList::value() const
String             67 Source/core/html/RadioNodeList.cpp         return String();
String             75 Source/core/html/RadioNodeList.cpp     return String();
String             78 Source/core/html/RadioNodeList.cpp void RadioNodeList::setValue(const String& value)
String             45 Source/core/html/RadioNodeList.h     String value() const;
String             46 Source/core/html/RadioNodeList.h     void setValue(const String&);
String             56 Source/core/html/URLRegistry.h     virtual URLRegistrable* lookup(const String&) { ASSERT_NOT_REACHED(); return 0; }
String             57 Source/core/html/URLRegistry.h     virtual bool contains(const String&) { ASSERT_NOT_REACHED(); return false; }
String             29 Source/core/html/ValidityState.cpp String ValidityState::validationMessage() const
String             44 Source/core/html/ValidityState.h     String validationMessage() const;
String             46 Source/core/html/ValidityState.h     void setCustomErrorMessage(const String&);
String             61 Source/core/html/canvas/Canvas2DContextAttributes.cpp String Canvas2DContextAttributes::storage() const
String             66 Source/core/html/canvas/Canvas2DContextAttributes.cpp void Canvas2DContextAttributes::setStorage(const String& storage)
String             52 Source/core/html/canvas/Canvas2DContextAttributes.h     String storage() const;
String             53 Source/core/html/canvas/Canvas2DContextAttributes.h     void setStorage(const String&);
String             49 Source/core/html/canvas/CanvasGradient.cpp void CanvasGradient::addColorStop(float value, const String& color, ExceptionState& exceptionState)
String             52 Source/core/html/canvas/CanvasGradient.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(value) + ") is outside the range (0.0, 1.0).");
String             53 Source/core/html/canvas/CanvasGradient.h     void addColorStop(float value, const String& color, ExceptionState&);
String            116 Source/core/html/canvas/CanvasPathMethods.cpp         exceptionState.throwDOMException(IndexSizeError, "The radius provided (" + String::number(r) + ") is negative.");
String            260 Source/core/html/canvas/CanvasPathMethods.cpp         exceptionState.throwDOMException(IndexSizeError, "The radius provided (" + String::number(radius) + ") is negative.");
String            284 Source/core/html/canvas/CanvasPathMethods.cpp         exceptionState.throwDOMException(IndexSizeError, "The major-axis radius provided (" + String::number(radiusX) + ") is negative.");
String            288 Source/core/html/canvas/CanvasPathMethods.cpp         exceptionState.throwDOMException(IndexSizeError, "The minor-axis radius provided (" + String::number(radiusY) + ") is negative.");
String             35 Source/core/html/canvas/CanvasPattern.cpp void CanvasPattern::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionState& exceptionState)
String             42 Source/core/html/canvas/CanvasPattern.h     static void parseRepetitionType(const String&, bool& repeatX, bool& repeatY, ExceptionState&);
String            405 Source/core/html/canvas/CanvasRenderingContext2D.cpp     modifiableState().m_unparsedStrokeColor = String();
String            438 Source/core/html/canvas/CanvasRenderingContext2D.cpp     modifiableState().m_unparsedFillColor = String();
String            460 Source/core/html/canvas/CanvasRenderingContext2D.cpp String CanvasRenderingContext2D::lineCap() const
String            465 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setLineCap(const String& s)
String            480 Source/core/html/canvas/CanvasRenderingContext2D.cpp String CanvasRenderingContext2D::lineJoin() const
String            485 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setLineJoin(const String& s)
String            567 Source/core/html/canvas/CanvasRenderingContext2D.cpp String CanvasRenderingContext2D::shadowColor() const
String            572 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadowColor(const String& color)
String            658 Source/core/html/canvas/CanvasRenderingContext2D.cpp String CanvasRenderingContext2D::globalCompositeOperation() const
String            663 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setGlobalCompositeOperation(const String& operation)
String            844 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setStrokeColor(const String& color)
String            860 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setStrokeColor(const String& color, float alpha)
String            886 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setFillColor(const String& color)
String            902 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setFillColor(const String& color, float alpha)
String            974 Source/core/html/canvas/CanvasRenderingContext2D.cpp static bool parseWinding(const String& windingRuleString, WindRule& windRule)
String            986 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fillInternal(const Path& path, const String& windingRuleString)
String           1034 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fill(const String& windingRuleString)
String           1044 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fill(Path2D* domPath, const String& windingRuleString, ExceptionState& exceptionState)
String           1097 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::clipInternal(const Path& path, const String& windingRuleString)
String           1116 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::clip(const String& windingRuleString)
String           1126 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::clip(Path2D* domPath, const String& windingRuleString, ExceptionState& exceptionState)
String           1136 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInPath(const float x, const float y, const String& windingRuleString)
String           1146 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInPath(Path2D* domPath, const float x, const float y, const String& windingRuleString, ExceptionState& exceptionState)
String           1156 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInPathInternal(const Path& path, const float x, const float y, const String& windingRuleString)
String           1377 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color)
String           1390 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color, float alpha)
String           1482 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, String("HTMLImageElement, HTMLCanvasElement or HTMLVideoElement")));
String           1603 Source/core/html/canvas/CanvasRenderingContext2D.cpp     const String& compositeOperation)
String           1618 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setCompositeOperation(const String& operation)
String           1714 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The %s provided is less than 0.", r0 < 0 ? "r0" : "r1"));
String           1724 Source/core/html/canvas/CanvasRenderingContext2D.cpp     const String& repetitionType, ExceptionState& exceptionState)
String           1740 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(InvalidStateError, String::format("The canvas %s is 0.", imageSource->sourceSize().width() ? "height" : "width"));
String           1838 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is 0.", sw ? "height" : "width"));
String           1865 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is 0.", sw ? "height" : "width"));
String           1967 Source/core/html/canvas/CanvasRenderingContext2D.cpp String CanvasRenderingContext2D::font() const
String           1991 Source/core/html/canvas/CanvasRenderingContext2D.cpp         String family = fontFamily->family();
String           2004 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setFont(const String& newFont)
String           2022 Source/core/html/canvas/CanvasRenderingContext2D.cpp     String fontValue = parsedStyle->getPropertyValue(CSSPropertyFont);
String           2030 Source/core/html/canvas/CanvasRenderingContext2D.cpp     String newFontSafeCopy(newFont); // Create a string copy since newFont can be deleted inside realizeSaves.
String           2076 Source/core/html/canvas/CanvasRenderingContext2D.cpp String CanvasRenderingContext2D::textAlign() const
String           2081 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setTextAlign(const String& s)
String           2092 Source/core/html/canvas/CanvasRenderingContext2D.cpp String CanvasRenderingContext2D::textBaseline() const
String           2097 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setTextBaseline(const String& s)
String           2108 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fillText(const String& text, float x, float y)
String           2113 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fillText(const String& text, float x, float y, float maxWidth)
String           2118 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::strokeText(const String& text, float x, float y)
String           2123 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::strokeText(const String& text, float x, float y, float maxWidth)
String           2128 Source/core/html/canvas/CanvasRenderingContext2D.cpp PassRefPtr<TextMetrics> CanvasRenderingContext2D::measureText(const String& text)
String           2169 Source/core/html/canvas/CanvasRenderingContext2D.cpp static void replaceCharacterInString(String& text, WTF::CharacterMatchFunctionPtr matchFunction, const String& replacement)
String           2179 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::drawTextInternal(const String& text, float x, float y, bool fill, float maxWidth, bool useMaxWidth)
String           2214 Source/core/html/canvas/CanvasRenderingContext2D.cpp     String normalizedText = text;
String             85 Source/core/html/canvas/CanvasRenderingContext2D.h     String lineCap() const;
String             86 Source/core/html/canvas/CanvasRenderingContext2D.h     void setLineCap(const String&);
String             88 Source/core/html/canvas/CanvasRenderingContext2D.h     String lineJoin() const;
String             89 Source/core/html/canvas/CanvasRenderingContext2D.h     void setLineJoin(const String&);
String            109 Source/core/html/canvas/CanvasRenderingContext2D.h     String shadowColor() const;
String            110 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadowColor(const String&);
String            117 Source/core/html/canvas/CanvasRenderingContext2D.h     String globalCompositeOperation() const;
String            118 Source/core/html/canvas/CanvasRenderingContext2D.h     void setGlobalCompositeOperation(const String&);
String            136 Source/core/html/canvas/CanvasRenderingContext2D.h     void setStrokeColor(const String& color);
String            138 Source/core/html/canvas/CanvasRenderingContext2D.h     void setStrokeColor(const String& color, float alpha);
String            143 Source/core/html/canvas/CanvasRenderingContext2D.h     void setFillColor(const String& color);
String            145 Source/core/html/canvas/CanvasRenderingContext2D.h     void setFillColor(const String& color, float alpha);
String            154 Source/core/html/canvas/CanvasRenderingContext2D.h     void fill(const String& winding = "nonzero");
String            156 Source/core/html/canvas/CanvasRenderingContext2D.h     void fill(Path2D*, const String& winding, ExceptionState&);
String            159 Source/core/html/canvas/CanvasRenderingContext2D.h     void clip(const String& winding = "nonzero");
String            161 Source/core/html/canvas/CanvasRenderingContext2D.h     void clip(Path2D*, const String& winding, ExceptionState&);
String            163 Source/core/html/canvas/CanvasRenderingContext2D.h     bool isPointInPath(const float x, const float y, const String& winding = "nonzero");
String            165 Source/core/html/canvas/CanvasRenderingContext2D.h     bool isPointInPath(Path2D*, const float x, const float y, const String& winding, ExceptionState&);
String            177 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, const String& color);
String            179 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, const String& color, float alpha);
String            191 Source/core/html/canvas/CanvasRenderingContext2D.h                            float dx = 0, float dy = 0, float dw = 0, float dh = 0, const String& compositeOperation = emptyString());
String            195 Source/core/html/canvas/CanvasRenderingContext2D.h     void setCompositeOperation(const String&);
String            199 Source/core/html/canvas/CanvasRenderingContext2D.h     PassRefPtr<CanvasPattern> createPattern(CanvasImageSource*, const String& repetitionType, ExceptionState&);
String            209 Source/core/html/canvas/CanvasRenderingContext2D.h     String font() const;
String            210 Source/core/html/canvas/CanvasRenderingContext2D.h     void setFont(const String&);
String            212 Source/core/html/canvas/CanvasRenderingContext2D.h     String textAlign() const;
String            213 Source/core/html/canvas/CanvasRenderingContext2D.h     void setTextAlign(const String&);
String            215 Source/core/html/canvas/CanvasRenderingContext2D.h     String textBaseline() const;
String            216 Source/core/html/canvas/CanvasRenderingContext2D.h     void setTextBaseline(const String&);
String            218 Source/core/html/canvas/CanvasRenderingContext2D.h     void fillText(const String& text, float x, float y);
String            219 Source/core/html/canvas/CanvasRenderingContext2D.h     void fillText(const String& text, float x, float y, float maxWidth);
String            220 Source/core/html/canvas/CanvasRenderingContext2D.h     void strokeText(const String& text, float x, float y);
String            221 Source/core/html/canvas/CanvasRenderingContext2D.h     void strokeText(const String& text, float x, float y, float maxWidth);
String            222 Source/core/html/canvas/CanvasRenderingContext2D.h     PassRefPtr<TextMetrics> measureText(const String& text);
String            254 Source/core/html/canvas/CanvasRenderingContext2D.h         String m_unparsedStrokeColor;
String            255 Source/core/html/canvas/CanvasRenderingContext2D.h         String m_unparsedFillColor;
String            278 Source/core/html/canvas/CanvasRenderingContext2D.h         String m_unparsedFont;
String            312 Source/core/html/canvas/CanvasRenderingContext2D.h     void fillInternal(const Path&, const String& windingRuleString);
String            314 Source/core/html/canvas/CanvasRenderingContext2D.h     void clipInternal(const Path&, const String& windingRuleString);
String            316 Source/core/html/canvas/CanvasRenderingContext2D.h     bool isPointInPathInternal(const Path&, const float x, const float y, const String& windingRuleString);
String            321 Source/core/html/canvas/CanvasRenderingContext2D.h     void drawTextInternal(const String& text, float x, float y, bool fill, float maxWidth = 0, bool useMaxWidth = false);
String             45 Source/core/html/canvas/CanvasStyle.cpp static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString)
String             65 Source/core/html/canvas/CanvasStyle.cpp bool parseColorOrCurrentColor(RGBA32& parsedColor, const String& colorString, HTMLCanvasElement* canvas)
String            126 Source/core/html/canvas/CanvasStyle.cpp PassRefPtr<CanvasStyle> CanvasStyle::createFromString(const String& color)
String            144 Source/core/html/canvas/CanvasStyle.cpp PassRefPtr<CanvasStyle> CanvasStyle::createFromStringWithOverrideAlpha(const String& color, float alpha)
String             45 Source/core/html/canvas/CanvasStyle.h         static PassRefPtr<CanvasStyle> createFromString(const String& color);
String             46 Source/core/html/canvas/CanvasStyle.h         static PassRefPtr<CanvasStyle> createFromStringWithOverrideAlpha(const String& color, float alpha);
String             57 Source/core/html/canvas/CanvasStyle.h         String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
String            101 Source/core/html/canvas/CanvasStyle.h     bool parseColorOrCurrentColor(RGBA32& parsedColor, const String& colorString, HTMLCanvasElement*);
String            136 Source/core/html/canvas/DataView.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range.");
String            151 Source/core/html/canvas/DataView.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range.");
String             45 Source/core/html/canvas/Path2D.h     static PassRefPtr<Path2D> create(const String& pathData) { return adoptRef(new Path2D(pathData)); }
String             81 Source/core/html/canvas/Path2D.h     Path2D(const String& pathData)
String             39 Source/core/html/canvas/WebGLActiveInfo.h     static PassRefPtr<WebGLActiveInfo> create(const String& name, GLenum type, GLint size)
String             43 Source/core/html/canvas/WebGLActiveInfo.h     String name() const { return m_name; }
String             48 Source/core/html/canvas/WebGLActiveInfo.h     WebGLActiveInfo(const String& name, GLenum type, GLint size)
String             58 Source/core/html/canvas/WebGLActiveInfo.h     String m_name;
String             40 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage)
String             36 Source/core/html/canvas/WebGLContextEvent.h     String statusMessage;
String             45 Source/core/html/canvas/WebGLContextEvent.h     static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage)
String             55 Source/core/html/canvas/WebGLContextEvent.h     const String& statusMessage() const { return m_statusMessage; }
String             63 Source/core/html/canvas/WebGLContextEvent.h     WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage);
String             66 Source/core/html/canvas/WebGLContextEvent.h     String m_statusMessage;
String             55 Source/core/html/canvas/WebGLDebugShaders.cpp String WebGLDebugShaders::getTranslatedShaderSource(WebGLShader* shader)
String             58 Source/core/html/canvas/WebGLDebugShaders.cpp         return String();
String             46 Source/core/html/canvas/WebGLDebugShaders.h     String getTranslatedShaderSource(WebGLShader*);
String             83 Source/core/html/canvas/WebGLGetInfo.cpp WebGLGetInfo::WebGLGetInfo(const String& value)
String            231 Source/core/html/canvas/WebGLGetInfo.cpp const String& WebGLGetInfo::getString() const
String             80 Source/core/html/canvas/WebGLGetInfo.h     explicit WebGLGetInfo(const String& value);
String            101 Source/core/html/canvas/WebGLGetInfo.h     const String& getString() const;
String            122 Source/core/html/canvas/WebGLGetInfo.h     String m_string;
String             40 Source/core/html/canvas/WebGLRenderingContext.h     virtual String contextName() const OVERRIDE { return "WebGLRenderingContext"; }
String            103 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::forciblyLoseOldestContext(const String& reason)
String            204 Source/core/html/canvas/WebGLRenderingContextBase.cpp     void forciblyLoseOldestContext(const String& reason) {
String            266 Source/core/html/canvas/WebGLRenderingContextBase.cpp     bool isPrefixReserved(const String& name)
String            278 Source/core/html/canvas/WebGLRenderingContextBase.cpp         StripComments(const String& str)
String            287 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String result()
String            365 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String m_sourceString;
String            977 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::bindAttribLocation(WebGLProgram* program, GLuint index, const String& name)
String           1741 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, String::format("attribute %d is enabled but has no buffer bound", i).utf8().data());
String           2031 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLint WebGLRenderingContextBase::getAttribLocation(WebGLProgram* program, const String& name)
String           2107 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::ExtensionTracker::matchesNameWithPrefixes(const String& name) const
String           2111 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String prefixedName = String(*prefixSet) + extensionName();
String           2133 Source/core/html/canvas/WebGLRenderingContextBase.cpp PassRefPtr<WebGLExtension> WebGLRenderingContextBase::getExtension(const String& name)
String           2317 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo(String("WebKit WebGL"));
String           2331 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo("WebGL GLSL ES 1.0 (" + String(m_context->getString(GL_SHADING_LANGUAGE_VERSION)) + ")");
String           2383 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo(String("WebKit"));
String           2385 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo("WebGL 1.0 (" + String(m_context->getString(GL_VERSION)) + ")");
String           2467 Source/core/html/canvas/WebGLRenderingContextBase.cpp String WebGLRenderingContextBase::getProgramInfoLog(WebGLProgram* program)
String           2470 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return String();
String           2537 Source/core/html/canvas/WebGLRenderingContextBase.cpp String WebGLRenderingContextBase::getShaderInfoLog(WebGLShader* shader)
String           2540 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return String();
String           2577 Source/core/html/canvas/WebGLRenderingContextBase.cpp String WebGLRenderingContextBase::getShaderSource(WebGLShader* shader)
String           2580 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return String();
String           2586 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<String> WebGLRenderingContextBase::getSupportedExtensions()
String           2588 Source/core/html/canvas/WebGLRenderingContextBase.cpp     Vector<String> result;
String           2597 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 String prefixedName = String(*prefixes) + tracker->extensionName();
String           2654 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String name = info.name;
String           2665 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 nameBuilder.append(String::number(index));
String           2782 Source/core/html/canvas/WebGLRenderingContextBase.cpp PassRefPtr<WebGLUniformLocation> WebGLRenderingContextBase::getUniformLocation(WebGLProgram* program, const String& name)
String           3157 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::shaderSource(WebGLShader* shader, const String& string)
String           3161 Source/core/html/canvas/WebGLRenderingContextBase.cpp     String stringWithoutComments = StripComments(string).result();
String           4365 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 String msg(String("texture bound to texture unit ") + String::number(ii)
String           4462 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateLocationLength(const char* functionName, const String& string)
String           4481 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateString(const char* functionName, const String& string)
String           4947 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::printGLErrorToConsole(const String& message)
String           4961 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::printWarningToConsole(const String& message)
String           5413 Source/core/html/canvas/WebGLRenderingContextBase.cpp String WebGLRenderingContextBase::ensureNotNull(const String& text) const
String           5458 Source/core/html/canvas/WebGLRenderingContextBase.cpp     String GetErrorString(GLenum error)
String           5474 Source/core/html/canvas/WebGLRenderingContextBase.cpp             return String::format("WebGL ERROR(0x%04X)", error);
String           5482 Source/core/html/canvas/WebGLRenderingContextBase.cpp     String errorType = GetErrorString(error);
String           5484 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String message = String("WebGL: ") + errorType +  ": " + String(functionName) + ": " + String(description);
String           5499 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String message = String("WebGL: ") + String(functionName) + ": " + String(description);
String            104 Source/core/html/canvas/WebGLRenderingContextBase.h     virtual String contextName() const = 0;
String            114 Source/core/html/canvas/WebGLRenderingContextBase.h     void bindAttribLocation(WebGLProgram*, GLuint index, const String& name);
String            185 Source/core/html/canvas/WebGLRenderingContextBase.h     GLint getAttribLocation(WebGLProgram*, const String& name);
String            189 Source/core/html/canvas/WebGLRenderingContextBase.h     PassRefPtr<WebGLExtension> getExtension(const String& name);
String            193 Source/core/html/canvas/WebGLRenderingContextBase.h     String getProgramInfoLog(WebGLProgram*);
String            196 Source/core/html/canvas/WebGLRenderingContextBase.h     String getShaderInfoLog(WebGLShader*);
String            198 Source/core/html/canvas/WebGLRenderingContextBase.h     String getShaderSource(WebGLShader*);
String            199 Source/core/html/canvas/WebGLRenderingContextBase.h     Vector<String> getSupportedExtensions();
String            202 Source/core/html/canvas/WebGLRenderingContextBase.h     PassRefPtr<WebGLUniformLocation> getUniformLocation(WebGLProgram*, const String&);
String            224 Source/core/html/canvas/WebGLRenderingContextBase.h     void shaderSource(WebGLShader*, const String&);
String            575 Source/core/html/canvas/WebGLRenderingContextBase.h         bool matchesNameWithPrefixes(const String&) const;
String            699 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateLocationLength(const char* functionName, const String&);
String            707 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateString(const char* functionName, const String&);
String            792 Source/core/html/canvas/WebGLRenderingContextBase.h     void printGLErrorToConsole(const String&);
String            796 Source/core/html/canvas/WebGLRenderingContextBase.h     void printWarningToConsole(const String&);
String            877 Source/core/html/canvas/WebGLRenderingContextBase.h     String ensureNotNull(const String&) const;
String            913 Source/core/html/canvas/WebGLRenderingContextBase.h     static void forciblyLoseOldestContext(const String& reason);
String             43 Source/core/html/canvas/WebGLShader.h     const String& source() const { return m_source; }
String             45 Source/core/html/canvas/WebGLShader.h     void setSource(const String& source) { m_source = source; }
String             55 Source/core/html/canvas/WebGLShader.h     String m_source;
String             77 Source/core/html/forms/BaseButtonInputType.cpp void BaseButtonInputType::setValue(const String& sanitizedValue, bool, TextFieldEventBehavior)
String             50 Source/core/html/forms/BaseButtonInputType.h     virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE;
String             65 Source/core/html/forms/BaseCheckableInputType.cpp     const String& key = event->keyIdentifier();
String             94 Source/core/html/forms/BaseCheckableInputType.cpp String BaseCheckableInputType::fallbackValue() const
String            104 Source/core/html/forms/BaseCheckableInputType.cpp void BaseCheckableInputType::setValue(const String& sanitizedValue, bool, TextFieldEventBehavior)
String             51 Source/core/html/forms/BaseCheckableInputType.h     virtual String fallbackValue() const OVERRIDE FINAL;
String             53 Source/core/html/forms/BaseCheckableInputType.h     virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE FINAL;
String             75 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp     String displayValue;
String             87 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp void BaseChooserOnlyDateAndTimeInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior)
String             99 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp void BaseChooserOnlyDateAndTimeInputType::didChooseValue(const String& value)
String             48 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
String             57 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h     virtual void didChooseValue(const String&) OVERRIDE;
String             44 Source/core/html/forms/BaseClickableWithKeyInputType.cpp     const String& key = event->keyIdentifier();
String             68 Source/core/html/forms/BaseClickableWithKeyInputType.cpp     const String& key = event->keyIdentifier();
String             72 Source/core/html/forms/BaseDateAndTimeInputType.cpp bool BaseDateAndTimeInputType::typeMismatchFor(const String& value) const
String             82 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::rangeOverflowText(const Decimal& maximum) const
String             87 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::rangeUnderflowText(const Decimal& minimum) const
String            106 Source/core/html/forms/BaseDateAndTimeInputType.cpp Decimal BaseDateAndTimeInputType::parseToNumber(const String& source, const Decimal& defaultValue) const
String            116 Source/core/html/forms/BaseDateAndTimeInputType.cpp bool BaseDateAndTimeInputType::parseToDateComponents(const String& source, DateComponents* out) const
String            126 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::serialize(const Decimal& value) const
String            129 Source/core/html/forms/BaseDateAndTimeInputType.cpp         return String();
String            132 Source/core/html/forms/BaseDateAndTimeInputType.cpp         return String();
String            136 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::serializeWithComponents(const DateComponents& date) const
String            148 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::serializeWithMilliseconds(double value) const
String            153 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::localizeValue(const String& proposedValue) const
String            159 Source/core/html/forms/BaseDateAndTimeInputType.cpp     String localized = element().locale().formatDateTime(date);
String            163 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::visibleValue() const
String            168 Source/core/html/forms/BaseDateAndTimeInputType.cpp String BaseDateAndTimeInputType::sanitizeValue(const String& proposedValue) const
String            183 Source/core/html/forms/BaseDateAndTimeInputType.cpp bool BaseDateAndTimeInputType::valueMissing(const String& value) const
String             45 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
String             50 Source/core/html/forms/BaseDateAndTimeInputType.h     bool parseToDateComponents(const String&, DateComponents*) const;
String             51 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
String             52 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String serialize(const Decimal&) const OVERRIDE;
String             53 Source/core/html/forms/BaseDateAndTimeInputType.h     String serializeWithComponents(const DateComponents&) const;
String             55 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String visibleValue() const OVERRIDE;
String             58 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const = 0;
String             63 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
String             65 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
String             66 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String rangeOverflowText(const Decimal& maximum) const OVERRIDE;
String             67 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String rangeUnderflowText(const Decimal& minimum) const OVERRIDE;
String             70 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String serializeWithMilliseconds(double) const;
String             71 Source/core/html/forms/BaseDateAndTimeInputType.h     virtual String localizeValue(const String&) const OVERRIDE;
String             68 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     virtual void visitLiteral(const String&) OVERRIDE FINAL { }
String             70 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     bool validateFormat(const String& format, const BaseMultipleFieldsDateAndTimeInputType&);
String            122 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp bool DateTimeFormatValidator::validateFormat(const String& format, const BaseMultipleFieldsDateAndTimeInputType& inputType)
String            181 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     String oldValue = input->value();
String            182 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     String newValue = sanitizeValue(dateTimeEditElement()->value());
String            248 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp void BaseMultipleFieldsDateAndTimeInputType::pickerIndicatorChooseValue(const String& value)
String            298 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp String BaseMultipleFieldsDateAndTimeInputType::badInputText() const
String            470 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp void BaseMultipleFieldsDateAndTimeInputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior)
String             80 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void pickerIndicatorChooseValue(const String&) OVERRIDE FINAL;
String             90 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual String badInputText() const OVERRIDE;
String            106 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE FINAL;
String             40 Source/core/html/forms/BaseTextInputType.cpp bool BaseTextInputType::patternMismatch(const String& value) const
String             46 Source/core/html/forms/BaseTextInputType.cpp     String pattern = "^(?:" + rawPattern + ")$";
String             46 Source/core/html/forms/BaseTextInputType.h     virtual bool patternMismatch(const String&) const OVERRIDE FINAL;
String             53 Source/core/html/forms/CheckboxInputType.cpp bool CheckboxInputType::valueMissing(const String&) const
String             58 Source/core/html/forms/CheckboxInputType.cpp String CheckboxInputType::valueMissingText() const
String             65 Source/core/html/forms/CheckboxInputType.cpp     const String& key = event->keyIdentifier();
String             45 Source/core/html/forms/CheckboxInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
String             46 Source/core/html/forms/CheckboxInputType.h     virtual String valueMissingText() const OVERRIDE;
String             61 Source/core/html/forms/ColorInputType.cpp static bool isValidColorString(const String& value)
String            105 Source/core/html/forms/ColorInputType.cpp String ColorInputType::fallbackValue() const
String            107 Source/core/html/forms/ColorInputType.cpp     return String("#000000");
String            110 Source/core/html/forms/ColorInputType.cpp String ColorInputType::sanitizeValue(const String& proposedValue) const
String            141 Source/core/html/forms/ColorInputType.cpp void ColorInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior)
String            178 Source/core/html/forms/ColorInputType.cpp bool ColorInputType::typeMismatchFor(const String& value) const
String             58 Source/core/html/forms/ColorInputType.h     virtual String fallbackValue() const OVERRIDE;
String             59 Source/core/html/forms/ColorInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
String             61 Source/core/html/forms/ColorInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
String             65 Source/core/html/forms/ColorInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
String             78 Source/core/html/forms/DateInputType.cpp bool DateInputType::parseToDateComponentsInternal(const String& string, DateComponents* out) const
String             97 Source/core/html/forms/DateInputType.cpp String DateInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const
String            102 Source/core/html/forms/DateInputType.cpp     return String::format("%04u-%02u-%02u", dateTimeFieldsState.year(), dateTimeFieldsState.month(), dateTimeFieldsState.dayOfMonth());
String             56 Source/core/html/forms/DateInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
String             62 Source/core/html/forms/DateInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
String             49 Source/core/html/forms/DateTimeFieldsState.cpp     const String value = state[index];
String             95 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasYear() ? String::number(m_year) : emptyString());
String             96 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasMonth() ? String::number(m_month) : emptyString());
String             97 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasDayOfMonth() ? String::number(m_dayOfMonth) : emptyString());
String             98 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasHour() ? String::number(m_hour) : emptyString());
String             99 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasMinute() ? String::number(m_minute) : emptyString());
String            100 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasSecond() ? String::number(m_second) : emptyString());
String            101 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasMillisecond() ? String::number(m_millisecond) : emptyString());
String            102 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasWeekOfYear() ? String::number(m_weekOfYear) : emptyString());
String             87 Source/core/html/forms/DateTimeLocalInputType.cpp bool DateTimeLocalInputType::parseToDateComponentsInternal(const String& string, DateComponents* out) const
String            108 Source/core/html/forms/DateTimeLocalInputType.cpp String DateTimeLocalInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const
String            115 Source/core/html/forms/DateTimeLocalInputType.cpp         return String::format("%04u-%02u-%02uT%02u:%02u:%02u.%03u",
String            126 Source/core/html/forms/DateTimeLocalInputType.cpp         return String::format("%04u-%02u-%02uT%02u:%02u:%02u",
String            135 Source/core/html/forms/DateTimeLocalInputType.cpp     return String::format("%04u-%02u-%02uT%02u:%02u",
String             58 Source/core/html/forms/DateTimeLocalInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
String             64 Source/core/html/forms/DateTimeLocalInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE FINAL;
String             55 Source/core/html/forms/EmailInputType.cpp static String convertEmailAddressToASCII(const String& address)
String             76 Source/core/html/forms/EmailInputType.cpp String EmailInputType::convertEmailAddressToUnicode(const String& address) const
String             91 Source/core/html/forms/EmailInputType.cpp     String languages = chrome()->client().acceptLanguages();
String             92 Source/core/html/forms/EmailInputType.cpp     String unicodeHost = blink::Platform::current()->convertIDNToUnicode(address.substring(atPosition + 1), languages);
String            103 Source/core/html/forms/EmailInputType.cpp     DEFINE_STATIC_LOCAL(const String, validCharacters, (localPartCharacters));
String            114 Source/core/html/forms/EmailInputType.cpp static bool checkValidDotUsage(const String& domain)
String            123 Source/core/html/forms/EmailInputType.cpp static bool isValidEmailAddress(const String& address)
String            164 Source/core/html/forms/EmailInputType.cpp String EmailInputType::findInvalidAddress(const String& value) const
String            167 Source/core/html/forms/EmailInputType.cpp         return String();
String            169 Source/core/html/forms/EmailInputType.cpp         return isValidEmailAddress(value) ? String() : value;
String            170 Source/core/html/forms/EmailInputType.cpp     Vector<String> addresses;
String            173 Source/core/html/forms/EmailInputType.cpp         String stripped = stripLeadingAndTrailingHTMLSpaces(addresses[i]);
String            177 Source/core/html/forms/EmailInputType.cpp     return String();
String            180 Source/core/html/forms/EmailInputType.cpp bool EmailInputType::typeMismatchFor(const String& value) const
String            190 Source/core/html/forms/EmailInputType.cpp String EmailInputType::typeMismatchText() const
String            192 Source/core/html/forms/EmailInputType.cpp     String invalidAddress = findInvalidAddress(element().value());
String            196 Source/core/html/forms/EmailInputType.cpp     String atSign = String("@");
String            202 Source/core/html/forms/EmailInputType.cpp     String unicodeAddress = convertEmailAddressToUnicode(invalidAddress);
String            203 Source/core/html/forms/EmailInputType.cpp     String localPart = invalidAddress.left(atIndex);
String            204 Source/core/html/forms/EmailInputType.cpp     String domain = invalidAddress.substring(atIndex + 1);
String            222 Source/core/html/forms/EmailInputType.cpp         return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailInvalidDots, String("."), unicodeAddress.substring(atIndexInUnicode + 1));
String            239 Source/core/html/forms/EmailInputType.cpp String EmailInputType::sanitizeValue(const String& proposedValue) const
String            241 Source/core/html/forms/EmailInputType.cpp     String noLineBreakValue = proposedValue.removeCharacters(isHTMLLineBreak);
String            244 Source/core/html/forms/EmailInputType.cpp     Vector<String> addresses;
String            255 Source/core/html/forms/EmailInputType.cpp String EmailInputType::convertFromVisibleValue(const String& visibleValue) const
String            257 Source/core/html/forms/EmailInputType.cpp     String sanitizedValue = sanitizeValue(visibleValue);
String            260 Source/core/html/forms/EmailInputType.cpp     Vector<String> addresses;
String            272 Source/core/html/forms/EmailInputType.cpp String EmailInputType::visibleValue() const
String            274 Source/core/html/forms/EmailInputType.cpp     String value = element().value();
String            278 Source/core/html/forms/EmailInputType.cpp     Vector<String> addresses;
String             46 Source/core/html/forms/EmailInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
String             48 Source/core/html/forms/EmailInputType.h     virtual String typeMismatchText() const OVERRIDE;
String             51 Source/core/html/forms/EmailInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
String             52 Source/core/html/forms/EmailInputType.h     virtual String convertFromVisibleValue(const String&) const OVERRIDE;
String             53 Source/core/html/forms/EmailInputType.h     virtual String visibleValue() const OVERRIDE;
String             54 Source/core/html/forms/EmailInputType.h     String convertEmailAddressToUnicode(const String&) const;
String             55 Source/core/html/forms/EmailInputType.h     String findInvalidAddress(const String&) const;
String            128 Source/core/html/forms/FileInputType.cpp bool FileInputType::valueMissing(const String& value) const
String            133 Source/core/html/forms/FileInputType.cpp String FileInputType::valueMissingText() const
String            177 Source/core/html/forms/FileInputType.cpp bool FileInputType::canSetValue(const String& value)
String            186 Source/core/html/forms/FileInputType.cpp bool FileInputType::getTypeSpecificValue(String& value)
String            189 Source/core/html/forms/FileInputType.cpp         value = String();
String            203 Source/core/html/forms/FileInputType.cpp void FileInputType::setValue(const String&, bool valueChanged, TextFieldEventBehavior)
String            223 Source/core/html/forms/FileInputType.cpp         String rootPath = directoryName(files[0].path);
String            235 Source/core/html/forms/FileInputType.cpp             String relativePath = files[i].path.substring(rootLength).replace('\\', '/');
String            300 Source/core/html/forms/FileInputType.cpp     Vector<String> paths;
String            320 Source/core/html/forms/FileInputType.cpp void FileInputType::receiveDropForDirectoryUpload(const Vector<String>& paths)
String            336 Source/core/html/forms/FileInputType.cpp     Vector<String> paths;
String            363 Source/core/html/forms/FileInputType.cpp String FileInputType::droppedFileSystemId()
String            368 Source/core/html/forms/FileInputType.cpp String FileInputType::defaultToolTip() const
String             56 Source/core/html/forms/FileInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
String             57 Source/core/html/forms/FileInputType.h     virtual String valueMissingText() const OVERRIDE;
String             63 Source/core/html/forms/FileInputType.h     virtual bool canSetValue(const String&) OVERRIDE;
String             64 Source/core/html/forms/FileInputType.h     virtual bool getTypeSpecificValue(String&) OVERRIDE; // Checked first, before internal storage or the value attribute.
String             65 Source/core/html/forms/FileInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
String             67 Source/core/html/forms/FileInputType.h     virtual String droppedFileSystemId() OVERRIDE;
String             72 Source/core/html/forms/FileInputType.h     virtual String defaultToolTip() const OVERRIDE;
String             78 Source/core/html/forms/FileInputType.h     void receiveDropForDirectoryUpload(const Vector<String>&);
String             82 Source/core/html/forms/FileInputType.h     String m_droppedFileSystemId;
String             58 Source/core/html/forms/FormController.cpp void FormControlState::serializeTo(Vector<String>& stateVector) const
String             61 Source/core/html/forms/FormController.cpp     stateVector.append(String::number(m_values.size()));
String             66 Source/core/html/forms/FormController.cpp FormControlState FormControlState::deserialize(const Vector<String>& stateVector, size_t& index)
String            181 Source/core/html/forms/FormController.cpp     static PassOwnPtr<SavedFormState> deserialize(const Vector<String>&, size_t& index);
String            182 Source/core/html/forms/FormController.cpp     void serializeTo(Vector<String>&) const;
String            187 Source/core/html/forms/FormController.cpp     Vector<String> getReferencedFilePaths() const;
String            207 Source/core/html/forms/FormController.cpp PassOwnPtr<SavedFormState> SavedFormState::deserialize(const Vector<String>& stateVector, size_t& index)
String            219 Source/core/html/forms/FormController.cpp         String name = stateVector[index++];
String            220 Source/core/html/forms/FormController.cpp         String type = stateVector[index++];
String            229 Source/core/html/forms/FormController.cpp void SavedFormState::serializeTo(Vector<String>& stateVector) const
String            231 Source/core/html/forms/FormController.cpp     stateVector.append(String::number(m_controlStateCount));
String            272 Source/core/html/forms/FormController.cpp Vector<String> SavedFormState::getReferencedFilePaths() const
String            274 Source/core/html/forms/FormController.cpp     Vector<String> toReturn;
String            331 Source/core/html/forms/FormController.cpp static inline String formSignature(const HTMLFormElement& form)
String            336 Source/core/html/forms/FormController.cpp     actionURL.setQuery(String());
String            356 Source/core/html/forms/FormController.cpp     String signature = formSignature(*form);
String            385 Source/core/html/forms/FormController.cpp static String formStateSignature()
String            390 Source/core/html/forms/FormController.cpp     DEFINE_STATIC_LOCAL(String, signature, ("\n\r?% WebKit serialized form state version 8 \n\r=&"));
String            411 Source/core/html/forms/FormController.cpp Vector<String> FormController::formElementsState() const
String            414 Source/core/html/forms/FormController.cpp     Vector<String> stateVector;
String            427 Source/core/html/forms/FormController.cpp void FormController::setStateForNewFormElements(const Vector<String>& stateVector)
String            447 Source/core/html/forms/FormController.cpp void FormController::formStatesFromStateVector(const Vector<String>& stateVector, SavedFormStateMap& map)
String            505 Source/core/html/forms/FormController.cpp Vector<String> FormController::getReferencedFilePaths(const Vector<String>& stateVector)
String            507 Source/core/html/forms/FormController.cpp     Vector<String> toReturn;
String             42 Source/core/html/forms/FormController.h     explicit FormControlState(const String& value) : m_type(TypeRestore) { m_values.append(value); }
String             43 Source/core/html/forms/FormController.h     static FormControlState deserialize(const Vector<String>& stateVector, size_t& index);
String             49 Source/core/html/forms/FormController.h     const String& operator[](size_t i) const { return m_values[i]; }
String             50 Source/core/html/forms/FormController.h     void append(const String&);
String             51 Source/core/html/forms/FormController.h     void serializeTo(Vector<String>& stateVector) const;
String             58 Source/core/html/forms/FormController.h     Vector<String> m_values;
String             68 Source/core/html/forms/FormController.h inline void FormControlState::append(const String& value)
String             88 Source/core/html/forms/FormController.h     Vector<String> formElementsState() const;
String             90 Source/core/html/forms/FormController.h     void setStateForNewFormElements(const Vector<String>&);
String             95 Source/core/html/forms/FormController.h     static Vector<String> getReferencedFilePaths(const Vector<String>& stateVector);
String            104 Source/core/html/forms/FormController.h     static void formStatesFromStateVector(const Vector<String>&, SavedFormStateMap&);
String             95 Source/core/html/forms/HiddenInputType.cpp void HiddenInputType::setValue(const String& sanitizedValue, bool, TextFieldEventBehavior)
String            108 Source/core/html/forms/HiddenInputType.cpp         encoding.appendData(element().name(), String(encoding.encoding().name()));
String             55 Source/core/html/forms/HiddenInputType.h     virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE;
String             74 Source/core/html/forms/ImageInputType.cpp     DEFINE_STATIC_LOCAL(String, dotXString, (".x"));
String             75 Source/core/html/forms/ImageInputType.cpp     DEFINE_STATIC_LOCAL(String, dotYString, (".y"));
String             84 Source/core/html/forms/ImageInputType.cpp String ImageInputType::resultForDialogSubmit() const
String             50 Source/core/html/forms/ImageInputType.h     virtual String resultForDialogSubmit() const OVERRIDE;
String            172 Source/core/html/forms/InputType.cpp     String currentValue = element().value();
String            196 Source/core/html/forms/InputType.cpp String InputType::resultForDialogSubmit() const
String            231 Source/core/html/forms/InputType.cpp bool InputType::typeMismatchFor(const String&) const
String            247 Source/core/html/forms/InputType.cpp bool InputType::valueMissing(const String&) const
String            257 Source/core/html/forms/InputType.cpp bool InputType::patternMismatch(const String&) const
String            262 Source/core/html/forms/InputType.cpp bool InputType::rangeUnderflow(const String& value) const
String            274 Source/core/html/forms/InputType.cpp bool InputType::rangeOverflow(const String& value) const
String            301 Source/core/html/forms/InputType.cpp bool InputType::isInRange(const String& value) const
String            314 Source/core/html/forms/InputType.cpp bool InputType::isOutOfRange(const String& value) const
String            327 Source/core/html/forms/InputType.cpp bool InputType::stepMismatch(const String& value) const
String            339 Source/core/html/forms/InputType.cpp String InputType::badInputText() const
String            345 Source/core/html/forms/InputType.cpp String InputType::rangeOverflowText(const Decimal&) const
String            348 Source/core/html/forms/InputType.cpp     return String();
String            351 Source/core/html/forms/InputType.cpp String InputType::rangeUnderflowText(const Decimal&) const
String            354 Source/core/html/forms/InputType.cpp     return String();
String            357 Source/core/html/forms/InputType.cpp String InputType::typeMismatchText() const
String            362 Source/core/html/forms/InputType.cpp String InputType::valueMissingText() const
String            367 Source/core/html/forms/InputType.cpp String InputType::validationMessage() const
String            369 Source/core/html/forms/InputType.cpp     const String value = element().value();
String            406 Source/core/html/forms/InputType.cpp         String localizedCandidate1 = localizeValue(serialize(candidate1));
String            410 Source/core/html/forms/InputType.cpp         String localizedCandidate2 = localizeValue(serialize(candidate2));
String            424 Source/core/html/forms/InputType.cpp Decimal InputType::parseToNumber(const String&, const Decimal& defaultValue) const
String            430 Source/core/html/forms/InputType.cpp Decimal InputType::parseToNumberOrNaN(const String& string) const
String            435 Source/core/html/forms/InputType.cpp String InputType::serialize(const Decimal&) const
String            438 Source/core/html/forms/InputType.cpp     return String();
String            530 Source/core/html/forms/InputType.cpp bool InputType::getTypeSpecificValue(String&)
String            535 Source/core/html/forms/InputType.cpp String InputType::fallbackValue() const
String            537 Source/core/html/forms/InputType.cpp     return String();
String            540 Source/core/html/forms/InputType.cpp String InputType::defaultValue() const
String            542 Source/core/html/forms/InputType.cpp     return String();
String            560 Source/core/html/forms/InputType.cpp void InputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior)
String            579 Source/core/html/forms/InputType.cpp bool InputType::canSetValue(const String&)
String            584 Source/core/html/forms/InputType.cpp String InputType::localizeValue(const String& proposedValue) const
String            589 Source/core/html/forms/InputType.cpp String InputType::visibleValue() const
String            594 Source/core/html/forms/InputType.cpp String InputType::sanitizeValue(const String& proposedValue) const
String            605 Source/core/html/forms/InputType.cpp String InputType::droppedFileSystemId()
String            608 Source/core/html/forms/InputType.cpp     return String();
String            746 Source/core/html/forms/InputType.cpp String InputType::defaultToolTip() const
String            748 Source/core/html/forms/InputType.cpp     return String();
String            109 Source/core/html/forms/InputType.h     virtual String resultForDialogSubmit() const;
String            113 Source/core/html/forms/InputType.h     virtual bool getTypeSpecificValue(String&); // Checked first, before internal storage or the value attribute.
String            114 Source/core/html/forms/InputType.h     virtual String fallbackValue() const; // Checked last, if both internal storage and value attribute are missing.
String            115 Source/core/html/forms/InputType.h     virtual String defaultValue() const; // Checked after even fallbackValue, only when the valueWithDefault function is called.
String            123 Source/core/html/forms/InputType.h     virtual String validationMessage() const;
String            125 Source/core/html/forms/InputType.h     virtual bool typeMismatchFor(const String&) const;
String            131 Source/core/html/forms/InputType.h     virtual bool valueMissing(const String&) const;
String            133 Source/core/html/forms/InputType.h     virtual bool patternMismatch(const String&) const;
String            134 Source/core/html/forms/InputType.h     bool rangeUnderflow(const String&) const;
String            135 Source/core/html/forms/InputType.h     bool rangeOverflow(const String&) const;
String            136 Source/core/html/forms/InputType.h     bool isInRange(const String&) const;
String            137 Source/core/html/forms/InputType.h     bool isOutOfRange(const String&) const;
String            141 Source/core/html/forms/InputType.h     bool stepMismatch(const String&) const;
String            146 Source/core/html/forms/InputType.h     virtual String badInputText() const;
String            147 Source/core/html/forms/InputType.h     virtual String rangeOverflowText(const Decimal& maximum) const;
String            148 Source/core/html/forms/InputType.h     virtual String rangeUnderflowText(const Decimal& minimum) const;
String            149 Source/core/html/forms/InputType.h     virtual String typeMismatchText() const;
String            150 Source/core/html/forms/InputType.h     virtual String valueMissingText() const;
String            152 Source/core/html/forms/InputType.h     virtual String localizeValue(const String&) const;
String            153 Source/core/html/forms/InputType.h     virtual String visibleValue() const;
String            156 Source/core/html/forms/InputType.h     virtual String sanitizeValue(const String&) const;
String            176 Source/core/html/forms/InputType.h     virtual String droppedFileSystemId();
String            180 Source/core/html/forms/InputType.h     virtual bool canSetValue(const String&);
String            182 Source/core/html/forms/InputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior);
String            191 Source/core/html/forms/InputType.h     virtual String defaultToolTip() const;
String            201 Source/core/html/forms/InputType.h     virtual Decimal parseToNumber(const String&, const Decimal& defaultValue) const;
String            206 Source/core/html/forms/InputType.h     virtual String serialize(const Decimal&) const;
String            229 Source/core/html/forms/InputType.h     Decimal parseToNumberOrNaN(const String&) const;
String             79 Source/core/html/forms/MonthInputType.cpp String MonthInputType::serializeWithMilliseconds(double value) const
String             83 Source/core/html/forms/MonthInputType.cpp         return String();
String            109 Source/core/html/forms/MonthInputType.cpp Decimal MonthInputType::parseToNumber(const String& src, const Decimal& defaultValue) const
String            119 Source/core/html/forms/MonthInputType.cpp bool MonthInputType::parseToDateComponentsInternal(const String& string, DateComponents* out) const
String            143 Source/core/html/forms/MonthInputType.cpp String MonthInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const
String            147 Source/core/html/forms/MonthInputType.cpp     return String::format("%04u-%02u", dateTimeFieldsState.year(), dateTimeFieldsState.month());
String             54 Source/core/html/forms/MonthInputType.h     virtual String serializeWithMilliseconds(double) const OVERRIDE;
String             55 Source/core/html/forms/MonthInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
String             58 Source/core/html/forms/MonthInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
String             65 Source/core/html/forms/MonthInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
String             79 Source/core/html/forms/NumberInputType.cpp     const unsigned sizeOfDigits = String::number(value.value().coefficient()).length();
String            112 Source/core/html/forms/NumberInputType.cpp void NumberInputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior)
String            134 Source/core/html/forms/NumberInputType.cpp bool NumberInputType::typeMismatchFor(const String& value) const
String            156 Source/core/html/forms/NumberInputType.cpp     const String stepString = element().fastGetAttribute(stepAttr);
String            190 Source/core/html/forms/NumberInputType.cpp Decimal NumberInputType::parseToNumber(const String& src, const Decimal& defaultValue) const
String            195 Source/core/html/forms/NumberInputType.cpp String NumberInputType::serialize(const Decimal& value) const
String            198 Source/core/html/forms/NumberInputType.cpp         return String();
String            207 Source/core/html/forms/NumberInputType.cpp String NumberInputType::localizeValue(const String& proposedValue) const
String            217 Source/core/html/forms/NumberInputType.cpp String NumberInputType::visibleValue() const
String            222 Source/core/html/forms/NumberInputType.cpp String NumberInputType::convertFromVisibleValue(const String& visibleValue) const
String            232 Source/core/html/forms/NumberInputType.cpp String NumberInputType::sanitizeValue(const String& proposedValue) const
String            241 Source/core/html/forms/NumberInputType.cpp     String standardValue = convertFromVisibleValue(element().innerTextValue());
String            245 Source/core/html/forms/NumberInputType.cpp String NumberInputType::badInputText() const
String            250 Source/core/html/forms/NumberInputType.cpp String NumberInputType::rangeOverflowText(const Decimal& maximum) const
String            255 Source/core/html/forms/NumberInputType.cpp String NumberInputType::rangeUnderflowText(const Decimal& minimum) const
String             48 Source/core/html/forms/NumberInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
String             52 Source/core/html/forms/NumberInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
String             58 Source/core/html/forms/NumberInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
String             59 Source/core/html/forms/NumberInputType.h     virtual String serialize(const Decimal&) const OVERRIDE;
String             60 Source/core/html/forms/NumberInputType.h     virtual String localizeValue(const String&) const OVERRIDE;
String             61 Source/core/html/forms/NumberInputType.h     virtual String visibleValue() const OVERRIDE;
String             62 Source/core/html/forms/NumberInputType.h     virtual String convertFromVisibleValue(const String&) const OVERRIDE;
String             63 Source/core/html/forms/NumberInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
String             65 Source/core/html/forms/NumberInputType.h     virtual String badInputText() const OVERRIDE;
String             66 Source/core/html/forms/NumberInputType.h     virtual String rangeOverflowText(const Decimal& maxmum) const OVERRIDE;
String             67 Source/core/html/forms/NumberInputType.h     virtual String rangeUnderflowText(const Decimal& minimum) const OVERRIDE;
String             49 Source/core/html/forms/RadioInputType.cpp bool RadioInputType::valueMissing(const String&) const
String             54 Source/core/html/forms/RadioInputType.cpp String RadioInputType::valueMissingText() const
String             69 Source/core/html/forms/RadioInputType.cpp     const String& key = event->keyIdentifier();
String            109 Source/core/html/forms/RadioInputType.cpp     const String& key = event->keyIdentifier();
String             45 Source/core/html/forms/RadioInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
String             46 Source/core/html/forms/RadioInputType.h     virtual String valueMissingText() const OVERRIDE;
String            113 Source/core/html/forms/RangeInputType.cpp bool RangeInputType::typeMismatchFor(const String& value) const
String            190 Source/core/html/forms/RangeInputType.cpp     const String& key = event->keyIdentifier();
String            262 Source/core/html/forms/RangeInputType.cpp Decimal RangeInputType::parseToNumber(const String& src, const Decimal& defaultValue) const
String            267 Source/core/html/forms/RangeInputType.cpp String RangeInputType::serialize(const Decimal& value) const
String            270 Source/core/html/forms/RangeInputType.cpp         return String();
String            290 Source/core/html/forms/RangeInputType.cpp void RangeInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior)
String            300 Source/core/html/forms/RangeInputType.cpp String RangeInputType::fallbackValue() const
String            305 Source/core/html/forms/RangeInputType.cpp String RangeInputType::sanitizeValue(const String& proposedValue) const
String            360 Source/core/html/forms/RangeInputType.cpp         String optionValue = optionElement->value();
String             52 Source/core/html/forms/RangeInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
String             62 Source/core/html/forms/RangeInputType.h     virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
String             63 Source/core/html/forms/RangeInputType.h     virtual String serialize(const Decimal&) const OVERRIDE;
String             66 Source/core/html/forms/RangeInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
String             67 Source/core/html/forms/RangeInputType.h     virtual String fallbackValue() const OVERRIDE;
String             68 Source/core/html/forms/RangeInputType.h     virtual String sanitizeValue(const String& proposedValue) const OVERRIDE;
String             67 Source/core/html/forms/ResetInputType.cpp String ResetInputType::defaultValue() const
String             47 Source/core/html/forms/ResetInputType.h     virtual String defaultValue() const OVERRIDE;
String            109 Source/core/html/forms/SearchInputType.cpp     const String& key = event->keyIdentifier();
String             98 Source/core/html/forms/StepRange.cpp Decimal StepRange::parseStep(AnyStepHandling anyStepHandling, const StepDescription& stepDescription, const String& stepString)
String             79 Source/core/html/forms/StepRange.h     static Decimal parseStep(AnyStepHandling, const StepDescription&, const String&);
String             84 Source/core/html/forms/SubmitInputType.cpp String SubmitInputType::defaultValue() const
String             49 Source/core/html/forms/SubmitInputType.h     virtual String defaultValue() const OVERRIDE;
String            137 Source/core/html/forms/TextFieldInputType.cpp bool TextFieldInputType::valueMissing(const String& value) const
String            147 Source/core/html/forms/TextFieldInputType.cpp void TextFieldInputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior)
String            208 Source/core/html/forms/TextFieldInputType.cpp     const String& key = event->keyIdentifier();
String            401 Source/core/html/forms/TextFieldInputType.cpp static String limitLength(const String& string, unsigned maxLength)
String            411 Source/core/html/forms/TextFieldInputType.cpp String TextFieldInputType::sanitizeValue(const String& proposedValue) const
String            439 Source/core/html/forms/TextFieldInputType.cpp     String eventText = event->text();
String            461 Source/core/html/forms/TextFieldInputType.cpp     String placeholderText = element().strippedPlaceholder();
String            489 Source/core/html/forms/TextFieldInputType.cpp String TextFieldInputType::convertFromVisibleValue(const String& visibleValue) const
String             62 Source/core/html/forms/TextFieldInputType.h     virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
String             65 Source/core/html/forms/TextFieldInputType.h     virtual String convertFromVisibleValue(const String&) const;
String             77 Source/core/html/forms/TextFieldInputType.h     virtual bool valueMissing(const String&) const OVERRIDE;
String             83 Source/core/html/forms/TextFieldInputType.h     virtual String sanitizeValue(const String&) const OVERRIDE;
String             96 Source/core/html/forms/TimeInputType.cpp bool TimeInputType::parseToDateComponentsInternal(const String& string, DateComponents* out) const
String            116 Source/core/html/forms/TimeInputType.cpp String TimeInputType::localizeValue(const String& proposedValue) const
String            124 Source/core/html/forms/TimeInputType.cpp     String localized = element().locale().formatDateTime(date, formatType);
String            128 Source/core/html/forms/TimeInputType.cpp String TimeInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const
String            133 Source/core/html/forms/TimeInputType.cpp         return String::format("%02u:%02u:%02u.%03u",
String            140 Source/core/html/forms/TimeInputType.cpp         return String::format("%02u:%02u:%02u",
String            145 Source/core/html/forms/TimeInputType.cpp     return String::format("%02u:%02u", dateTimeFieldsState.hour23(), dateTimeFieldsState.minute());
String             55 Source/core/html/forms/TimeInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
String             59 Source/core/html/forms/TimeInputType.h     virtual String localizeValue(const String&) const OVERRIDE;
String             62 Source/core/html/forms/TimeInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
String             47 Source/core/html/forms/TypeAhead.cpp static String stripLeadingWhiteSpace(const String& string)
String             79 Source/core/html/forms/TypeAhead.cpp     String prefix;
String             83 Source/core/html/forms/TypeAhead.cpp         prefix = String(&c, 1);
String            104 Source/core/html/forms/TypeAhead.cpp         String prefixWithCaseFolded(prefix.foldCase());
String            107 Source/core/html/forms/TypeAhead.cpp             String text = m_dataSource->optionAtIndex(index);
String             43 Source/core/html/forms/TypeAhead.h     virtual String optionAtIndex(int index) const = 0;
String             56 Source/core/html/forms/URLInputType.cpp bool URLInputType::typeMismatchFor(const String& value) const
String             66 Source/core/html/forms/URLInputType.cpp String URLInputType::typeMismatchText() const
String             46 Source/core/html/forms/URLInputType.h     virtual bool typeMismatchFor(const String&) const OVERRIDE;
String             48 Source/core/html/forms/URLInputType.h     virtual String typeMismatchText() const OVERRIDE;
String             68 Source/core/html/forms/ValidationMessage.cpp void ValidationMessage::updateValidationMessage(const String& message)
String             50 Source/core/html/forms/ValidationMessage.h     void updateValidationMessage(const String&);
String             73 Source/core/html/forms/WeekInputType.cpp bool WeekInputType::parseToDateComponentsInternal(const String& string, DateComponents* out) const
String             93 Source/core/html/forms/WeekInputType.cpp String WeekInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const
String             97 Source/core/html/forms/WeekInputType.cpp     return String::format("%04u-W%02u", dateTimeFieldsState.year(), dateTimeFieldsState.weekOfYear());
String             54 Source/core/html/forms/WeekInputType.h     virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
String             60 Source/core/html/forms/WeekInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
String             55 Source/core/html/ime/InputMethodContext.cpp String InputMethodContext::locale() const
String             96 Source/core/html/ime/InputMethodContext.cpp String InputMethodContext::compositionText() const
String             57 Source/core/html/ime/InputMethodContext.h     String locale() const;
String             63 Source/core/html/ime/InputMethodContext.h     String compositionText() const;
String            107 Source/core/html/imports/HTMLImportsController.cpp void HTMLImportsController::showSecurityErrorMessage(const String& message)
String             73 Source/core/html/imports/HTMLImportsController.h     void showSecurityErrorMessage(const String&);
String             86 Source/core/html/parser/AtomicHTMLToken.h     const String& characters() const
String             92 Source/core/html/parser/AtomicHTMLToken.h     const String& comment() const
String            138 Source/core/html/parser/AtomicHTMLToken.h                 m_data = String::make8BitFrom16BitSource(token.data());
String            140 Source/core/html/parser/AtomicHTMLToken.h                 m_data = String(token.data());
String            212 Source/core/html/parser/AtomicHTMLToken.h     String m_data;
String             38 Source/core/html/parser/BackgroundHTMLInputStream.cpp void BackgroundHTMLInputStream::append(const String& input)
String             69 Source/core/html/parser/BackgroundHTMLInputStream.cpp         m_segments[i] = String();
String             79 Source/core/html/parser/BackgroundHTMLInputStream.cpp void BackgroundHTMLInputStream::rewindTo(HTMLInputCheckpoint checkpointIndex, const String& unparsedInput)
String             42 Source/core/html/parser/BackgroundHTMLInputStream.h     void append(const String&);
String             50 Source/core/html/parser/BackgroundHTMLInputStream.h     void rewindTo(HTMLInputCheckpoint, const String& unparsedInput);
String             70 Source/core/html/parser/BackgroundHTMLInputStream.h     Vector<String> m_segments;
String            115 Source/core/html/parser/BackgroundHTMLParser.cpp void BackgroundHTMLParser::appendDecodedBytes(const String& input)
String            134 Source/core/html/parser/BackgroundHTMLParser.cpp void BackgroundHTMLParser::updateDocument(const String& decodedData)
String            192 Source/core/html/parser/BackgroundHTMLParser.cpp     m_input.append(String(&kEndOfFileMarker, 1));
String             65 Source/core/html/parser/BackgroundHTMLParser.h         String unparsedInput;
String             84 Source/core/html/parser/BackgroundHTMLParser.h     void appendDecodedBytes(const String&);
String             88 Source/core/html/parser/BackgroundHTMLParser.h     void updateDocument(const String& decodedData);
String             68 Source/core/html/parser/CSSPreloadScanner.cpp void CSSPreloadScanner::scan(const String& tagName,  const SegmentedString& source, PreloadRequestStream& requests)
String            167 Source/core/html/parser/CSSPreloadScanner.cpp static String parseCSSStringOrURL(const String& string)
String            197 Source/core/html/parser/CSSPreloadScanner.cpp         return String();
String            214 Source/core/html/parser/CSSPreloadScanner.cpp         String url = parseCSSStringOrURL(m_ruleValue.toString());
String             47 Source/core/html/parser/CSSPreloadScanner.h     void scan(const String&, const SegmentedString&, PreloadRequestStream&);
String             36 Source/core/html/parser/CompactHTMLToken.cpp     String data;
String             58 Source/core/html/parser/CompactHTMLToken.cpp         m_attributes.append(Attribute(attemptStaticStringCreation(token->publicIdentifier(), Likely8Bit), String(token->systemIdentifier())));
String             41 Source/core/html/parser/CompactHTMLToken.h         Attribute(const String& name, const String& value)
String             47 Source/core/html/parser/CompactHTMLToken.h         String name;
String             48 Source/core/html/parser/CompactHTMLToken.h         String value;
String             56 Source/core/html/parser/CompactHTMLToken.h     const String& data() const { return m_data; }
String             65 Source/core/html/parser/CompactHTMLToken.h     const String& publicIdentifier() const { return m_attributes[0].name; }
String             66 Source/core/html/parser/CompactHTMLToken.h     const String& systemIdentifier() const { return m_attributes[0].value; }
String             75 Source/core/html/parser/CompactHTMLToken.h     String m_data; // "name", "characters", or "data" depending on m_type
String             92 Source/core/html/parser/HTMLConstructionSite.cpp static inline bool isAllWhitespace(const String& string)
String            223 Source/core/html/parser/HTMLConstructionSite.cpp static String atomizeIfAllWhitespace(const String& string, WhitespaceMode whitespaceMode)
String            252 Source/core/html/parser/HTMLConstructionSite.cpp         String substring = string.substring(currentPosition, breakIndex - currentPosition);
String            433 Source/core/html/parser/HTMLConstructionSite.cpp void HTMLConstructionSite::setCompatibilityModeFromDoctype(const String& name, const String& publicId, const String& systemId)
String            540 Source/core/html/parser/HTMLConstructionSite.cpp     const String& publicId = StringImpl::create8BitIfPossible(token->publicIdentifier());
String            541 Source/core/html/parser/HTMLConstructionSite.cpp     const String& systemId = StringImpl::create8BitIfPossible(token->systemIdentifier());
String            664 Source/core/html/parser/HTMLConstructionSite.cpp void HTMLConstructionSite::insertTextNode(const String& string, WhitespaceMode whitespaceMode)
String            138 Source/core/html/parser/HTMLConstructionSite.h     void insertTextNode(const String&, WhitespaceMode = WhitespaceUnknown);
String            212 Source/core/html/parser/HTMLConstructionSite.h     void setCompatibilityModeFromDoctype(const String& name, const String& publicId, const String& systemId);
String            247 Source/core/html/parser/HTMLConstructionSite.h         void append(PassRefPtr<ContainerNode> newParent, PassRefPtr<Node> newNextChild, const String& newString, WhitespaceMode newWhitespaceMode)
String            742 Source/core/html/parser/HTMLDocumentParser.cpp     String source(inputSource);
String            981 Source/core/html/parser/HTMLDocumentParser.cpp void HTMLDocumentParser::parseDocumentFragment(const String& source, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy)
String             80 Source/core/html/parser/HTMLDocumentParser.h     static void parseDocumentFragment(const String&, DocumentFragment*, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
String            287 Source/core/html/parser/HTMLElementStack.cpp             const String& encoding = encodingAttr->value();
String            101 Source/core/html/parser/HTMLEntityParser.cpp         source.prepend(SegmentedString(String(consumedCharacters)));
String             76 Source/core/html/parser/HTMLInputStream.h         m_last->append(SegmentedString(String(&kEndOfFileMarker, 1)));
String             59 Source/core/html/parser/HTMLMetaCharsetParser.cpp         String attributeName = attemptStaticStringCreation(iter->name, Likely8Bit);
String             60 Source/core/html/parser/HTMLMetaCharsetParser.cpp         String attributeValue = StringImpl::create8BitIfPossible(iter->value);
String            100 Source/core/html/parser/HTMLMetaCharsetParser.cpp             String tagName = attemptStaticStringCreation(m_token.name(), Likely8Bit);
String             41 Source/core/html/parser/HTMLParserIdioms.cpp static String stripLeadingAndTrailingHTMLSpaces(String string, const CharType* characters, unsigned length)
String             67 Source/core/html/parser/HTMLParserIdioms.cpp String stripLeadingAndTrailingHTMLSpaces(const String& string)
String             80 Source/core/html/parser/HTMLParserIdioms.cpp String serializeForNumberType(const Decimal& number)
String             89 Source/core/html/parser/HTMLParserIdioms.cpp String serializeForNumberType(double number)
String             93 Source/core/html/parser/HTMLParserIdioms.cpp     return String::numberToStringECMAScript(number);
String             96 Source/core/html/parser/HTMLParserIdioms.cpp Decimal parseToDecimalForNumberType(const String& string, const Decimal& fallbackValue)
String            117 Source/core/html/parser/HTMLParserIdioms.cpp double parseToDoubleForNumberType(const String& string, double fallbackValue)
String            192 Source/core/html/parser/HTMLParserIdioms.cpp bool parseHTMLInteger(const String& input, int& value)
String            253 Source/core/html/parser/HTMLParserIdioms.cpp bool parseHTMLNonNegativeInteger(const String& input, unsigned& value)
String            270 Source/core/html/parser/HTMLParserIdioms.cpp String extractCharset(const String& value)
String            326 Source/core/html/parser/HTMLParserIdioms.cpp     String charset;
String            329 Source/core/html/parser/HTMLParserIdioms.cpp         const String& attributeName = iter->first;
String            330 Source/core/html/parser/HTMLParserIdioms.cpp         const String& attributeValue = AtomicString(iter->second);
String            367 Source/core/html/parser/HTMLParserIdioms.cpp bool threadSafeMatch(const String& localName, const QualifiedName& qName)
String            395 Source/core/html/parser/HTMLParserIdioms.cpp String attemptStaticStringCreation(const LChar* characters, size_t size)
String            397 Source/core/html/parser/HTMLParserIdioms.cpp     String string(findStringIfStatic(characters, size));
String            400 Source/core/html/parser/HTMLParserIdioms.cpp     return String(characters, size);
String            403 Source/core/html/parser/HTMLParserIdioms.cpp String attemptStaticStringCreation(const UChar* characters, size_t size, CharacterWidth width)
String            405 Source/core/html/parser/HTMLParserIdioms.cpp     String string(findStringIfStatic(characters, size));
String            411 Source/core/html/parser/HTMLParserIdioms.cpp         string = String::make8BitFrom16BitSource(characters, size);
String            413 Source/core/html/parser/HTMLParserIdioms.cpp         string = String(characters, size);
String             45 Source/core/html/parser/HTMLParserIdioms.h String stripLeadingAndTrailingHTMLSpaces(const String&);
String             47 Source/core/html/parser/HTMLParserIdioms.h String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector)
String             53 Source/core/html/parser/HTMLParserIdioms.h String serializeForNumberType(const Decimal&);
String             54 Source/core/html/parser/HTMLParserIdioms.h String serializeForNumberType(double);
String             59 Source/core/html/parser/HTMLParserIdioms.h Decimal parseToDecimalForNumberType(const String&, const Decimal& fallbackValue = Decimal::nan());
String             60 Source/core/html/parser/HTMLParserIdioms.h double parseToDoubleForNumberType(const String&, double fallbackValue = std::numeric_limits<double>::quiet_NaN());
String             63 Source/core/html/parser/HTMLParserIdioms.h bool parseHTMLInteger(const String&, int&);
String             66 Source/core/html/parser/HTMLParserIdioms.h bool parseHTMLNonNegativeInteger(const String&, unsigned&);
String             68 Source/core/html/parser/HTMLParserIdioms.h typedef Vector<pair<String, String> > HTMLAttributeList;
String            108 Source/core/html/parser/HTMLParserIdioms.h bool threadSafeMatch(const String&, const QualifiedName&);
String            116 Source/core/html/parser/HTMLParserIdioms.h String attemptStaticStringCreation(const LChar*, size_t);
String            118 Source/core/html/parser/HTMLParserIdioms.h String attemptStaticStringCreation(const UChar*, size_t, CharacterWidth);
String            121 Source/core/html/parser/HTMLParserIdioms.h inline static String attemptStaticStringCreation(const Vector<UChar, inlineCapacity>& vector, CharacterWidth width)
String            126 Source/core/html/parser/HTMLParserIdioms.h inline static String attemptStaticStringCreation(const String str)
String             59 Source/core/html/parser/HTMLPreloadScanner.cpp static bool match(const String& name, const QualifiedName& qName)
String             73 Source/core/html/parser/HTMLPreloadScanner.cpp static const StringImpl* tagImplFor(const String& tagName)
String             81 Source/core/html/parser/HTMLPreloadScanner.cpp static String initiatorFor(const StringImpl* tagImpl)
String             96 Source/core/html/parser/HTMLPreloadScanner.cpp static bool mediaAttributeMatches(const MediaValues& mediaValues, const String& attributeValue)
String            134 Source/core/html/parser/HTMLPreloadScanner.cpp             String attributeValue = StringImpl::create8BitIfPossible(iter->value);
String            163 Source/core/html/parser/HTMLPreloadScanner.cpp     void processAttribute(const NameType& attributeName, const String& attributeValue)
String            202 Source/core/html/parser/HTMLPreloadScanner.cpp     static bool relAttributeIsStyleSheet(const String& attributeValue)
String            208 Source/core/html/parser/HTMLPreloadScanner.cpp     void setUrlToLoad(const String& value, URLReplacement replacement)
String            214 Source/core/html/parser/HTMLPreloadScanner.cpp         String url = stripLeadingAndTrailingHTMLSpaces(value);
String            220 Source/core/html/parser/HTMLPreloadScanner.cpp     const String& charset() const
String            261 Source/core/html/parser/HTMLPreloadScanner.cpp     void setCrossOriginAllowed(const String& corsSetting)
String            271 Source/core/html/parser/HTMLPreloadScanner.cpp     String m_urlToLoad;
String            273 Source/core/html/parser/HTMLPreloadScanner.cpp     String m_charset;
String             38 Source/core/html/parser/HTMLResourcePreloader.h     static PassOwnPtr<PreloadRequest> create(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType)
String             47 Source/core/html/parser/HTMLResourcePreloader.h     const String& charset() const { return m_charset; }
String             49 Source/core/html/parser/HTMLResourcePreloader.h     void setCharset(const String& charset) { m_charset = charset.isolatedCopy(); }
String             59 Source/core/html/parser/HTMLResourcePreloader.h     PreloadRequest(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType)
String             73 Source/core/html/parser/HTMLResourcePreloader.h     String m_initiatorName;
String             75 Source/core/html/parser/HTMLResourcePreloader.h     String m_resourceURL;
String             77 Source/core/html/parser/HTMLResourcePreloader.h     String m_charset;
String             53 Source/core/html/parser/HTMLSourceTracker.cpp     m_cachedSourceForToken = String();
String             59 Source/core/html/parser/HTMLSourceTracker.cpp String HTMLSourceTracker::sourceForToken(const HTMLToken& token)
String             47 Source/core/html/parser/HTMLSourceTracker.h     String sourceForToken(const HTMLToken&);
String             53 Source/core/html/parser/HTMLSourceTracker.h     String m_cachedSourceForToken;
String             82 Source/core/html/parser/HTMLSrcsetParser.cpp static void parseImageCandidatesFromSrcsetAttribute(const String& attribute, const CharType* attributeStart, unsigned length, Vector<ImageCandidate>& imageCandidates)
String            123 Source/core/html/parser/HTMLSrcsetParser.cpp static void parseImageCandidatesFromSrcsetAttribute(const String& attribute, Vector<ImageCandidate>& imageCandidates)
String            156 Source/core/html/parser/HTMLSrcsetParser.cpp ImageCandidate bestFitSourceForSrcsetAttribute(float deviceScaleFactor, const String& srcsetAttribute)
String            165 Source/core/html/parser/HTMLSrcsetParser.cpp ImageCandidate bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, const String& srcsetAttribute)
String            183 Source/core/html/parser/HTMLSrcsetParser.cpp String bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, ImageCandidate& srcsetImageCandidate)
String             45 Source/core/html/parser/HTMLSrcsetParser.h     ImageCandidate(const String& source, unsigned start, unsigned length, float scaleFactor)
String             51 Source/core/html/parser/HTMLSrcsetParser.h     String toString() const
String             53 Source/core/html/parser/HTMLSrcsetParser.h         return String(m_string.toString());
String             76 Source/core/html/parser/HTMLSrcsetParser.h ImageCandidate bestFitSourceForSrcsetAttribute(float deviceScaleFactor, const String& srcsetAttribute);
String             78 Source/core/html/parser/HTMLSrcsetParser.h ImageCandidate bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, const String& srcsetAttribute);
String             80 Source/core/html/parser/HTMLSrcsetParser.h String bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, ImageCandidate& srcsetImageCandidate);
String            347 Source/core/html/parser/HTMLToken.h     void appendToAttributeValue(size_t i, const String& value)
String             71 Source/core/html/parser/HTMLTokenizer.cpp static inline bool vectorEqualsString(const Vector<LChar, 32>& vector, const String& string)
String           1075 Source/core/html/parser/HTMLTokenizer.cpp         DEFINE_STATIC_LOCAL(String, dashDashString, ("--"));
String           1076 Source/core/html/parser/HTMLTokenizer.cpp         DEFINE_STATIC_LOCAL(String, doctypeString, ("doctype"));
String           1077 Source/core/html/parser/HTMLTokenizer.cpp         DEFINE_STATIC_LOCAL(String, cdataString, ("[CDATA["));
String           1278 Source/core/html/parser/HTMLTokenizer.cpp             DEFINE_STATIC_LOCAL(String, publicString, ("public"));
String           1279 Source/core/html/parser/HTMLTokenizer.cpp             DEFINE_STATIC_LOCAL(String, systemString, ("system"));
String           1589 Source/core/html/parser/HTMLTokenizer.cpp String HTMLTokenizer::bufferedCharacters() const
String           1600 Source/core/html/parser/HTMLTokenizer.cpp void HTMLTokenizer::updateStateFor(const String& tagName)
String           1617 Source/core/html/parser/HTMLTokenizer.cpp inline bool HTMLTokenizer::temporaryBufferIs(const String& expectedString)
String            153 Source/core/html/parser/HTMLTokenizer.h     String bufferedCharacters() const;
String            177 Source/core/html/parser/HTMLTokenizer.h     void updateStateFor(const String& tagName);
String            241 Source/core/html/parser/HTMLTokenizer.h     inline bool temporaryBufferIs(const String&);
String             70 Source/core/html/parser/HTMLTreeBuilder.cpp static inline bool isAllWhitespace(const String& string)
String             75 Source/core/html/parser/HTMLTreeBuilder.cpp static inline bool isAllWhitespaceOrReplacementCharacters(const String& string)
String            154 Source/core/html/parser/HTMLTreeBuilder.cpp     explicit CharacterTokenBuffer(const String& characters)
String            181 Source/core/html/parser/HTMLTreeBuilder.cpp     String takeLeadingWhitespace()
String            191 Source/core/html/parser/HTMLTreeBuilder.cpp     String takeRemaining()
String            197 Source/core/html/parser/HTMLTreeBuilder.cpp         return String(m_characters->substring(start, m_end - start));
String            209 Source/core/html/parser/HTMLTreeBuilder.cpp     String takeRemainingWhitespace()
String            224 Source/core/html/parser/HTMLTreeBuilder.cpp             return String();
String            226 Source/core/html/parser/HTMLTreeBuilder.cpp             return String(m_characters->substring(start, start - m_end));
String            251 Source/core/html/parser/HTMLTreeBuilder.cpp     String takeLeading()
String            257 Source/core/html/parser/HTMLTreeBuilder.cpp             return String();
String            258 Source/core/html/parser/HTMLTreeBuilder.cpp         return String(m_characters->substring(start, m_current - start));
String           2273 Source/core/html/parser/HTMLTreeBuilder.cpp         String leadingWhitespace = buffer.takeLeadingWhitespace();
String           2283 Source/core/html/parser/HTMLTreeBuilder.cpp         String leadingWhitespace = buffer.takeLeadingWhitespace();
String           2326 Source/core/html/parser/HTMLTreeBuilder.cpp         String leadingWhitespace = buffer.takeLeadingWhitespace();
String           2354 Source/core/html/parser/HTMLTreeBuilder.cpp         String leadingWhitespace = buffer.takeLeadingWhitespace();
String           2365 Source/core/html/parser/HTMLTreeBuilder.cpp         String leadingWhitespace = buffer.takeRemainingWhitespace();
String           2379 Source/core/html/parser/HTMLTreeBuilder.cpp         String leadingWhitespace = buffer.takeRemainingWhitespace();
String           2394 Source/core/html/parser/HTMLTreeBuilder.cpp     const String& characters = buffer.takeRemaining();
String           2528 Source/core/html/parser/HTMLTreeBuilder.cpp     String characters = m_pendingTableCharacters.toString();
String           2662 Source/core/html/parser/HTMLTreeBuilder.cpp         const String& characters = token->characters();
String             43 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp     const String& tagName = token.data();
String            100 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp     const String& tagName = token.data();
String            135 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp         const String& tagName = token.data();
String            164 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp         const String& tagName = token.data();
String             36 Source/core/html/parser/HTMLViewSourceParser.cpp HTMLViewSourceParser::HTMLViewSourceParser(HTMLViewSourceDocument* document, const String& mimeType)
String             63 Source/core/html/parser/HTMLViewSourceParser.cpp     m_input.appendToEnd(String(input));
String             39 Source/core/html/parser/HTMLViewSourceParser.h     static PassRefPtr<HTMLViewSourceParser> create(HTMLViewSourceDocument* document, const String& mimeType)
String             46 Source/core/html/parser/HTMLViewSourceParser.h     HTMLViewSourceParser(HTMLViewSourceDocument*, const String& mimeType);
String             91 Source/core/html/parser/TextResourceDecoder.cpp TextResourceDecoder::ContentType TextResourceDecoder::determineContentType(const String& mimeType)
String            113 Source/core/html/parser/TextResourceDecoder.cpp TextResourceDecoder::TextResourceDecoder(const String& mimeType, const WTF::TextEncoding& specifiedDefaultEncoding, bool usesEncodingDetector)
String            363 Source/core/html/parser/TextResourceDecoder.cpp String TextResourceDecoder::decode(const char* data, size_t len)
String            409 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(dataForDecode, lengthForDecode, DoNotFlush, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
String            415 Source/core/html/parser/TextResourceDecoder.cpp String TextResourceDecoder::flush()
String            430 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(m_buffer.data(), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
String             48 Source/core/html/parser/TextResourceDecoder.h     static PassOwnPtr<TextResourceDecoder> create(const String& mimeType, const WTF::TextEncoding& defaultEncoding = WTF::TextEncoding(), bool usesEncodingDetector = false)
String             62 Source/core/html/parser/TextResourceDecoder.h     String decode(const char* data, size_t length);
String             63 Source/core/html/parser/TextResourceDecoder.h     String flush();
String             74 Source/core/html/parser/TextResourceDecoder.h     TextResourceDecoder(const String& mimeType, const WTF::TextEncoding& defaultEncoding, bool usesEncodingDetector);
String             77 Source/core/html/parser/TextResourceDecoder.h     static ContentType determineContentType(const String& mimeType);
String             74 Source/core/html/parser/XSSAuditor.cpp static String canonicalize(const String& string)
String            100 Source/core/html/parser/XSSAuditor.cpp static bool startsHTMLCommentAt(const String& string, size_t start)
String            105 Source/core/html/parser/XSSAuditor.cpp static bool startsSingleLineCommentAt(const String& string, size_t start)
String            110 Source/core/html/parser/XSSAuditor.cpp static bool startsMultiLineCommentAt(const String& string, size_t start)
String            115 Source/core/html/parser/XSSAuditor.cpp static bool startsOpeningScriptTagAt(const String& string, size_t start)
String            141 Source/core/html/parser/XSSAuditor.cpp     const String& attrName = name.namespaceURI() == XLinkNames::xlinkNamespaceURI ? "xlink:" + name.localName().string() : name.localName().string();
String            160 Source/core/html/parser/XSSAuditor.cpp static bool isDangerousHTTPEquiv(const String& value)
String            162 Source/core/html/parser/XSSAuditor.cpp     String equiv = value.stripWhiteSpace();
String            166 Source/core/html/parser/XSSAuditor.cpp static inline String decode16BitUnicodeEscapeSequences(const String& string)
String            172 Source/core/html/parser/XSSAuditor.cpp static inline String decodeStandardURLEscapeSequences(const String& string, const WTF::TextEncoding& encoding)
String            179 Source/core/html/parser/XSSAuditor.cpp static String fullyDecodeString(const String& string, const WTF::TextEncoding& encoding)
String            182 Source/core/html/parser/XSSAuditor.cpp     String workingString = string;
String            206 Source/core/html/parser/XSSAuditor.cpp static bool semicolonSeparatedValueContainsJavaScriptURL(const String& value)
String            208 Source/core/html/parser/XSSAuditor.cpp     Vector<String> valueList;
String            280 Source/core/html/parser/XSSAuditor.cpp         String errorDetails;
String            282 Source/core/html/parser/XSSAuditor.cpp         String reportURL;
String            297 Source/core/html/parser/XSSAuditor.cpp             document->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Error parsing header X-XSS-Protection: " + headerValue + ": "  + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied.");
String            327 Source/core/html/parser/XSSAuditor.cpp         m_decodedURL = String();
String            331 Source/core/html/parser/XSSAuditor.cpp         m_httpBodyAsString = String();
String            333 Source/core/html/parser/XSSAuditor.cpp             m_decodedHTTPBody = String();
String            466 Source/core/html/parser/XSSAuditor.cpp     if (!HTMLParamElement::isURLParameter(String(nameAttribute.value)))
String            479 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, codeAttr, String(), SrcLikeAttribute);
String            493 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, codeAttr, String(), SrcLikeAttribute);
String            504 Source/core/html/parser/XSSAuditor.cpp     bool didBlockScript = eraseAttributeIfInjected(request, srcdocAttr, String(), ScriptLikeAttribute);
String            506 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, srcAttr, String(), SrcLikeAttribute);
String            553 Source/core/html/parser/XSSAuditor.cpp     DEFINE_STATIC_LOCAL(String, safeJavaScriptURL, ("javascript:void(0)"));
String            560 Source/core/html/parser/XSSAuditor.cpp         String strippedValue = stripLeadingAndTrailingHTMLSpaces(String(attribute.value));
String            574 Source/core/html/parser/XSSAuditor.cpp bool XSSAuditor::eraseAttributeIfInjected(const FilterTokenRequest& request, const QualifiedName& attributeName, const String& replacementValue, AttributeKind treatment)
String            580 Source/core/html/parser/XSSAuditor.cpp             if (threadSafeMatch(attributeName, srcAttr) && isLikelySafeResource(String(attribute.value)))
String            582 Source/core/html/parser/XSSAuditor.cpp             if (threadSafeMatch(attributeName, http_equivAttr) && !isDangerousHTTPEquiv(String(attribute.value)))
String            593 Source/core/html/parser/XSSAuditor.cpp String XSSAuditor::decodedSnippetForName(const FilterTokenRequest& request)
String            599 Source/core/html/parser/XSSAuditor.cpp String XSSAuditor::decodedSnippetForAttribute(const FilterTokenRequest& request, const HTMLToken::Attribute& attribute, AttributeKind treatment)
String            607 Source/core/html/parser/XSSAuditor.cpp     String decodedSnippet = fullyDecodeString(request.sourceTracker.sourceForToken(request.token).substring(start, end - start), m_encoding);
String            658 Source/core/html/parser/XSSAuditor.cpp String XSSAuditor::decodedSnippetForJavaScript(const FilterTokenRequest& request)
String            660 Source/core/html/parser/XSSAuditor.cpp     String string = request.sourceTracker.sourceForToken(request.token);
String            691 Source/core/html/parser/XSSAuditor.cpp     String result;
String            732 Source/core/html/parser/XSSAuditor.cpp bool XSSAuditor::isContainedInRequest(const String& decodedSnippet)
String            743 Source/core/html/parser/XSSAuditor.cpp bool XSSAuditor::isLikelySafeResource(const String& url)
String            101 Source/core/html/parser/XSSAuditor.h     bool eraseAttributeIfInjected(const FilterTokenRequest&, const QualifiedName&, const String& replacementValue = String(), AttributeKind treatment = NormalAttribute);
String            103 Source/core/html/parser/XSSAuditor.h     String decodedSnippetForToken(const HTMLToken&);
String            104 Source/core/html/parser/XSSAuditor.h     String decodedSnippetForName(const FilterTokenRequest&);
String            105 Source/core/html/parser/XSSAuditor.h     String decodedSnippetForAttribute(const FilterTokenRequest&, const HTMLToken::Attribute&, AttributeKind treatment = NormalAttribute);
String            106 Source/core/html/parser/XSSAuditor.h     String decodedSnippetForJavaScript(const FilterTokenRequest&);
String            108 Source/core/html/parser/XSSAuditor.h     bool isContainedInRequest(const String&);
String            109 Source/core/html/parser/XSSAuditor.h     bool isLikelySafeResource(const String& url);
String            118 Source/core/html/parser/XSSAuditor.h     String m_decodedURL;
String            119 Source/core/html/parser/XSSAuditor.h     String m_decodedHTTPBody;
String            120 Source/core/html/parser/XSSAuditor.h     String m_httpBodyAsString;
String             42 Source/core/html/parser/XSSAuditorDelegate.cpp String XSSInfo::buildConsoleError() const
String             81 Source/core/html/parser/XSSAuditorDelegate.cpp     String httpBody;
String             43 Source/core/html/parser/XSSAuditorDelegate.h     static PassOwnPtr<XSSInfo> create(const String& originalURL, bool didBlockEntirePage, bool didSendXSSProtectionHeader, bool didSendCSPHeader)
String             48 Source/core/html/parser/XSSAuditorDelegate.h     String buildConsoleError() const;
String             51 Source/core/html/parser/XSSAuditorDelegate.h     String m_originalURL;
String             58 Source/core/html/parser/XSSAuditorDelegate.h     XSSInfo(const String& originalURL, bool didBlockEntirePage, bool didSendXSSProtectionHeader, bool didSendCSPHeader)
String             56 Source/core/html/shadow/DateTimeEditElement.cpp     bool build(const String&);
String             72 Source/core/html/shadow/DateTimeEditElement.cpp     virtual void visitLiteral(const String&) OVERRIDE FINAL;
String            128 Source/core/html/shadow/DateTimeEditElement.cpp bool DateTimeEditBuilder::build(const String& formatString)
String            400 Source/core/html/shadow/DateTimeEditElement.cpp void DateTimeEditBuilder::visitLiteral(const String& text)
String            409 Source/core/html/shadow/DateTimeEditElement.cpp             element->appendChild(Text::create(m_editElement.document(), String(&rightToLeftMark, 1)));
String            782 Source/core/html/shadow/DateTimeEditElement.cpp String DateTimeEditElement::value() const
String             58 Source/core/html/shadow/DateTimeEditElement.h         virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const = 0;
String             65 Source/core/html/shadow/DateTimeEditElement.h         String dateTimeFormat;
String             66 Source/core/html/shadow/DateTimeEditElement.h         String fallbackDateTimeFormat;
String             71 Source/core/html/shadow/DateTimeEditElement.h         String placeholderForDay;
String             72 Source/core/html/shadow/DateTimeEditElement.h         String placeholderForMonth;
String             73 Source/core/html/shadow/DateTimeEditElement.h         String placeholderForYear;
String            105 Source/core/html/shadow/DateTimeEditElement.h     String value() const;
String             40 Source/core/html/shadow/DateTimeFieldElement.cpp static String emptyValueAXText()
String             80 Source/core/html/shadow/DateTimeFieldElement.cpp     const String& keyIdentifier = keyboardEvent->keyIdentifier();
String            140 Source/core/html/shadow/DateTimeFieldElement.cpp void DateTimeFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum)
String            204 Source/core/html/shadow/DateTimeFieldElement.cpp     const String newVisibleValue = visibleValue();
String             77 Source/core/html/shadow/DateTimeFieldElement.h     virtual String value() const = 0;
String             78 Source/core/html/shadow/DateTimeFieldElement.h     virtual String visibleValue() const = 0;
String             84 Source/core/html/shadow/DateTimeFieldElement.h     void initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum);
String             40 Source/core/html/shadow/DateTimeFieldElements.cpp static String queryString(WebLocalizedString::Name name)
String             45 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeAMPMFieldElement::DateTimeAMPMFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& ampmLabels)
String             50 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeAMPMFieldElement> DateTimeAMPMFieldElement::create(Document& document, FieldOwner& fieldOwner, const Vector<String>& ampmLabels)
String             81 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeDayFieldElement::DateTimeDayFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
String             86 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeDayFieldElement> DateTimeDayFieldElement::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
String            406 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeMonthFieldElement::DateTimeMonthFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
String            411 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeMonthFieldElement> DateTimeMonthFieldElement::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
String            488 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeSymbolicMonthFieldElement::DateTimeSymbolicMonthFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& labels, int minimum, int maximum)
String            493 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeSymbolicMonthFieldElement> DateTimeSymbolicMonthFieldElement::create(Document& document, FieldOwner& fieldOwner, const Vector<String>& labels, int minimum, int maximum)
String             39 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeAMPMFieldElement> create(Document&, FieldOwner&, const Vector<String>&);
String             42 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeAMPMFieldElement(Document&, FieldOwner&, const Vector<String>&);
String             54 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeDayFieldElement> create(Document&, FieldOwner&, const String& placeholder, const Range&);
String             57 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeDayFieldElement(Document&, FieldOwner&, const String& placeholder, const Range&);
String            168 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeMonthFieldElement> create(Document&, FieldOwner&, const String& placeholder, const Range&);
String            171 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeMonthFieldElement(Document&, FieldOwner&, const String& placeholder, const Range&);
String            198 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeSymbolicMonthFieldElement> create(Document&, FieldOwner&, const Vector<String>&, int minimum, int maximum);
String            201 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeSymbolicMonthFieldElement(Document&, FieldOwner&, const Vector<String>&, int minimum, int maximum);
String            233 Source/core/html/shadow/DateTimeFieldElements.h         String placeholder;
String             52 Source/core/html/shadow/DateTimeNumericFieldElement.cpp DateTimeNumericFieldElement::DateTimeNumericFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Range& hardLimits, const String& placeholder, const DateTimeNumericFieldElement::Step& step)
String            105 Source/core/html/shadow/DateTimeNumericFieldElement.cpp String DateTimeNumericFieldElement::formatValue(int value) const
String            109 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         return locale.convertToLocalizedNumber(String::format("%04d", value));
String            111 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         return locale.convertToLocalizedNumber(String::format("%03d", value));
String            112 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     return locale.convertToLocalizedNumber(String::format("%02d", value));
String            122 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     String number = localeForOwner().convertFromLocalizedNumber(String(&charCode, 1));
String            129 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         String current = m_typeAheadBuffer.toString();
String            154 Source/core/html/shadow/DateTimeNumericFieldElement.cpp void DateTimeNumericFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText)
String            200 Source/core/html/shadow/DateTimeNumericFieldElement.cpp String DateTimeNumericFieldElement::value() const
String            217 Source/core/html/shadow/DateTimeNumericFieldElement.cpp String DateTimeNumericFieldElement::visibleValue() const
String             65 Source/core/html/shadow/DateTimeNumericFieldElement.h     DateTimeNumericFieldElement(Document&, FieldOwner&, const Range&, const Range& hardLimits, const String& placeholder, const Step& = Step());
String             74 Source/core/html/shadow/DateTimeNumericFieldElement.h     void initialize(const AtomicString& pseudo, const String& axHelpText);
String             79 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual String visibleValue() const OVERRIDE FINAL;
String             87 Source/core/html/shadow/DateTimeNumericFieldElement.h     virtual String value() const OVERRIDE FINAL;
String             92 Source/core/html/shadow/DateTimeNumericFieldElement.h     String formatValue(int) const;
String             97 Source/core/html/shadow/DateTimeNumericFieldElement.h     const String m_placeholder;
String             38 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp static AtomicString makeVisibleEmptyValue(const Vector<String>& symbols)
String             50 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp DateTimeSymbolicFieldElement::DateTimeSymbolicFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& symbols, int minimum, int maximum)
String             95 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp void DateTimeSymbolicFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText)
String            137 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp String DateTimeSymbolicFieldElement::value() const
String            153 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp String DateTimeSymbolicFieldElement::visibleEmptyValue() const
String            158 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp String DateTimeSymbolicFieldElement::visibleValue() const
String            173 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp String DateTimeSymbolicFieldElement::optionAtIndex(int index) const
String             41 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     DateTimeSymbolicFieldElement(Document&, FieldOwner&, const Vector<String>&, int minimum, int maximum);
String             44 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     void initialize(const AtomicString& pseudo, const String& axHelpText);
String             52 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     String visibleEmptyValue() const;
String             60 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual String value() const OVERRIDE FINAL;
String             62 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual String visibleValue() const OVERRIDE FINAL;
String             67 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     virtual String optionAtIndex(int index) const OVERRIDE;
String             69 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     const Vector<String> m_symbols;
String            387 Source/core/html/shadow/MediaControlElements.cpp     setValue(String::number(currentTime));
String            456 Source/core/html/shadow/MediaControlElements.cpp         setValue(String::number(volume));
String             96 Source/core/html/shadow/PickerIndicatorElement.cpp void PickerIndicatorElement::didChooseValue(const String& value)
String             53 Source/core/html/shadow/PickerIndicatorElement.h         virtual void pickerIndicatorChooseValue(const String&) = 0;
String             66 Source/core/html/shadow/PickerIndicatorElement.h     virtual void didChooseValue(const String&) OVERRIDE;
String            297 Source/core/html/shadow/SliderThumbElement.cpp     String valueString = serializeForNumberType(value);
String            438 Source/core/html/shadow/TextControlInnerElements.cpp     String grammar = input->getAttribute(webkitgrammarAttr);
String             91 Source/core/html/track/TextTrackCue.h     virtual String toString() const = 0;
String             38 Source/core/html/track/vtt/BufferedLineReader.cpp bool BufferedLineReader::getLine(String& line)
String             53 Source/core/html/track/vtt/BufferedLineReader.h     void append(const String& data)
String             66 Source/core/html/track/vtt/BufferedLineReader.h     bool getLine(String& line);
String             48 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String             55 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String             67 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String             77 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String             90 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            103 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            115 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            126 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            138 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            149 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            161 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            173 Source/core/html/track/vtt/BufferedLineReaderTest.cpp String LineBreakString(LineBreakType type)
String            176 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     return String(type == Lf ? breakStrings + 1 : breakStrings, type == CrLf ? 2 : 1);
String            179 Source/core/html/track/vtt/BufferedLineReaderTest.cpp String MakeTestData(const char** lines, const LineBreakType* breaks, int count)
String            205 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String data = MakeTestData(lines, breaks, numTestLines);
String            214 Source/core/html/track/vtt/BufferedLineReaderTest.cpp             String line;
String            238 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String data = MakeTestData(lines, breaks, numTestLines);
String            247 Source/core/html/track/vtt/BufferedLineReaderTest.cpp             String line;
String            261 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            272 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String            286 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     reader.append(String("X\0Y\n", 4));
String            287 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String line;
String             71 Source/core/html/track/vtt/VTTCue.cpp static const String& startKeyword()
String             73 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, start, ("start"));
String             77 Source/core/html/track/vtt/VTTCue.cpp static const String& middleKeyword()
String             79 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, middle, ("middle"));
String             83 Source/core/html/track/vtt/VTTCue.cpp static const String& endKeyword()
String             85 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, end, ("end"));
String             89 Source/core/html/track/vtt/VTTCue.cpp static const String& leftKeyword()
String             91 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, left, ("left"));
String             95 Source/core/html/track/vtt/VTTCue.cpp static const String& rightKeyword()
String             97 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, right, ("right"));
String            101 Source/core/html/track/vtt/VTTCue.cpp static const String& horizontalKeyword()
String            106 Source/core/html/track/vtt/VTTCue.cpp static const String& verticalGrowingLeftKeyword()
String            108 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, verticalrl, ("rl"));
String            112 Source/core/html/track/vtt/VTTCue.cpp static const String& verticalGrowingRightKeyword()
String            114 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, verticallr, ("lr"));
String            193 Source/core/html/track/vtt/VTTCue.cpp             String::format("translate(-%.2f%%, -%.2f%%)", position.first, position.second));
String            204 Source/core/html/track/vtt/VTTCue.cpp VTTCue::VTTCue(Document& document, double startTime, double endTime, const String& text)
String            230 Source/core/html/track/vtt/VTTCue.cpp String VTTCue::toString() const
String            232 Source/core/html/track/vtt/VTTCue.cpp     return String::format("%p id=%s interval=%f-->%f cue=%s)", this, id().utf8().data(), startTime(), endTime(), text().utf8().data());
String            249 Source/core/html/track/vtt/VTTCue.cpp const String& VTTCue::vertical() const
String            264 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::setVertical(const String& value, ExceptionState& exceptionState)
String            306 Source/core/html/track/vtt/VTTCue.cpp         exceptionState.throwDOMException(IndexSizeError, "The snap-to-lines flag is not set, and the value provided (" + String::number(position) + ") is not between 0 and 100.");
String            354 Source/core/html/track/vtt/VTTCue.cpp const String& VTTCue::align() const
String            373 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::setAlign(const String& value, ExceptionState& exceptionState)
String            403 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::setText(const String& text)
String            453 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::setRegionId(const String& regionId)
String            518 Source/core/html/track/vtt/VTTCue.cpp static TextDirection determineDirectionality(const String& value, bool& hasStrongDirectionality)
String            529 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, rtTag, ("rt"));
String            672 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, timestampTag, ("timestamp"));
String            885 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::parseSettings(const String& inputString)
String             63 Source/core/html/track/vtt/VTTCue.h     static PassRefPtr<VTTCue> create(Document& document, double startTime, double endTime, const String& text)
String             70 Source/core/html/track/vtt/VTTCue.h     const String& vertical() const;
String             71 Source/core/html/track/vtt/VTTCue.h     void setVertical(const String&, ExceptionState&);
String             85 Source/core/html/track/vtt/VTTCue.h     const String& align() const;
String             86 Source/core/html/track/vtt/VTTCue.h     void setAlign(const String&, ExceptionState&);
String             88 Source/core/html/track/vtt/VTTCue.h     const String& text() const { return m_text; }
String             89 Source/core/html/track/vtt/VTTCue.h     void setText(const String&);
String             91 Source/core/html/track/vtt/VTTCue.h     void parseSettings(const String&);
String             96 Source/core/html/track/vtt/VTTCue.h     const String& regionId() const { return m_regionId; }
String             97 Source/core/html/track/vtt/VTTCue.h     void setRegionId(const String&);
String            137 Source/core/html/track/vtt/VTTCue.h     virtual String toString() const OVERRIDE;
String            141 Source/core/html/track/vtt/VTTCue.h     VTTCue(Document&, double startTime, double endTime, const String& text);
String            168 Source/core/html/track/vtt/VTTCue.h     String m_text;
String            175 Source/core/html/track/vtt/VTTCue.h     String m_regionId;
String            106 Source/core/html/track/vtt/VTTParser.cpp     String textData = m_decoder->decode(data, length);
String            113 Source/core/html/track/vtt/VTTParser.cpp     String textData = m_decoder->flush();
String            125 Source/core/html/track/vtt/VTTParser.cpp     String line;
String            202 Source/core/html/track/vtt/VTTParser.cpp bool VTTParser::hasRequiredFileIdentifier(const String& line)
String            215 Source/core/html/track/vtt/VTTParser.cpp void VTTParser::collectMetadataHeader(const String& line)
String            231 Source/core/html/track/vtt/VTTParser.cpp     String headerName = line.substring(0, colonPosition);
String            235 Source/core/html/track/vtt/VTTParser.cpp         String headerValue = line.substring(colonPosition + 1);
String            241 Source/core/html/track/vtt/VTTParser.cpp VTTParser::ParseState VTTParser::collectCueId(const String& line)
String            249 Source/core/html/track/vtt/VTTParser.cpp VTTParser::ParseState VTTParser::collectTimingsAndSettings(const String& line)
String            277 Source/core/html/track/vtt/VTTParser.cpp VTTParser::ParseState VTTParser::collectCueText(const String& line)
String            299 Source/core/html/track/vtt/VTTParser.cpp VTTParser::ParseState VTTParser::recoverCue(const String& line)
String            308 Source/core/html/track/vtt/VTTParser.cpp VTTParser::ParseState VTTParser::ignoreBadCue(const String& line)
String            323 Source/core/html/track/vtt/VTTParser.cpp     PassRefPtr<DocumentFragment> buildFromString(const String& cueText);
String            334 Source/core/html/track/vtt/VTTParser.cpp PassRefPtr<DocumentFragment> VTTTreeBuilder::buildFromString(const String& cueText)
String            358 Source/core/html/track/vtt/VTTParser.cpp PassRefPtr<DocumentFragment> VTTParser::createDocumentFragmentFromCueText(Document& document, const String& cueText)
String            384 Source/core/html/track/vtt/VTTParser.cpp void VTTParser::createNewRegion(const String& headerValue)
String            406 Source/core/html/track/vtt/VTTParser.cpp bool VTTParser::collectTimeStamp(const String& line, double& timeStamp)
String            549 Source/core/html/track/vtt/VTTParser.cpp         String charactersString = m_token.characters();
String             94 Source/core/html/track/vtt/VTTParser.h     static bool collectTimeStamp(const String&, double& timeStamp);
String            101 Source/core/html/track/vtt/VTTParser.h     static PassRefPtr<DocumentFragment> createDocumentFragmentFromCueText(Document&, const String&);
String            119 Source/core/html/track/vtt/VTTParser.h     bool hasRequiredFileIdentifier(const String& line);
String            120 Source/core/html/track/vtt/VTTParser.h     ParseState collectCueId(const String&);
String            121 Source/core/html/track/vtt/VTTParser.h     ParseState collectTimingsAndSettings(const String&);
String            122 Source/core/html/track/vtt/VTTParser.h     ParseState collectCueText(const String&);
String            123 Source/core/html/track/vtt/VTTParser.h     ParseState recoverCue(const String&);
String            124 Source/core/html/track/vtt/VTTParser.h     ParseState ignoreBadCue(const String&);
String            129 Source/core/html/track/vtt/VTTParser.h     void collectMetadataHeader(const String&);
String            130 Source/core/html/track/vtt/VTTParser.h     void createNewRegion(const String& headerValue);
String            140 Source/core/html/track/vtt/VTTParser.h     String m_currentSettings;
String            106 Source/core/html/track/vtt/VTTRegion.cpp void VTTRegion::setId(const String& id)
String            122 Source/core/html/track/vtt/VTTRegion.cpp         exceptionState.throwDOMException(IndexSizeError, "The height provided (" + String::number(value) + ") is negative.");
String            194 Source/core/html/track/vtt/VTTRegion.cpp void VTTRegion::setRegionSettings(const String& inputString)
String            251 Source/core/html/track/vtt/VTTRegion.cpp         String stringValue = input.extractString(valueRun);
String             60 Source/core/html/track/vtt/VTTRegion.h     const String& id() const { return m_id; }
String             61 Source/core/html/track/vtt/VTTRegion.h     void setId(const String&);
String             86 Source/core/html/track/vtt/VTTRegion.h     const String& regionSettings() const { return m_settings; }
String             87 Source/core/html/track/vtt/VTTRegion.h     void setRegionSettings(const String&);
String            123 Source/core/html/track/vtt/VTTRegion.h     String m_id;
String            124 Source/core/html/track/vtt/VTTRegion.h     String m_settings;
String             48 Source/core/html/track/vtt/VTTRegionList.cpp VTTRegion* VTTRegionList::getRegionById(const String& id) const
String             48 Source/core/html/track/vtt/VTTRegionList.h     VTTRegion* getRegionById(const String&) const;
String             35 Source/core/html/track/vtt/VTTScanner.cpp VTTScanner::VTTScanner(const String& line) : m_is8Bit(line.is8Bit())
String             69 Source/core/html/track/vtt/VTTScanner.cpp bool VTTScanner::scanRun(const Run& run, const String& toMatch)
String             96 Source/core/html/track/vtt/VTTScanner.cpp String VTTScanner::extractString(const Run& run)
String            102 Source/core/html/track/vtt/VTTScanner.cpp     String s;
String            104 Source/core/html/track/vtt/VTTScanner.cpp         s = String(m_data.characters8, run.length());
String            106 Source/core/html/track/vtt/VTTScanner.cpp         s = String(m_data.characters16, run.length());
String            111 Source/core/html/track/vtt/VTTScanner.cpp String VTTScanner::restOfInputAsString()
String             52 Source/core/html/track/vtt/VTTScanner.h     explicit VTTScanner(const String& line);
String            110 Source/core/html/track/vtt/VTTScanner.h     bool scanRun(const Run&, const String& toMatch);
String            117 Source/core/html/track/vtt/VTTScanner.h     String extractString(const Run&);
String            121 Source/core/html/track/vtt/VTTScanner.h     String restOfInputAsString();
String             43 Source/core/html/track/vtt/VTTScannerTest.cpp     String data8("foo");
String             48 Source/core/html/track/vtt/VTTScannerTest.cpp     String data16(data8);
String             58 Source/core/html/track/vtt/VTTScannerTest.cpp void scanSequenceHelper1(const String& input)
String             80 Source/core/html/track/vtt/VTTScannerTest.cpp     String data8(DATA);                     \
String             84 Source/core/html/track/vtt/VTTScannerTest.cpp     String data16(data8);                   \
String             97 Source/core/html/track/vtt/VTTScannerTest.cpp void scanSequenceHelper2(const String& input)
String            123 Source/core/html/track/vtt/VTTScannerTest.cpp void scanWithPredicate(const String& input)
String            155 Source/core/html/track/vtt/VTTScannerTest.cpp void scanWithInvPredicate(const String& input)
String            187 Source/core/html/track/vtt/VTTScannerTest.cpp void scanRuns(const String& input)
String            189 Source/core/html/track/vtt/VTTScannerTest.cpp     String fooString("foo");
String            190 Source/core/html/track/vtt/VTTScannerTest.cpp     String barString("bar");
String            218 Source/core/html/track/vtt/VTTScannerTest.cpp void scanRunsToStrings(const String& input)
String            223 Source/core/html/track/vtt/VTTScannerTest.cpp     String fooString = scanner.extractString(word);
String            231 Source/core/html/track/vtt/VTTScannerTest.cpp     String barString = scanner.extractString(word);
String            243 Source/core/html/track/vtt/VTTScannerTest.cpp void tailStringExtract(const String& input)
String            248 Source/core/html/track/vtt/VTTScannerTest.cpp     String barSuffix = scanner.restOfInputAsString();
String            260 Source/core/html/track/vtt/VTTScannerTest.cpp void scanDigits1(const String& input)
String            282 Source/core/html/track/vtt/VTTScannerTest.cpp void scanDigits2(const String& input)
String            307 Source/core/html/track/vtt/VTTScannerTest.cpp void scanFloatValue(const String& input)
String             53 Source/core/html/track/vtt/VTTToken.h     static VTTToken StringToken(const String& characterData)
String             57 Source/core/html/track/vtt/VTTToken.h     static VTTToken StartTag(const String& tagName, const AtomicString& classes = emptyAtom, const AtomicString& annotation = emptyAtom)
String             64 Source/core/html/track/vtt/VTTToken.h     static VTTToken EndTag(const String& tagName)
String             68 Source/core/html/track/vtt/VTTToken.h     static VTTToken TimestampTag(const String& timestampData)
String             74 Source/core/html/track/vtt/VTTToken.h     const String& name() const { return m_data; }
String             75 Source/core/html/track/vtt/VTTToken.h     const String& characters() const { return m_data; }
String             80 Source/core/html/track/vtt/VTTToken.h     VTTToken(Type::Type type, const String& data)
String             85 Source/core/html/track/vtt/VTTToken.h     String m_data;
String             76 Source/core/html/track/vtt/VTTTokenizer.cpp VTTTokenizer::VTTTokenizer(const String& input)
String             82 Source/core/html/track/vtt/VTTTokenizer.cpp     m_input.append(SegmentedString(String(&kEndOfFileMarker, 1)));
String             42 Source/core/html/track/vtt/VTTTokenizer.h     explicit VTTTokenizer(const String& input);
String            149 Source/core/inspector/AsyncCallStackTracker.cpp AsyncCallStackTracker::AsyncCallStack::AsyncCallStack(const String& description, const ScriptValue& callFrames)
String            401 Source/core/inspector/AsyncCallStackTracker.cpp PassRefPtr<AsyncCallStackTracker::AsyncCallChain> AsyncCallStackTracker::createAsyncCallChain(const String& description, const ScriptValue& callFrames)
String             56 Source/core/inspector/AsyncCallStackTracker.h         AsyncCallStack(const String&, const ScriptValue&);
String             58 Source/core/inspector/AsyncCallStackTracker.h         String description() const { return m_description; }
String             61 Source/core/inspector/AsyncCallStackTracker.h         String m_description;
String            112 Source/core/inspector/AsyncCallStackTracker.h     PassRefPtr<AsyncCallChain> createAsyncCallChain(const String& description, const ScriptValue& callFrames);
String             49 Source/core/inspector/ConsoleMessage.cpp ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message)
String             63 Source/core/inspector/ConsoleMessage.cpp ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& url, unsigned line, unsigned column, ScriptState* state, unsigned long requestIdentifier)
String             78 Source/core/inspector/ConsoleMessage.cpp ConsoleMessage::ConsoleMessage(bool, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier)
String             99 Source/core/inspector/ConsoleMessage.cpp ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptArguments> arguments, ScriptState* state, unsigned long requestIdentifier)
String             53 Source/core/inspector/ConsoleMessage.h     ConsoleMessage(bool canGenerateCallStack, MessageSource, MessageType, MessageLevel, const String& message);
String             54 Source/core/inspector/ConsoleMessage.h     ConsoleMessage(bool canGenerateCallStack, MessageSource, MessageType, MessageLevel, const String& message, const String& url, unsigned line, unsigned column, ScriptState*, unsigned long requestIdentifier);
String             55 Source/core/inspector/ConsoleMessage.h     ConsoleMessage(bool canGenerateCallStack, MessageSource, MessageType, MessageLevel, const String& message, PassRefPtr<ScriptCallStack>, unsigned long requestIdentifier);
String             56 Source/core/inspector/ConsoleMessage.h     ConsoleMessage(bool canGenerateCallStack, MessageSource, MessageType, MessageLevel, const String& message, PassRefPtr<ScriptArguments>, ScriptState*, unsigned long requestIdentifier);
String             74 Source/core/inspector/ConsoleMessage.h     String m_message;
String             78 Source/core/inspector/ConsoleMessage.h     String m_url;
String             81 Source/core/inspector/ConsoleMessage.h     String m_requestId;
String             46 Source/core/inspector/ContentSearchUtils.cpp static String createSearchRegexSource(const String& text)
String             49 Source/core/inspector/ContentSearchUtils.cpp     String specials(regexSpecialCharacters);
String             60 Source/core/inspector/ContentSearchUtils.cpp static Vector<pair<int, String> > getScriptRegexpMatchesByLines(const ScriptRegexp* regex, const String& text)
String             62 Source/core/inspector/ContentSearchUtils.cpp     Vector<pair<int, String> > result;
String             71 Source/core/inspector/ContentSearchUtils.cpp         String line = text.substring(start, lineEnd - start);
String             77 Source/core/inspector/ContentSearchUtils.cpp             result.append(pair<int, String>(lineNumber, line));
String             84 Source/core/inspector/ContentSearchUtils.cpp static PassRefPtr<TypeBuilder::Page::SearchMatch> buildObjectForSearchMatch(int lineNumber, const String& lineContent)
String             92 Source/core/inspector/ContentSearchUtils.cpp PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex)
String             94 Source/core/inspector/ContentSearchUtils.cpp     String regexSource = isRegex ? query : createSearchRegexSource(query);
String             98 Source/core/inspector/ContentSearchUtils.cpp int countScriptRegexpMatches(const ScriptRegexp* regex, const String& content)
String            117 Source/core/inspector/ContentSearchUtils.cpp PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex)
String            122 Source/core/inspector/ContentSearchUtils.cpp     Vector<pair<int, String> > matches = getScriptRegexpMatchesByLines(regex.get(), text);
String            124 Source/core/inspector/ContentSearchUtils.cpp     for (Vector<pair<int, String> >::const_iterator it = matches.begin(); it != matches.end(); ++it)
String            130 Source/core/inspector/ContentSearchUtils.cpp static String findMagicComment(const String& content, const String& name, MagicCommentType commentType, bool* deprecated = 0)
String            145 Source/core/inspector/ContentSearchUtils.cpp             return String();
String            149 Source/core/inspector/ContentSearchUtils.cpp             return String();
String            166 Source/core/inspector/ContentSearchUtils.cpp                 return String();
String            168 Source/core/inspector/ContentSearchUtils.cpp                 return String();
String            180 Source/core/inspector/ContentSearchUtils.cpp     String match = commentType == CSSMagicComment
String            185 Source/core/inspector/ContentSearchUtils.cpp     String disallowedChars("\"' \t\n\r");
String            188 Source/core/inspector/ContentSearchUtils.cpp             return String();
String            194 Source/core/inspector/ContentSearchUtils.cpp String findSourceURL(const String& content, MagicCommentType commentType, bool* deprecated)
String            199 Source/core/inspector/ContentSearchUtils.cpp String findSourceMapURL(const String& content, MagicCommentType commentType, bool* deprecated)
String             49 Source/core/inspector/ContentSearchUtils.h PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex);
String             50 Source/core/inspector/ContentSearchUtils.h int countScriptRegexpMatches(const ScriptRegexp*, const String&);
String             51 Source/core/inspector/ContentSearchUtils.h PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex);
String             53 Source/core/inspector/ContentSearchUtils.h String findSourceURL(const String& content, MagicCommentType, bool* deprecated);
String             54 Source/core/inspector/ContentSearchUtils.h String findSourceMapURL(const String& content, MagicCommentType, bool* deprecated);
String            211 Source/core/inspector/DOMEditor.cpp     SetOuterHTMLAction(Node* node, const String& html)
String            249 Source/core/inspector/DOMEditor.cpp     String m_html;
String            250 Source/core/inspector/DOMEditor.cpp     String m_oldHTML;
String            259 Source/core/inspector/DOMEditor.cpp     ReplaceWholeTextAction(Text* textNode, const String& text)
String            286 Source/core/inspector/DOMEditor.cpp     String m_text;
String            287 Source/core/inspector/DOMEditor.cpp     String m_oldText;
String            327 Source/core/inspector/DOMEditor.cpp     SetNodeValueAction(Node* node, const String& value)
String            354 Source/core/inspector/DOMEditor.cpp     String m_value;
String            355 Source/core/inspector/DOMEditor.cpp     String m_oldValue;
String            372 Source/core/inspector/DOMEditor.cpp bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ExceptionState& exceptionState)
String            377 Source/core/inspector/DOMEditor.cpp bool DOMEditor::removeAttribute(Element* element, const String& name, ExceptionState& exceptionState)
String            382 Source/core/inspector/DOMEditor.cpp bool DOMEditor::setOuterHTML(Node* node, const String& html, Node** newNode, ExceptionState& exceptionState)
String            391 Source/core/inspector/DOMEditor.cpp bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ExceptionState& exceptionState)
String            401 Source/core/inspector/DOMEditor.cpp bool DOMEditor::setNodeValue(Node* node, const String& value, ExceptionState& exceptionState)
String            428 Source/core/inspector/DOMEditor.cpp bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ErrorString* errorString)
String            436 Source/core/inspector/DOMEditor.cpp bool DOMEditor::removeAttribute(Element* element, const String& name, ErrorString* errorString)
String            444 Source/core/inspector/DOMEditor.cpp bool DOMEditor::setOuterHTML(Node* node, const String& html, Node** newNode, ErrorString* errorString)
String            452 Source/core/inspector/DOMEditor.cpp bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ErrorString* errorString)
String             44 Source/core/inspector/DOMEditor.h typedef String ErrorString;
String             54 Source/core/inspector/DOMEditor.h     bool setAttribute(Element*, const String& name, const String& value, ExceptionState&);
String             55 Source/core/inspector/DOMEditor.h     bool removeAttribute(Element*, const String& name, ExceptionState&);
String             56 Source/core/inspector/DOMEditor.h     bool setOuterHTML(Node*, const String& html, Node** newNode, ExceptionState&);
String             57 Source/core/inspector/DOMEditor.h     bool replaceWholeText(Text*, const String& text, ExceptionState&);
String             59 Source/core/inspector/DOMEditor.h     bool setNodeValue(Node* parentNode, const String& value, ExceptionState&);
String             63 Source/core/inspector/DOMEditor.h     bool setAttribute(Element*, const String& name, const String& value, ErrorString*);
String             64 Source/core/inspector/DOMEditor.h     bool removeAttribute(Element*, const String& name, ErrorString*);
String             65 Source/core/inspector/DOMEditor.h     bool setOuterHTML(Node*, const String& html, Node** newNode, ErrorString*);
String             66 Source/core/inspector/DOMEditor.h     bool replaceWholeText(Text*, const String& text, ErrorString*);
String             63 Source/core/inspector/DOMPatchSupport.cpp     String m_sha1;
String             64 Source/core/inspector/DOMPatchSupport.cpp     String m_attrsSHA1;
String             69 Source/core/inspector/DOMPatchSupport.cpp void DOMPatchSupport::patchDocument(Document& document, const String& markup)
String             83 Source/core/inspector/DOMPatchSupport.cpp void DOMPatchSupport::patchDocument(const String& markup)
String            114 Source/core/inspector/DOMPatchSupport.cpp Node* DOMPatchSupport::patchNode(Node* node, const String& markup, ExceptionState& exceptionState)
String            145 Source/core/inspector/DOMPatchSupport.cpp     String markupCopy = markup.lower();
String            405 Source/core/inspector/DOMPatchSupport.cpp static void addStringToSHA1(SHA1& sha1, const String& string)
String            504 Source/core/inspector/DOMPatchSupport.cpp static String nodeName(Node* node)
String            511 Source/core/inspector/DOMPatchSupport.cpp void DOMPatchSupport::dumpMap(const ResultMap& map, const String& name)
String             51 Source/core/inspector/DOMPatchSupport.h     static void patchDocument(Document&, const String& markup);
String             55 Source/core/inspector/DOMPatchSupport.h     void patchDocument(const String& markup);
String             56 Source/core/inspector/DOMPatchSupport.h     Node* patchNode(Node*, const String& markup, ExceptionState&);
String             71 Source/core/inspector/DOMPatchSupport.h     void dumpMap(const ResultMap&, const String& name);
String             41 Source/core/inspector/IdentifiersFactory.cpp String IdentifiersFactory::createIdentifier()
String             43 Source/core/inspector/IdentifiersFactory.cpp     return addProcessIdPrefixTo(String::number(++s_lastUsedIdentifier));
String             47 Source/core/inspector/IdentifiersFactory.cpp String IdentifiersFactory::requestId(unsigned long identifier)
String             50 Source/core/inspector/IdentifiersFactory.cpp         return addProcessIdPrefixTo(String::number(identifier));
String             51 Source/core/inspector/IdentifiersFactory.cpp     return String();
String             55 Source/core/inspector/IdentifiersFactory.cpp String IdentifiersFactory::addProcessIdPrefixTo(const String& id)
String             36 Source/core/inspector/IdentifiersFactory.h     static String createIdentifier();
String             37 Source/core/inspector/IdentifiersFactory.h     static String requestId(unsigned long identifier);
String             39 Source/core/inspector/IdentifiersFactory.h     static String addProcessIdPrefixTo(const String& id);
String             60 Source/core/inspector/InjectedScript.cpp void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
String             71 Source/core/inspector/InjectedScript.cpp void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
String             82 Source/core/inspector/InjectedScript.cpp void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const ScriptValue& callFrames, const Vector<ScriptValue>& asyncCallStacks, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
String             96 Source/core/inspector/InjectedScript.cpp void InjectedScript::restartFrame(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<JSONObject>* result)
String            116 Source/core/inspector/InjectedScript.cpp void InjectedScript::getStepInPositions(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<Array<TypeBuilder::Debugger::Location> >& positions)
String            136 Source/core/inspector/InjectedScript.cpp void InjectedScript::setVariableValue(ErrorString* errorString, const ScriptValue& callFrames, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr)
String            166 Source/core/inspector/InjectedScript.cpp void InjectedScript::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<FunctionDetails>* result)
String            180 Source/core/inspector/InjectedScript.cpp void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ownProperties, bool accessorPropertiesOnly, RefPtr<Array<PropertyDescriptor> >* properties)
String            196 Source/core/inspector/InjectedScript.cpp void InjectedScript::getInternalProperties(ErrorString* errorString, const String& objectId, RefPtr<Array<InternalPropertyDescriptor> >* properties)
String            212 Source/core/inspector/InjectedScript.cpp Node* InjectedScript::nodeForObjectId(const String& objectId)
String            227 Source/core/inspector/InjectedScript.cpp void InjectedScript::releaseObject(const String& objectId)
String            250 Source/core/inspector/InjectedScript.cpp PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapObject(const ScriptValue& value, const String& groupName, bool generatePreview) const
String            284 Source/core/inspector/InjectedScript.cpp PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapNode(Node* node, const String& groupName)
String            289 Source/core/inspector/InjectedScript.cpp ScriptValue InjectedScript::findObjectById(const String& objectId) const
String            301 Source/core/inspector/InjectedScript.cpp ScriptValue InjectedScript::findCallFrameById(ErrorString* errorString, const ScriptValue& topCallFrame, const String& callFrameId)
String            325 Source/core/inspector/InjectedScript.cpp void InjectedScript::releaseObjectGroup(const String& objectGroup)
String             55 Source/core/inspector/InjectedScript.h         const String& expression,
String             56 Source/core/inspector/InjectedScript.h         const String& objectGroup,
String             64 Source/core/inspector/InjectedScript.h         const String& objectId,
String             65 Source/core/inspector/InjectedScript.h         const String& expression,
String             66 Source/core/inspector/InjectedScript.h         const String& arguments,
String             75 Source/core/inspector/InjectedScript.h         const String& callFrameId,
String             76 Source/core/inspector/InjectedScript.h         const String& expression,
String             77 Source/core/inspector/InjectedScript.h         const String& objectGroup,
String             83 Source/core/inspector/InjectedScript.h     void restartFrame(ErrorString*, const ScriptValue& callFrames, const String& callFrameId, RefPtr<JSONObject>* result);
String             84 Source/core/inspector/InjectedScript.h     void getStepInPositions(ErrorString*, const ScriptValue& callFrames, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions);
String             85 Source/core/inspector/InjectedScript.h     void setVariableValue(ErrorString*, const ScriptValue& callFrames, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr);
String             86 Source/core/inspector/InjectedScript.h     void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>* result);
String             87 Source/core/inspector/InjectedScript.h     void getProperties(ErrorString*, const String& objectId, bool ownProperties, bool accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >* result);
String             88 Source/core/inspector/InjectedScript.h     void getInternalProperties(ErrorString*, const String& objectId, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >* result);
String             89 Source/core/inspector/InjectedScript.h     Node* nodeForObjectId(const String& objectId);
String             90 Source/core/inspector/InjectedScript.h     void releaseObject(const String& objectId);
String             94 Source/core/inspector/InjectedScript.h     PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapObject(const ScriptValue&, const String& groupName, bool generatePreview = false) const;
String             96 Source/core/inspector/InjectedScript.h     PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapNode(Node*, const String& groupName);
String             97 Source/core/inspector/InjectedScript.h     ScriptValue findObjectById(const String& objectId) const;
String             98 Source/core/inspector/InjectedScript.h     ScriptValue findCallFrameById(ErrorString*, const ScriptValue& topCallFrame, const String& callFrameId);
String            101 Source/core/inspector/InjectedScript.h     void releaseObjectGroup(const String&);
String             46 Source/core/inspector/InjectedScriptBase.cpp InjectedScriptBase::InjectedScriptBase(const String& name)
String             52 Source/core/inspector/InjectedScriptBase.cpp InjectedScriptBase::InjectedScriptBase(const String& name, ScriptObject injectedScriptObject, InspectedStateAccessCheck accessCheck)
String            112 Source/core/inspector/InjectedScriptBase.cpp             *result = JSONString::create(String::format("Object has too long reference chain(must not be longer than %d)", JSONValue::maxDepth));
String             43 Source/core/inspector/InjectedScriptBase.h typedef String ErrorString;
String             50 Source/core/inspector/InjectedScriptBase.h     const String& name() const { return m_name; }
String             56 Source/core/inspector/InjectedScriptBase.h     InjectedScriptBase(const String& name);
String             57 Source/core/inspector/InjectedScriptBase.h     InjectedScriptBase(const String& name, ScriptObject, InspectedStateAccessCheck);
String             67 Source/core/inspector/InjectedScriptBase.h     String m_name;
String             59 Source/core/inspector/InjectedScriptCanvasModule.cpp String InjectedScriptCanvasModule::source() const
String             61 Source/core/inspector/InjectedScriptCanvasModule.cpp     return String(reinterpret_cast<const char*>(InjectedScriptCanvasModuleSource_js), sizeof(InjectedScriptCanvasModuleSource_js));
String             74 Source/core/inspector/InjectedScriptCanvasModule.cpp ScriptObject InjectedScriptCanvasModule::callWrapContextFunction(const String& functionName, const ScriptObject& context)
String            105 Source/core/inspector/InjectedScriptCanvasModule.cpp void InjectedScriptCanvasModule::callStartCapturingFunction(const String& functionName, ErrorString* errorString, TraceLogId* traceLogId)
String            124 Source/core/inspector/InjectedScriptCanvasModule.cpp void InjectedScriptCanvasModule::callVoidFunctionWithTraceLogIdArgument(const String& functionName, ErrorString* errorString, const TraceLogId& traceLogId)
String            191 Source/core/inspector/InjectedScriptCanvasModule.cpp void InjectedScriptCanvasModule::evaluateTraceLogCallArgument(ErrorString* errorString, const TraceLogId& traceLogId, int callIndex, int argumentIndex, const String& objectGroup, RefPtr<RemoteObject>* result, RefPtr<ResourceState>* resourceState)
String             48 Source/core/inspector/InjectedScriptCanvasModule.h     virtual String source() const OVERRIDE;
String             60 Source/core/inspector/InjectedScriptCanvasModule.h     void traceLog(ErrorString*, const String&, const int*, const int*, RefPtr<TypeBuilder::Canvas::TraceLog>*);
String             63 Source/core/inspector/InjectedScriptCanvasModule.h     void evaluateTraceLogCallArgument(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, int, int, const String&, RefPtr<TypeBuilder::Runtime::RemoteObject>*, RefPtr<TypeBuilder::Canvas::ResourceState>*);
String             66 Source/core/inspector/InjectedScriptCanvasModule.h     ScriptObject callWrapContextFunction(const String&, const ScriptObject&);
String             67 Source/core/inspector/InjectedScriptCanvasModule.h     void callStartCapturingFunction(const String&, ErrorString*, String*);
String             68 Source/core/inspector/InjectedScriptCanvasModule.h     void callVoidFunctionWithTraceLogIdArgument(const String&, ErrorString*, const String&);
String            116 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::debugFunction(const String& scriptId, int lineNumber, int columnNumber)
String            122 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::undebugFunction(const String& scriptId, int lineNumber, int columnNumber)
String            128 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::monitorFunction(const String& scriptId, int lineNumber, int columnNumber, const String& functionName)
String            141 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::unmonitorFunction(const String& scriptId, int lineNumber, int columnNumber)
String             89 Source/core/inspector/InjectedScriptHost.h     void debugFunction(const String& scriptId, int lineNumber, int columnNumber);
String             90 Source/core/inspector/InjectedScriptHost.h     void undebugFunction(const String& scriptId, int lineNumber, int columnNumber);
String             91 Source/core/inspector/InjectedScriptHost.h     void monitorFunction(const String& scriptId, int lineNumber, int columnNumber, const String& functionName);
String             92 Source/core/inspector/InjectedScriptHost.h     void unmonitorFunction(const String& scriptId, int lineNumber, int columnNumber);
String             98 Source/core/inspector/InjectedScriptManager.cpp InjectedScript InjectedScriptManager::injectedScriptForObjectId(const String& objectId)
String            150 Source/core/inspector/InjectedScriptManager.cpp void InjectedScriptManager::releaseObjectGroup(const String& objectGroup)
String            161 Source/core/inspector/InjectedScriptManager.cpp String InjectedScriptManager::injectedScriptSource()
String            163 Source/core/inspector/InjectedScriptManager.cpp     return String(reinterpret_cast<const char*>(InjectedScriptSource_js), sizeof(InjectedScriptSource_js));
String             59 Source/core/inspector/InjectedScriptManager.h     InjectedScript injectedScriptForObjectId(const String& objectId);
String             62 Source/core/inspector/InjectedScriptManager.h     void releaseObjectGroup(const String& objectGroup);
String             72 Source/core/inspector/InjectedScriptManager.h     String injectedScriptSource();
String             73 Source/core/inspector/InjectedScriptManager.h     ScriptObject createInjectedScript(const String& source, ScriptState*, int id);
String             42 Source/core/inspector/InjectedScriptModule.cpp InjectedScriptModule::InjectedScriptModule(const String& name)
String             45 Source/core/inspector/InjectedScriptModule.h     virtual String source() const = 0;
String             51 Source/core/inspector/InjectedScriptModule.h     InjectedScriptModule(const String& name);
String             89 Source/core/inspector/InspectorApplicationCacheAgent.cpp     String manifestURL = info.m_manifest.string();
String            110 Source/core/inspector/InspectorApplicationCacheAgent.cpp         String manifestURL = info.m_manifest.string();
String            121 Source/core/inspector/InspectorApplicationCacheAgent.cpp DocumentLoader* InspectorApplicationCacheAgent::assertFrameWithDocumentLoader(ErrorString* errorString, String frameId)
String            130 Source/core/inspector/InspectorApplicationCacheAgent.cpp void InspectorApplicationCacheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* manifestURL)
String            140 Source/core/inspector/InspectorApplicationCacheAgent.cpp void InspectorApplicationCacheAgent::getApplicationCacheForFrame(ErrorString* errorString, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>& applicationCache)
String             41 Source/core/inspector/InspectorApplicationCacheAgent.h typedef String ErrorString;
String             64 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) OVERRIDE;
String             65 Source/core/inspector/InspectorApplicationCacheAgent.h     virtual void getApplicationCacheForFrame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>&) OVERRIDE;
String             73 Source/core/inspector/InspectorApplicationCacheAgent.h     DocumentLoader* assertFrameWithDocumentLoader(ErrorString*, String frameId);
String             39 Source/core/inspector/InspectorBaseAgent.cpp InspectorAgent::InspectorAgent(const String& name)
String             48 Source/core/inspector/InspectorBaseAgent.h     explicit InspectorAgent(const String&);
String             60 Source/core/inspector/InspectorBaseAgent.h     String name() { return m_name; }
String             68 Source/core/inspector/InspectorBaseAgent.h     String m_name;
String            100 Source/core/inspector/InspectorBaseAgent.h     InspectorBaseAgent(const String& name) : InspectorAgent(name)
String             94 Source/core/inspector/InspectorCSSAgent.cpp     DEFINE_STATIC_LOCAL(String, active, ("active"));
String             95 Source/core/inspector/InspectorCSSAgent.cpp     DEFINE_STATIC_LOCAL(String, hover, ("hover"));
String             96 Source/core/inspector/InspectorCSSAgent.cpp     DEFINE_STATIC_LOCAL(String, focus, ("focus"));
String             97 Source/core/inspector/InspectorCSSAgent.cpp     DEFINE_STATIC_LOCAL(String, visited, ("visited"));
String            104 Source/core/inspector/InspectorCSSAgent.cpp         String pseudoClass;
String            124 Source/core/inspector/InspectorCSSAgent.cpp     StyleSheetAction(const String& name)
String            134 Source/core/inspector/InspectorCSSAgent.cpp     virtual void setCSSStyleSheet(const String&, const KURL&, const String&, const CSSStyleSheetResource*) OVERRIDE;
String            158 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::EnableResourceClient::setCSSStyleSheet(const String&, const KURL& url, const String&, const CSSStyleSheetResource* resource)
String            174 Source/core/inspector/InspectorCSSAgent.cpp     SetStyleSheetTextAction(InspectorStyleSheetBase* styleSheet, const String& text)
String            198 Source/core/inspector/InspectorCSSAgent.cpp     virtual String mergeId() OVERRIDE
String            200 Source/core/inspector/InspectorCSSAgent.cpp         return String::format("SetStyleSheetText %s", m_styleSheet->id().utf8().data());
String            213 Source/core/inspector/InspectorCSSAgent.cpp     String m_text;
String            214 Source/core/inspector/InspectorCSSAgent.cpp     String m_oldText;
String            220 Source/core/inspector/InspectorCSSAgent.cpp     SetPropertyTextAction(InspectorStyleSheetBase* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, const String& text, bool overwrite)
String            230 Source/core/inspector/InspectorCSSAgent.cpp     virtual String toString() OVERRIDE
String            242 Source/core/inspector/InspectorCSSAgent.cpp         String placeholder;
String            254 Source/core/inspector/InspectorCSSAgent.cpp     virtual String mergeId() OVERRIDE
String            256 Source/core/inspector/InspectorCSSAgent.cpp         return String::format("SetPropertyText %s:%u:%s", m_styleSheet->id().utf8().data(), m_propertyIndex, m_overwrite ? "true" : "false");
String            271 Source/core/inspector/InspectorCSSAgent.cpp     String m_text;
String            272 Source/core/inspector/InspectorCSSAgent.cpp     String m_oldStyleText;
String            279 Source/core/inspector/InspectorCSSAgent.cpp     SetRuleSelectorAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& selector)
String            308 Source/core/inspector/InspectorCSSAgent.cpp     String m_selector;
String            309 Source/core/inspector/InspectorCSSAgent.cpp     String m_oldSelector;
String            315 Source/core/inspector/InspectorCSSAgent.cpp     AddRuleAction(InspectorStyleSheet* styleSheet, const String& selector)
String            346 Source/core/inspector/InspectorCSSAgent.cpp     String m_selector;
String            347 Source/core/inspector/InspectorCSSAgent.cpp     String m_oldSelector;
String            468 Source/core/inspector/InspectorCSSAgent.cpp     HashSet<String> urlsToFetch;
String            471 Source/core/inspector/InspectorCSSAgent.cpp         String url = styleSheet->finalURL();
String            610 Source/core/inspector/InspectorCSSAgent.cpp             String id = unbindStyleSheet(inspectorStyleSheet.get());
String            756 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::collectPlatformFontsForRenderer(RenderText* renderer, HashCountedSet<String>* fontStats)
String            766 Source/core/inspector/InspectorCSSAgent.cpp             String familyName = glyphBuffer.fontDataAt(i)->platformData().fontFamilyName();
String            775 Source/core/inspector/InspectorCSSAgent.cpp     String* cssFamilyName, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PlatformFontUsage> >& platformFonts)
String            795 Source/core/inspector/InspectorCSSAgent.cpp     HashCountedSet<String> fontStats;
String            812 Source/core/inspector/InspectorCSSAgent.cpp     for (HashCountedSet<String>::iterator it = fontStats.begin(), end = fontStats.end(); it != end; ++it) {
String            820 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::getStyleSheetText(ErrorString* errorString, const String& styleSheetId, String* result)
String            829 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::setStyleSheetText(ErrorString* errorString, const String& styleSheetId, const String& text)
String            842 Source/core/inspector/InspectorCSSAgent.cpp static bool extractRangeComponent(ErrorString* errorString, const RefPtr<JSONObject>& range, const String& component, unsigned& result)
String            883 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::setPropertyText(ErrorString* errorString, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::CSS::CSSStyle>& result)
String            906 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::setRuleSelector(ErrorString* errorString, const RefPtr<JSONObject>& fullRuleId, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result)
String            925 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::createStyleSheet(ErrorString* errorString, const String& frameId, TypeBuilder::CSS::StyleSheetId* outStyleSheetId)
String            950 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::addRule(ErrorString* errorString, const String& styleSheetId, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result)
String            989 Source/core/inspector/InspectorCSSAgent.cpp PassRefPtr<TypeBuilder::CSS::CSSMedia> InspectorCSSAgent::buildMediaObject(const MediaList* media, MediaListSource mediaListSource, const String& sourceURL, CSSStyleSheet* parentStyleSheet)
String           1038 Source/core/inspector/InspectorCSSAgent.cpp     String sourceURL;
String           1105 Source/core/inspector/InspectorCSSAgent.cpp     String newStyleSheetId = String::number(m_lastStyleSheetId++);
String           1163 Source/core/inspector/InspectorCSSAgent.cpp         String id = String::number(m_lastStyleSheetId++);
String           1174 Source/core/inspector/InspectorCSSAgent.cpp String InspectorCSSAgent::unbindStyleSheet(InspectorStyleSheet* inspectorStyleSheet)
String           1176 Source/core/inspector/InspectorCSSAgent.cpp     String id = inspectorStyleSheet->id();
String           1224 Source/core/inspector/InspectorCSSAgent.cpp InspectorStyleSheet* InspectorCSSAgent::assertInspectorStyleSheetForId(ErrorString* errorString, const String& styleSheetId)
String           1234 Source/core/inspector/InspectorCSSAgent.cpp InspectorStyleSheetBase* InspectorCSSAgent::assertStyleSheetForId(ErrorString* errorString, const String& styleSheetId)
String           1236 Source/core/inspector/InspectorCSSAgent.cpp     String placeholder;
String            126 Source/core/inspector/InspectorCSSAgent.h     virtual void getPlatformFontsForNode(ErrorString*, int nodeId, String* cssFamilyName, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PlatformFontUsage> >&) OVERRIDE;
String            129 Source/core/inspector/InspectorCSSAgent.h     virtual void getStyleSheetText(ErrorString*, const String& styleSheetId, String* result) OVERRIDE;
String            130 Source/core/inspector/InspectorCSSAgent.h     virtual void setStyleSheetText(ErrorString*, const String& styleSheetId, const String& text) OVERRIDE;
String            132 Source/core/inspector/InspectorCSSAgent.h     virtual void setPropertyText(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::CSS::CSSStyle>& result) OVERRIDE;
String            133 Source/core/inspector/InspectorCSSAgent.h     virtual void setRuleSelector(ErrorString*, const RefPtr<JSONObject>& ruleId, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result) OVERRIDE;
String            134 Source/core/inspector/InspectorCSSAgent.h     virtual void createStyleSheet(ErrorString*, const String& frameId, TypeBuilder::CSS::StyleSheetId* outStyleSheetId) OVERRIDE;
String            135 Source/core/inspector/InspectorCSSAgent.h     virtual void addRule(ErrorString*, const String& styleSheetId, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result) OVERRIDE;
String            138 Source/core/inspector/InspectorCSSAgent.h     PassRefPtr<TypeBuilder::CSS::CSSMedia> buildMediaObject(const MediaList*, MediaListSource, const String&, CSSStyleSheet*);
String            167 Source/core/inspector/InspectorCSSAgent.h     void collectPlatformFontsForRenderer(RenderText*, HashCountedSet<String>*);
String            170 Source/core/inspector/InspectorCSSAgent.h     String unbindStyleSheet(InspectorStyleSheet*);
String            172 Source/core/inspector/InspectorCSSAgent.h     InspectorStyleSheet* assertInspectorStyleSheetForId(ErrorString*, const String&);
String            173 Source/core/inspector/InspectorCSSAgent.h     InspectorStyleSheetBase* assertStyleSheetForId(ErrorString*, const String&);
String            183 Source/core/inspector/InspectorCanvasAgent.cpp void InspectorCanvasAgent::evaluateTraceLogCallArgument(ErrorString* errorString, const TraceLogId& traceLogId, int callIndex, int argumentIndex, const String* objectGroup, RefPtr<RemoteObject>& result, RefPtr<ResourceState>& resourceState)
String            187 Source/core/inspector/InspectorCanvasAgent.cpp         module.evaluateTraceLogCallArgument(errorString, traceLogId, callIndex, argumentIndex, objectGroup ? *objectGroup : String(), &result, &resourceState);
String            218 Source/core/inspector/InspectorCanvasAgent.cpp     String frameId = m_pageAgent->frameId(frame);
String            248 Source/core/inspector/InspectorCanvasAgent.cpp InjectedScriptCanvasModule InspectorCanvasAgent::injectedScriptCanvasModule(ErrorString* errorString, const String& objectId)
String            294 Source/core/inspector/InspectorCanvasAgent.cpp             String frameId = m_pageAgent->frameId(it->key);
String            323 Source/core/inspector/InspectorCanvasAgent.cpp                 String frameId = m_pageAgent->frameId(frame);
String             53 Source/core/inspector/InspectorCanvasAgent.h typedef String ErrorString;
String             86 Source/core/inspector/InspectorCanvasAgent.h     virtual void evaluateTraceLogCallArgument(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, int, int, const String*, RefPtr<TypeBuilder::Runtime::RemoteObject>&, RefPtr<TypeBuilder::Canvas::ResourceState>&) OVERRIDE;
String             93 Source/core/inspector/InspectorCanvasAgent.h     InjectedScriptCanvasModule injectedScriptCanvasModule(ErrorString*, const String&);
String             41 Source/core/inspector/InspectorClient.cpp bool InspectorClient::doDispatchMessageOnFrontendPage(Page* frontendPage, const String& message)
String             53 Source/core/inspector/InspectorClient.h     virtual void setTraceEventCallback(const String& categoryFilter, TraceEventCallback) { }
String             75 Source/core/inspector/InspectorClient.h     static bool doDispatchMessageOnFrontendPage(Page* frontendPage, const String& message);
String            100 Source/core/inspector/InspectorConsoleAgent.cpp         ConsoleMessage expiredMessage(!isWorkerAgent(), OtherMessageSource, LogMessageType, WarningMessageLevel, String::format("%d console messages are not shown.", m_expiredConsoleMessageCount));
String            154 Source/core/inspector/InspectorConsoleAgent.cpp     String errorString;
String            158 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptCallStack* callStack, unsigned long requestIdentifier)
String            168 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptState* state, ScriptArguments* arguments, unsigned long requestIdentifier)
String            178 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier)
String            197 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTime(ExecutionContext*, const String& title)
String            207 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTimeEnd(ExecutionContext*, const String& title, ScriptState* state)
String            214 Source/core/inspector/InspectorConsoleAgent.cpp     HashMap<String, double>::iterator it = m_times.find(title);
String            222 Source/core/inspector/InspectorConsoleAgent.cpp     String message = title + String::format(": %.3fms", elapsed * 1000);
String            223 Source/core/inspector/InspectorConsoleAgent.cpp     addMessageToConsole(ConsoleAPIMessageSource, LogMessageType, DebugMessageLevel, message, String(), 0, 0, state);
String            226 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTimeline(ExecutionContext* context, const String& title, ScriptState* state)
String            231 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTimelineEnd(ExecutionContext* context, const String& title, ScriptState* state)
String            242 Source/core/inspector/InspectorConsoleAgent.cpp     String title;
String            244 Source/core/inspector/InspectorConsoleAgent.cpp     String identifier = title.isEmpty() ? String(lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber()))
String            245 Source/core/inspector/InspectorConsoleAgent.cpp                                         : String(title + '@');
String            247 Source/core/inspector/InspectorConsoleAgent.cpp     HashCountedSet<String>::AddResult result = m_counts.add(identifier);
String            248 Source/core/inspector/InspectorConsoleAgent.cpp     String message = title + ": " + String::number(result.storedValue->value);
String            267 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url, const String& sendURL, unsigned sendLineNumber)
String            270 Source/core/inspector/InspectorConsoleAgent.cpp         String message = "XHR finished loading: " + method + " \"" + url + "\".";
String            280 Source/core/inspector/InspectorConsoleAgent.cpp         String message = "Failed to load resource: the server responded with a status of " + String::number(response.httpStatusCode()) + " (" + response.httpStatusText() + ')';
String             60 Source/core/inspector/InspectorConsoleAgent.h typedef String ErrorString;
String             79 Source/core/inspector/InspectorConsoleAgent.h     void addMessageToConsole(MessageSource, MessageType, MessageLevel, const String& message, ScriptState*, ScriptArguments*, unsigned long requestIdentifier = 0);
String             80 Source/core/inspector/InspectorConsoleAgent.h     void addMessageToConsole(MessageSource, MessageType, MessageLevel, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber = 0, ScriptState* = 0, unsigned long requestIdentifier = 0);
String             83 Source/core/inspector/InspectorConsoleAgent.h     void addMessageToConsole(MessageSource, MessageType, MessageLevel, const String& message, ScriptCallStack*, unsigned long requestIdentifier = 0);
String             87 Source/core/inspector/InspectorConsoleAgent.h     void consoleTime(ExecutionContext*, const String& title);
String             88 Source/core/inspector/InspectorConsoleAgent.h     void consoleTimeEnd(ExecutionContext*, const String& title, ScriptState*);
String             89 Source/core/inspector/InspectorConsoleAgent.h     void consoleTimeline(ExecutionContext*, const String& title, ScriptState*);
String             90 Source/core/inspector/InspectorConsoleAgent.h     void consoleTimelineEnd(ExecutionContext*, const String& title, ScriptState*);
String             97 Source/core/inspector/InspectorConsoleAgent.h     void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url, const String& sendURL, unsigned sendLineNumber);
String            100 Source/core/inspector/InspectorConsoleAgent.h     void addProfileFinishedMessageToConsole(PassRefPtr<ScriptProfile>, unsigned lineNumber, const String& sourceURL);
String            101 Source/core/inspector/InspectorConsoleAgent.h     void addStartProfilingMessageToConsole(const String& title, unsigned lineNumber, const String& sourceURL);
String            116 Source/core/inspector/InspectorConsoleAgent.h     HashCountedSet<String> m_counts;
String            117 Source/core/inspector/InspectorConsoleAgent.h     HashMap<String, double> m_times;
String            257 Source/core/inspector/InspectorController.cpp void InspectorController::reuseFrontend(InspectorFrontendChannel* frontendChannel, const String& inspectorStateCookie)
String            286 Source/core/inspector/InspectorController.cpp void InspectorController::evaluateForTestInFrontend(long callId, const String& script)
String            323 Source/core/inspector/InspectorController.cpp void InspectorController::setInjectedScriptForOrigin(const String& origin, const String& source)
String            329 Source/core/inspector/InspectorController.cpp void InspectorController::dispatchMessageFromFrontend(const String& message)
String             89 Source/core/inspector/InspectorController.h     void setInjectedScriptForOrigin(const String& origin, const String& source);
String             91 Source/core/inspector/InspectorController.h     void dispatchMessageFromFrontend(const String& message);
String             96 Source/core/inspector/InspectorController.h     void reuseFrontend(InspectorFrontendChannel*, const String& inspectorStateCookie);
String            116 Source/core/inspector/InspectorController.h     void evaluateForTestInFrontend(long callId, const String& script);
String            123 Source/core/inspector/InspectorDOMAgent.cpp static Color parseConfigColor(const String& fieldName, JSONObject* configObject)
String            219 Source/core/inspector/InspectorDOMAgent.cpp String InspectorDOMAgent::toErrorString(ExceptionState& exceptionState)
String            587 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::querySelector(ErrorString* errorString, int nodeId, const String& selectors, int* elementId)
String            605 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::querySelectorAll(ErrorString* errorString, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result)
String            676 Source/core/inspector/InspectorDOMAgent.cpp BackendNodeId InspectorDOMAgent::backendNodeIdForNode(Node* node, const String& nodeGroup)
String            695 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::releaseBackendNodeIds(ErrorString* errorString, const String& nodeGroup)
String            707 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::setAttributeValue(ErrorString* errorString, int elementId, const String& name, const String& value)
String            716 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::setAttributesAsText(ErrorString* errorString, int elementId, const String& text, const String* const name)
String            722 Source/core/inspector/InspectorDOMAgent.cpp     String markup = "<span " + text + "></span>";
String            738 Source/core/inspector/InspectorDOMAgent.cpp     String caseAdjustedName = name ? (shouldIgnoreCase ? name->lower() : *name) : String();
String            750 Source/core/inspector/InspectorDOMAgent.cpp         String attributeName = attribute.name().toString();
String            762 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::removeAttribute(ErrorString* errorString, int elementId, const String& name)
String            786 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::setNodeName(ErrorString* errorString, int nodeId, const String& tagName, int* newId)
String            821 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::getOuterHTML(ErrorString* errorString, int nodeId, WTF::String* outerHTML)
String            830 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::setOuterHTML(ErrorString* errorString, int nodeId, const String& outerHTML)
String            865 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::setNodeValue(ErrorString* errorString, int nodeId, const String& value)
String            879 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::getEventListenersForNode(ErrorString* errorString, int nodeId, const String* objectGroup, RefPtr<TypeBuilder::Array<TypeBuilder::DOM::EventListener> >& listenersArray)
String            948 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::performSearch(ErrorString*, const String& whitespaceTrimmedQuery, String* searchId, int* resultCount)
String            962 Source/core/inspector/InspectorDOMAgent.cpp     String tagNameQuery = whitespaceTrimmedQuery;
String            963 Source/core/inspector/InspectorDOMAgent.cpp     String attributeQuery = whitespaceTrimmedQuery;
String            988 Source/core/inspector/InspectorDOMAgent.cpp                 String text = node->nodeValue();
String           1073 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::getSearchResults(ErrorString* errorString, const String& searchId, int fromIndex, int toIndex, RefPtr<TypeBuilder::Array<int> >& nodeIds)
String           1092 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::discardSearchResults(ErrorString*, const String& searchId)
String           1253 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::highlightNode(ErrorString* errorString, const RefPtr<JSONObject>& highlightInspectorObject, const int* nodeId, const String* objectId)
String           1278 Source/core/inspector/InspectorDOMAgent.cpp     const String& frameId,
String           1369 Source/core/inspector/InspectorDOMAgent.cpp         String path;
String           1435 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::resolveNode(ErrorString* errorString, int nodeId, const String* const objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result)
String           1437 Source/core/inspector/InspectorDOMAgent.cpp     String objectGroupName = objectGroup ? *objectGroup : "";
String           1451 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::getAttributes(ErrorString* errorString, int nodeId, RefPtr<TypeBuilder::Array<String> >& result)
String           1460 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::requestNode(ErrorString*, const String& objectId, int* nodeId)
String           1471 Source/core/inspector/InspectorDOMAgent.cpp String InspectorDOMAgent::documentURLString(Document* document)
String           1478 Source/core/inspector/InspectorDOMAgent.cpp static String documentBaseURLString(Document* document)
String           1498 Source/core/inspector/InspectorDOMAgent.cpp     String nodeName;
String           1499 Source/core/inspector/InspectorDOMAgent.cpp     String localName;
String           1500 Source/core/inspector/InspectorDOMAgent.cpp     String nodeValue;
String           1613 Source/core/inspector/InspectorDOMAgent.cpp PassRefPtr<TypeBuilder::Array<String> > InspectorDOMAgent::buildArrayForElementAttributes(Element* element)
String           1615 Source/core/inspector/InspectorDOMAgent.cpp     RefPtr<TypeBuilder::Array<String> > attributesValue = TypeBuilder::Array<String>::create();
String           1653 Source/core/inspector/InspectorDOMAgent.cpp PassRefPtr<TypeBuilder::DOM::EventListener> InspectorDOMAgent::buildObjectForEventListener(const RegisteredEventListener& registeredEventListener, const AtomicString& eventType, Node* node, const String* objectGroupId)
String           1656 Source/core/inspector/InspectorDOMAgent.cpp     String sourceName;
String           1657 Source/core/inspector/InspectorDOMAgent.cpp     String scriptId;
String           2005 Source/core/inspector/InspectorDOMAgent.cpp static ShadowRoot* shadowRootForNode(Node* node, const String& type)
String           2016 Source/core/inspector/InspectorDOMAgent.cpp Node* InspectorDOMAgent::nodeForPath(const String& path)
String           2025 Source/core/inspector/InspectorDOMAgent.cpp     Vector<String> pathTokens;
String           2031 Source/core/inspector/InspectorDOMAgent.cpp         String& indexValue = pathTokens[i];
String           2042 Source/core/inspector/InspectorDOMAgent.cpp         String childName = pathTokens[i + 1];
String           2053 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::pushNodeByPathToFrontend(ErrorString* errorString, const String& path, int* nodeId)
String           2099 Source/core/inspector/InspectorDOMAgent.cpp PassRefPtr<TypeBuilder::Runtime::RemoteObject> InspectorDOMAgent::resolveNode(Node* node, const String& objectGroup)
String             70 Source/core/inspector/InspectorDOMAgent.h typedef String ErrorString;
String            104 Source/core/inspector/InspectorDOMAgent.h     static String toErrorString(ExceptionState&);
String            116 Source/core/inspector/InspectorDOMAgent.h     virtual void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId) OVERRIDE;
String            117 Source/core/inspector/InspectorDOMAgent.h     virtual void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result) OVERRIDE;
String            120 Source/core/inspector/InspectorDOMAgent.h     virtual void setAttributeValue(ErrorString*, int elementId, const String& name, const String& value) OVERRIDE;
String            121 Source/core/inspector/InspectorDOMAgent.h     virtual void setAttributesAsText(ErrorString*, int elementId, const String& text, const String* name) OVERRIDE;
String            122 Source/core/inspector/InspectorDOMAgent.h     virtual void removeAttribute(ErrorString*, int elementId, const String& name) OVERRIDE;
String            124 Source/core/inspector/InspectorDOMAgent.h     virtual void setNodeName(ErrorString*, int nodeId, const String& name, int* newId) OVERRIDE;
String            125 Source/core/inspector/InspectorDOMAgent.h     virtual void getOuterHTML(ErrorString*, int nodeId, WTF::String* outerHTML) OVERRIDE;
String            126 Source/core/inspector/InspectorDOMAgent.h     virtual void setOuterHTML(ErrorString*, int nodeId, const String& outerHTML) OVERRIDE;
String            127 Source/core/inspector/InspectorDOMAgent.h     virtual void setNodeValue(ErrorString*, int nodeId, const String& value) OVERRIDE;
String            128 Source/core/inspector/InspectorDOMAgent.h     virtual void getEventListenersForNode(ErrorString*, int nodeId, const WTF::String* objectGroup, RefPtr<TypeBuilder::Array<TypeBuilder::DOM::EventListener> >& listenersArray) OVERRIDE;
String            129 Source/core/inspector/InspectorDOMAgent.h     virtual void performSearch(ErrorString*, const String& whitespaceTrimmedQuery, String* searchId, int* resultCount) OVERRIDE;
String            130 Source/core/inspector/InspectorDOMAgent.h     virtual void getSearchResults(ErrorString*, const String& searchId, int fromIndex, int toIndex, RefPtr<TypeBuilder::Array<int> >&) OVERRIDE;
String            131 Source/core/inspector/InspectorDOMAgent.h     virtual void discardSearchResults(ErrorString*, const String& searchId) OVERRIDE;
String            132 Source/core/inspector/InspectorDOMAgent.h     virtual void resolveNode(ErrorString*, int nodeId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERRIDE;
String            133 Source/core/inspector/InspectorDOMAgent.h     virtual void getAttributes(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<String> >& result) OVERRIDE;
String            135 Source/core/inspector/InspectorDOMAgent.h     virtual void requestNode(ErrorString*, const String& objectId, int* nodeId) OVERRIDE;
String            136 Source/core/inspector/InspectorDOMAgent.h     virtual void pushNodeByPathToFrontend(ErrorString*, const String& path, int* nodeId) OVERRIDE;
String            138 Source/core/inspector/InspectorDOMAgent.h     virtual void releaseBackendNodeIds(ErrorString*, const String& nodeGroup) OVERRIDE;
String            142 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightNode(ErrorString*, const RefPtr<JSONObject>& highlightConfig, const int* nodeId, const String* objectId) OVERRIDE;
String            143 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightFrame(ErrorString*, const String& frameId, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
String            182 Source/core/inspector/InspectorDOMAgent.h     BackendNodeId backendNodeIdForNode(Node*, const String& nodeGroup);
String            184 Source/core/inspector/InspectorDOMAgent.h     static String documentURLString(Document*);
String            186 Source/core/inspector/InspectorDOMAgent.h     PassRefPtr<TypeBuilder::Runtime::RemoteObject> resolveNode(Node*, const String& objectGroup);
String            235 Source/core/inspector/InspectorDOMAgent.h     PassRefPtr<TypeBuilder::Array<String> > buildArrayForElementAttributes(Element*);
String            237 Source/core/inspector/InspectorDOMAgent.h     PassRefPtr<TypeBuilder::DOM::EventListener> buildObjectForEventListener(const RegisteredEventListener&, const AtomicString& eventType, Node*, const String* objectGroupId);
String            240 Source/core/inspector/InspectorDOMAgent.h     Node* nodeForPath(const String& path);
String            256 Source/core/inspector/InspectorDOMAgent.h     HashMap<String, NodeToBackendIdMap> m_nodeGroupToBackendIdMap;
String            263 Source/core/inspector/InspectorDOMAgent.h     typedef HashMap<BackendNodeId, std::pair<Node*, String> > BackendIdToNodeMap;
String            148 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::setEventListenerBreakpoint(ErrorString* error, const String& eventName)
String            150 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     setBreakpoint(error, String(listenerEventCategoryType) + eventName);
String            153 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::setInstrumentationBreakpoint(ErrorString* error, const String& eventName)
String            155 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     setBreakpoint(error, String(instrumentationEventCategoryType) + eventName);
String            158 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::setBreakpoint(ErrorString* error, const String& eventName)
String            170 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::removeEventListenerBreakpoint(ErrorString* error, const String& eventName)
String            172 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     removeBreakpoint(error, String(listenerEventCategoryType) + eventName);
String            175 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::removeInstrumentationBreakpoint(ErrorString* error, const String& eventName)
String            177 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     removeBreakpoint(error, String(instrumentationEventCategoryType) + eventName);
String            180 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::removeBreakpoint(ErrorString* error, const String& eventName)
String            229 Source/core/inspector/InspectorDOMDebuggerAgent.cpp static int domTypeForName(ErrorString* errorString, const String& typeString)
String            241 Source/core/inspector/InspectorDOMDebuggerAgent.cpp static String domTypeName(int type)
String            252 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::setDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString)
String            270 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::removeDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString)
String            392 Source/core/inspector/InspectorDOMDebuggerAgent.cpp PassRefPtr<JSONObject> InspectorDOMDebuggerAgent::preparePauseOnNativeEventData(bool isDOMEvent, const String& eventName)
String            394 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     String fullEventName = (isDOMEvent ? listenerEventCategoryType : instrumentationEventCategoryType) + eventName;
String            448 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::didFireWebGLError(const String& errorName)
String            463 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::didFireWebGLErrorOrWarning(const String& message)
String            466 Source/core/inspector/InspectorDOMDebuggerAgent.cpp         didFireWebGLError(String());
String            471 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::setXHRBreakpoint(ErrorString*, const String& url)
String            483 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::removeXHRBreakpoint(ErrorString*, const String& url)
String            495 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::willSendXMLHttpRequest(const String& url)
String            497 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     String breakpointURL;
String             54 Source/core/inspector/InspectorDOMDebuggerAgent.h typedef String ErrorString;
String             64 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
String             65 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
String             66 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setEventListenerBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
String             67 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeEventListenerBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
String             68 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
String             69 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
String             70 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void setDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
String             71 Source/core/inspector/InspectorDOMDebuggerAgent.h     virtual void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
String             80 Source/core/inspector/InspectorDOMDebuggerAgent.h     void willSendXMLHttpRequest(const String& url);
String             88 Source/core/inspector/InspectorDOMDebuggerAgent.h     void didFireWebGLError(const String& errorName);
String             90 Source/core/inspector/InspectorDOMDebuggerAgent.h     void didFireWebGLErrorOrWarning(const String& message);
String            102 Source/core/inspector/InspectorDOMDebuggerAgent.h     PassRefPtr<JSONObject> preparePauseOnNativeEventData(bool isDOMEvent, const String& eventName);
String            115 Source/core/inspector/InspectorDOMDebuggerAgent.h     void setBreakpoint(ErrorString*, const String& eventName);
String            116 Source/core/inspector/InspectorDOMDebuggerAgent.h     void removeBreakpoint(ErrorString*, const String& eventName);
String            109 Source/core/inspector/InspectorDOMStorageAgent.cpp void InspectorDOMStorageAgent::getDOMStorageItems(ErrorString* errorString, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items)
String            116 Source/core/inspector/InspectorDOMStorageAgent.cpp     RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > > storageItems = TypeBuilder::Array<TypeBuilder::Array<String> >::create();
String            120 Source/core/inspector/InspectorDOMStorageAgent.cpp         String name(storageArea->key(i, exceptionState, frame));
String            123 Source/core/inspector/InspectorDOMStorageAgent.cpp         String value(storageArea->getItem(name, exceptionState, frame));
String            126 Source/core/inspector/InspectorDOMStorageAgent.cpp         RefPtr<TypeBuilder::Array<String> > entry = TypeBuilder::Array<String>::create();
String            134 Source/core/inspector/InspectorDOMStorageAgent.cpp static String toErrorString(ExceptionState& exceptionState)
String            141 Source/core/inspector/InspectorDOMStorageAgent.cpp void InspectorDOMStorageAgent::setDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, const String& key, const String& value)
String            155 Source/core/inspector/InspectorDOMStorageAgent.cpp void InspectorDOMStorageAgent::removeDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, const String& key)
String            176 Source/core/inspector/InspectorDOMStorageAgent.cpp void InspectorDOMStorageAgent::didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin)
String            195 Source/core/inspector/InspectorDOMStorageAgent.cpp     String securityOrigin;
String             47 Source/core/inspector/InspectorDOMStorageAgent.h typedef String ErrorString;
String             63 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void getDOMStorageItems(ErrorString*, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items) OVERRIDE;
String             64 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void setDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, const String& value) OVERRIDE;
String             65 Source/core/inspector/InspectorDOMStorageAgent.h     virtual void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key) OVERRIDE;
String             68 Source/core/inspector/InspectorDOMStorageAgent.h     void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*);
String             83 Source/core/inspector/InspectorDebuggerAgent.cpp static String breakpointIdSuffix(InspectorDebuggerAgent::BreakpointSource source)
String             93 Source/core/inspector/InspectorDebuggerAgent.cpp     return String();
String             96 Source/core/inspector/InspectorDebuggerAgent.cpp static String generateBreakpointId(const String& scriptId, int lineNumber, int columnNumber, InspectorDebuggerAgent::BreakpointSource source)
String             98 Source/core/inspector/InspectorDebuggerAgent.cpp     return scriptId + ':' + String::number(lineNumber) + ':' + String::number(columnNumber) + breakpointIdSuffix(source);
String            181 Source/core/inspector/InspectorDebuggerAgent.cpp static PassOwnPtr<ScriptRegexp> compileSkipCallFramePattern(String patternText)
String            197 Source/core/inspector/InspectorDebuggerAgent.cpp         String error;
String            266 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel, const String&, ScriptCallStack*, unsigned long)
String            271 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel, const String&, ScriptState*, ScriptArguments*, unsigned long)
String            276 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
String            286 Source/core/inspector/InspectorDebuggerAgent.cpp static PassRefPtr<JSONObject> buildObjectForBreakpointCookie(const String& url, int lineNumber, int columnNumber, const String& condition, bool isRegex, bool isAnti)
String            298 Source/core/inspector/InspectorDebuggerAgent.cpp static bool matches(const String& url, const String& pattern, bool isRegex)
String            307 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setBreakpointByUrl(ErrorString* errorString, int lineNumber, const String* const optionalURL, const String* const optionalURLRegex, const int* const optionalColumnNumber, const String* const optionalCondition, const bool* isAntiBreakpoint, BreakpointId* outBreakpointId, RefPtr<Array<TypeBuilder::Debugger::Location> >& locations)
String            317 Source/core/inspector/InspectorDebuggerAgent.cpp     String url = optionalURL ? *optionalURL : *optionalURLRegex;
String            328 Source/core/inspector/InspectorDebuggerAgent.cpp     String condition = optionalCondition ? *optionalCondition : "";
String            331 Source/core/inspector/InspectorDebuggerAgent.cpp     String breakpointId = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
String            354 Source/core/inspector/InspectorDebuggerAgent.cpp static bool parseLocation(ErrorString* errorString, PassRefPtr<JSONObject> location, String* scriptId, int* lineNumber, int* columnNumber)
String            366 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setBreakpoint(ErrorString* errorString, const RefPtr<JSONObject>& location, const String* const optionalCondition, BreakpointId* outBreakpointId, RefPtr<TypeBuilder::Debugger::Location>& actualLocation)
String            368 Source/core/inspector/InspectorDebuggerAgent.cpp     String scriptId;
String            375 Source/core/inspector/InspectorDebuggerAgent.cpp     String condition = optionalCondition ? *optionalCondition : emptyString();
String            377 Source/core/inspector/InspectorDebuggerAgent.cpp     String breakpointId = generateBreakpointId(scriptId, lineNumber, columnNumber, UserBreakpointSource);
String            390 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::removeBreakpoint(ErrorString*, const String& breakpointId)
String            406 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::removeBreakpoint(const String& breakpointId)
String            412 Source/core/inspector/InspectorDebuggerAgent.cpp         const String& debugServerBreakpointId = debugServerBreakpointIdsIterator->value[i];
String            427 Source/core/inspector/InspectorDebuggerAgent.cpp     String scriptId;
String            439 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::getStepInPositions(ErrorString* errorString, const String& callFrameId, RefPtr<Array<TypeBuilder::Debugger::Location> >& positions)
String            463 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::scriptURL(JavaScriptCallFrame* frame)
String            465 Source/core/inspector/InspectorDebuggerAgent.cpp     String scriptIdString = String::number(frame->sourceID());
String            468 Source/core/inspector/InspectorDebuggerAgent.cpp         return String();
String            479 Source/core/inspector/InspectorDebuggerAgent.cpp     String topFrameScriptUrl = scriptURL(topFrame.get());
String            512 Source/core/inspector/InspectorDebuggerAgent.cpp         String url;
String            540 Source/core/inspector/InspectorDebuggerAgent.cpp         String scriptUrl = scriptURL(topFrame.get());
String            552 Source/core/inspector/InspectorDebuggerAgent.cpp PassRefPtr<TypeBuilder::Debugger::Location> InspectorDebuggerAgent::resolveBreakpoint(const String& breakpointId, const String& scriptId, const ScriptBreakpoint& breakpoint, BreakpointSource source)
String            563 Source/core/inspector/InspectorDebuggerAgent.cpp     String debugServerBreakpointId = scriptDebugServer().setBreakpoint(scriptId, breakpoint, &actualLineNumber, &actualColumnNumber, false);
String            571 Source/core/inspector/InspectorDebuggerAgent.cpp         m_breakpointIdToDebugServerBreakpointIds.set(breakpointId, Vector<String>()).storedValue->value.append(debugServerBreakpointId);
String            592 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::searchInContent(ErrorString* error, const String& scriptId, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Array<WebCore::TypeBuilder::Page::SearchMatch> >& results)
String            604 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setScriptSource(ErrorString* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>& errorData, const String& scriptId, const String& newContent, const bool* const preview, RefPtr<Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace)
String            617 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::restartFrame(ErrorString* errorString, const String& callFrameId, RefPtr<Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace)
String            635 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::getScriptSource(ErrorString* error, const String& scriptId, String* scriptSource)
String            644 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<FunctionDetails>& details)
String            841 Source/core/inspector/InspectorDebuggerAgent.cpp ScriptValue InspectorDebuggerAgent::resolveCallFrame(ErrorString* errorString, const String* callFrameId)
String            857 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::stepOver(ErrorString* errorString, const String* callFrameId)
String            878 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::stepOut(ErrorString* errorString, const String* callFrameId)
String            889 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setPauseOnExceptions(ErrorString* errorString, const String& stringPauseState)
String            914 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::evaluateOnCallFrame(ErrorString* errorString, const String& callFrameId, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
String            952 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::compileScript(ErrorString* errorString, const String& expression, const String& sourceURL, TypeBuilder::OptOutput<ScriptId>* scriptId, TypeBuilder::OptOutput<String>* syntaxErrorMessage)
String            960 Source/core/inspector/InspectorDebuggerAgent.cpp     String scriptIdValue;
String            961 Source/core/inspector/InspectorDebuggerAgent.cpp     String exceptionMessage;
String            971 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::runScript(ErrorString* errorString, const ScriptId& scriptId, const int* executionContextId, const String* const objectGroup, const bool* const doNotPauseOnExceptionsAndMuteConsole, RefPtr<RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
String            988 Source/core/inspector/InspectorDebuggerAgent.cpp     String exceptionMessage;
String           1006 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setOverlayMessage(ErrorString*, const String*)
String           1010 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setVariableValue(ErrorString* errorString, int scopeNumber, const String& variableName, const RefPtr<JSONObject>& newValue, const String* callFrameId, const String* functionObjectId)
String           1033 Source/core/inspector/InspectorDebuggerAgent.cpp     String newValueString = newValue->toJSONString();
String           1038 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::skipStackFrames(ErrorString* errorString, const String* pattern)
String           1041 Source/core/inspector/InspectorDebuggerAgent.cpp     String patternValue = pattern ? *pattern : "";
String           1059 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::scriptExecutionBlockedByCSP(const String& directiveText)
String           1109 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::sourceMapURLForScript(const Script& script)
String           1112 Source/core/inspector/InspectorDebuggerAgent.cpp     String sourceMapURL = ContentSearchUtils::findSourceMapURL(script.source, ContentSearchUtils::JavaScriptMagicComment, &deprecated);
String           1119 Source/core/inspector/InspectorDebuggerAgent.cpp         return String();
String           1123 Source/core/inspector/InspectorDebuggerAgent.cpp         return String();
String           1129 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::didParseSource(const String& scriptId, const Script& script)
String           1133 Source/core/inspector/InspectorDebuggerAgent.cpp     String sourceMapURL = sourceMapURLForScript(script);
String           1134 Source/core/inspector/InspectorDebuggerAgent.cpp     String* sourceMapURLParam = sourceMapURL.isNull() ? 0 : &sourceMapURL;
String           1135 Source/core/inspector/InspectorDebuggerAgent.cpp     String sourceURL;
String           1142 Source/core/inspector/InspectorDebuggerAgent.cpp     String scriptURL = hasSourceURL ? sourceURL : script.url;
String           1160 Source/core/inspector/InspectorDebuggerAgent.cpp         String url;
String           1174 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage)
String           1179 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::didPause(ScriptState* scriptState, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints)
String           1196 Source/core/inspector/InspectorDebuggerAgent.cpp     RefPtr<Array<String> > hitBreakpointIds = Array<String>::create();
String           1198 Source/core/inspector/InspectorDebuggerAgent.cpp     for (Vector<String>::const_iterator i = hitBreakpoints.begin(); i != hitBreakpoints.end(); ++i) {
String           1201 Source/core/inspector/InspectorDebuggerAgent.cpp             const String& localId = breakpointIterator->value.first;
String           1251 Source/core/inspector/InspectorDebuggerAgent.cpp     m_continueToLocationBreakpointId = String();
String           1273 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setBreakpoint(const String& scriptId, int lineNumber, int columnNumber, BreakpointSource source, const String& condition)
String           1275 Source/core/inspector/InspectorDebuggerAgent.cpp     String breakpointId = generateBreakpointId(scriptId, lineNumber, columnNumber, source);
String           1280 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber, BreakpointSource source)
String             72 Source/core/inspector/InspectorDebuggerAgent.h typedef String ErrorString;
String             96 Source/core/inspector/InspectorDebuggerAgent.h     void addMessageToConsole(MessageSource, MessageType, MessageLevel, const String&, ScriptCallStack*, unsigned long);
String             97 Source/core/inspector/InspectorDebuggerAgent.h     void addMessageToConsole(MessageSource, MessageType, MessageLevel, const String&, ScriptState*, ScriptArguments*, unsigned long);
String             99 Source/core/inspector/InspectorDebuggerAgent.h     String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
String            108 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setBreakpointByUrl(ErrorString*, int lineNumber, const String* optionalURL, const String* optionalURLRegex, const int* optionalColumnNumber, const String* optionalCondition, const bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& locations) OVERRIDE FINAL;
String            109 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation) OVERRIDE FINAL;
String            110 Source/core/inspector/InspectorDebuggerAgent.h     virtual void removeBreakpoint(ErrorString*, const String& breakpointId) OVERRIDE FINAL;
String            112 Source/core/inspector/InspectorDebuggerAgent.h     virtual void getStepInPositions(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions) OVERRIDE FINAL;
String            115 Source/core/inspector/InspectorDebuggerAgent.h     virtual void searchInContent(ErrorString*, const String& scriptId, const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >&) OVERRIDE FINAL;
String            116 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setScriptSource(ErrorString*, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* preview, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace) OVERRIDE FINAL;
String            117 Source/core/inspector/InspectorDebuggerAgent.h     virtual void restartFrame(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace) OVERRIDE FINAL;
String            118 Source/core/inspector/InspectorDebuggerAgent.h     virtual void getScriptSource(ErrorString*, const String& scriptId, String* scriptSource) OVERRIDE FINAL;
String            119 Source/core/inspector/InspectorDebuggerAgent.h     virtual void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>&) OVERRIDE FINAL;
String            122 Source/core/inspector/InspectorDebuggerAgent.h     virtual void stepOver(ErrorString*, const String* callFrameId) OVERRIDE FINAL;
String            124 Source/core/inspector/InspectorDebuggerAgent.h     virtual void stepOut(ErrorString*, const String* callFrameId) OVERRIDE FINAL;
String            125 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setPauseOnExceptions(ErrorString*, const String& pauseState) OVERRIDE FINAL;
String            127 Source/core/inspector/InspectorDebuggerAgent.h         const String& callFrameId,
String            128 Source/core/inspector/InspectorDebuggerAgent.h         const String& expression,
String            129 Source/core/inspector/InspectorDebuggerAgent.h         const String* objectGroup,
String            136 Source/core/inspector/InspectorDebuggerAgent.h     virtual void compileScript(ErrorString*, const String& expression, const String& sourceURL, TypeBuilder::OptOutput<TypeBuilder::Debugger::ScriptId>*, TypeBuilder::OptOutput<String>* syntaxErrorMessage) OVERRIDE;
String            137 Source/core/inspector/InspectorDebuggerAgent.h     virtual void runScript(ErrorString*, const TypeBuilder::Debugger::ScriptId&, const int* executionContextId, const String* objectGroup, const bool* doNotPauseOnExceptionsAndMuteConsole, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE;
String            138 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setOverlayMessage(ErrorString*, const String*) OVERRIDE;
String            139 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setVariableValue(ErrorString*, int in_scopeNumber, const String& in_variableName, const RefPtr<JSONObject>& in_newValue, const String* in_callFrame, const String* in_functionObjectId) OVERRIDE FINAL;
String            140 Source/core/inspector/InspectorDebuggerAgent.h     virtual void skipStackFrames(ErrorString*, const String* pattern) OVERRIDE FINAL;
String            171 Source/core/inspector/InspectorDebuggerAgent.h     void scriptExecutionBlockedByCSP(const String& directiveText);
String            185 Source/core/inspector/InspectorDebuggerAgent.h     void setBreakpoint(const String& scriptId, int lineNumber, int columnNumber, BreakpointSource, const String& condition = String());
String            186 Source/core/inspector/InspectorDebuggerAgent.h     void removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber, BreakpointSource);
String            204 Source/core/inspector/InspectorDebuggerAgent.h     virtual void didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) OVERRIDE FINAL;
String            218 Source/core/inspector/InspectorDebuggerAgent.h     virtual void didParseSource(const String& scriptId, const Script&) OVERRIDE FINAL;
String            219 Source/core/inspector/InspectorDebuggerAgent.h     virtual void failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage) OVERRIDE FINAL;
String            223 Source/core/inspector/InspectorDebuggerAgent.h     PassRefPtr<TypeBuilder::Debugger::Location> resolveBreakpoint(const String& breakpointId, const String& scriptId, const ScriptBreakpoint&, BreakpointSource);
String            224 Source/core/inspector/InspectorDebuggerAgent.h     void removeBreakpoint(const String& breakpointId);
String            229 Source/core/inspector/InspectorDebuggerAgent.h     String sourceMapURLForScript(const Script&);
String            231 Source/core/inspector/InspectorDebuggerAgent.h     String scriptURL(JavaScriptCallFrame*);
String            233 Source/core/inspector/InspectorDebuggerAgent.h     ScriptValue resolveCallFrame(ErrorString*, const String* callFrameId);
String            236 Source/core/inspector/InspectorDebuggerAgent.h     typedef HashMap<String, Vector<String> > BreakpointIdToDebugServerBreakpointIdsMap;
String            246 Source/core/inspector/InspectorDebuggerAgent.h     String m_continueToLocationBreakpointId;
String             45 Source/core/inspector/InspectorFrontendClient.h     virtual void inspectedURLChanged(const String&) = 0;
String             47 Source/core/inspector/InspectorFrontendClient.h     virtual void sendMessageToBackend(const String&) = 0;
String             49 Source/core/inspector/InspectorFrontendClient.h     virtual void sendMessageToEmbedder(const String&) = 0;
String            147 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::inspectedURLChanged(const String& newURL)
String            153 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::setInjectedScriptForOrigin(const String& origin, const String& script)
String            158 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::copyText(const String& text)
String            163 Source/core/inspector/InspectorFrontendHost.cpp static String escapeUnicodeNonCharacters(const String& str)
String            170 Source/core/inspector/InspectorFrontendHost.cpp             String symbolCode = String::format("\\u%04X", symbol);
String            180 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::sendMessageToBackend(const String& message)
String            186 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::sendMessageToEmbedder(const String& message)
String            209 Source/core/inspector/InspectorFrontendHost.cpp String InspectorFrontendHost::getSelectionBackgroundColor()
String            214 Source/core/inspector/InspectorFrontendHost.cpp String InspectorFrontendHost::getSelectionForegroundColor()
String             57 Source/core/inspector/InspectorFrontendHost.h     void inspectedURLChanged(const String&);
String             59 Source/core/inspector/InspectorFrontendHost.h     void setInjectedScriptForOrigin(const String& origin, const String& script);
String             61 Source/core/inspector/InspectorFrontendHost.h     void copyText(const String& text);
String             65 Source/core/inspector/InspectorFrontendHost.h     void sendMessageToBackend(const String& message);
String             66 Source/core/inspector/InspectorFrontendHost.h     void sendMessageToEmbedder(const String& message);
String             68 Source/core/inspector/InspectorFrontendHost.h     String getSelectionBackgroundColor();
String             69 Source/core/inspector/InspectorFrontendHost.h     String getSelectionForegroundColor();
String            248 Source/core/inspector/InspectorHeapProfilerAgent.cpp     String title = "Snapshot " + String::number(m_nextUserInitiatedHeapSnapshotNumber++);
String            260 Source/core/inspector/InspectorHeapProfilerAgent.cpp         void Write(const String& chunk)
String            276 Source/core/inspector/InspectorHeapProfilerAgent.cpp void InspectorHeapProfilerAgent::getObjectByHeapObjectId(ErrorString* error, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result)
String            299 Source/core/inspector/InspectorHeapProfilerAgent.cpp void InspectorHeapProfilerAgent::getHeapObjectId(ErrorString* errorString, const String& objectId, String* heapSnapshotObjectId)
String            313 Source/core/inspector/InspectorHeapProfilerAgent.cpp     *heapSnapshotObjectId = String::number(id);
String             49 Source/core/inspector/InspectorHeapProfilerAgent.h typedef String ErrorString;
String             70 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void getObjectByHeapObjectId(ErrorString*, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERRIDE;
String             71 Source/core/inspector/InspectorHeapProfilerAgent.h     virtual void getHeapObjectId(ErrorString*, const String& objectId, String* heapSnapshotObjectId) OVERRIDE;
String             57 Source/core/inspector/InspectorHistory.cpp InspectorHistory::Action::Action(const String& name) : m_name(name)
String             65 Source/core/inspector/InspectorHistory.cpp String InspectorHistory::Action::toString()
String             75 Source/core/inspector/InspectorHistory.cpp String InspectorHistory::Action::mergeId()
String             48 Source/core/inspector/InspectorHistory.h         Action(const String& name);
String             50 Source/core/inspector/InspectorHistory.h         virtual String toString();
String             52 Source/core/inspector/InspectorHistory.h         virtual String mergeId();
String             62 Source/core/inspector/InspectorHistory.h         String m_name;
String            102 Source/core/inspector/InspectorInputAgent.cpp void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey)
String            134 Source/core/inspector/InspectorInputAgent.cpp void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace)
String            188 Source/core/inspector/InspectorInputAgent.cpp void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp)
String            210 Source/core/inspector/InspectorInputAgent.cpp         String state;
String             43 Source/core/inspector/InspectorInputAgent.h typedef String ErrorString;
String             56 Source/core/inspector/InspectorInputAgent.h     virtual void dispatchKeyEvent(ErrorString*, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) OVERRIDE;
String             57 Source/core/inspector/InspectorInputAgent.h     virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace) OVERRIDE;
String             58 Source/core/inspector/InspectorInputAgent.h     virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) OVERRIDE;
String             74 Source/core/inspector/InspectorInspectorAgent.cpp     String origin = frame->document()->securityOrigin()->toRawString();
String             75 Source/core/inspector/InspectorInspectorAgent.cpp     String script = m_injectedScriptForOrigin.get(origin);
String            121 Source/core/inspector/InspectorInspectorAgent.cpp     for (Vector<pair<long, String> >::iterator it = m_pendingEvaluateTestCommands.begin(); m_frontend && it != m_pendingEvaluateTestCommands.end(); ++it)
String            144 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::evaluateForTestInFrontend(long callId, const String& script)
String            149 Source/core/inspector/InspectorInspectorAgent.cpp         m_pendingEvaluateTestCommands.append(pair<long, String>(callId, script));
String            152 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::setInjectedScriptForOrigin(const String& origin, const String& source)
String             49 Source/core/inspector/InspectorInspectorAgent.h typedef String ErrorString;
String             78 Source/core/inspector/InspectorInspectorAgent.h     void evaluateForTestInFrontend(long testCallId, const String& script);
String             80 Source/core/inspector/InspectorInspectorAgent.h     void setInjectedScriptForOrigin(const String& origin, const String& source);
String             91 Source/core/inspector/InspectorInspectorAgent.h     Vector<pair<long, String> > m_pendingEvaluateTestCommands;
String             93 Source/core/inspector/InspectorInspectorAgent.h     typedef HashMap<String, String> InjectedScriptForOriginMap;
String            144 Source/core/inspector/InspectorInstrumentation.cpp String preprocessEventListenerImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const String& source, const String& url, const String& functionName)
String             41 Source/core/inspector/InspectorInstrumentationCustomInl.h String preprocessEventListenerImpl(InstrumentingAgents*, LocalFrame*, const String& source, const String& url, const String& functionName);
String             63 Source/core/inspector/InspectorInstrumentationCustomInl.h inline String preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
String             75 Source/core/inspector/InspectorLayerTreeAgent.cpp inline String idForLayer(const GraphicsLayer* graphicsLayer)
String             77 Source/core/inspector/InspectorLayerTreeAgent.cpp     return String::number(graphicsLayer->platformLayer()->id());
String            213 Source/core/inspector/InspectorLayerTreeAgent.cpp PassRefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> > InspectorLayerTreeAgent::buildLayerTree(const String& nodeGroup)
String            227 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::buildLayerIdToNodeIdMap(RenderLayer* root, const String& nodeGroup, LayerIdToNodeIdMap& layerIdToNodeIdMap)
String            258 Source/core/inspector/InspectorLayerTreeAgent.cpp int InspectorLayerTreeAgent::idForNode(Node* node, const String& nodeGroup)
String            285 Source/core/inspector/InspectorLayerTreeAgent.cpp GraphicsLayer* InspectorLayerTreeAgent::layerById(ErrorString* errorString, const String& layerId)
String            305 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::compositingReasons(ErrorString* errorString, const String& layerId, RefPtr<TypeBuilder::Array<String> >& reasonStrings)
String            311 Source/core/inspector/InspectorLayerTreeAgent.cpp     reasonStrings = TypeBuilder::Array<String>::create();
String            323 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::makeSnapshot(ErrorString* errorString, const String& layerId, String* snapshotId)
String            334 Source/core/inspector/InspectorLayerTreeAgent.cpp     *snapshotId = String::number(++s_lastSnapshotId);
String            339 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::releaseSnapshot(ErrorString* errorString, const String& snapshotId)
String            349 Source/core/inspector/InspectorLayerTreeAgent.cpp const LayerSnapshot* InspectorLayerTreeAgent::snapshotById(ErrorString* errorString, const String& snapshotId)
String            359 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::replaySnapshot(ErrorString* errorString, const String& snapshotId, const int* fromStep, const int* toStep, String* dataURL)
String            368 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::profileSnapshot(ErrorString* errorString, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >& outTimings)
String             52 Source/core/inspector/InspectorLayerTreeAgent.h typedef String ErrorString;
String             77 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void compositingReasons(ErrorString*, const String& layerId, RefPtr<TypeBuilder::Array<String> >&) OVERRIDE;
String             78 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void makeSnapshot(ErrorString*, const String& layerId, String* snapshotId) OVERRIDE;
String             79 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void releaseSnapshot(ErrorString*, const String& snapshotId) OVERRIDE;
String             80 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void replaySnapshot(ErrorString*, const String& snapshotId, const int* fromStep, const int* toStep, String* dataURL) OVERRIDE;
String             81 Source/core/inspector/InspectorLayerTreeAgent.h     virtual void profileSnapshot(ErrorString*, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >&) OVERRIDE;
String             84 Source/core/inspector/InspectorLayerTreeAgent.h     PassRefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> > buildLayerTree(const String& nodeGroup);
String             92 Source/core/inspector/InspectorLayerTreeAgent.h     GraphicsLayer* layerById(ErrorString*, const String& layerId);
String             93 Source/core/inspector/InspectorLayerTreeAgent.h     const LayerSnapshot* snapshotById(ErrorString*, const String& snapshotId);
String             96 Source/core/inspector/InspectorLayerTreeAgent.h     void buildLayerIdToNodeIdMap(RenderLayer*, const String& nodeGroup, LayerIdToNodeIdMap&);
String             98 Source/core/inspector/InspectorLayerTreeAgent.h     int idForNode(Node*, const String& nodeGroup);
String             42 Source/core/inspector/InspectorMemoryAgent.h typedef String ErrorString;
String             74 Source/core/inspector/InspectorOverlay.cpp     virtual void setToolTip(const String& tooltip, TextDirection direction) OVERRIDE
String            346 Source/core/inspector/InspectorOverlay.cpp void InspectorOverlay::setPausedInDebuggerMessage(const String* message)
String            348 Source/core/inspector/InspectorOverlay.cpp     m_pausedInDebuggerMessage = message ? *message : String();
String            444 Source/core/inspector/InspectorOverlay.cpp     m_pausedInDebuggerMessage = String();
String            548 Source/core/inspector/InspectorOverlay.cpp         elementInfo->setString("nodeWidth", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width()));
String            549 Source/core/inspector/InspectorOverlay.cpp         elementInfo->setString("nodeHeight", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height()));
String            621 Source/core/inspector/InspectorOverlay.cpp     global->Set(v8::String::NewFromUtf8(isolate, "InspectorOverlayHost"), overlayHostObj);
String            647 Source/core/inspector/InspectorOverlay.cpp void InspectorOverlay::evaluateInOverlay(const String& method, const String& argument)
String            655 Source/core/inspector/InspectorOverlay.cpp void InspectorOverlay::evaluateInOverlay(const String& method, PassRefPtr<JSONValue> argument)
String            128 Source/core/inspector/InspectorOverlay.h     void setPausedInDebuggerMessage(const String*);
String            160 Source/core/inspector/InspectorOverlay.h     void evaluateInOverlay(const String& method, const String& argument);
String            161 Source/core/inspector/InspectorOverlay.h     void evaluateInOverlay(const String& method, PassRefPtr<JSONValue> argument);
String            166 Source/core/inspector/InspectorOverlay.h     String m_pausedInDebuggerMessage;
String            122 Source/core/inspector/InspectorPageAgent.cpp static bool decodeBuffer(const char* buffer, unsigned size, const String& textEncodingName, String* result)
String            169 Source/core/inspector/InspectorPageAgent.cpp static PassOwnPtr<TextResourceDecoder> createXHRTextDecoder(const String& mimeType, const String& textEncodingName)
String            183 Source/core/inspector/InspectorPageAgent.cpp bool InspectorPageAgent::cachedResourceContent(Resource* cachedResource, String* result, bool* base64Encoded)
String            221 Source/core/inspector/InspectorPageAgent.cpp             String content = decoder->decode(buffer->data(), buffer->size());
String            234 Source/core/inspector/InspectorPageAgent.cpp bool InspectorPageAgent::sharedBufferContent(PassRefPtr<SharedBuffer> buffer, const String& textEncodingName, bool withBase64Encode, String* result)
String            239 Source/core/inspector/InspectorPageAgent.cpp bool InspectorPageAgent::dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* result)
String            255 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded)
String            382 Source/core/inspector/InspectorPageAgent.cpp         String emulatedMedia = m_state->getString(PageAgentState::pageAgentEmulatedMedia);
String            426 Source/core/inspector/InspectorPageAgent.cpp     setEmulatedMedia(0, String());
String            445 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* identifier)
String            455 Source/core/inspector/InspectorPageAgent.cpp         *identifier = String::number(++m_lastScriptIdentifier);
String            463 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::removeScriptToEvaluateOnLoad(ErrorString* error, const String& identifier)
String            473 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::reload(ErrorString*, const bool* const optionalIgnoreCache, const String* optionalScriptToEvaluateOnLoad, const String* optionalScriptPreprocessor)
String            480 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::navigate(ErrorString*, const String& url)
String            611 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::deleteCookie(ErrorString*, const String& cookieName, const String& url)
String            623 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::getResourceContent(ErrorString* errorString, const String& frameId, const String& url, String* content, bool* base64Encoded)
String            631 Source/core/inspector/InspectorPageAgent.cpp static bool textContentForResource(Resource* cachedResource, String* result)
String            634 Source/core/inspector/InspectorPageAgent.cpp         String content;
String            644 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >& results)
String            659 Source/core/inspector/InspectorPageAgent.cpp     String content;
String            671 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::setDocumentContent(ErrorString* errorString, const String& frameId, const String& html)
String            693 Source/core/inspector/InspectorPageAgent.cpp         *errorString = "Width and height values must be positive, not greater than " + String::number(maxDimension);
String            835 Source/core/inspector/InspectorPageAgent.cpp             String scriptText;
String            866 Source/core/inspector/InspectorPageAgent.cpp         m_pendingScriptToEvaluateOnLoadOnce = String();
String            867 Source/core/inspector/InspectorPageAgent.cpp         m_pendingScriptPreprocessor = String();
String            879 Source/core/inspector/InspectorPageAgent.cpp     HashMap<LocalFrame*, String>::iterator iterator = m_frameToIdentifier.find(frame);
String            892 Source/core/inspector/InspectorPageAgent.cpp LocalFrame* InspectorPageAgent::frameForId(const String& frameId)
String            897 Source/core/inspector/InspectorPageAgent.cpp String InspectorPageAgent::frameId(LocalFrame* frame)
String            901 Source/core/inspector/InspectorPageAgent.cpp     String identifier = m_frameToIdentifier.get(frame);
String            915 Source/core/inspector/InspectorPageAgent.cpp String InspectorPageAgent::loaderId(DocumentLoader* loader)
String            919 Source/core/inspector/InspectorPageAgent.cpp     String identifier = m_loaderToIdentifier.get(loader);
String            927 Source/core/inspector/InspectorPageAgent.cpp LocalFrame* InspectorPageAgent::findFrameWithSecurityOrigin(const String& originRawString)
String            937 Source/core/inspector/InspectorPageAgent.cpp LocalFrame* InspectorPageAgent::assertFrame(ErrorString* errorString, const String& frameId)
String            945 Source/core/inspector/InspectorPageAgent.cpp const AtomicString& InspectorPageAgent::resourceSourceMapURL(const String& url)
String            981 Source/core/inspector/InspectorPageAgent.cpp     HashMap<DocumentLoader*, String>::iterator iterator = m_loaderToIdentifier.find(loader);
String           1006 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::willRunJavaScriptDialog(const String& message)
String           1174 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::setEmulatedMedia(ErrorString*, const String& media)
String           1176 Source/core/inspector/InspectorPageAgent.cpp     String currentMedia = m_state->getString(PageAgentState::pageAgentEmulatedMedia);
String           1197 Source/core/inspector/InspectorPageAgent.cpp     styleSheet->parseString(String(viewportAndroidUserAgentStyleSheet, sizeof(viewportAndroidUserAgentStyleSheet)));
String           1204 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::applyEmulatedMedia(String* media)
String           1206 Source/core/inspector/InspectorPageAgent.cpp     String emulatedMedia = m_state->getString(PageAgentState::pageAgentEmulatedMedia);
String             61 Source/core/inspector/InspectorPageAgent.h typedef String ErrorString;
String             83 Source/core/inspector/InspectorPageAgent.h     static bool cachedResourceContent(Resource*, String* result, bool* base64Encoded);
String             84 Source/core/inspector/InspectorPageAgent.h     static bool sharedBufferContent(PassRefPtr<SharedBuffer>, const String& textEncodingName, bool withBase64Encode, String* result);
String             86 Source/core/inspector/InspectorPageAgent.h     static PassRefPtr<SharedBuffer> resourceData(LocalFrame*, const KURL&, String* textEncodingName);
String             95 Source/core/inspector/InspectorPageAgent.h     virtual void addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* result) OVERRIDE;
String             96 Source/core/inspector/InspectorPageAgent.h     virtual void removeScriptToEvaluateOnLoad(ErrorString*, const String& identifier) OVERRIDE;
String             97 Source/core/inspector/InspectorPageAgent.h     virtual void reload(ErrorString*, const bool* optionalIgnoreCache, const String* optionalScriptToEvaluateOnLoad, const String* optionalScriptPreprocessor) OVERRIDE;
String             98 Source/core/inspector/InspectorPageAgent.h     virtual void navigate(ErrorString*, const String& url) OVERRIDE;
String            100 Source/core/inspector/InspectorPageAgent.h     virtual void deleteCookie(ErrorString*, const String& cookieName, const String& url) OVERRIDE;
String            102 Source/core/inspector/InspectorPageAgent.h     virtual void getResourceContent(ErrorString*, const String& frameId, const String& url, String* content, bool* base64Encoded) OVERRIDE;
String            103 Source/core/inspector/InspectorPageAgent.h     virtual void searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >&) OVERRIDE;
String            104 Source/core/inspector/InspectorPageAgent.h     virtual void setDocumentContent(ErrorString*, const String& frameId, const String& html) OVERRIDE;
String            114 Source/core/inspector/InspectorPageAgent.h     virtual void setEmulatedMedia(ErrorString*, const String&) OVERRIDE;
String            129 Source/core/inspector/InspectorPageAgent.h     void willRunJavaScriptDialog(const String& message);
String            132 Source/core/inspector/InspectorPageAgent.h     void applyEmulatedMedia(String*);
String            150 Source/core/inspector/InspectorPageAgent.h     String createIdentifier();
String            151 Source/core/inspector/InspectorPageAgent.h     LocalFrame* frameForId(const String& frameId);
String            152 Source/core/inspector/InspectorPageAgent.h     String frameId(LocalFrame*);
String            154 Source/core/inspector/InspectorPageAgent.h     String loaderId(DocumentLoader*);
String            155 Source/core/inspector/InspectorPageAgent.h     LocalFrame* findFrameWithSecurityOrigin(const String& originRawString);
String            156 Source/core/inspector/InspectorPageAgent.h     LocalFrame* assertFrame(ErrorString*, const String& frameId);
String            157 Source/core/inspector/InspectorPageAgent.h     String scriptPreprocessorSource() { return m_scriptPreprocessorSource; }
String            158 Source/core/inspector/InspectorPageAgent.h     const AtomicString& resourceSourceMapURL(const String& url);
String            163 Source/core/inspector/InspectorPageAgent.h     static void resourceContent(ErrorString*, LocalFrame*, const KURL&, String* result, bool* base64Encoded);
String            171 Source/core/inspector/InspectorPageAgent.h     static bool dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* result);
String            181 Source/core/inspector/InspectorPageAgent.h     String m_pendingScriptToEvaluateOnLoadOnce;
String            182 Source/core/inspector/InspectorPageAgent.h     String m_scriptToEvaluateOnLoadOnce;
String            183 Source/core/inspector/InspectorPageAgent.h     String m_pendingScriptPreprocessor;
String            184 Source/core/inspector/InspectorPageAgent.h     String m_scriptPreprocessorSource;
String            185 Source/core/inspector/InspectorPageAgent.h     HashMap<LocalFrame*, String> m_frameToIdentifier;
String            186 Source/core/inspector/InspectorPageAgent.h     HashMap<String, LocalFrame*> m_identifierToFrame;
String            187 Source/core/inspector/InspectorPageAgent.h     HashMap<DocumentLoader*, String> m_loaderToIdentifier;
String             78 Source/core/inspector/InspectorProfilerAgent.cpp     ProfileDescriptor(const String& id, const String& title)
String             81 Source/core/inspector/InspectorProfilerAgent.cpp     String m_id;
String             82 Source/core/inspector/InspectorProfilerAgent.cpp     String m_title;
String            105 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::consoleProfile(const String& title, ScriptState* state)
String            108 Source/core/inspector/InspectorProfilerAgent.cpp     String id = nextProfileId();
String            114 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::consoleProfileEnd(const String& title)
String            117 Source/core/inspector/InspectorProfilerAgent.cpp     String id;
String            118 Source/core/inspector/InspectorProfilerAgent.cpp     String resolvedTitle;
String            239 Source/core/inspector/InspectorProfilerAgent.cpp     m_frontendInitiatedProfileId = String();
String            247 Source/core/inspector/InspectorProfilerAgent.cpp String InspectorProfilerAgent::nextProfileId()
String            251 Source/core/inspector/InspectorProfilerAgent.cpp     return String::number(nextId);
String             51 Source/core/inspector/InspectorProfilerAgent.h typedef String ErrorString;
String             59 Source/core/inspector/InspectorProfilerAgent.h     void consoleProfile(const String& title, ScriptState*);
String             60 Source/core/inspector/InspectorProfilerAgent.h     void consoleProfileEnd(const String& title);
String             82 Source/core/inspector/InspectorProfilerAgent.h     String nextProfileId();
String             89 Source/core/inspector/InspectorProfilerAgent.h     String m_frontendInitiatedProfileId;
String            226 Source/core/inspector/InspectorResourceAgent.cpp         requestObject->setPostData(String::fromUTF8WithLatin1Fallback(bytes.data(), bytes.size()));
String            237 Source/core/inspector/InspectorResourceAgent.cpp     String statusText;
String            299 Source/core/inspector/InspectorResourceAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            307 Source/core/inspector/InspectorResourceAgent.cpp             String value;
String            322 Source/core/inspector/InspectorResourceAgent.cpp     String frameId = m_pageAgent->frameId(loader->frame());
String            344 Source/core/inspector/InspectorResourceAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            386 Source/core/inspector/InspectorResourceAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            404 Source/core/inspector/InspectorResourceAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            420 Source/core/inspector/InspectorResourceAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            425 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::scriptImported(unsigned long identifier, const String& sourceString)
String            445 Source/core/inspector/InspectorResourceAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            464 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient* client, unsigned long identifier, ScriptString sourceString, const AtomicString&, const String&, const String&, unsigned)
String            471 Source/core/inspector/InspectorResourceAgent.cpp     Vector<String> requestIds = m_resourcesData->removeResource(cachedResource);
String            475 Source/core/inspector/InspectorResourceAgent.cpp     String content;
String            479 Source/core/inspector/InspectorResourceAgent.cpp     Vector<String>::iterator end = requestIds.end();
String            480 Source/core/inspector/InspectorResourceAgent.cpp     for (Vector<String>::iterator it = requestIds.begin(); it != end; ++it)
String            484 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::applyUserAgentOverride(String* userAgent)
String            486 Source/core/inspector/InspectorResourceAgent.cpp     String userAgentOverride = m_state->getString(ResourceAgentState::userAgentOverride);
String            537 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didCreateWebSocket(Document*, unsigned long identifier, const KURL& requestURL, const String&)
String            578 Source/core/inspector/InspectorResourceAgent.cpp         .setPayloadData(String(payload, payloadLength));
String            587 Source/core/inspector/InspectorResourceAgent.cpp         .setPayloadData(String(payload, payloadLength));
String            591 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didReceiveWebSocketFrameError(unsigned long identifier, const String& errorMessage)
String            623 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::setUserAgentOverride(ErrorString*, const String& userAgent)
String            633 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::getResponseBody(ErrorString* errorString, const String& requestId, String* content, bool* base64Encoded)
String            666 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::replayXHR(ErrorString*, const String& requestId)
String            668 Source/core/inspector/InspectorResourceAgent.cpp     String actualRequestId = requestId;
String            722 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::loadResourceForFrontend(ErrorString* errorString, const String& frameId, const String& url, const RefPtr<JSONObject>* requestHeaders, PassRefPtr<LoadResourceForFrontendCallback> prpCallback)
String            740 Source/core/inspector/InspectorResourceAgent.cpp             String value;
String            788 Source/core/inspector/InspectorResourceAgent.cpp bool InspectorResourceAgent::fetchResourceContent(LocalFrame* frame, const KURL& url, String* content, bool* base64Encoded)
String             42 Source/core/inspector/InspectorResourceAgent.h class String;
String             73 Source/core/inspector/InspectorResourceAgent.h typedef String ErrorString;
String             97 Source/core/inspector/InspectorResourceAgent.h     void scriptImported(unsigned long identifier, const String& sourceString);
String            103 Source/core/inspector/InspectorResourceAgent.h     void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long identifier, ScriptString sourceString, const AtomicString&, const String&, const String&, unsigned);
String            107 Source/core/inspector/InspectorResourceAgent.h     void applyUserAgentOverride(String* userAgent);
String            119 Source/core/inspector/InspectorResourceAgent.h     void didCreateWebSocket(Document*, unsigned long identifier, const KURL& requestURL, const String&);
String            125 Source/core/inspector/InspectorResourceAgent.h     void didReceiveWebSocketFrameError(unsigned long identifier, const String&);
String            133 Source/core/inspector/InspectorResourceAgent.h     virtual void setUserAgentOverride(ErrorString*, const String& userAgent) OVERRIDE;
String            135 Source/core/inspector/InspectorResourceAgent.h     virtual void getResponseBody(ErrorString*, const String& requestId, String* content, bool* base64Encoded) OVERRIDE;
String            137 Source/core/inspector/InspectorResourceAgent.h     virtual void replayXHR(ErrorString*, const String& requestId) OVERRIDE;
String            145 Source/core/inspector/InspectorResourceAgent.h     virtual void loadResourceForFrontend(ErrorString*, const String& frameId, const String& url, const RefPtr<JSONObject>* requestHeaders, PassRefPtr<LoadResourceForFrontendCallback>) OVERRIDE;
String            148 Source/core/inspector/InspectorResourceAgent.h     bool fetchResourceContent(LocalFrame*, const KURL&, String* content, bool* base64Encoded);
String            158 Source/core/inspector/InspectorResourceAgent.h     String m_userAgentOverride;
String             69 Source/core/inspector/InspectorRuntimeAgent.cpp void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const int* executionContextId, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
String             88 Source/core/inspector/InspectorRuntimeAgent.cpp void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
String             95 Source/core/inspector/InspectorRuntimeAgent.cpp     String arguments;
String            113 Source/core/inspector/InspectorRuntimeAgent.cpp void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >& internalProperties)
String            134 Source/core/inspector/InspectorRuntimeAgent.cpp void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId)
String            141 Source/core/inspector/InspectorRuntimeAgent.cpp void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup)
String             47 Source/core/inspector/InspectorRuntimeAgent.h typedef String ErrorString;
String             58 Source/core/inspector/InspectorRuntimeAgent.h         const String& expression,
String             59 Source/core/inspector/InspectorRuntimeAgent.h         const String* objectGroup,
String             68 Source/core/inspector/InspectorRuntimeAgent.h                         const String& objectId,
String             69 Source/core/inspector/InspectorRuntimeAgent.h                         const String& expression,
String             76 Source/core/inspector/InspectorRuntimeAgent.h     virtual void releaseObject(ErrorString*, const String& objectId) OVERRIDE FINAL;
String             77 Source/core/inspector/InspectorRuntimeAgent.h     virtual void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >& internalProperties) OVERRIDE FINAL;
String             78 Source/core/inspector/InspectorRuntimeAgent.h     virtual void releaseObjectGroup(ErrorString*, const String& objectGroup) OVERRIDE FINAL;
String             55 Source/core/inspector/InspectorState.cpp void InspectorState::setValue(const String& propertyName, PassRefPtr<JSONValue> value)
String             61 Source/core/inspector/InspectorState.cpp void InspectorState::remove(const String& propertyName)
String             67 Source/core/inspector/InspectorState.cpp bool InspectorState::getBoolean(const String& propertyName)
String             76 Source/core/inspector/InspectorState.cpp String InspectorState::getString(const String& propertyName)
String             79 Source/core/inspector/InspectorState.cpp     String value;
String             85 Source/core/inspector/InspectorState.cpp long InspectorState::getLong(const String& propertyName)
String             91 Source/core/inspector/InspectorState.cpp long InspectorState::getLong(const String& propertyName, long defaultValue)
String            100 Source/core/inspector/InspectorState.cpp double InspectorState::getDouble(const String& propertyName)
String            105 Source/core/inspector/InspectorState.cpp double InspectorState::getDouble(const String& propertyName, double defaultValue)
String            114 Source/core/inspector/InspectorState.cpp PassRefPtr<JSONObject> InspectorState::getObject(const String& propertyName)
String            124 Source/core/inspector/InspectorState.cpp InspectorState* InspectorCompositeState::createAgentState(const String& agentName)
String            136 Source/core/inspector/InspectorState.cpp void InspectorCompositeState::loadFromCookie(const String& inspectorCompositeStateCookie)
String             54 Source/core/inspector/InspectorState.h     void loadFromCookie(const String& inspectorStateCookie);
String             59 Source/core/inspector/InspectorState.h     bool getBoolean(const String& propertyName);
String             60 Source/core/inspector/InspectorState.h     String getString(const String& propertyName);
String             61 Source/core/inspector/InspectorState.h     long getLong(const String& propertyName);
String             62 Source/core/inspector/InspectorState.h     long getLong(const String& propertyName, long defaultValue);
String             63 Source/core/inspector/InspectorState.h     double getDouble(const String& propertyName);
String             64 Source/core/inspector/InspectorState.h     double getDouble(const String& propertyName, double defaultValue);
String             65 Source/core/inspector/InspectorState.h     PassRefPtr<JSONObject> getObject(const String& propertyName);
String             67 Source/core/inspector/InspectorState.h     void setBoolean(const String& propertyName, bool value) { setValue(propertyName, JSONBasicValue::create(value)); }
String             68 Source/core/inspector/InspectorState.h     void setString(const String& propertyName, const String& value) { setValue(propertyName, JSONString::create(value)); }
String             69 Source/core/inspector/InspectorState.h     void setLong(const String& propertyName, long value) { setValue(propertyName, JSONBasicValue::create((double)value)); }
String             70 Source/core/inspector/InspectorState.h     void setDouble(const String& propertyName, double value) { setValue(propertyName, JSONBasicValue::create(value)); }
String             71 Source/core/inspector/InspectorState.h     void setObject(const String& propertyName, PassRefPtr<JSONObject> value) { setValue(propertyName, value); }
String             73 Source/core/inspector/InspectorState.h     void remove(const String&);
String             76 Source/core/inspector/InspectorState.h     void setValue(const String& propertyName, PassRefPtr<JSONValue>);
String            100 Source/core/inspector/InspectorState.h     InspectorState* createAgentState(const String&);
String            101 Source/core/inspector/InspectorState.h     void loadFromCookie(const String&);
String             40 Source/core/inspector/InspectorStateClient.h     virtual void updateInspectorStateCookie(const String&) { };
String             73 Source/core/inspector/InspectorStyleSheet.cpp     StyleSheetHandler(const String& parsedText, Document* document, StyleSheetContents* styleSheetContents, RuleSourceDataList* result)
String            104 Source/core/inspector/InspectorStyleSheet.cpp     const String& m_parsedText;
String            244 Source/core/inspector/InspectorStyleSheet.cpp             currentData->value = String(characters + valueStartInStyleSheet, propertyEndInStyleSheet - valueStartInStyleSheet + (characters[propertyEndInStyleSheet] == ';' ? 0 : 1));
String            285 Source/core/inspector/InspectorStyleSheet.cpp     String propertyString = m_parsedText.substring(start, end - start).stripWhiteSpace();
String            291 Source/core/inspector/InspectorStyleSheet.cpp     String name = propertyString.left(colonIndex).stripWhiteSpace();
String            292 Source/core/inspector/InspectorStyleSheet.cpp     String value = propertyString.substring(colonIndex + 1, propertyString.length()).stripWhiteSpace();
String            324 Source/core/inspector/InspectorStyleSheet.cpp     String commentText = m_parsedText.substring(startOffset, offset - startOffset);
String            363 Source/core/inspector/InspectorStyleSheet.cpp     const String& text() const { ASSERT(m_hasText); return m_text; }
String            364 Source/core/inspector/InspectorStyleSheet.cpp     void setText(const String&);
String            375 Source/core/inspector/InspectorStyleSheet.cpp     String m_text;
String            387 Source/core/inspector/InspectorStyleSheet.cpp void ParsedStyleSheet::setText(const String& text)
String            551 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyle::verifyPropertyText(const String& propertyText, bool canOmitSemicolon)
String            553 Source/core/inspector/InspectorStyleSheet.cpp     DEFINE_STATIC_LOCAL(String, bogusPropertyName, ("-webkit-boguz-propertee"));
String            557 Source/core/inspector/InspectorStyleSheet.cpp     String declarationText = propertyText + (canOmitSemicolon ? ";" : " ") + bogusPropertyName + ": none";
String            574 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyle::setPropertyText(unsigned index, const String& propertyText, bool overwrite, ExceptionState& exceptionState)
String            596 Source/core/inspector/InspectorStyleSheet.cpp     String text;
String            609 Source/core/inspector/InspectorStyleSheet.cpp             exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than or equal to the maximum bound (" + String::number(allProperties.size()) + ").");
String            620 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyle::styleText(String* result) const
String            626 Source/core/inspector/InspectorStyleSheet.cpp     String styleSheetText;
String            638 Source/core/inspector/InspectorStyleSheet.cpp     HashSet<String> sourcePropertyNames;
String            642 Source/core/inspector/InspectorStyleSheet.cpp         String styleDeclaration;
String            655 Source/core/inspector/InspectorStyleSheet.cpp         String name = m_style->item(i);
String            667 Source/core/inspector/InspectorStyleSheet.cpp     HashSet<String> foundShorthands;
String            677 Source/core/inspector/InspectorStyleSheet.cpp         const String& name = propertyEntry.name;
String            711 Source/core/inspector/InspectorStyleSheet.cpp             String shorthand = m_style->getPropertyShorthand(name);
String            736 Source/core/inspector/InspectorStyleSheet.cpp String InspectorStyle::shorthandValue(const String& shorthandProperty) const
String            738 Source/core/inspector/InspectorStyleSheet.cpp     String value = m_style->getPropertyValue(shorthandProperty);
String            743 Source/core/inspector/InspectorStyleSheet.cpp             String individualProperty = m_style->item(i);
String            748 Source/core/inspector/InspectorStyleSheet.cpp             String individualValue = m_style->getPropertyValue(individualProperty);
String            763 Source/core/inspector/InspectorStyleSheet.cpp     DEFINE_STATIC_LOCAL(String, defaultPrefix, ("    "));
String            777 Source/core/inspector/InspectorStyleSheet.cpp     String text;
String            783 Source/core/inspector/InspectorStyleSheet.cpp     String candidatePrefix = defaultPrefix;
String            831 Source/core/inspector/InspectorStyleSheet.cpp InspectorStyleSheetBase::InspectorStyleSheetBase(const String& id, Listener* listener)
String            837 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheetBase::setPropertyText(const InspectorCSSId& id, unsigned propertyIndex, const String& text, bool overwrite, ExceptionState& exceptionState)
String            847 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheetBase::getStyleText(const InspectorCSSId& id, String* text)
String            879 Source/core/inspector/InspectorStyleSheet.cpp         String sheetText;
String            892 Source/core/inspector/InspectorStyleSheet.cpp     String text;
String            949 Source/core/inspector/InspectorStyleSheet.cpp PassRefPtr<InspectorStyleSheet> InspectorStyleSheet::create(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtrWillBeRawPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, const String& documentURL, Listener* listener)
String            954 Source/core/inspector/InspectorStyleSheet.cpp InspectorStyleSheet::InspectorStyleSheet(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtrWillBeRawPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, const String& documentURL, Listener* listener)
String            969 Source/core/inspector/InspectorStyleSheet.cpp static String styleSheetURL(CSSStyleSheet* pageStyleSheet)
String            976 Source/core/inspector/InspectorStyleSheet.cpp String InspectorStyleSheet::finalURL() const
String            978 Source/core/inspector/InspectorStyleSheet.cpp     String url = styleSheetURL(m_pageStyleSheet.get());
String            982 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::setText(const String& text, ExceptionState& exceptionState)
String           1008 Source/core/inspector/InspectorStyleSheet.cpp String InspectorStyleSheet::ruleSelector(const InspectorCSSId& id, ExceptionState& exceptionState)
String           1018 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::setRuleSelector(const InspectorCSSId& id, const String& selector, ExceptionState& exceptionState)
String           1038 Source/core/inspector/InspectorStyleSheet.cpp     String sheetText = m_parsedStyleSheet->text();
String           1045 Source/core/inspector/InspectorStyleSheet.cpp static bool checkStyleRuleSelector(Document* document, const String& selector)
String           1052 Source/core/inspector/InspectorStyleSheet.cpp CSSStyleRule* InspectorStyleSheet::addRule(const String& selector, ExceptionState& exceptionState)
String           1059 Source/core/inspector/InspectorStyleSheet.cpp     String text;
String           1123 Source/core/inspector/InspectorStyleSheet.cpp     String sheetText = m_parsedStyleSheet->text();
String           1161 Source/core/inspector/InspectorStyleSheet.cpp     String sourceMapURLValue = sourceMapURL();
String           1167 Source/core/inspector/InspectorStyleSheet.cpp PassRefPtr<TypeBuilder::Array<TypeBuilder::CSS::Selector> > InspectorStyleSheet::selectorsFromSource(const CSSRuleSourceData* sourceData, const String& sheetText)
String           1174 Source/core/inspector/InspectorStyleSheet.cpp         String selector = sheetText.substring(range.start, range.length());
String           1198 Source/core/inspector/InspectorStyleSheet.cpp     String selectorText = rule->selectorText();
String           1231 Source/core/inspector/InspectorStyleSheet.cpp     String url = this->url();
String           1247 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::getText(String* result) const
String           1291 Source/core/inspector/InspectorStyleSheet.cpp String InspectorStyleSheet::sourceURL() const
String           1300 Source/core/inspector/InspectorStyleSheet.cpp     String styleSheetText;
String           1304 Source/core/inspector/InspectorStyleSheet.cpp         String commentValue = ContentSearchUtils::findSourceURL(styleSheetText, ContentSearchUtils::CSSMagicComment, &deprecated);
String           1315 Source/core/inspector/InspectorStyleSheet.cpp String InspectorStyleSheet::url() const
String           1319 Source/core/inspector/InspectorStyleSheet.cpp         return String();
String           1323 Source/core/inspector/InspectorStyleSheet.cpp         return String();
String           1329 Source/core/inspector/InspectorStyleSheet.cpp         return String();
String           1348 Source/core/inspector/InspectorStyleSheet.cpp String InspectorStyleSheet::sourceMapURL() const
String           1351 Source/core/inspector/InspectorStyleSheet.cpp         return String();
String           1353 Source/core/inspector/InspectorStyleSheet.cpp     String styleSheetText;
String           1357 Source/core/inspector/InspectorStyleSheet.cpp         String commentValue = ContentSearchUtils::findSourceMapURL(styleSheetText, ContentSearchUtils::CSSMagicComment, &deprecated);
String           1405 Source/core/inspector/InspectorStyleSheet.cpp     String text;
String           1447 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::setStyleText(const InspectorCSSId& id, const String& text)
String           1456 Source/core/inspector/InspectorStyleSheet.cpp     String patchedStyleSheetText;
String           1471 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::styleSheetTextWithChangedStyle(CSSStyleDeclaration* style, const String& newStyleText, String* result)
String           1483 Source/core/inspector/InspectorStyleSheet.cpp     String text = m_parsedStyleSheet->text();
String           1496 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::originalStyleSheetText(String* result) const
String           1504 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::resourceStyleSheetText(String* result) const
String           1517 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::inlineStyleSheetText(String* result) const
String           1530 Source/core/inspector/InspectorStyleSheet.cpp PassRefPtr<InspectorStyleSheetForInlineStyle> InspectorStyleSheetForInlineStyle::create(const String& id, PassRefPtr<Element> element, Listener* listener)
String           1535 Source/core/inspector/InspectorStyleSheet.cpp InspectorStyleSheetForInlineStyle::InspectorStyleSheetForInlineStyle(const String& id, PassRefPtr<Element> element, Listener* listener)
String           1543 Source/core/inspector/InspectorStyleSheet.cpp     m_styleText = m_element->isStyledElement() ? m_element->getAttribute("style").string() : String();
String           1554 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheetForInlineStyle::setText(const String& text, ExceptionState& exceptionState)
String           1564 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheetForInlineStyle::getText(String* result) const
String           1574 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheetForInlineStyle::setStyleText(const InspectorCSSId& id, const String& text)
String           1603 Source/core/inspector/InspectorStyleSheet.cpp     const String& currentStyleText = elementStyleText();
String           1635 Source/core/inspector/InspectorStyleSheet.cpp const String& InspectorStyleSheetForInlineStyle::elementStyleText() const
String             56 Source/core/inspector/InspectorStyleSheet.h typedef String ErrorString;
String             75 Source/core/inspector/InspectorStyleSheet.h     InspectorCSSId(const String& styleSheetId, unsigned ordinal)
String             83 Source/core/inspector/InspectorStyleSheet.h     const String& styleSheetId() const { return m_styleSheetId; }
String            100 Source/core/inspector/InspectorStyleSheet.h     String m_styleSheetId;
String            119 Source/core/inspector/InspectorStyleSheet.h     void setRawTextFromStyleDeclaration(const String& styleDeclaration)
String            134 Source/core/inspector/InspectorStyleSheet.h     String rawText;
String            144 Source/core/inspector/InspectorStyleSheet.h     bool setPropertyText(unsigned index, const String& text, bool overwrite, ExceptionState&);
String            145 Source/core/inspector/InspectorStyleSheet.h     bool styleText(String* result) const;
String            150 Source/core/inspector/InspectorStyleSheet.h     bool verifyPropertyText(const String& propertyText, bool canOmitSemicolon);
String            154 Source/core/inspector/InspectorStyleSheet.h     bool applyStyleText(const String&);
String            155 Source/core/inspector/InspectorStyleSheet.h     String shorthandValue(const String& shorthandProperty) const;
String            162 Source/core/inspector/InspectorStyleSheet.h     mutable std::pair<String, String> m_format;
String            178 Source/core/inspector/InspectorStyleSheet.h     String id() const { return m_id; }
String            181 Source/core/inspector/InspectorStyleSheet.h     virtual bool setText(const String&, ExceptionState&) = 0;
String            182 Source/core/inspector/InspectorStyleSheet.h     virtual bool getText(String* result) const = 0;
String            183 Source/core/inspector/InspectorStyleSheet.h     bool setPropertyText(const InspectorCSSId&, unsigned propertyIndex, const String& text, bool overwrite, ExceptionState&);
String            185 Source/core/inspector/InspectorStyleSheet.h     virtual bool setStyleText(const InspectorCSSId&, const String&) = 0;
String            186 Source/core/inspector/InspectorStyleSheet.h     bool getStyleText(const InspectorCSSId&, String*);
String            196 Source/core/inspector/InspectorStyleSheet.h     InspectorStyleSheetBase(const String& id, Listener*);
String            212 Source/core/inspector/InspectorStyleSheet.h     String m_id;
String            218 Source/core/inspector/InspectorStyleSheet.h     static PassRefPtr<InspectorStyleSheet> create(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtrWillBeRawPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
String            222 Source/core/inspector/InspectorStyleSheet.h     String finalURL() const;
String            224 Source/core/inspector/InspectorStyleSheet.h     virtual bool setText(const String&, ExceptionState&) OVERRIDE;
String            225 Source/core/inspector/InspectorStyleSheet.h     virtual bool getText(String* result) const OVERRIDE;
String            226 Source/core/inspector/InspectorStyleSheet.h     String ruleSelector(const InspectorCSSId&, ExceptionState&);
String            227 Source/core/inspector/InspectorStyleSheet.h     bool setRuleSelector(const InspectorCSSId&, const String& selector, ExceptionState&);
String            228 Source/core/inspector/InspectorStyleSheet.h     CSSStyleRule* addRule(const String& selector, ExceptionState&);
String            243 Source/core/inspector/InspectorStyleSheet.h     virtual bool setStyleText(const InspectorCSSId&, const String&) OVERRIDE;
String            254 Source/core/inspector/InspectorStyleSheet.h     InspectorStyleSheet(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtrWillBeRawPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
String            257 Source/core/inspector/InspectorStyleSheet.h     String sourceMapURL() const;
String            258 Source/core/inspector/InspectorStyleSheet.h     String sourceURL() const;
String            261 Source/core/inspector/InspectorStyleSheet.h     bool styleSheetTextWithChangedStyle(CSSStyleDeclaration*, const String& newStyleText, String* result);
String            262 Source/core/inspector/InspectorStyleSheet.h     bool originalStyleSheetText(String* result) const;
String            263 Source/core/inspector/InspectorStyleSheet.h     bool resourceStyleSheetText(String* result) const;
String            264 Source/core/inspector/InspectorStyleSheet.h     bool inlineStyleSheetText(String* result) const;
String            265 Source/core/inspector/InspectorStyleSheet.h     PassRefPtr<TypeBuilder::Array<TypeBuilder::CSS::Selector> > selectorsFromSource(const CSSRuleSourceData*, const String&);
String            267 Source/core/inspector/InspectorStyleSheet.h     String url() const;
String            275 Source/core/inspector/InspectorStyleSheet.h     String m_documentURL;
String            278 Source/core/inspector/InspectorStyleSheet.h     mutable String m_sourceURL;
String            283 Source/core/inspector/InspectorStyleSheet.h     static PassRefPtr<InspectorStyleSheetForInlineStyle> create(const String& id, PassRefPtr<Element>, Listener*);
String            287 Source/core/inspector/InspectorStyleSheet.h     virtual bool setText(const String&, ExceptionState&) OVERRIDE;
String            288 Source/core/inspector/InspectorStyleSheet.h     virtual bool getText(String* result) const OVERRIDE;
String            292 Source/core/inspector/InspectorStyleSheet.h     virtual bool setStyleText(const InspectorCSSId&, const String&) OVERRIDE;
String            303 Source/core/inspector/InspectorStyleSheet.h     InspectorStyleSheetForInlineStyle(const String& id, PassRefPtr<Element>, Listener*);
String            305 Source/core/inspector/InspectorStyleSheet.h     const String& elementStyleText() const;
String            313 Source/core/inspector/InspectorStyleSheet.h     mutable String m_styleText;
String             34 Source/core/inspector/InspectorStyleTextEditor.cpp InspectorStyleTextEditor::InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String& styleText, const NewLineAndWhitespace& format)
String             41 Source/core/inspector/InspectorStyleTextEditor.cpp void InspectorStyleTextEditor::insertProperty(unsigned index, const String& propertyText, unsigned styleBodyLength)
String             65 Source/core/inspector/InspectorStyleTextEditor.cpp     String textToSet = propertyText;
String             86 Source/core/inspector/InspectorStyleTextEditor.cpp     const String& formatLineFeed = m_format.first;
String             87 Source/core/inspector/InspectorStyleTextEditor.cpp     const String& formatPropertyPrefix = m_format.second;
String             98 Source/core/inspector/InspectorStyleTextEditor.cpp         String fullPrefix = formatLineFeed + formatPropertyPrefix;
String            107 Source/core/inspector/InspectorStyleTextEditor.cpp void InspectorStyleTextEditor::replaceProperty(unsigned index, const String& newText)
String            113 Source/core/inspector/InspectorStyleTextEditor.cpp void InspectorStyleTextEditor::internalReplaceProperty(const InspectorStyleProperty& property, const String& newText)
String            119 Source/core/inspector/InspectorStyleTextEditor.cpp     String finalNewText = newText;
String            122 Source/core/inspector/InspectorStyleTextEditor.cpp     String fullPrefix = m_format.first + m_format.second;
String             38 Source/core/inspector/InspectorStyleTextEditor.h typedef std::pair<String, String> NewLineAndWhitespace;
String             43 Source/core/inspector/InspectorStyleTextEditor.h     InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String& styleText, const NewLineAndWhitespace& format);
String             44 Source/core/inspector/InspectorStyleTextEditor.h     void insertProperty(unsigned index, const String& propertyText, unsigned styleBodyLength);
String             45 Source/core/inspector/InspectorStyleTextEditor.h     void replaceProperty(unsigned index, const String& newText);
String             46 Source/core/inspector/InspectorStyleTextEditor.h     const String& styleText() const { return m_styleText; }
String             49 Source/core/inspector/InspectorStyleTextEditor.h     void internalReplaceProperty(const InspectorStyleProperty&, const String& newText);
String             52 Source/core/inspector/InspectorStyleTextEditor.h     String m_styleText;
String             53 Source/core/inspector/InspectorStyleTextEditor.h     const std::pair<String, String> m_format;
String            149 Source/core/inspector/InspectorTimelineAgent.cpp     TimelineRecordEntry(PassRefPtr<TimelineEvent> record, PassRefPtr<JSONObject> data, PassRefPtr<TypeBuilder::Array<TimelineEvent> > children, const String& type, size_t usedHeapSizeAtStart)
String            161 Source/core/inspector/InspectorTimelineAgent.cpp     String type;
String            169 Source/core/inspector/InspectorTimelineAgent.cpp         Entry(PassRefPtr<TimelineEvent> record, const String& type)
String            181 Source/core/inspector/InspectorTimelineAgent.cpp         String type;
String            189 Source/core/inspector/InspectorTimelineAgent.cpp     void addScopedRecord(PassRefPtr<TimelineEvent> record, const String& type);
String            194 Source/core/inspector/InspectorTimelineAgent.cpp     bool isOpenRecordOfType(const String& type);
String            231 Source/core/inspector/InspectorTimelineAgent.cpp     String url;
String            234 Source/core/inspector/InspectorTimelineAgent.cpp     TimelineImageInfo(int backendNodeId, String url) : backendNodeId(backendNodeId), url(url) { }
String            327 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::start(ErrorString* errorString, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents)
String            441 Source/core/inspector/InspectorTimelineAgent.cpp         String message = String::format("Timeline '%s' terminated.", m_consoleTimelines[i].utf8().data());
String            462 Source/core/inspector/InspectorTimelineAgent.cpp bool InspectorTimelineAgent::willCallFunction(ExecutionContext* context, int scriptId, const String& scriptName, int scriptLine)
String            637 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::willDecodeImage(const String& imageType)
String            739 Source/core/inspector/InspectorTimelineAgent.cpp bool InspectorTimelineAgent::willEvaluateScript(LocalFrame* frame, const String& url, int lineNumber)
String            750 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didScheduleResourceRequest(Document* document, const String& url)
String            757 Source/core/inspector/InspectorTimelineAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            763 Source/core/inspector/InspectorTimelineAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            769 Source/core/inspector/InspectorTimelineAgent.cpp     String requestId = IdentifiersFactory::requestId(identifier);
String            788 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTimeStamp(ExecutionContext* context, const String& title)
String            793 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTime(ExecutionContext* context, const String& message)
String            799 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTimeEnd(ExecutionContext* context, const String& message, ScriptState*)
String            803 Source/core/inspector/InspectorTimelineAgent.cpp     String originalMessage;
String            810 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTimeline(ExecutionContext* context, const String& title, ScriptState* state)
String            815 Source/core/inspector/InspectorTimelineAgent.cpp     String message = String::format("Timeline '%s' started.", title.utf8().data());
String            816 Source/core/inspector/InspectorTimelineAgent.cpp     frameHost()->console().addMessage(ConsoleAPIMessageSource, DebugMessageLevel, message, String(), 0, 0, nullptr, state);
String            826 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTimelineEnd(ExecutionContext* context, const String& title, ScriptState* state)
String            833 Source/core/inspector/InspectorTimelineAgent.cpp         String message = String::format("Timeline '%s' was not started.", title.utf8().data());
String            834 Source/core/inspector/InspectorTimelineAgent.cpp         frameHost()->console().addMessage(ConsoleAPIMessageSource, DebugMessageLevel, message, String(), 0, 0, nullptr, state);
String            838 Source/core/inspector/InspectorTimelineAgent.cpp     String message = String::format("Timeline '%s' finished.", title.utf8().data());
String            845 Source/core/inspector/InspectorTimelineAgent.cpp     frameHost()->console().addMessage(ConsoleAPIMessageSource, DebugMessageLevel, message, String(), 0, 0, nullptr, state);
String            898 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didCreateWebSocket(Document* document, unsigned long identifier, const KURL& url, const String& protocol)
String            950 Source/core/inspector/InspectorTimelineAgent.cpp     RefPtr<TimelineEvent> record = TimelineRecordFactory::createBackgroundRecord(timestamp, String::number(event.threadIdentifier()), TimelineRecordType::Rasterize, data);
String            980 Source/core/inspector/InspectorTimelineAgent.cpp     state.recordStack.addScopedRecord(TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdentifier()), TimelineRecordType::DecodeImage, data), TimelineRecordType::DecodeImage);
String           1048 Source/core/inspector/InspectorTimelineAgent.cpp     String url;
String           1138 Source/core/inspector/InspectorTimelineAgent.cpp     String frameId;
String           1150 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didCompleteCurrentRecord(const String& type)
String           1211 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame)
String           1231 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame, bool hasLowLevelDetails)
String           1310 Source/core/inspector/InspectorTimelineAgent.cpp PassRefPtr<TimelineEvent> InspectorTimelineAgent::createRecordForEvent(const TraceEventDispatcher::TraceEvent& event, const String& type, PassRefPtr<JSONObject> data)
String           1313 Source/core/inspector/InspectorTimelineAgent.cpp     return TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdentifier()), type, data);
String           1316 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::setLiveEvents(const String& liveEvents)
String           1321 Source/core/inspector/InspectorTimelineAgent.cpp     Vector<String> eventList;
String           1323 Source/core/inspector/InspectorTimelineAgent.cpp     for (Vector<String>::iterator it = eventList.begin(); it != eventList.end(); ++it)
String           1332 Source/core/inspector/InspectorTimelineAgent.cpp void TimelineRecordStack::addScopedRecord(PassRefPtr<TimelineEvent> record, const String& type)
String           1358 Source/core/inspector/InspectorTimelineAgent.cpp bool TimelineRecordStack::isOpenRecordOfType(const String& type)
String             91 Source/core/inspector/InspectorTimelineAgent.h typedef String ErrorString;
String            133 Source/core/inspector/InspectorTimelineAgent.h     virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents) OVERRIDE;
String            142 Source/core/inspector/InspectorTimelineAgent.h     bool willCallFunction(ExecutionContext*, int scriptId, const String& scriptName, int scriptLine);
String            192 Source/core/inspector/InspectorTimelineAgent.h     bool willEvaluateScript(LocalFrame*, const String&, int);
String            195 Source/core/inspector/InspectorTimelineAgent.h     void consoleTimeStamp(ExecutionContext*, const String& title);
String            199 Source/core/inspector/InspectorTimelineAgent.h     void consoleTime(ExecutionContext*, const String&);
String            200 Source/core/inspector/InspectorTimelineAgent.h     void consoleTimeEnd(ExecutionContext*, const String&, ScriptState*);
String            201 Source/core/inspector/InspectorTimelineAgent.h     void consoleTimeline(ExecutionContext*, const String& title, ScriptState*);
String            202 Source/core/inspector/InspectorTimelineAgent.h     void consoleTimelineEnd(ExecutionContext*, const String& title, ScriptState*);
String            204 Source/core/inspector/InspectorTimelineAgent.h     void didScheduleResourceRequest(Document*, const String& url);
String            219 Source/core/inspector/InspectorTimelineAgent.h     void didCreateWebSocket(Document*, unsigned long identifier, const KURL&, const String& protocol);
String            230 Source/core/inspector/InspectorTimelineAgent.h     virtual void willDecodeImage(const String& imageType) OVERRIDE;
String            263 Source/core/inspector/InspectorTimelineAgent.h     void appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame*);
String            264 Source/core/inspector/InspectorTimelineAgent.h     void pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame*, bool hasLowLevelDetails = false);
String            273 Source/core/inspector/InspectorTimelineAgent.h     void didCompleteCurrentRecord(const String& type);
String            281 Source/core/inspector/InspectorTimelineAgent.h     PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createRecordForEvent(const TraceEventDispatcher::TraceEvent&, const String& type, PassRefPtr<JSONObject> data);
String            295 Source/core/inspector/InspectorTimelineAgent.h     void setLiveEvents(const String&);
String            312 Source/core/inspector/InspectorTimelineAgent.h     Vector<String> m_consoleTimelines;
String            330 Source/core/inspector/InspectorTimelineAgent.h     HashSet<String> m_liveEvents;
String             88 Source/core/inspector/InspectorWorkerAgent.cpp     virtual void dispatchMessageFromWorker(const String& message) OVERRIDE
String            240 Source/core/inspector/InspectorWorkerAgent.cpp void InspectorWorkerAgent::createWorkerFrontendChannel(WorkerGlobalScopeProxy* workerGlobalScopeProxy, const String& url)
String             45 Source/core/inspector/InspectorWorkerAgent.h typedef String ErrorString;
String             74 Source/core/inspector/InspectorWorkerAgent.h     void createWorkerFrontendChannel(WorkerGlobalScopeProxy*, const String& url);
String             82 Source/core/inspector/InspectorWorkerAgent.h     typedef HashMap<WorkerGlobalScopeProxy*, String> DedicatedWorkers;
String            324 Source/core/inspector/JSONParser.cpp bool decodeString(const CharType* start, const CharType* end, String* output)
String            371 Source/core/inspector/JSONParser.cpp         String value;
String            413 Source/core/inspector/JSONParser.cpp             String key;
String            469 Source/core/inspector/JSONParser.cpp PassRefPtr<JSONValue> parseJSON(const String& json)
String             41 Source/core/inspector/JSONParser.h PassRefPtr<JSONValue> parseJSON(const String& json);
String             76 Source/core/inspector/JavaScriptCallFrame.cpp String JavaScriptCallFrame::callV8FunctionReturnString(const char* name) const
String            100 Source/core/inspector/JavaScriptCallFrame.cpp String JavaScriptCallFrame::functionName() const
String            127 Source/core/inspector/JavaScriptCallFrame.cpp String JavaScriptCallFrame::stepInPositions() const
String            147 Source/core/inspector/JavaScriptCallFrame.cpp v8::Handle<v8::Value> JavaScriptCallFrame::evaluate(const String& expression)
String            170 Source/core/inspector/JavaScriptCallFrame.cpp ScriptValue JavaScriptCallFrame::setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newValue)
String             58 Source/core/inspector/JavaScriptCallFrame.h     String functionName() const;
String             63 Source/core/inspector/JavaScriptCallFrame.h     String stepInPositions() const;
String             67 Source/core/inspector/JavaScriptCallFrame.h     v8::Handle<v8::Value> evaluate(const String& expression);
String             69 Source/core/inspector/JavaScriptCallFrame.h     ScriptValue setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newValue);
String             76 Source/core/inspector/JavaScriptCallFrame.h     String callV8FunctionReturnString(const char* name) const;
String             70 Source/core/inspector/NetworkResourcesData.cpp NetworkResourcesData::ResourceData::ResourceData(const String& requestId, const String& loaderId)
String             80 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::ResourceData::setContent(const String& content, bool base64Encoded)
String             88 Source/core/inspector/NetworkResourcesData.cpp static size_t contentSizeInBytes(const String& content)
String            105 Source/core/inspector/NetworkResourcesData.cpp         m_content = String();
String            153 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::resourceCreated(const String& requestId, const String& loaderId)
String            159 Source/core/inspector/NetworkResourcesData.cpp static PassOwnPtr<TextResourceDecoder> createOtherResourceTextDecoder(const String& mimeType, const String& textEncodingName)
String            177 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::responseReceived(const String& requestId, const String& frameId, const ResourceResponse& response)
String            188 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::setResourceType(const String& requestId, InspectorPageAgent::ResourceType type)
String            196 Source/core/inspector/NetworkResourcesData.cpp InspectorPageAgent::ResourceType NetworkResourcesData::resourceType(const String& requestId)
String            204 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::setResourceContent(const String& requestId, const String& content, bool base64Encoded)
String            224 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::maybeAddResourceData(const String& requestId, const char* data, size_t dataLength)
String            242 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::maybeDecodeDataToContent(const String& requestId)
String            255 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::addResource(const String& requestId, Resource* cachedResource)
String            263 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::addResourceSharedBuffer(const String& requestId, PassRefPtr<SharedBuffer> buffer, const String& textEncodingName)
String            272 Source/core/inspector/NetworkResourcesData.cpp NetworkResourcesData::ResourceData const* NetworkResourcesData::data(const String& requestId)
String            277 Source/core/inspector/NetworkResourcesData.cpp XHRReplayData* NetworkResourcesData::xhrReplayData(const String& requestId)
String            288 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::setXHRReplayData(const String& requestId, XHRReplayData* xhrReplayData)
String            292 Source/core/inspector/NetworkResourcesData.cpp         Vector<String> result;
String            305 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::reuseXHRReplayData(const String& requestId, const String& reusedRequestId)
String            325 Source/core/inspector/NetworkResourcesData.cpp Vector<String> NetworkResourcesData::removeResource(Resource* cachedResource)
String            327 Source/core/inspector/NetworkResourcesData.cpp     Vector<String> result;
String            341 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::clear(const String& preservedLoaderId)
String            369 Source/core/inspector/NetworkResourcesData.cpp NetworkResourcesData::ResourceData* NetworkResourcesData::resourceDataForRequestId(const String& requestId)
String            376 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::ensureNoDataForRequestId(const String& requestId)
String            393 Source/core/inspector/NetworkResourcesData.cpp         String requestId = m_requestIdsDeque.takeFirst();
String             84 Source/core/inspector/NetworkResourcesData.h         ResourceData(const String& requestId, const String& loaderId);
String             86 Source/core/inspector/NetworkResourcesData.h         String requestId() const { return m_requestId; }
String             87 Source/core/inspector/NetworkResourcesData.h         String loaderId() const { return m_loaderId; }
String             89 Source/core/inspector/NetworkResourcesData.h         String frameId() const { return m_frameId; }
String             90 Source/core/inspector/NetworkResourcesData.h         void setFrameId(const String& frameId) { m_frameId = frameId; }
String             96 Source/core/inspector/NetworkResourcesData.h         String content() const { return m_content; }
String             97 Source/core/inspector/NetworkResourcesData.h         void setContent(const String&, bool base64Encoded);
String            111 Source/core/inspector/NetworkResourcesData.h         String textEncodingName() const { return m_textEncodingName; }
String            112 Source/core/inspector/NetworkResourcesData.h         void setTextEncodingName(const String& textEncodingName) { m_textEncodingName = textEncodingName; }
String            132 Source/core/inspector/NetworkResourcesData.h         String m_requestId;
String            133 Source/core/inspector/NetworkResourcesData.h         String m_loaderId;
String            134 Source/core/inspector/NetworkResourcesData.h         String m_frameId;
String            136 Source/core/inspector/NetworkResourcesData.h         String m_content;
String            144 Source/core/inspector/NetworkResourcesData.h         String m_textEncodingName;
String            155 Source/core/inspector/NetworkResourcesData.h     void resourceCreated(const String& requestId, const String& loaderId);
String            156 Source/core/inspector/NetworkResourcesData.h     void responseReceived(const String& requestId, const String& frameId, const ResourceResponse&);
String            157 Source/core/inspector/NetworkResourcesData.h     void setResourceType(const String& requestId, InspectorPageAgent::ResourceType);
String            158 Source/core/inspector/NetworkResourcesData.h     InspectorPageAgent::ResourceType resourceType(const String& requestId);
String            159 Source/core/inspector/NetworkResourcesData.h     void setResourceContent(const String& requestId, const String& content, bool base64Encoded = false);
String            160 Source/core/inspector/NetworkResourcesData.h     void maybeAddResourceData(const String& requestId, const char* data, size_t dataLength);
String            161 Source/core/inspector/NetworkResourcesData.h     void maybeDecodeDataToContent(const String& requestId);
String            162 Source/core/inspector/NetworkResourcesData.h     void addResource(const String& requestId, Resource*);
String            163 Source/core/inspector/NetworkResourcesData.h     void addResourceSharedBuffer(const String& requestId, PassRefPtr<SharedBuffer>, const String& textEncodingName);
String            164 Source/core/inspector/NetworkResourcesData.h     ResourceData const* data(const String& requestId);
String            165 Source/core/inspector/NetworkResourcesData.h     Vector<String> removeResource(Resource*);
String            166 Source/core/inspector/NetworkResourcesData.h     void clear(const String& preservedLoaderId = String());
String            169 Source/core/inspector/NetworkResourcesData.h     void setXHRReplayData(const String& requestId, XHRReplayData*);
String            170 Source/core/inspector/NetworkResourcesData.h     void reuseXHRReplayData(const String& requestId, const String& reusedRequestId);
String            171 Source/core/inspector/NetworkResourcesData.h     XHRReplayData* xhrReplayData(const String& requestId);
String            175 Source/core/inspector/NetworkResourcesData.h     ResourceData* resourceDataForRequestId(const String& requestId);
String            176 Source/core/inspector/NetworkResourcesData.h     void ensureNoDataForRequestId(const String& requestId);
String            179 Source/core/inspector/NetworkResourcesData.h     Deque<String> m_requestIdsDeque;
String            181 Source/core/inspector/NetworkResourcesData.h     typedef HashMap<String, String> ReusedRequestIds;
String            126 Source/core/inspector/PageDebuggerAgent.cpp void PageDebuggerAgent::setOverlayMessage(ErrorString*, const String* message)
String            138 Source/core/inspector/PageDebuggerAgent.cpp     scriptDebugServer().setPreprocessorSource(String());
String            144 Source/core/inspector/PageDebuggerAgent.cpp String PageDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
String             57 Source/core/inspector/PageDebuggerAgent.h     String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
String             77 Source/core/inspector/PageDebuggerAgent.h     virtual void setOverlayMessage(ErrorString*, const String*) OVERRIDE;
String             81 Source/core/inspector/PageRuntimeAgent.cpp     String errorString;
String             88 Source/core/inspector/PageRuntimeAgent.cpp         String error;
String            123 Source/core/inspector/PageRuntimeAgent.cpp     String frameId = m_pageAgent->frameId(frame);
String            133 Source/core/inspector/PageRuntimeAgent.cpp     String frameId = m_pageAgent->frameId(frame);
String            168 Source/core/inspector/PageRuntimeAgent.cpp         String frameId = m_pageAgent->frameId(frame);
String            181 Source/core/inspector/PageRuntimeAgent.cpp void PageRuntimeAgent::notifyContextCreated(const String& frameId, ScriptState* scriptState, SecurityOrigin* securityOrigin, bool isPageContext)
String            185 Source/core/inspector/PageRuntimeAgent.cpp     String name = securityOrigin ? securityOrigin->toRawString() : "";
String             69 Source/core/inspector/PageRuntimeAgent.h     void notifyContextCreated(const String& frameId, ScriptState*, SecurityOrigin*, bool isPageContext);
String             65 Source/core/inspector/ScriptArguments.cpp bool ScriptArguments::getFirstArgumentAsString(String& result, bool checkForNullOrUndefined)
String             55 Source/core/inspector/ScriptArguments.h     bool getFirstArgumentAsString(WTF::String& result, bool checkForNullOrUndefined = false);
String             42 Source/core/inspector/ScriptBreakpoint.h     ScriptBreakpoint(int lineNumber, int columnNumber, const String& condition)
String             51 Source/core/inspector/ScriptBreakpoint.h     String condition;
String             36 Source/core/inspector/ScriptCallFrame.cpp ScriptCallFrame::ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned column)
String             42 Source/core/inspector/ScriptCallFrame.h     ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned column = 0);
String             45 Source/core/inspector/ScriptCallFrame.h     const String& functionName() const { return m_functionName; }
String             46 Source/core/inspector/ScriptCallFrame.h     const String& scriptId() const { return m_scriptId; }
String             47 Source/core/inspector/ScriptCallFrame.h     const String& sourceURL() const { return m_scriptName; }
String             54 Source/core/inspector/ScriptCallFrame.h     String m_functionName;
String             55 Source/core/inspector/ScriptCallFrame.h     String m_scriptId;
String             56 Source/core/inspector/ScriptCallFrame.h     String m_scriptName;
String             56 Source/core/inspector/ScriptDebugListener.h         String url;
String             57 Source/core/inspector/ScriptDebugListener.h         String source;
String             58 Source/core/inspector/ScriptDebugListener.h         String sourceMappingURL;
String             68 Source/core/inspector/ScriptDebugListener.h     virtual void didParseSource(const String& scriptId, const Script&) = 0;
String             69 Source/core/inspector/ScriptDebugListener.h     virtual void failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage) = 0;
String             70 Source/core/inspector/ScriptDebugListener.h     virtual void didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) = 0;
String             46 Source/core/inspector/ScriptProfile.cpp String ScriptProfile::title() const
String             80 Source/core/inspector/ScriptProfile.cpp         .setScriptId(String::number(node->GetScriptId()))
String             52 Source/core/inspector/ScriptProfile.h     String title() const;
String             47 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<TimelineEvent> TimelineRecordFactory::createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data)
String             62 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<TimelineEvent> TimelineRecordFactory::createBackgroundRecord(double startTime, const String& threadName, const String& type, PassRefPtr<JSONObject> data)
String             80 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createFunctionCallData(int scriptId, const String& scriptName, int scriptLine)
String             83 Source/core/inspector/TimelineRecordFactory.cpp     data->setString("scriptId", String::number(scriptId));
String            112 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createXHRReadyStateChangeData(const String& url, int readyState)
String            120 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createXHRLoadData(const String& url)
String            127 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createEvaluateScriptData(const String& url, double lineNumber)
String            135 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createConsoleTimeData(const String& message)
String            142 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createTimeStampData(const String& message)
String            149 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createScheduleResourceRequestData(const String& url)
String            156 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createResourceSendRequestData(const String& requestId, const ResourceRequest& request)
String            165 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createResourceReceiveResponseData(const String& requestId, const ResourceResponse& response)
String            174 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createResourceFinishData(const String& requestId, bool didFail, double finishTime)
String            184 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createReceiveResourceData(const String& requestId, int length)
String            201 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createDecodeImageData(const String& imageType)
String            313 Source/core/inspector/TimelineRecordFactory.cpp void TimelineRecordFactory::setImageDetails(JSONObject* data, long long imageElementId, const String& url)
String            321 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createEmbedderCallbackData(const String& callbackName)
String            328 Source/core/inspector/TimelineRecordFactory.cpp String TimelineRecordFactory::type(TypeBuilder::Timeline::TimelineEvent* event)
String            330 Source/core/inspector/TimelineRecordFactory.cpp     String type;
String             51 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data);
String             52 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createBackgroundRecord(double startTime, const String& thread, const String& type, PassRefPtr<JSONObject> data);
String             55 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createFunctionCallData(int scriptId, const String& scriptName, int scriptLine);
String             59 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createXHRReadyStateChangeData(const String& url, int readyState);
String             60 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createXHRLoadData(const String& url);
String             61 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createEvaluateScriptData(const String&, double lineNumber);
String             62 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createConsoleTimeData(const String&);
String             63 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createTimeStampData(const String&);
String             64 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createResourceSendRequestData(const String& requestId, const ResourceRequest&);
String             65 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createScheduleResourceRequestData(const String&);
String             66 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createResourceReceiveResponseData(const String& requestId, const ResourceResponse&);
String             67 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createReceiveResourceData(const String& requestId, int length);
String             68 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createResourceFinishData(const String& requestId, bool didFail, double finishTime);
String             70 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createDecodeImageData(const String& imageType);
String             86 Source/core/inspector/TimelineRecordFactory.h     static void setImageDetails(JSONObject* data, long long imageElementId, const String& url);
String             88 Source/core/inspector/TimelineRecordFactory.h     static inline PassRefPtr<JSONObject> createWebSocketCreateData(unsigned long identifier, const KURL& url, const String& protocol)
String            105 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createEmbedderCallbackData(const String& callbackName);
String            107 Source/core/inspector/TimelineRecordFactory.h     static String type(TypeBuilder::Timeline::TimelineEvent*);
String            140 Source/core/inspector/TraceEventDispatcher.h         String m_stringArguments[MaxArguments];
String             80 Source/core/inspector/WorkerInspectorController.cpp     virtual void updateInspectorStateCookie(const String& cookie) OVERRIDE
String            143 Source/core/inspector/WorkerInspectorController.cpp void WorkerInspectorController::restoreInspectorStateFromCookie(const String& inspectorCookie)
String            152 Source/core/inspector/WorkerInspectorController.cpp void WorkerInspectorController::dispatchMessageFromFrontend(const String& message)
String             62 Source/core/inspector/WorkerInspectorController.h     void restoreInspectorStateFromCookie(const String& inspectorCookie);
String             63 Source/core/inspector/WorkerInspectorController.h     void dispatchMessageFromFrontend(const String&);
String             53 Source/core/loader/CookieJar.cpp String cookies(const Document* document, const KURL& url)
String             57 Source/core/loader/CookieJar.cpp         return String();
String             61 Source/core/loader/CookieJar.cpp void setCookies(Document* document, const KURL& url, const String& cookieString)
String             77 Source/core/loader/CookieJar.cpp String cookieRequestHeaderFieldValue(const Document* document, const KURL& url)
String             81 Source/core/loader/CookieJar.cpp         return String();
String            101 Source/core/loader/CookieJar.cpp void deleteCookie(const Document* document, const KURL& url, const String& cookieName)
String             39 Source/core/loader/CookieJar.h String cookies(const Document*, const KURL&);
String             40 Source/core/loader/CookieJar.h void setCookies(Document*, const KURL&, const String& cookieString);
String             42 Source/core/loader/CookieJar.h String cookieRequestHeaderFieldValue(const Document*, const KURL&);
String             44 Source/core/loader/CookieJar.h void deleteCookie(const Document*, const KURL&, const String& cookieName);
String             42 Source/core/loader/CrossOriginPreflightResultCache.cpp static bool parseAccessControlMaxAge(const String& string, unsigned& expiryDelta)
String             51 Source/core/loader/CrossOriginPreflightResultCache.cpp static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set)
String             73 Source/core/loader/CrossOriginPreflightResultCache.cpp static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set)
String             88 Source/core/loader/CrossOriginPreflightResultCache.cpp bool CrossOriginPreflightResultCacheItem::parse(const ResourceResponse& response, String& errorDescription)
String            113 Source/core/loader/CrossOriginPreflightResultCache.cpp bool CrossOriginPreflightResultCacheItem::allowsCrossOriginMethod(const String& method, String& errorDescription) const
String            122 Source/core/loader/CrossOriginPreflightResultCache.cpp bool CrossOriginPreflightResultCacheItem::allowsCrossOriginHeaders(const HTTPHeaderMap& requestHeaders, String& errorDescription) const
String            134 Source/core/loader/CrossOriginPreflightResultCache.cpp bool CrossOriginPreflightResultCacheItem::allowsRequest(StoredCredentials includeCredentials, const String& method, const HTTPHeaderMap& requestHeaders) const
String            136 Source/core/loader/CrossOriginPreflightResultCache.cpp     String ignoredExplanation;
String            155 Source/core/loader/CrossOriginPreflightResultCache.cpp void CrossOriginPreflightResultCache::appendEntry(const String& origin, const KURL& url, PassOwnPtr<CrossOriginPreflightResultCacheItem> preflightResult)
String            161 Source/core/loader/CrossOriginPreflightResultCache.cpp bool CrossOriginPreflightResultCache::canSkipPreflight(const String& origin, const KURL& url, StoredCredentials includeCredentials, const String& method, const HTTPHeaderMap& requestHeaders)
String             51 Source/core/loader/CrossOriginPreflightResultCache.h         bool parse(const ResourceResponse&, String& errorDescription);
String             52 Source/core/loader/CrossOriginPreflightResultCache.h         bool allowsCrossOriginMethod(const String&, String& errorDescription) const;
String             53 Source/core/loader/CrossOriginPreflightResultCache.h         bool allowsCrossOriginHeaders(const HTTPHeaderMap&, String& errorDescription) const;
String             54 Source/core/loader/CrossOriginPreflightResultCache.h         bool allowsRequest(StoredCredentials, const String& method, const HTTPHeaderMap& requestHeaders) const;
String             64 Source/core/loader/CrossOriginPreflightResultCache.h         HashSet<String> m_methods;
String             73 Source/core/loader/CrossOriginPreflightResultCache.h         void appendEntry(const String& origin, const KURL&, PassOwnPtr<CrossOriginPreflightResultCacheItem>);
String             74 Source/core/loader/CrossOriginPreflightResultCache.h         bool canSkipPreflight(const String& origin, const KURL&, StoredCredentials, const String& method, const HTTPHeaderMap& requestHeaders);
String             68 Source/core/loader/DocumentLoader.cpp static bool isArchiveMIMEType(const String& mimeType)
String            395 Source/core/loader/DocumentLoader.cpp static bool canShowMIMEType(const String& mimeType, Page* page)
String            447 Source/core/loader/DocumentLoader.cpp         String content = it->value;
String            453 Source/core/loader/DocumentLoader.cpp             String message = "Refused to display '" + response.url().elidedString() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'.";
String            698 Source/core/loader/DocumentLoader.cpp     m_response = ResourceResponse(m_request.url(), "text/html", 0, nullAtom, String());
String            819 Source/core/loader/DocumentLoader.cpp void DocumentLoader::setUserChosenEncoding(const String& charset)
String            828 Source/core/loader/DocumentLoader.cpp void DocumentLoader::replaceDocument(const String& source, Document* ownerDocument)
String             83 Source/core/loader/DocumentLoader.h         void replaceDocument(const String& source, Document*);
String             87 Source/core/loader/DocumentLoader.h         void setUserChosenEncoding(const String& charset);
String            188 Source/core/loader/DocumentThreadableLoader.cpp         String accessControlErrorDescription;
String            261 Source/core/loader/DocumentThreadableLoader.cpp     String accessControlErrorDescription;
String            345 Source/core/loader/DocumentThreadableLoader.cpp     ResourceError error("net", timeoutError, resource()->url(), String());
String            362 Source/core/loader/DocumentThreadableLoader.cpp void DocumentThreadableLoader::preflightFailure(const String& url, const String& errorDescription)
String             94 Source/core/loader/DocumentThreadableLoader.h         void preflightFailure(const String& url, const String& errorDescription);
String             70 Source/core/loader/DocumentWriter.cpp void DocumentWriter::appendReplacingData(const String& source)
String            124 Source/core/loader/DocumentWriter.cpp void DocumentWriter::setUserChosenEncoding(const String& charset)
String             56 Source/core/loader/DocumentWriter.h     void replaceDocument(const String&, Document* ownerDocument);
String             65 Source/core/loader/DocumentWriter.h     void appendReplacingData(const String&);
String             67 Source/core/loader/DocumentWriter.h     void setUserChosenEncoding(const String& charset);
String            102 Source/core/loader/EmptyClients.cpp String EmptyChromeClient::acceptLanguages()
String            104 Source/core/loader/EmptyClients.cpp     return String();
String            130 Source/core/loader/EmptyClients.cpp PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy)
String            135 Source/core/loader/EmptyClients.cpp PassRefPtr<Widget> EmptyFrameLoaderClient::createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&)
String            107 Source/core/loader/EmptyClients.h     virtual bool shouldReportDetailedMessageForSource(const String&) OVERRIDE { return false; }
String            108 Source/core/loader/EmptyClients.h     virtual void addMessageToConsole(MessageSource, MessageLevel, const String&, unsigned, const String&, const String&) OVERRIDE { }
String            111 Source/core/loader/EmptyClients.h     virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; }
String            115 Source/core/loader/EmptyClients.h     virtual void runJavaScriptAlert(LocalFrame*, const String&) OVERRIDE { }
String            116 Source/core/loader/EmptyClients.h     virtual bool runJavaScriptConfirm(LocalFrame*, const String&) OVERRIDE { return false; }
String            117 Source/core/loader/EmptyClients.h     virtual bool runJavaScriptPrompt(LocalFrame*, const String&, const String&, String&) OVERRIDE { return false; }
String            124 Source/core/loader/EmptyClients.h     virtual void setStatusbarText(const String&) OVERRIDE { }
String            143 Source/core/loader/EmptyClients.h     virtual void setToolTip(const String&, TextDirection) OVERRIDE { }
String            170 Source/core/loader/EmptyClients.h     virtual String acceptLanguages() OVERRIDE;
String            201 Source/core/loader/EmptyClients.h     virtual void dispatchDidReceiveTitle(const String&) OVERRIDE { }
String            219 Source/core/loader/EmptyClients.h     virtual void loadURLExternally(const ResourceRequest&, NavigationPolicy, const String& = String()) OVERRIDE { }
String            223 Source/core/loader/EmptyClients.h     virtual String userAgent(const KURL&) OVERRIDE { return ""; }
String            225 Source/core/loader/EmptyClients.h     virtual String doNotTrackValue() OVERRIDE { return String(); }
String            234 Source/core/loader/EmptyClients.h     virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) OVERRIDE { }
String            236 Source/core/loader/EmptyClients.h     virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) OVERRIDE;
String            237 Source/core/loader/EmptyClients.h     virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false; }
String            238 Source/core/loader/EmptyClients.h     virtual PassRefPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) OVERRIDE;
String            240 Source/core/loader/EmptyClients.h     virtual ObjectContentType objectContentType(const KURL&, const String&, bool) OVERRIDE { return ObjectContentType(); }
String            247 Source/core/loader/EmptyClients.h     virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) OVERRIDE { return false; }
String            260 Source/core/loader/EmptyClients.h     virtual void checkSpellingOfString(const String&, int*, int*) OVERRIDE { }
String            261 Source/core/loader/EmptyClients.h     virtual String getAutoCorrectSuggestionForMisspelledWord(const String&) OVERRIDE { return String(); }
String            262 Source/core/loader/EmptyClients.h     virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) OVERRIDE { }
String            278 Source/core/loader/EmptyClients.h     virtual void updateSpellingUIWithMisspelledWord(const String&) OVERRIDE { }
String            298 Source/core/loader/EmptyClients.h     virtual void didExecuteCommand(String) OVERRIDE { }
String             64 Source/core/loader/FormSubmission.cpp static void appendMailtoPostFormDataToURL(KURL& url, const FormData& data, const String& encodingType)
String             66 Source/core/loader/FormSubmission.cpp     String body = data.flattenToString();
String             76 Source/core/loader/FormSubmission.cpp     body = String(bodyData.data(), bodyData.size()).replaceWithLiteral('+', "%20");
String             86 Source/core/loader/FormSubmission.cpp void FormSubmission::Attributes::parseAction(const String& action)
String             92 Source/core/loader/FormSubmission.cpp AtomicString FormSubmission::Attributes::parseEncodingType(const String& type)
String            101 Source/core/loader/FormSubmission.cpp void FormSubmission::Attributes::updateEncodingType(const String& type)
String            107 Source/core/loader/FormSubmission.cpp FormSubmission::Method FormSubmission::Attributes::parseMethodType(const String& type)
String            116 Source/core/loader/FormSubmission.cpp void FormSubmission::Attributes::updateMethodType(const String& type)
String            121 Source/core/loader/FormSubmission.cpp String FormSubmission::Attributes::methodString(Method method)
String            146 Source/core/loader/FormSubmission.cpp inline FormSubmission::FormSubmission(Method method, const KURL& action, const AtomicString& target, const AtomicString& contentType, PassRefPtr<FormState> state, PassRefPtr<FormData> data, const String& boundary, PassRefPtrWillBeRawPtr<Event> event)
String            158 Source/core/loader/FormSubmission.cpp inline FormSubmission::FormSubmission(const String& result)
String            229 Source/core/loader/FormSubmission.cpp     String boundary;
String             66 Source/core/loader/FormSubmission.h         static Method parseMethodType(const String&);
String             67 Source/core/loader/FormSubmission.h         void updateMethodType(const String&);
String             68 Source/core/loader/FormSubmission.h         static String methodString(Method);
String             70 Source/core/loader/FormSubmission.h         const String& action() const { return m_action; }
String             71 Source/core/loader/FormSubmission.h         void parseAction(const String&);
String             77 Source/core/loader/FormSubmission.h         static AtomicString parseEncodingType(const String&);
String             78 Source/core/loader/FormSubmission.h         void updateEncodingType(const String&);
String             81 Source/core/loader/FormSubmission.h         const String& acceptCharset() const { return m_acceptCharset; }
String             82 Source/core/loader/FormSubmission.h         void setAcceptCharset(const String& value) { m_acceptCharset = value; }
String             90 Source/core/loader/FormSubmission.h         String m_action;
String             93 Source/core/loader/FormSubmission.h         String m_acceptCharset;
String            111 Source/core/loader/FormSubmission.h     void setOrigin(const String& origin) { m_origin = origin; }
String            113 Source/core/loader/FormSubmission.h     const String& result() const { return m_result; }
String            116 Source/core/loader/FormSubmission.h     FormSubmission(Method, const KURL& action, const AtomicString& target, const AtomicString& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, PassRefPtrWillBeRawPtr<Event>);
String            118 Source/core/loader/FormSubmission.h     FormSubmission(const String& result);
String            127 Source/core/loader/FormSubmission.h     String m_boundary;
String            130 Source/core/loader/FormSubmission.h     String m_origin;
String            131 Source/core/loader/FormSubmission.h     String m_result;
String             63 Source/core/loader/FrameFetchContext.cpp         String outgoingReferrer;
String             64 Source/core/loader/FrameFetchContext.cpp         String outgoingOrigin;
String            371 Source/core/loader/FrameLoader.cpp         String headerContentLanguage = m_documentLoader->response().httpHeaderField("Content-Language");
String            622 Source/core/loader/FrameLoader.cpp     String argsReferrer(request.httpReferrer());
String            625 Source/core/loader/FrameLoader.cpp     String referrer = SecurityPolicy::generateReferrerHeader(originDocument->referrerPolicy(), request.url(), argsReferrer);
String            743 Source/core/loader/FrameLoader.cpp     String srcdoc = m_frame->ownerElement()->fastGetAttribute(srcdocAttr);
String            749 Source/core/loader/FrameLoader.cpp void FrameLoader::reportLocalLoadFailed(LocalFrame* frame, const String& url)
String            895 Source/core/loader/FrameLoader.cpp         window->setStatus(String());
String            896 Source/core/loader/FrameLoader.cpp         window->setDefaultStatus(String());
String           1055 Source/core/loader/FrameLoader.cpp String FrameLoader::userAgent(const KURL& url) const
String           1057 Source/core/loader/FrameLoader.cpp     String userAgent = m_client->userAgent(url);
String           1167 Source/core/loader/FrameLoader.cpp bool FrameLoader::shouldPerformFragmentNavigation(bool isFormSubmission, const String& httpMethod, FrameLoadType loadType, const KURL& url)
String           1301 Source/core/loader/FrameLoader.cpp     String userAgent = this->userAgent(request.url());
String           1306 Source/core/loader/FrameLoader.cpp bool FrameLoader::shouldInterruptLoadForXFrameOptions(const String& content, const KURL& url, unsigned long requestIdentifier)
String             93 Source/core/loader/FrameLoader.h     static void reportLocalLoadFailed(LocalFrame*, const String& url);
String            148 Source/core/loader/FrameLoader.h     String userAgent(const KURL&) const;
String            176 Source/core/loader/FrameLoader.h     bool shouldInterruptLoadForXFrameOptions(const String&, const KURL&, unsigned long requestIdentifier);
String            211 Source/core/loader/FrameLoader.h     bool shouldPerformFragmentNavigation(bool isFormSubmission, const String& httpMethod, FrameLoadType, const KURL&);
String            109 Source/core/loader/FrameLoaderClient.h         virtual void dispatchDidReceiveTitle(const String&) = 0;
String            129 Source/core/loader/FrameLoaderClient.h         virtual void loadURLExternally(const ResourceRequest&, NavigationPolicy, const String& suggestedName = String()) = 0;
String            151 Source/core/loader/FrameLoaderClient.h         virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) = 0;
String            155 Source/core/loader/FrameLoaderClient.h         virtual String userAgent(const KURL&) = 0;
String            157 Source/core/loader/FrameLoaderClient.h         virtual String doNotTrackValue() = 0;
String            167 Source/core/loader/FrameLoaderClient.h         virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
String            168 Source/core/loader/FrameLoaderClient.h         virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually, DetachedPluginPolicy) = 0;
String            170 Source/core/loader/FrameLoaderClient.h         virtual PassRefPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues) = 0;
String            172 Source/core/loader/FrameLoaderClient.h         virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages) = 0;
String            179 Source/core/loader/FrameLoaderClient.h         virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) = 0;
String            205 Source/core/loader/FrameLoaderClient.h         virtual void didChangeName(const String&) { }
String             61 Source/core/loader/HistoryItem.cpp const String& HistoryItem::urlString() const
String             76 Source/core/loader/HistoryItem.cpp const String& HistoryItem::target() const
String             81 Source/core/loader/HistoryItem.cpp void HistoryItem::setURLString(const String& urlString)
String             98 Source/core/loader/HistoryItem.cpp void HistoryItem::setTarget(const String& target)
String            129 Source/core/loader/HistoryItem.cpp void HistoryItem::setDocumentState(const Vector<String>& state)
String            134 Source/core/loader/HistoryItem.cpp const Vector<String>& HistoryItem::documentState() const
String             56 Source/core/loader/HistoryItem.h     const String& urlString() const;
String             60 Source/core/loader/HistoryItem.h     const String& target() const;
String             72 Source/core/loader/HistoryItem.h     const Vector<String>& documentState() const;
String             73 Source/core/loader/HistoryItem.h     void setDocumentState(const Vector<String>&);
String             77 Source/core/loader/HistoryItem.h     void setURLString(const String&);
String             79 Source/core/loader/HistoryItem.h     void setTarget(const String&);
String            106 Source/core/loader/HistoryItem.h     String m_urlString;
String            108 Source/core/loader/HistoryItem.h     String m_target;
String            112 Source/core/loader/HistoryItem.h     Vector<String> m_documentState;
String             93 Source/core/loader/ImageLoader.h     virtual String sourceURI(const AtomicString&) const = 0;
String            113 Source/core/loader/LinkLoader.cpp bool LinkLoader::loadLink(const LinkRelAttribute& relAttribute, const AtomicString& crossOriginMode, const String& type, const KURL& href, Document& document)
String             65 Source/core/loader/LinkLoader.h     bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const KURL&, Document&);
String             91 Source/core/loader/MixedContentChecker.cpp void MixedContentChecker::logWarning(bool allowed, const String& action, const KURL& target) const
String             93 Source/core/loader/MixedContentChecker.cpp     String message = String(allowed ? "" : "[blocked] ") + "The page at '" + m_frame->document()->url().elidedString() + "' was loaded over HTTPS, but " + action + " insecure content from '" + target.elidedString() + "': this content should also be loaded over HTTPS.\n";
String             56 Source/core/loader/MixedContentChecker.h     void logWarning(bool allowed, const String& action, const KURL&) const;
String             99 Source/core/loader/NavigationScheduler.cpp     ScheduledURLNavigation(double delay, Document* originDocument, const String& url, const Referrer& referrer, bool lockBackForwardList, bool isLocationChange)
String            117 Source/core/loader/NavigationScheduler.cpp     String url() const { return m_url; }
String            122 Source/core/loader/NavigationScheduler.cpp     String m_url;
String            128 Source/core/loader/NavigationScheduler.cpp     ScheduledRedirect(double delay, Document* originDocument, const String& url, bool lockBackForwardList)
String            150 Source/core/loader/NavigationScheduler.cpp     ScheduledLocationChange(Document* originDocument, const String& url, const Referrer& referrer, bool lockBackForwardList)
String            156 Source/core/loader/NavigationScheduler.cpp     ScheduledRefresh(Document* originDocument, const String& url, const Referrer& referrer)
String            255 Source/core/loader/NavigationScheduler.cpp inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const
String            260 Source/core/loader/NavigationScheduler.cpp void NavigationScheduler::scheduleRedirect(double delay, const String& url)
String            295 Source/core/loader/NavigationScheduler.cpp void NavigationScheduler::scheduleLocationChange(Document* originDocument, const String& url, const Referrer& referrer, bool lockBackForwardList)
String             79 Source/core/loader/NavigationScheduler.h     void scheduleRedirect(double delay, const String& url);
String             80 Source/core/loader/NavigationScheduler.h     void scheduleLocationChange(Document*, const String& url, const Referrer& referrer, bool lockBackForwardList = true);
String             92 Source/core/loader/NavigationScheduler.h     bool shouldScheduleNavigation(const String& url) const;
String             85 Source/core/loader/PingLoader.h     String m_url;
String             54 Source/core/loader/PrerenderHandle.cpp     const String referrer = SecurityPolicy::generateReferrerHeader(referrerPolicy, url, document.outgoingReferrer());
String             66 Source/core/loader/TextResourceDecoderBuilder.cpp     return TextResourceDecoder::create(m_mimeType, String());
String             87 Source/core/loader/TextTrackLoader.cpp     String consoleMessage("Text track from origin '" + SecurityOrigin::create(url)->toString() + "' has been blocked from loading: Not at same origin as the document, and parent of track element does not have a 'crossorigin' attribute. Origin '" + securityOrigin->toString() + "' is therefore not allowed access.");
String            107 Source/core/loader/WorkerThreadableLoader.cpp     const ResourceRequest& request, const ThreadableLoaderOptions& options, const String& outgoingReferrer)
String            123 Source/core/loader/WorkerThreadableLoader.cpp void WorkerThreadableLoader::MainThreadBridge::mainThreadCreateLoader(ExecutionContext* context, MainThreadBridge* thisPtr, PassOwnPtr<CrossThreadResourceRequestData> requestData, ThreadableLoaderOptions options, const String& outgoingReferrer)
String            174 Source/core/loader/WorkerThreadableLoader.cpp         ResourceError error(String(), 0, String(), String());
String             99 Source/core/loader/WorkerThreadableLoader.h             MainThreadBridge(PassRefPtr<ThreadableLoaderClientWrapper>, PassOwnPtr<ThreadableLoaderClient>, WorkerLoaderProxy&, const ResourceRequest&, const ThreadableLoaderOptions&, const String& outgoingReferrer);
String            111 Source/core/loader/WorkerThreadableLoader.h             static void mainThreadCreateLoader(ExecutionContext*, MainThreadBridge*, PassOwnPtr<CrossThreadResourceRequestData>, ThreadableLoaderOptions, const String& outgoingReferrer);
String            167 Source/core/loader/appcache/ApplicationCacheHost.cpp void ApplicationCacheHost::notifyApplicationCache(EventID id, int progressTotal, int progressDone, blink::WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
String            215 Source/core/loader/appcache/ApplicationCacheHost.cpp void ApplicationCacheHost::dispatchDOMEvent(EventID id, int progressTotal, int progressDone, blink::WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
String            267 Source/core/loader/appcache/ApplicationCacheHost.cpp     notifyApplicationCache(static_cast<ApplicationCacheHost::EventID>(eventID), 0, 0, blink::WebApplicationCacheHost::UnknownError, String(), 0, String());
String            272 Source/core/loader/appcache/ApplicationCacheHost.cpp     notifyApplicationCache(PROGRESS_EVENT, progressTotal, progressDone, blink::WebApplicationCacheHost::UnknownError, String(), 0, String());
String            128 Source/core/loader/appcache/ApplicationCacheHost.h         void notifyApplicationCache(EventID, int progressTotal, int progressDone, blink::WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
String            150 Source/core/loader/appcache/ApplicationCacheHost.h             String errorURL;
String            152 Source/core/loader/appcache/ApplicationCacheHost.h             String errorMessage;
String            153 Source/core/loader/appcache/ApplicationCacheHost.h             DeferredEvent(EventID id, int progressTotal, int progressDone, blink::WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
String            170 Source/core/loader/appcache/ApplicationCacheHost.h         void dispatchDOMEvent(EventID, int progressTotal, int progressDone, blink::WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
String            143 Source/core/page/Chrome.cpp static bool canRunModalIfDuringPageDismissal(Page* page, ChromeClient::DialogType dialog, const String& message)
String            155 Source/core/page/Chrome.cpp     return canRunModal() && canRunModalIfDuringPageDismissal(m_page, ChromeClient::HTMLDialog, String());
String            202 Source/core/page/Chrome.cpp bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
String            219 Source/core/page/Chrome.cpp void Chrome::runJavaScriptAlert(LocalFrame* frame, const String& message)
String            236 Source/core/page/Chrome.cpp bool Chrome::runJavaScriptConfirm(LocalFrame* frame, const String& message)
String            254 Source/core/page/Chrome.cpp bool Chrome::runJavaScriptPrompt(LocalFrame* frame, const String& prompt, const String& defaultValue, String& result)
String            273 Source/core/page/Chrome.cpp void Chrome::setStatusbarText(LocalFrame* frame, const String& status)
String            297 Source/core/page/Chrome.cpp     String toolTip = result.spellingToolTip(toolTipDirection);
String            102 Source/core/page/Chrome.h     bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*);
String            106 Source/core/page/Chrome.h     void runJavaScriptAlert(LocalFrame*, const String&);
String            107 Source/core/page/Chrome.h     bool runJavaScriptConfirm(LocalFrame*, const String&);
String            108 Source/core/page/Chrome.h     bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result);
String            109 Source/core/page/Chrome.h     void setStatusbarText(LocalFrame*, const String&);
String            126 Source/core/page/ChromeClient.h     virtual bool shouldReportDetailedMessageForSource(const String& source) = 0;
String            127 Source/core/page/ChromeClient.h     virtual void addMessageToConsole(MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String& sourceID, const String& stackTrace) = 0;
String            130 Source/core/page/ChromeClient.h     virtual bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*) = 0;
String            134 Source/core/page/ChromeClient.h     virtual void runJavaScriptAlert(LocalFrame*, const String&) = 0;
String            135 Source/core/page/ChromeClient.h     virtual bool runJavaScriptConfirm(LocalFrame*, const String&) = 0;
String            136 Source/core/page/ChromeClient.h     virtual bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result) = 0;
String            137 Source/core/page/ChromeClient.h     virtual void setStatusbarText(const String&) = 0;
String            164 Source/core/page/ChromeClient.h     virtual void setToolTip(const String&, TextDirection) = 0;
String            218 Source/core/page/ChromeClient.h     virtual String acceptLanguages() = 0;
String            226 Source/core/page/ChromeClient.h     virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; }
String            115 Source/core/page/CreateWindow.cpp LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures,
String             40 Source/core/page/CreateWindow.h LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
String            173 Source/core/page/DOMSelection.cpp String DOMSelection::type() const
String            176 Source/core/page/DOMSelection.cpp         return String();
String            203 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
String            257 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(baseOffset) + " is not a valid base offset.");
String            262 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(extentOffset) + " is not a valid extent offset.");
String            276 Source/core/page/DOMSelection.cpp void DOMSelection::modify(const String& alterString, const String& directionString, const String& granularityString)
String            337 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
String            341 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is larger than the given node's length.");
String            358 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(index) + " is not a valid index.");
String            499 Source/core/page/DOMSelection.cpp String DOMSelection::toString()
String            502 Source/core/page/DOMSelection.cpp         return String();
String            550 Source/core/page/DOMSelection.cpp void DOMSelection::addConsoleError(const String& message)
String             66 Source/core/page/DOMSelection.h     String type() const;
String             68 Source/core/page/DOMSelection.h     void modify(const String& alter, const String& direction, const String& granularity);
String             93 Source/core/page/DOMSelection.h     String toString();
String            111 Source/core/page/DOMSelection.h     void addConsoleError(const String& message);
String            163 Source/core/page/DragController.cpp             String title;
String            164 Source/core/page/DragController.cpp             String url = dragData->asURL(DragData::DoNotConvertFilenames, &title);
String            441 Source/core/page/DragController.cpp     String text = m_page->dragCaretController().isContentRichlyEditable() ? "" : dragData->asPlainText();
String            519 Source/core/page/DragController.cpp         String text = dragData->asPlainText();
String            714 Source/core/page/DragController.cpp static void prepareClipboardForImageDrag(LocalFrame* source, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label)
String            831 Source/core/page/DragController.cpp static PassOwnPtr<DragImage> dragImageForLink(const KURL& linkURL, const String& linkText, float deviceScaleFactor, const IntPoint& mouseDraggedPoint, IntPoint& dragLoc)
String             54 Source/core/page/DragData.cpp DragData::DragData(const String&, const IntPoint& clientPosition, const IntPoint& globalPosition,
String             75 Source/core/page/DragData.cpp String DragData::asURL(FilenameConversionPolicy filenamePolicy, String* title) const
String             77 Source/core/page/DragData.cpp     String url;
String            100 Source/core/page/DragData.cpp void DragData::asFilenames(Vector<String>& result) const
String            102 Source/core/page/DragData.cpp     const Vector<String>& filenames = m_platformDragData->filenames();
String            112 Source/core/page/DragData.cpp String DragData::asPlainText() const
String            153 Source/core/page/DragData.cpp         String html;
String            164 Source/core/page/DragData.cpp String DragData::droppedFileSystemId() const
String            168 Source/core/page/DragData.cpp         return String();
String             58 Source/core/page/DragData.h     DragData(const String& dragStorageName, const IntPoint& clientPosition, const IntPoint& globalPosition, DragOperation, DragApplicationFlags = DragApplicationNone);
String             67 Source/core/page/DragData.h     String asURL(FilenameConversionPolicy filenamePolicy = ConvertFilenames, String* title = 0) const;
String             68 Source/core/page/DragData.h     String asPlainText() const;
String             69 Source/core/page/DragData.h     void asFilenames(Vector<String>&) const;
String             76 Source/core/page/DragData.h     String droppedFileSystemId() const;
String             49 Source/core/page/EditorClient.h     virtual void didExecuteCommand(String) = 0;
String           3056 Source/core/page/EventHandler.cpp     String key = evt.unmodifiedText();
String           3395 Source/core/page/EventHandler.cpp bool EventHandler::handleTextInputEvent(const String& text, Event* underlyingEvent, TextEventInputType inputType)
String            166 Source/core/page/EventHandler.h     bool handleTextInputEvent(const String& text, Event* underlyingEvent = 0, TextEventInputType = TextEventInputKeyboard);
String             75 Source/core/page/EventSource.cpp PassRefPtrWillBeRawPtr<EventSource> EventSource::create(ExecutionContext* context, const String& url, const Dictionary& eventSourceInit, ExceptionState& exceptionState)
String            178 Source/core/page/EventSource.cpp String EventSource::url() const
String            232 Source/core/page/EventSource.cpp         const String& charset = response.textEncodingName();
String            302 Source/core/page/EventSource.cpp     String message = "EventSource cannot load " + error.failingURL() + ". " + error.localizedDescription();
String            389 Source/core/page/EventSource.cpp         String field(&m_receiveBuf[bufPos], noValue ? lineLength : fieldLength);
String            412 Source/core/page/EventSource.cpp                 String value(&m_receiveBuf[bufPos], valueLength);
String            430 Source/core/page/EventSource.cpp     event->initMessageEvent(m_eventName.isEmpty() ? EventTypeNames::message : m_eventName, false, false, SerializedScriptValue::create(String(m_data)), m_eventStreamOrigin, m_lastEventId, 0, nullptr);
String             58 Source/core/page/EventSource.h     static PassRefPtrWillBeRawPtr<EventSource> create(ExecutionContext*, const String& url, const Dictionary&, ExceptionState&);
String             63 Source/core/page/EventSource.h     String url() const;
String            128 Source/core/page/EventSource.h     String m_eventStreamOrigin;
String             77 Source/core/page/HistoryController.cpp     String target = value->target();
String             89 Source/core/page/HistoryController.cpp     Vector<String, 10> uniqueNamesToRemove;
String             94 Source/core/page/HistoryController.cpp         HashMap<String, HistoryNode*>::iterator uniqueNamesEnd = m_entry->m_uniqueNamesToItems.end();
String             99 Source/core/page/HistoryController.cpp         for (HashMap<String, HistoryNode*>::iterator it = m_entry->m_uniqueNamesToItems.begin(); it != uniqueNamesEnd; ++it) {
String            132 Source/core/page/HistoryController.cpp     String target = frame->tree().uniqueName();
String            133 Source/core/page/HistoryController.h     HashMap<String, HistoryNode*> m_uniqueNamesToItems;
String             39 Source/core/page/InjectedStyleSheets.cpp void InjectedStyleSheets::add(const String& source, const Vector<String>& whitelist, StyleInjectionTarget injectIn)
String             40 Source/core/page/InjectedStyleSheets.h     InjectedStyleSheetEntry(const String& source, const Vector<String>& whitelist, StyleInjectionTarget injectedFrames)
String             47 Source/core/page/InjectedStyleSheets.h     const String& source() const { return m_source; }
String             48 Source/core/page/InjectedStyleSheets.h     const Vector<String>& whitelist() const { return m_whitelist; }
String             52 Source/core/page/InjectedStyleSheets.h     String m_source;
String             53 Source/core/page/InjectedStyleSheets.h     Vector<String> m_whitelist;
String             63 Source/core/page/InjectedStyleSheets.h     void add(const String& source, const Vector<String>& whitelist, StyleInjectionTarget);
String            193 Source/core/page/Page.cpp String Page::mainThreadScrollingReasonsAsText()
String            198 Source/core/page/Page.cpp     return String();
String            159 Source/core/page/Page.h     String mainThreadScrollingReasonsAsText();
String             40 Source/core/page/PagePopupClient.cpp void PagePopupClient::addJavaScriptString(const String& str, SharedBuffer* data)
String             54 Source/core/page/PagePopupClient.cpp void PagePopupClient::addProperty(const char* name, const String& value, SharedBuffer* data)
String             66 Source/core/page/PagePopupClient.cpp     addString(String::number(value), data);
String             74 Source/core/page/PagePopupClient.cpp     addString(String::number(value), data);
String             89 Source/core/page/PagePopupClient.cpp void PagePopupClient::addProperty(const char* name, const Vector<String>& values, SharedBuffer* data)
String             59 Source/core/page/PagePopupClient.h     virtual void setValueAndClosePopup(int numValue, const String& stringValue) = 0;
String             62 Source/core/page/PagePopupClient.h     virtual void setValue(const String&) = 0;
String             73 Source/core/page/PagePopupClient.h     static void addString(const String&, SharedBuffer*);
String             74 Source/core/page/PagePopupClient.h     static void addJavaScriptString(const String&, SharedBuffer*);
String             75 Source/core/page/PagePopupClient.h     static void addProperty(const char* name, const String& value, SharedBuffer*);
String             79 Source/core/page/PagePopupClient.h     static void addProperty(const char* name, const Vector<String>& values, SharedBuffer*);
String             83 Source/core/page/PagePopupClient.h inline void PagePopupClient::addString(const String& str, SharedBuffer* data)
String             52 Source/core/page/PagePopupController.cpp void PagePopupController::setValueAndClosePopup(int numValue, const String& stringValue)
String             58 Source/core/page/PagePopupController.cpp void PagePopupController::setValue(const String& value)
String             70 Source/core/page/PagePopupController.cpp String PagePopupController::localizeNumberString(const String& numberString)
String             77 Source/core/page/PagePopupController.cpp String PagePopupController::formatMonth(int year, int zeroBaseMonth)
String             86 Source/core/page/PagePopupController.cpp String PagePopupController::formatShortMonth(int year, int zeroBaseMonth)
String            100 Source/core/page/PagePopupController.cpp void PagePopupController::histogramEnumeration(const String& name, int sample, int boundaryValue)
String             46 Source/core/page/PagePopupController.h     void setValueAndClosePopup(int numValue, const String& stringValue);
String             47 Source/core/page/PagePopupController.h     void setValue(const String&);
String             49 Source/core/page/PagePopupController.h     String localizeNumberString(const String&);
String             50 Source/core/page/PagePopupController.h     String formatMonth(int year, int zeroBaseMonth);
String             51 Source/core/page/PagePopupController.h     String formatShortMonth(int year, int zeroBaseMonth);
String             53 Source/core/page/PagePopupController.h     void histogramEnumeration(const String& name, int sample, int boundaryValue);
String            212 Source/core/page/PageSerializer.cpp     String text = accumulator.serializeNodes(document, IncludeNode);
String            263 Source/core/page/PageSerializer.cpp         String itemText = rule->cssText();
String            289 Source/core/page/PageSerializer.cpp         String textString = cssText.toString();
String            291 Source/core/page/PageSerializer.cpp         m_resources->append(SerializedResource(url, String("text/css"), SharedBuffer::create(text.data(), text.length())));
String            308 Source/core/page/PageSerializer.cpp     String mimeType = resource->response().mimeType();
String            382 Source/core/page/PageSerializer.cpp     String url = "wyciwyg://frame/" + String::number(m_blankFrameCounter++);
String             36 Source/core/page/PageVisibilityState.cpp String pageVisibilityStateString(PageVisibilityState state)
String             38 Source/core/page/PageVisibilityState.cpp     DEFINE_STATIC_LOCAL(const String, visible, ("visible"));
String             39 Source/core/page/PageVisibilityState.cpp     DEFINE_STATIC_LOCAL(const String, hidden, ("hidden"));
String             40 Source/core/page/PageVisibilityState.cpp     DEFINE_STATIC_LOCAL(const String, prerender, ("prerender"));
String             52 Source/core/page/PageVisibilityState.cpp     return String();
String             46 Source/core/page/PageVisibilityState.h String pageVisibilityStateString(PageVisibilityState);
String            280 Source/core/page/PrintContext.cpp         String name = url.fragmentIdentifier();
String            294 Source/core/page/PrintContext.cpp     HashMap<String, Element*>::const_iterator end = m_linkedDestinations.end();
String            295 Source/core/page/PrintContext.cpp     for (HashMap<String, Element*>::const_iterator it = m_linkedDestinations.begin(); it != end; ++it) {
String            308 Source/core/page/PrintContext.cpp String PrintContext::pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber)
String            319 Source/core/page/PrintContext.cpp             return String("auto");
String            320 Source/core/page/PrintContext.cpp         return String::number(style->marginLeft().value());
String            323 Source/core/page/PrintContext.cpp         return String::number(style->lineHeight().value());
String            325 Source/core/page/PrintContext.cpp         return String::number(style->fontDescription().computedPixelSize());
String            329 Source/core/page/PrintContext.cpp         return String::number(style->pageSize().width().value()) + ' ' + String::number(style->pageSize().height().value());
String            331 Source/core/page/PrintContext.cpp     return String("pageProperty() unimplemented for: ") + propertyName;
String            339 Source/core/page/PrintContext.cpp String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
String            344 Source/core/page/PrintContext.cpp     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
String            345 Source/core/page/PrintContext.cpp            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
String             76 Source/core/page/PrintContext.h     static String pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber);
String             78 Source/core/page/PrintContext.h     static String pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
String             98 Source/core/page/PrintContext.h     HashMap<String, Element*> m_linkedDestinations;
String             46 Source/core/page/SpellCheckerClient.h     virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) = 0;
String            158 Source/core/page/TouchAdjustment.cpp         String textValue = textNode->data();
String             43 Source/core/page/ValidationMessageClient.h     virtual void showValidationMessage(const Element& anchor, const String& message) = 0;
String             39 Source/core/page/WindowFeatures.cpp WindowFeatures::WindowFeatures(const String& features)
String             79 Source/core/page/WindowFeatures.cpp     String buffer = features.lower();
String            116 Source/core/page/WindowFeatures.cpp         String keyString(buffer.substring(keyBegin, keyEnd - keyBegin));
String            117 Source/core/page/WindowFeatures.cpp         String valueString(buffer.substring(valueBegin, valueEnd - valueBegin));
String            122 Source/core/page/WindowFeatures.cpp void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
String            163 Source/core/page/WindowFeatures.cpp WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect)
String            214 Source/core/page/WindowFeatures.cpp     const String& value = it->value;
String            237 Source/core/page/WindowFeatures.cpp void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map)
String            239 Source/core/page/WindowFeatures.cpp     Vector<String> vector;
String            243 Source/core/page/WindowFeatures.cpp         const String& featureString = vector[i];
String            252 Source/core/page/WindowFeatures.cpp         String key = featureString.left(separatorPosition).stripWhiteSpace().lower();
String            255 Source/core/page/WindowFeatures.cpp         String value;
String             55 Source/core/page/WindowFeatures.h     explicit WindowFeatures(const String& windowFeaturesString);
String             56 Source/core/page/WindowFeatures.h     WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
String             77 Source/core/page/WindowFeatures.h     Vector<String> additionalFeatures;
String             80 Source/core/page/WindowFeatures.h     typedef HashMap<String, String> DialogFeaturesMap;
String             81 Source/core/page/WindowFeatures.h     static void parseDialogFeatures(const String&, HashMap<String, String>&);
String             84 Source/core/page/WindowFeatures.h     void setWindowFeature(const String& keyString, const String& valueString);
String            931 Source/core/page/scrolling/ScrollingCoordinator.cpp String ScrollingCoordinator::mainThreadScrollingReasonsAsText(MainThreadScrollingReasons reasons)
String            947 Source/core/page/scrolling/ScrollingCoordinator.cpp String ScrollingCoordinator::mainThreadScrollingReasonsAsText() const
String            112 Source/core/page/scrolling/ScrollingCoordinator.h     static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons);
String            113 Source/core/page/scrolling/ScrollingCoordinator.h     String mainThreadScrollingReasonsAsText() const;
String             42 Source/core/plugins/DOMMimeType.cpp const String &DOMMimeType::type() const
String             47 Source/core/plugins/DOMMimeType.cpp String DOMMimeType::suffixes() const
String             49 Source/core/plugins/DOMMimeType.cpp     const Vector<String>& extensions = mimeClassInfo().extensions;
String             60 Source/core/plugins/DOMMimeType.cpp const String &DOMMimeType::description() const
String             45 Source/core/plugins/DOMMimeType.h     const String& type() const;
String             46 Source/core/plugins/DOMMimeType.h     String suffixes() const;
String             47 Source/core/plugins/DOMMimeType.h     const String& description() const;
String             39 Source/core/plugins/DOMPlugin.cpp String DOMPlugin::name() const
String             44 Source/core/plugins/DOMPlugin.cpp String DOMPlugin::filename() const
String             49 Source/core/plugins/DOMPlugin.cpp String DOMPlugin::description() const
String             44 Source/core/plugins/DOMPlugin.h     String name() const;
String             45 Source/core/plugins/DOMPlugin.h     String filename() const;
String             46 Source/core/plugins/DOMPlugin.h     String description() const;
String             49 Source/core/plugins/PluginView.h     virtual bool getFormValue(String&) { return false; }
String            132 Source/core/rendering/AbstractInlineTextBox.cpp     String text = this->text();
String            144 Source/core/rendering/AbstractInlineTextBox.cpp String AbstractInlineTextBox::text() const
String            147 Source/core/rendering/AbstractInlineTextBox.cpp         return String();
String            158 Source/core/rendering/AbstractInlineTextBox.cpp     String result = m_renderText->text().substring(start, len).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace);
String             83 Source/core/rendering/AbstractInlineTextBox.h     String text() const;
String             68 Source/core/rendering/ClipPathOperation.h     static PassRefPtr<ReferenceClipPathOperation> create(const String& url, const AtomicString& fragment)
String             73 Source/core/rendering/ClipPathOperation.h     const String& url() const { return m_url; }
String             82 Source/core/rendering/ClipPathOperation.h     ReferenceClipPathOperation(const String& url, const AtomicString& fragment)
String             89 Source/core/rendering/ClipPathOperation.h     String m_url;
String             66 Source/core/rendering/FastTextAutosizer.cpp             AtomicString(String::format("bm %f * (lw %d / fw %d)",
String            735 Source/core/rendering/FastTextAutosizer.cpp     String explanation = "";
String            749 Source/core/rendering/FastTextAutosizer.cpp             explanation = String::format("[from width %d of %s]",
String            754 Source/core/rendering/FastTextAutosizer.cpp         AtomicString(String::format("cluster: %f %s", cluster->m_multiplier, explanation.utf8().data())));
String            540 Source/core/rendering/FloatingObjects.cpp String ValueToString<int>::string(const int value)
String            542 Source/core/rendering/FloatingObjects.cpp     return String::number(value);
String            545 Source/core/rendering/FloatingObjects.cpp String ValueToString<FloatingObject*>::string(const FloatingObject* floatingObject)
String            547 Source/core/rendering/FloatingObjects.cpp     return String::format("%p (%dx%d %dx%d)", floatingObject, floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject->frameRect().pixelSnappedMaxY());
String            193 Source/core/rendering/FloatingObjects.h     static String string(const int value);
String            196 Source/core/rendering/FloatingObjects.h     static String string(const FloatingObject*);
String             93 Source/core/rendering/GraphicsContextAnnotator.cpp     String elementId, elementClass, elementTag;
String            202 Source/core/rendering/HitTestResult.cpp String HitTestResult::spellingToolTip(TextDirection& dir) const
String            208 Source/core/rendering/HitTestResult.cpp         return String();
String            212 Source/core/rendering/HitTestResult.cpp         return String();
String            219 Source/core/rendering/HitTestResult.cpp String HitTestResult::title(TextDirection& dir) const
String            226 Source/core/rendering/HitTestResult.cpp             String title = toElement(titleNode)->title();
String            234 Source/core/rendering/HitTestResult.cpp     return String();
String            365 Source/core/rendering/HitTestResult.cpp String HitTestResult::titleDisplayString() const
String            368 Source/core/rendering/HitTestResult.cpp         return String();
String            373 Source/core/rendering/HitTestResult.cpp String HitTestResult::textContent() const
String            376 Source/core/rendering/HitTestResult.cpp         return String();
String             99 Source/core/rendering/HitTestResult.h     String spellingToolTip(TextDirection&) const;
String            100 Source/core/rendering/HitTestResult.h     String title(TextDirection&) const;
String            102 Source/core/rendering/HitTestResult.h     String titleDisplayString() const;
String            108 Source/core/rendering/HitTestResult.h     String textContent() const;
String           1558 Source/core/rendering/InlineTextBox.cpp     String value = obj.text();
String             32 Source/core/rendering/RenderBR.cpp     DEFINE_STATIC_LOCAL(const String, string, ("\n"));
String           3990 Source/core/rendering/RenderBlock.cpp     String oldText = textObj->originalText();
String           4064 Source/core/rendering/RenderBlock.cpp                 String text = rendererTextForFirstLetter(currentChild);
String           4104 Source/core/rendering/RenderBlock.cpp     String rendererTextForFirstLetter(RenderObject* renderer) const
String           4109 Source/core/rendering/RenderBlock.cpp         String result = textRenderer->originalText();
String           4116 Source/core/rendering/RenderBlock.cpp         return String();
String           4122 Source/core/rendering/RenderBlock.cpp         String text = rendererTextForFirstLetter(renderer);
String           4177 Source/core/rendering/RenderBlock.cpp     void advancePositionWhile(const String& text, unsigned& position)
String           2747 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags)
String           2757 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextRun::ExpansionBehavior expansion, TextRunFlags flags)
String            175 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const String&, RenderStyle*,
String            181 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const String&, RenderStyle*, TextDirection,
String            138 Source/core/rendering/RenderCombineText.cpp         DEFINE_STATIC_LOCAL(String, objectReplacementCharacterString, (&objectReplacementCharacter, 1));
String             48 Source/core/rendering/RenderCombineText.h     String m_renderingText;
String            402 Source/core/rendering/RenderCounter.cpp     String text = listMarkerText(m_counter.listStyle(), value);
String             77 Source/core/rendering/RenderEmbeddedObject.cpp static String unavailablePluginReplacementText(Node* node, RenderEmbeddedObject::PluginUnavailabilityReason pluginUnavailabilityReason)
String             88 Source/core/rendering/RenderEmbeddedObject.cpp     return String();
String             84 Source/core/rendering/RenderEmbeddedObject.h     String m_unavailablePluginReplacementText;
String            106 Source/core/rendering/RenderFileUploadControl.cpp         const String& displayedFilename = fileTextValue();
String            153 Source/core/rendering/RenderFileUploadControl.cpp     const String characterAsString = String(&character, 1);
String            159 Source/core/rendering/RenderFileUploadControl.cpp     const String label = toHTMLInputElement(node())->locale().queryString(blink::WebLocalizedString::FileButtonNoFileSelectedLabel);
String            212 Source/core/rendering/RenderFileUploadControl.cpp String RenderFileUploadControl::buttonValue()
String            217 Source/core/rendering/RenderFileUploadControl.cpp     return String();
String            220 Source/core/rendering/RenderFileUploadControl.cpp String RenderFileUploadControl::fileTextValue() const
String             41 Source/core/rendering/RenderFileUploadControl.h     String buttonValue();
String             42 Source/core/rendering/RenderFileUploadControl.h     String fileTextValue() const;
String            241 Source/core/rendering/RenderFlowThread.h     static String string(const LayoutUnit value) { return String::number(value.toFloat()); }
String            245 Source/core/rendering/RenderFlowThread.h     static String string(const RenderRegion* value) { return String::format("%p", value); }
String             62 Source/core/rendering/RenderImage.h     String altText() const { return m_altText; }
String            114 Source/core/rendering/RenderImage.h     String m_altText;
String            181 Source/core/rendering/RenderLayer.cpp String RenderLayer::debugName() const
String           4126 Source/core/rendering/RenderLayer.cpp         WTF::String output = externalRepresentation(frame, WebCore::RenderAsTextShowAllLayers | WebCore::RenderAsTextShowLayerNesting | WebCore::RenderAsTextShowCompositedLayers | WebCore::RenderAsTextShowAddresses | WebCore::RenderAsTextShowIDAndClass | WebCore::RenderAsTextDontUpdateLayout | WebCore::RenderAsTextShowLayoutState);
String            107 Source/core/rendering/RenderLayer.h     String debugName() const;
String            143 Source/core/rendering/RenderLayerReflectionInfo.cpp String RenderLayerReflectionInfo::debugName() const
String             72 Source/core/rendering/RenderLayerReflectionInfo.h     String debugName() const;
String            130 Source/core/rendering/RenderListBox.cpp             String text;
String            420 Source/core/rendering/RenderListBox.cpp     String itemText;
String            439 Source/core/rendering/RenderListItem.cpp const String& RenderListItem::markerText() const
String            446 Source/core/rendering/RenderListItem.cpp String RenderListItem::markerTextWithSuffix() const
String            449 Source/core/rendering/RenderListItem.cpp         return String();
String            454 Source/core/rendering/RenderListItem.cpp     const String& markerText = m_marker->text();
String            455 Source/core/rendering/RenderListItem.cpp     const String markerSuffix = m_marker->suffix();
String             48 Source/core/rendering/RenderListItem.h     const String& markerText() const;
String             49 Source/core/rendering/RenderListItem.h     String markerTextWithSuffix() const;
String             50 Source/core/rendering/RenderListMarker.cpp static String toRoman(int number, bool upper)
String             83 Source/core/rendering/RenderListMarker.cpp     return String(&letters[lettersSize - length], length);
String             91 Source/core/rendering/RenderListMarker.cpp static inline String toAlphabeticOrNumeric(numberType number, const CharacterType* sequence, unsigned sequenceSize, SequenceType type)
String            124 Source/core/rendering/RenderListMarker.cpp     return String(&letters[lettersSize - length], length);
String            128 Source/core/rendering/RenderListMarker.cpp static String toSymbolic(int number, const CharacterType* symbols, unsigned symbolsSize)
String            145 Source/core/rendering/RenderListMarker.cpp static String toAlphabetic(int number, const CharacterType* alphabet, unsigned alphabetSize)
String            151 Source/core/rendering/RenderListMarker.cpp static String toNumeric(int number, const CharacterType* numerals, unsigned numeralsSize)
String            157 Source/core/rendering/RenderListMarker.cpp static inline String toAlphabetic(int number, const CharacterType(&alphabet)[size])
String            163 Source/core/rendering/RenderListMarker.cpp static inline String toNumeric(int number, const CharacterType(&alphabet)[size])
String            169 Source/core/rendering/RenderListMarker.cpp static inline String toSymbolic(int number, const CharacterType(&alphabet)[size])
String            202 Source/core/rendering/RenderListMarker.cpp static String toHebrew(int number)
String            209 Source/core/rendering/RenderListMarker.cpp         return String(hebrewZero, 3);
String            226 Source/core/rendering/RenderListMarker.cpp     return String(letters, length);
String            269 Source/core/rendering/RenderListMarker.cpp static String toArmenian(int number, bool upper)
String            280 Source/core/rendering/RenderListMarker.cpp     return String(letters, length);
String            283 Source/core/rendering/RenderListMarker.cpp static String toGeorgian(int number)
String            324 Source/core/rendering/RenderListMarker.cpp     return String(letters, length);
String            329 Source/core/rendering/RenderListMarker.cpp static String toCJKIdeographic(int number, const UChar table[16])
String            342 Source/core/rendering/RenderListMarker.cpp         return String(&table[digit0 - 1], 1);
String            406 Source/core/rendering/RenderListMarker.cpp     return String(characters, length);
String            607 Source/core/rendering/RenderListMarker.cpp String listMarkerText(EListStyleType type, int value)
String            624 Source/core/rendering/RenderListMarker.cpp             return String(&whiteBullet, 1);
String            626 Source/core/rendering/RenderListMarker.cpp             return String(&bullet, 1);
String            636 Source/core/rendering/RenderListMarker.cpp             return String(&blackSquare, 1);
String            639 Source/core/rendering/RenderListMarker.cpp             return String::number(value);
String            642 Source/core/rendering/RenderListMarker.cpp                 return String::number(value);
String            644 Source/core/rendering/RenderListMarker.cpp                 return "-0" + String::number(-value); // -01 to -09
String            645 Source/core/rendering/RenderListMarker.cpp             return "0" + String::number(value); // 00 to 09
String           1679 Source/core/rendering/RenderListMarker.cpp String RenderListMarker::suffix() const
String           1685 Source/core/rendering/RenderListMarker.cpp         return String(" ");
String           1697 Source/core/rendering/RenderListMarker.cpp     return String(data, 2);
String             32 Source/core/rendering/RenderListMarker.h String listMarkerText(EListStyleType, int value);
String             42 Source/core/rendering/RenderListMarker.h     const String& text() const { return m_text; }
String             43 Source/core/rendering/RenderListMarker.h     String suffix() const;
String             84 Source/core/rendering/RenderListMarker.h     String m_text;
String            409 Source/core/rendering/RenderMediaControls.cpp static String formatChromiumMediaControlsTime(float time, float duration)
String            426 Source/core/rendering/RenderMediaControls.cpp         return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
String            428 Source/core/rendering/RenderMediaControls.cpp         return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
String            430 Source/core/rendering/RenderMediaControls.cpp     return String::format("%s%01d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
String            433 Source/core/rendering/RenderMediaControls.cpp String RenderMediaControls::formatMediaControlsTime(float time)
String            438 Source/core/rendering/RenderMediaControls.cpp String RenderMediaControls::formatMediaControlsCurrentTime(float currentTime, float duration)
String             45 Source/core/rendering/RenderMediaControls.h     static String formatMediaControlsTime(float time);
String             46 Source/core/rendering/RenderMediaControls.h     static String formatMediaControlsCurrentTime(float currentTime, float duration);
String            174 Source/core/rendering/RenderMenuList.cpp         String text = toHTMLOptionElement(element)->textIndentedToRespectGroupLabel();
String            221 Source/core/rendering/RenderMenuList.cpp     String text = emptyString();
String            234 Source/core/rendering/RenderMenuList.cpp void RenderMenuList::setText(const String& s)
String            262 Source/core/rendering/RenderMenuList.cpp String RenderMenuList::text() const
String            264 Source/core/rendering/RenderMenuList.cpp     return m_buttonText ? m_buttonText->text() : String();
String            391 Source/core/rendering/RenderMenuList.cpp String RenderMenuList::itemText(unsigned listIndex) const
String            396 Source/core/rendering/RenderMenuList.cpp         return String();
String            398 Source/core/rendering/RenderMenuList.cpp     String itemString;
String            409 Source/core/rendering/RenderMenuList.cpp String RenderMenuList::itemAccessibilityText(unsigned listIndex) const
String            414 Source/core/rendering/RenderMenuList.cpp         return String();
String            418 Source/core/rendering/RenderMenuList.cpp String RenderMenuList::itemToolTip(unsigned listIndex) const
String            422 Source/core/rendering/RenderMenuList.cpp         return String();
String             52 Source/core/rendering/RenderMenuList.h     String text() const;
String             81 Source/core/rendering/RenderMenuList.h     virtual String itemText(unsigned listIndex) const OVERRIDE;
String             82 Source/core/rendering/RenderMenuList.h     virtual String itemToolTip(unsigned listIndex) const OVERRIDE;
String             83 Source/core/rendering/RenderMenuList.h     virtual String itemAccessibilityText(unsigned listIndex) const OVERRIDE;
String            114 Source/core/rendering/RenderMenuList.h     void setText(const String&);
String            229 Source/core/rendering/RenderObject.cpp String RenderObject::debugName() const
String           1169 Source/core/rendering/RenderObject.cpp         String name = url.fragmentIdentifier();
String           1372 Source/core/rendering/RenderObject.cpp         "info", TRACE_STR_COPY(String::format("rect: %d,%d %dx%d, invalidation_reason: %s",
String            168 Source/core/rendering/RenderObject.h     String debugName() const;
String            260 Source/core/rendering/RenderQuote.cpp     String text = computeText();
String            274 Source/core/rendering/RenderQuote.cpp String RenderQuote::computeText() const
String             49 Source/core/rendering/RenderQuote.h     String computeText() const;
String             60 Source/core/rendering/RenderQuote.h     String m_text;
String             60 Source/core/rendering/RenderText.cpp     String text;
String             98 Source/core/rendering/RenderText.cpp static void makeCapitalized(String* string, UChar previous)
String            306 Source/core/rendering/RenderText.cpp String RenderText::plainText() const
String            314 Source/core/rendering/RenderText.cpp         String text = m_text.substring(textBox->start(), textBox->len()).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace);
String           1344 Source/core/rendering/RenderText.cpp void applyTextTransform(const RenderStyle* style, String& text, UChar previousCharacter)
String           1411 Source/core/rendering/RenderText.cpp         m_text.replace(lastTypedCharacterOffsetToReveal, 1, String(&revealedText, 1));
String             58 Source/core/rendering/RenderText.h     const String& text() const { return m_text; }
String             60 Source/core/rendering/RenderText.h     String plainText() const;
String             80 Source/core/rendering/RenderText.h     String substring(unsigned position, unsigned length) const { return m_text.substring(position, length); }
String            208 Source/core/rendering/RenderText.h     String m_text;
String            236 Source/core/rendering/RenderText.h void applyTextTransform(const RenderStyle*, String&, UChar);
String            226 Source/core/rendering/RenderTextControl.cpp     const String str = String(&ch, 1);
String            441 Source/core/rendering/RenderTheme.cpp String RenderTheme::extraDefaultStyleSheet()
String            453 Source/core/rendering/RenderTheme.cpp String RenderTheme::formatMediaControlsTime(float time) const
String            463 Source/core/rendering/RenderTheme.cpp             return String::format("%s%02d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
String            465 Source/core/rendering/RenderTheme.cpp         return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
String            468 Source/core/rendering/RenderTheme.cpp     return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
String            471 Source/core/rendering/RenderTheme.cpp String RenderTheme::formatMediaControlsCurrentTime(float currentTime, float /*duration*/) const
String            929 Source/core/rendering/RenderTheme.cpp         String value = optionElement.value();
String           1099 Source/core/rendering/RenderTheme.cpp String RenderTheme::fileListNameForWidth(Locale& locale, const FileList* fileList, const Font& font, int width) const
String           1102 Source/core/rendering/RenderTheme.cpp         return String();
String           1104 Source/core/rendering/RenderTheme.cpp     String string;
String           1111 Source/core/rendering/RenderTheme.cpp         return StringTruncator::rightTruncate(locale.queryString(blink::WebLocalizedString::MultipleFileUploadText, String::number(fileList->length())), width, font, StringTruncator::EnableRoundingHacks);
String             82 Source/core/rendering/RenderTheme.h     virtual String extraDefaultStyleSheet();
String             83 Source/core/rendering/RenderTheme.h     virtual String extraQuirksStyleSheet() { return String(); }
String             84 Source/core/rendering/RenderTheme.h     virtual String extraMediaControlsStyleSheet() { return String(); }
String             85 Source/core/rendering/RenderTheme.h     virtual String extraFullScreenStyleSheet() { return String(); }
String            173 Source/core/rendering/RenderTheme.h     virtual String formatMediaControlsTime(float time) const;
String            174 Source/core/rendering/RenderTheme.h     virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const;
String            194 Source/core/rendering/RenderTheme.h     virtual String fileListNameForWidth(Locale&, const FileList*, const Font&, int width) const;
String             61 Source/core/rendering/RenderThemeChromiumAndroid.cpp String RenderThemeChromiumAndroid::extraMediaControlsStyleSheet()
String             63 Source/core/rendering/RenderThemeChromiumAndroid.cpp     return String(mediaControlsAndroidUserAgentStyleSheet, sizeof(mediaControlsAndroidUserAgentStyleSheet));
String             66 Source/core/rendering/RenderThemeChromiumAndroid.cpp String RenderThemeChromiumAndroid::extraDefaultStyleSheet()
String             69 Source/core/rendering/RenderThemeChromiumAndroid.cpp         String(themeChromiumAndroidUserAgentStyleSheet, sizeof(themeChromiumAndroidUserAgentStyleSheet));
String             36 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual String extraDefaultStyleSheet() OVERRIDE;
String             44 Source/core/rendering/RenderThemeChromiumAndroid.h     virtual String extraMediaControlsStyleSheet() OVERRIDE;
String            128 Source/core/rendering/RenderThemeChromiumDefault.cpp String RenderThemeChromiumDefault::extraDefaultStyleSheet()
String            133 Source/core/rendering/RenderThemeChromiumDefault.cpp         String(themeChromiumLinuxUserAgentStyleSheet, sizeof(themeChromiumLinuxUserAgentStyleSheet));
String             39 Source/core/rendering/RenderThemeChromiumDefault.h     virtual String extraDefaultStyleSheet() OVERRIDE;
String             32 Source/core/rendering/RenderThemeChromiumFontProvider.h class String;
String            127 Source/core/rendering/RenderThemeChromiumMac.h     virtual String fileListNameForWidth(Locale&, const FileList*, const Font&, int width) const OVERRIDE;
String            178 Source/core/rendering/RenderThemeChromiumMac.h     virtual String extraFullScreenStyleSheet() OVERRIDE;
String            184 Source/core/rendering/RenderThemeChromiumMac.h     virtual String formatMediaControlsTime(float time) const OVERRIDE;
String            185 Source/core/rendering/RenderThemeChromiumMac.h     virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const OVERRIDE;
String            198 Source/core/rendering/RenderThemeChromiumMac.h     virtual String extraDefaultStyleSheet() OVERRIDE;
String             70 Source/core/rendering/RenderThemeChromiumSkia.cpp String RenderThemeChromiumSkia::extraDefaultStyleSheet()
String             73 Source/core/rendering/RenderThemeChromiumSkia.cpp         String(themeWinUserAgentStyleSheet, sizeof(themeWinUserAgentStyleSheet)) +
String             74 Source/core/rendering/RenderThemeChromiumSkia.cpp         String(themeChromiumSkiaUserAgentStyleSheet, sizeof(themeChromiumSkiaUserAgentStyleSheet)) +
String             75 Source/core/rendering/RenderThemeChromiumSkia.cpp         String(themeChromiumUserAgentStyleSheet, sizeof(themeChromiumUserAgentStyleSheet));
String             78 Source/core/rendering/RenderThemeChromiumSkia.cpp String RenderThemeChromiumSkia::extraQuirksStyleSheet()
String             80 Source/core/rendering/RenderThemeChromiumSkia.cpp     return String(themeWinQuirksUserAgentStyleSheet, sizeof(themeWinQuirksUserAgentStyleSheet));
String            334 Source/core/rendering/RenderThemeChromiumSkia.cpp String RenderThemeChromiumSkia::formatMediaControlsTime(float time) const
String            339 Source/core/rendering/RenderThemeChromiumSkia.cpp String RenderThemeChromiumSkia::formatMediaControlsCurrentTime(float currentTime, float duration) const
String             42 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String extraDefaultStyleSheet() OVERRIDE;
String             43 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String extraQuirksStyleSheet() OVERRIDE;
String             98 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String formatMediaControlsTime(float time) const OVERRIDE;
String             99 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const OVERRIDE;
String            106 Source/core/rendering/RenderTreeAsText.cpp static String getTagName(Node* n)
String            131 Source/core/rendering/RenderTreeAsText.cpp String quoteAndEscapeNonPrintables(const String& s)
String            172 Source/core/rendering/RenderTreeAsText.cpp         String tagName = getTagName(o.node());
String            327 Source/core/rendering/RenderTreeAsText.cpp         String text = toRenderListMarker(&o)->text();
String            423 Source/core/rendering/RenderTreeAsText.cpp         << quoteAndEscapeNonPrintables(String(o.text()).substring(run.start(), run.len()));
String            633 Source/core/rendering/RenderTreeAsText.cpp static String nodePosition(Node* node)
String            689 Source/core/rendering/RenderTreeAsText.cpp static String externalRepresentation(RenderBox* renderer, RenderAsTextBehavior behavior)
String            701 Source/core/rendering/RenderTreeAsText.cpp String externalRepresentation(LocalFrame* frame, RenderAsTextBehavior behavior)
String            708 Source/core/rendering/RenderTreeAsText.cpp         return String();
String            717 Source/core/rendering/RenderTreeAsText.cpp String externalRepresentation(Element* element, RenderAsTextBehavior behavior)
String            726 Source/core/rendering/RenderTreeAsText.cpp         return String();
String            738 Source/core/rendering/RenderTreeAsText.cpp             String str(toRenderText(child)->text());
String            744 Source/core/rendering/RenderTreeAsText.cpp String counterValueForElement(Element* element)
String            759 Source/core/rendering/RenderTreeAsText.cpp String markerTextForListItem(Element* element)
String            767 Source/core/rendering/RenderTreeAsText.cpp         return String();
String             55 Source/core/rendering/RenderTreeAsText.h String externalRepresentation(LocalFrame*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
String             56 Source/core/rendering/RenderTreeAsText.h String externalRepresentation(Element*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
String             69 Source/core/rendering/RenderTreeAsText.h String quoteAndEscapeNonPrintables(const String&);
String             71 Source/core/rendering/RenderTreeAsText.h String counterValueForElement(Element*);
String             73 Source/core/rendering/RenderTreeAsText.h String markerTextForListItem(Element*);
String            276 Source/core/rendering/TextAutosizer.cpp     writeDebugInfo(clusterInfo.root, AtomicString(String::format("cluster:%f", multiplier)));
String            187 Source/core/rendering/break_lines.cpp     String string = lazyBreakIterator.string();
String           2116 Source/core/rendering/compositing/CompositedLayerMapping.cpp String CompositedLayerMapping::debugName(const GraphicsLayer* graphicsLayer)
String           2118 Source/core/rendering/compositing/CompositedLayerMapping.cpp     String name;
String            200 Source/core/rendering/compositing/CompositedLayerMapping.h     virtual String debugName(const GraphicsLayer*) OVERRIDE;
String           1339 Source/core/rendering/compositing/RenderLayerCompositor.cpp String RenderLayerCompositor::layerTreeAsText(LayerTreeFlags flags)
String           1344 Source/core/rendering/compositing/RenderLayerCompositor.cpp         return String();
String           1353 Source/core/rendering/compositing/RenderLayerCompositor.cpp     String layerTreeText = rootLayer->layerTreeAsText(flags);
String           2075 Source/core/rendering/compositing/RenderLayerCompositor.cpp String RenderLayerCompositor::debugName(const GraphicsLayer* graphicsLayer)
String           2077 Source/core/rendering/compositing/RenderLayerCompositor.cpp     String name;
String            176 Source/core/rendering/compositing/RenderLayerCompositor.h     String layerTreeAsText(LayerTreeFlags);
String            193 Source/core/rendering/compositing/RenderLayerCompositor.h     virtual String debugName(const GraphicsLayer*) OVERRIDE;
String             80 Source/core/rendering/shapes/ShapeInfo.cpp     String urlString = url.isNull() ? "''" : url.elidedString();
String             40 Source/core/rendering/style/ContentData.cpp PassOwnPtr<ContentData> ContentData::create(const String& text)
String             43 Source/core/rendering/style/ContentData.h     static PassOwnPtr<ContentData> create(const String&);
String            104 Source/core/rendering/style/ContentData.h     const String& text() const { return m_text; }
String            105 Source/core/rendering/style/ContentData.h     void setText(const String& text) { m_text = text; }
String            118 Source/core/rendering/style/ContentData.h     TextContentData(const String& text)
String            125 Source/core/rendering/style/ContentData.h     String m_text;
String             81 Source/core/rendering/style/GridPosition.h     void setExplicitPosition(int position, const String& namedGridLine)
String             97 Source/core/rendering/style/GridPosition.h     void setSpanPosition(int position, const String& namedGridLine)
String            104 Source/core/rendering/style/GridPosition.h     void setNamedGridArea(const String& namedGridArea)
String            116 Source/core/rendering/style/GridPosition.h     String namedGridLine() const
String            140 Source/core/rendering/style/GridPosition.h     String m_namedGridLine;
String             27 Source/core/rendering/style/QuotesData.cpp PassRefPtr<QuotesData> QuotesData::create(String open, String close)
String             37 Source/core/rendering/style/QuotesData.cpp     data->addPair(std::make_pair(String(&open1, 1), String(&close1, 1)));
String             38 Source/core/rendering/style/QuotesData.cpp     data->addPair(std::make_pair(String(&open2, 1), String(&close2, 1)));
String             42 Source/core/rendering/style/QuotesData.cpp void QuotesData::addPair(std::pair<String, String> quotePair)
String             47 Source/core/rendering/style/QuotesData.cpp const String QuotesData::getOpenQuote(int index) const
String             57 Source/core/rendering/style/QuotesData.cpp const String QuotesData::getCloseQuote(int index) const
String             35 Source/core/rendering/style/QuotesData.h     static PassRefPtr<QuotesData> create(const String open, const String close);
String             41 Source/core/rendering/style/QuotesData.h     void addPair(const std::pair<String, String> quotePair);
String             42 Source/core/rendering/style/QuotesData.h     const String getOpenQuote(int index) const;
String             43 Source/core/rendering/style/QuotesData.h     const String getCloseQuote(int index) const;
String             48 Source/core/rendering/style/QuotesData.h     Vector<std::pair<String, String> > m_quotePairs;
String            711 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::addCallbackSelector(const String& selector)
String            749 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::setContent(const String& string, bool add)
String            769 Source/core/rendering/style/RenderStyle.h     const Vector<String>& callbackSelectors() const { return rareNonInheritedData->m_callbackSelectors; }
String           1257 Source/core/rendering/style/RenderStyle.h     void addCallbackSelector(const String& selector);
String           1464 Source/core/rendering/style/RenderStyle.h     void setContent(const String&, bool add = false);
String             77 Source/core/rendering/style/SVGRenderStyle.h     static String initialFillPaintUri() { return String(); }
String             81 Source/core/rendering/style/SVGRenderStyle.h     static String initialStrokePaintUri() { return String(); }
String            153 Source/core/rendering/style/SVGRenderStyle.h     void setFillPaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false)
String            179 Source/core/rendering/style/SVGRenderStyle.h     void setStrokePaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false)
String            324 Source/core/rendering/style/SVGRenderStyle.h     const String& fillPaintUri() const { return fill->paintUri; }
String            328 Source/core/rendering/style/SVGRenderStyle.h     const String& strokePaintUri() const { return stroke->paintUri; }
String            352 Source/core/rendering/style/SVGRenderStyle.h     const String& visitedLinkFillPaintUri() const { return fill->visitedLinkPaintUri; }
String            355 Source/core/rendering/style/SVGRenderStyle.h     const String& visitedLinkStrokePaintUri() const { return stroke->visitedLinkPaintUri; }
String            126 Source/core/rendering/style/SVGRenderStyleDefs.h         String paintUri;
String            129 Source/core/rendering/style/SVGRenderStyleDefs.h         String visitedLinkPaintUri;
String            156 Source/core/rendering/style/SVGRenderStyleDefs.h         String paintUri;
String            159 Source/core/rendering/style/SVGRenderStyleDefs.h         String visitedLinkPaintUri;
String            151 Source/core/rendering/style/StyleRareNonInheritedData.h     Vector<String> m_callbackSelectors;
String             80 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     TextStreamSeparator(const String& s)
String             89 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     String m_separator;
String            114 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static void writeIfNotEmpty(TextStream& ts, const char* name, const String& value)
String            160 Source/core/rendering/svg/SVGRenderTreeAsText.cpp String SVGEnumerationToString(Enum value)
String            172 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     return String();
String            370 Source/core/rendering/svg/SVGRenderTreeAsText.cpp         String pathString;
String            408 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     String text = textBox->textRenderer().text();
String            142 Source/core/rendering/svg/SVGResources.cpp     String target;
String            170 Source/core/rendering/svg/SVGResources.cpp static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document& document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
String            276 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         String characters = textBox->textRenderer()->text();
String            281 Source/core/rendering/svg/SVGTextLayoutEngine.cpp             String fragmentString = characters.substring(fragment.characterOffset, fragment.length);
String            100 Source/core/speech/SpeechInput.cpp bool SpeechInput::startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin)
String             69 Source/core/speech/SpeechInput.h     bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
String             56 Source/core/speech/SpeechInputClient.h     virtual bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*) = 0;
String             33 Source/core/speech/SpeechInputResult.cpp PassRefPtrWillBeRawPtr<SpeechInputResult> SpeechInputResult::create(const String& utterance, double confidence)
String             43 Source/core/speech/SpeechInputResult.cpp SpeechInputResult::SpeechInputResult(const String& utterance, double confidence)
String             55 Source/core/speech/SpeechInputResult.cpp const String& SpeechInputResult::utterance() const
String             44 Source/core/speech/SpeechInputResult.h     static PassRefPtrWillBeRawPtr<SpeechInputResult> create(const String& utterance, double confidence);
String             47 Source/core/speech/SpeechInputResult.h     const String& utterance() const;
String             52 Source/core/speech/SpeechInputResult.h     SpeechInputResult(const String& utterance, double confidence);
String             54 Source/core/speech/SpeechInputResult.h     String m_utterance;
String             54 Source/core/storage/Storage.cpp String Storage::anonymousIndexedGetter(unsigned index, ExceptionState& exceptionState)
String             59 Source/core/storage/Storage.cpp String Storage::anonymousNamedGetter(const AtomicString& name, ExceptionState& exceptionState)
String             63 Source/core/storage/Storage.cpp         return String();
String             64 Source/core/storage/Storage.cpp     String result = getItem(name, exceptionState);
String             66 Source/core/storage/Storage.cpp         return String();
String            100 Source/core/storage/Storage.cpp void Storage::namedPropertyEnumerator(Vector<String>& names, ExceptionState& exceptionState)
String            107 Source/core/storage/Storage.cpp         String key = this->key(i, exceptionState);
String            111 Source/core/storage/Storage.cpp         String val = getItem(key, exceptionState);
String             49 Source/core/storage/Storage.h     String key(unsigned index, ExceptionState& ec) const { return m_storageArea->key(index, ec, m_frame); }
String             50 Source/core/storage/Storage.h     String getItem(const String& key, ExceptionState& ec) const { return m_storageArea->getItem(key, ec, m_frame); }
String             51 Source/core/storage/Storage.h     void setItem(const String& key, const String& value, ExceptionState& ec) { m_storageArea->setItem(key, value, ec, m_frame); }
String             52 Source/core/storage/Storage.h     void removeItem(const String& key, ExceptionState& ec) { m_storageArea->removeItem(key, ec, m_frame); }
String             54 Source/core/storage/Storage.h     bool contains(const String& key, ExceptionState& ec) const { return m_storageArea->contains(key, ec, m_frame); }
String             58 Source/core/storage/Storage.h     String anonymousIndexedGetter(unsigned, ExceptionState&);
String             59 Source/core/storage/Storage.h     String anonymousNamedGetter(const AtomicString&, ExceptionState&);
String             64 Source/core/storage/Storage.h     void namedPropertyEnumerator(Vector<String>&, ExceptionState&);
String             69 Source/core/storage/StorageArea.cpp String StorageArea::key(unsigned index, ExceptionState& exceptionState, LocalFrame* frame)
String             73 Source/core/storage/StorageArea.cpp         return String();
String             78 Source/core/storage/StorageArea.cpp String StorageArea::getItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
String             82 Source/core/storage/StorageArea.cpp         return String();
String             87 Source/core/storage/StorageArea.cpp void StorageArea::setItem(const String& key, const String& value, ExceptionState& exceptionState, LocalFrame* frame)
String             99 Source/core/storage/StorageArea.cpp void StorageArea::removeItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
String            117 Source/core/storage/StorageArea.cpp bool StorageArea::contains(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
String            143 Source/core/storage/StorageArea.cpp void StorageArea::dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess)
String            170 Source/core/storage/StorageArea.cpp void StorageArea::dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, const blink::WebStorageNamespace& sessionNamespace, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess)
String             60 Source/core/storage/StorageArea.h     String key(unsigned index, ExceptionState&, LocalFrame* sourceFrame);
String             61 Source/core/storage/StorageArea.h     String getItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
String             62 Source/core/storage/StorageArea.h     void setItem(const String& key, const String& value, ExceptionState&, LocalFrame* sourceFrame);
String             63 Source/core/storage/StorageArea.h     void removeItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
String             65 Source/core/storage/StorageArea.h     bool contains(const String& key, ExceptionState&, LocalFrame* sourceFrame);
String             70 Source/core/storage/StorageArea.h     static void dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue,
String             72 Source/core/storage/StorageArea.h     static void dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue,
String             51 Source/core/storage/StorageEvent.cpp PassRefPtrWillBeRawPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
String             61 Source/core/storage/StorageEvent.cpp StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
String             83 Source/core/storage/StorageEvent.cpp void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
String             40 Source/core/storage/StorageEvent.h     String key;
String             41 Source/core/storage/StorageEvent.h     String oldValue;
String             42 Source/core/storage/StorageEvent.h     String newValue;
String             43 Source/core/storage/StorageEvent.h     String url;
String             50 Source/core/storage/StorageEvent.h     static PassRefPtrWillBeRawPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
String             54 Source/core/storage/StorageEvent.h     const String& key() const { return m_key; }
String             55 Source/core/storage/StorageEvent.h     const String& oldValue() const { return m_oldValue; }
String             56 Source/core/storage/StorageEvent.h     const String& newValue() const { return m_newValue; }
String             57 Source/core/storage/StorageEvent.h     const String& url() const { return m_url; }
String             61 Source/core/storage/StorageEvent.h     void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
String             72 Source/core/storage/StorageEvent.h     StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
String             75 Source/core/storage/StorageEvent.h     String m_key;
String             76 Source/core/storage/StorageEvent.h     String m_oldValue;
String             77 Source/core/storage/StorageEvent.h     String m_newValue;
String             78 Source/core/storage/StorageEvent.h     String m_url;
String             70 Source/core/svg/SVGAElement.cpp String SVGAElement::title() const
String            148 Source/core/svg/SVGAElement.cpp             String url = stripLeadingAndTrailingHTMLSpaces(hrefString());
String             40 Source/core/svg/SVGAElement.h     virtual String title() const OVERRIDE;
String            107 Source/core/svg/SVGAngle.cpp PassRefPtr<SVGPropertyBase> SVGAngle::cloneForAnimation(const String& value) const
String            189 Source/core/svg/SVGAngle.cpp String SVGAngle::valueAsString() const
String            193 Source/core/svg/SVGAngle.cpp         DEFINE_STATIC_LOCAL(String, degString, ("deg"));
String            194 Source/core/svg/SVGAngle.cpp         return String::number(m_valueInSpecifiedUnits) + degString;
String            197 Source/core/svg/SVGAngle.cpp         DEFINE_STATIC_LOCAL(String, radString, ("rad"));
String            198 Source/core/svg/SVGAngle.cpp         return String::number(m_valueInSpecifiedUnits) + radString;
String            201 Source/core/svg/SVGAngle.cpp         DEFINE_STATIC_LOCAL(String, gradString, ("grad"));
String            202 Source/core/svg/SVGAngle.cpp         return String::number(m_valueInSpecifiedUnits) + gradString;
String            206 Source/core/svg/SVGAngle.cpp         return String::number(m_valueInSpecifiedUnits);
String            210 Source/core/svg/SVGAngle.cpp     return String();
String            214 Source/core/svg/SVGAngle.cpp static bool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType)
String            229 Source/core/svg/SVGAngle.cpp void SVGAngle::setValueAsString(const String& value, ExceptionState& exceptionState)
String             97 Source/core/svg/SVGAngle.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             99 Source/core/svg/SVGAngle.h     virtual String valueAsString() const OVERRIDE;
String            100 Source/core/svg/SVGAngle.h     void setValueAsString(const String&, ExceptionState&);
String             79 Source/core/svg/SVGAngleTearOff.cpp         exceptionState.throwDOMException(NotSupportedError, "Cannot set value with unknown or invalid units (" + String::number(unitType) + ").");
String             95 Source/core/svg/SVGAngleTearOff.cpp         exceptionState.throwDOMException(NotSupportedError, "Cannot convert to unknown or invalid units (" + String::number(unitType) + ").");
String            104 Source/core/svg/SVGAngleTearOff.cpp void SVGAngleTearOff::setValueAsString(const String& value, ExceptionState& exceptionState)
String             68 Source/core/svg/SVGAngleTearOff.h     String valueAsString() { return target()->valueAsString(); }
String             69 Source/core/svg/SVGAngleTearOff.h     void setValueAsString(const String&, ExceptionState&);
String            101 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString)
String            109 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString)
String            121 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString)
String            194 Source/core/svg/SVGAnimateElement.cpp     String baseValue;
String            204 Source/core/svg/SVGAnimateElement.cpp static inline void applyCSSPropertyToTarget(SVGElement* targetElement, CSSPropertyID id, const String& value)
String            222 Source/core/svg/SVGAnimateElement.cpp static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName, const String& valueAsString)
String            361 Source/core/svg/SVGAnimateElement.cpp float SVGAnimateElement::calculateDistance(const String& fromString, const String& toString)
String             46 Source/core/svg/SVGAnimateElement.h     virtual bool calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString) OVERRIDE FINAL;
String             47 Source/core/svg/SVGAnimateElement.h     virtual bool calculateFromAndToValues(const String& fromString, const String& toString) OVERRIDE FINAL;
String             48 Source/core/svg/SVGAnimateElement.h     virtual bool calculateFromAndByValues(const String& fromString, const String& byString) OVERRIDE FINAL;
String             51 Source/core/svg/SVGAnimateElement.h     virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE FINAL;
String            156 Source/core/svg/SVGAnimateMotionElement.cpp static bool parsePointInternal(const String& string, FloatPoint& point)
String            178 Source/core/svg/SVGAnimateMotionElement.cpp static bool parsePoint(const String& string, FloatPoint& point)
String            215 Source/core/svg/SVGAnimateMotionElement.cpp bool SVGAnimateMotionElement::calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString)
String            222 Source/core/svg/SVGAnimateMotionElement.cpp bool SVGAnimateMotionElement::calculateFromAndToValues(const String& fromString, const String& toString)
String            230 Source/core/svg/SVGAnimateMotionElement.cpp bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& byString)
String            328 Source/core/svg/SVGAnimateMotionElement.cpp float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString)
String             49 Source/core/svg/SVGAnimateMotionElement.h     virtual bool calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString) OVERRIDE;
String             50 Source/core/svg/SVGAnimateMotionElement.h     virtual bool calculateFromAndToValues(const String& fromString, const String& toString) OVERRIDE;
String             51 Source/core/svg/SVGAnimateMotionElement.h     virtual bool calculateFromAndByValues(const String& fromString, const String& byString) OVERRIDE;
String             54 Source/core/svg/SVGAnimateMotionElement.h     virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE;
String             30 Source/core/svg/SVGAnimatedColor.cpp String SVGColorProperty::valueAsString() const
String             35 Source/core/svg/SVGAnimatedColor.cpp PassRefPtr<SVGPropertyBase> SVGColorProperty::cloneForAnimation(const String&) const
String             50 Source/core/svg/SVGAnimatedColor.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             51 Source/core/svg/SVGAnimatedColor.h     virtual String valueAsString() const OVERRIDE;
String             37 Source/core/svg/SVGAnimatedLength.cpp void SVGAnimatedLength::setDefaultValueAsString(const String& value)
String             42 Source/core/svg/SVGAnimatedLength.cpp void SVGAnimatedLength::setBaseValueAsString(const String& value, SVGParsingError& parseError)
String             46 Source/core/svg/SVGAnimatedLength.h     void setDefaultValueAsString(const String&);
String             47 Source/core/svg/SVGAnimatedLength.h     void setBaseValueAsString(const String&, SVGParsingError&);
String             61 Source/core/svg/SVGAnimatedTypeAnimator.cpp PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::createPropertyForAnimation(const String& value)
String            138 Source/core/svg/SVGAnimatedTypeAnimator.cpp PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::constructFromString(const String& value)
String            143 Source/core/svg/SVGAnimatedTypeAnimator.cpp void SVGAnimatedTypeAnimator::calculateFromAndToValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& toString)
String            149 Source/core/svg/SVGAnimatedTypeAnimator.cpp void SVGAnimatedTypeAnimator::calculateFromAndByValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& byString)
String            228 Source/core/svg/SVGAnimatedTypeAnimator.cpp     PassRefPtr<SVGPropertyBase> operator()(SVGAnimationElement*, const String& value)
String            255 Source/core/svg/SVGAnimatedTypeAnimator.cpp float SVGAnimatedTypeAnimator::calculateDistance(const String& fromString, const String& toString)
String             46 Source/core/svg/SVGAnimatedTypeAnimator.h     PassRefPtr<SVGPropertyBase> constructFromString(const String&);
String             53 Source/core/svg/SVGAnimatedTypeAnimator.h     float calculateDistance(const String& fromString, const String& toString);
String             55 Source/core/svg/SVGAnimatedTypeAnimator.h     void calculateFromAndToValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& toString);
String             56 Source/core/svg/SVGAnimatedTypeAnimator.h     void calculateFromAndByValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& byString);
String             65 Source/core/svg/SVGAnimatedTypeAnimator.h     PassRefPtr<SVGPropertyBase> createPropertyForAnimation(const String&);
String             58 Source/core/svg/SVGAnimationElement.cpp static void parseKeyTimes(const String& string, Vector<float>& result, bool verifyOrder)
String             61 Source/core/svg/SVGAnimationElement.cpp     Vector<String> parseList;
String             64 Source/core/svg/SVGAnimationElement.cpp         String timeString = parseList[n];
String             84 Source/core/svg/SVGAnimationElement.cpp static void parseKeySplinesInternal(const String& string, Vector<UnitBezier>& result)
String            132 Source/core/svg/SVGAnimationElement.cpp static void parseKeySplines(const String& string, Vector<UnitBezier>& result)
String            234 Source/core/svg/SVGAnimationElement.cpp     m_lastValuesAnimationFrom = String();
String            235 Source/core/svg/SVGAnimationElement.cpp     m_lastValuesAnimationTo = String();
String            324 Source/core/svg/SVGAnimationElement.cpp String SVGAnimationElement::toValue() const
String            329 Source/core/svg/SVGAnimationElement.cpp String SVGAnimationElement::byValue() const
String            334 Source/core/svg/SVGAnimationElement.cpp String SVGAnimationElement::fromValue() const
String            478 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const
String            509 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::currentValuesForValuesAnimation(float percent, float& effectivePercent, String& from, String& to)
String            595 Source/core/svg/SVGAnimationElement.cpp     String from = fromValue();
String            596 Source/core/svg/SVGAnimationElement.cpp     String to = toValue();
String            597 Source/core/svg/SVGAnimationElement.cpp     String by = byValue();
String            633 Source/core/svg/SVGAnimationElement.cpp         String from;
String            634 Source/core/svg/SVGAnimationElement.cpp         String to;
String            655 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::computeCSSPropertyValue(SVGElement* element, CSSPropertyID id, String& value)
String            665 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value)
String            679 Source/core/svg/SVGAnimationElement.cpp static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, const String& value)
String            689 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::determinePropertyValueTypes(const String& from, const String& to)
String            105 Source/core/svg/SVGAnimationElement.h         String typeString;
String            140 Source/core/svg/SVGAnimationElement.h     void computeCSSPropertyValue(SVGElement*, CSSPropertyID, String& value);
String            141 Source/core/svg/SVGAnimationElement.h     void determinePropertyValueTypes(const String& from, const String& to);
String            154 Source/core/svg/SVGAnimationElement.h     String toValue() const;
String            155 Source/core/svg/SVGAnimationElement.h     String byValue() const;
String            156 Source/core/svg/SVGAnimationElement.h     String fromValue() const;
String            181 Source/core/svg/SVGAnimationElement.h     virtual bool calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString) = 0;
String            182 Source/core/svg/SVGAnimationElement.h     virtual bool calculateFromAndToValues(const String& fromString, const String& toString) = 0;
String            183 Source/core/svg/SVGAnimationElement.h     virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
String            185 Source/core/svg/SVGAnimationElement.h     virtual float calculateDistance(const String& /*fromString*/, const String& /*toString*/) { return -1.f; }
String            187 Source/core/svg/SVGAnimationElement.h     void currentValuesForValuesAnimation(float percent, float& effectivePercent, String& from, String& to);
String            190 Source/core/svg/SVGAnimationElement.h     void currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const;
String            195 Source/core/svg/SVGAnimationElement.h     void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
String            202 Source/core/svg/SVGAnimationElement.h     Vector<String> m_values;
String            209 Source/core/svg/SVGAnimationElement.h     String m_lastValuesAnimationFrom;
String            210 Source/core/svg/SVGAnimationElement.h     String m_lastValuesAnimationTo;
String             42 Source/core/svg/SVGBoolean.cpp PassRefPtr<SVGPropertyBase> SVGBoolean::cloneForAnimation(const String& value) const
String             49 Source/core/svg/SVGBoolean.cpp String SVGBoolean::valueAsString() const
String             54 Source/core/svg/SVGBoolean.cpp void SVGBoolean::setValueAsString(const String& value, ExceptionState& exceptionState)
String             50 Source/core/svg/SVGBoolean.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             52 Source/core/svg/SVGBoolean.h     virtual String valueAsString() const OVERRIDE;
String             53 Source/core/svg/SVGBoolean.h     void setValueAsString(const String&, ExceptionState&);
String             38 Source/core/svg/SVGDescElement.cpp String SVGDescElement::description() const
String             32 Source/core/svg/SVGDescElement.h     String description() const;
String            147 Source/core/svg/SVGDocumentExtensions.cpp static void reportMessage(Document* document, MessageLevel level, const String& message)
String            153 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::reportWarning(const String& message)
String            158 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::reportError(const String& message)
String             64 Source/core/svg/SVGDocumentExtensions.h     void reportWarning(const String&);
String             65 Source/core/svg/SVGDocumentExtensions.h     void reportError(const String&);
String            213 Source/core/svg/SVGElement.cpp     String errorString = "<" + tagName() + "> attribute " + name.toString() + "=\"" + value + "\"";
String            229 Source/core/svg/SVGElement.cpp String SVGElement::title() const
String            234 Source/core/svg/SVGElement.cpp         return String();
String            243 Source/core/svg/SVGElement.cpp             String useTitle(useElement.title());
String            256 Source/core/svg/SVGElement.cpp     return String();
String             56 Source/core/svg/SVGElement.h     virtual String title() const OVERRIDE;
String             53 Source/core/svg/SVGEnumeration.cpp PassRefPtr<SVGPropertyBase> SVGEnumerationBase::cloneForAnimation(const String& value) const
String             60 Source/core/svg/SVGEnumeration.cpp String SVGEnumerationBase::valueAsString() const
String             70 Source/core/svg/SVGEnumeration.cpp     return String();
String             81 Source/core/svg/SVGEnumeration.cpp         exceptionState.throwTypeError("The enumeration value provided (" + String::number(value) + ") is larger than the largest allowed value (" + String::number(maxEnumValue()) + ").");
String             89 Source/core/svg/SVGEnumeration.cpp void SVGEnumerationBase::setValueAsString(const String& string, ExceptionState& exceptionState)
String             40 Source/core/svg/SVGEnumeration.h     typedef std::pair<unsigned short, String> StringEntry;
String             57 Source/core/svg/SVGEnumeration.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             59 Source/core/svg/SVGEnumeration.h     virtual String valueAsString() const OVERRIDE;
String             60 Source/core/svg/SVGEnumeration.h     void setValueAsString(const String&, ExceptionState&);
String             36 Source/core/svg/SVGFEDisplacementMapElement.h     static ChannelSelectorType stringToChannel(const String&);
String            149 Source/core/svg/SVGFontData.cpp     String remainingTextInRun;
String            152 Source/core/svg/SVGFontData.cpp         remainingTextInRun = String(run.data8(currentCharacter), run.charactersLength() - currentCharacter);
String            155 Source/core/svg/SVGFontData.cpp         remainingTextInRun = String(run.data16(currentCharacter), run.charactersLength() - currentCharacter);
String            174 Source/core/svg/SVGFontData.cpp     String language;
String            253 Source/core/svg/SVGFontData.cpp         String lookupString(buffer + i, 1);
String            278 Source/core/svg/SVGFontData.cpp         String lookupString(buffer + i * 2, 2);
String            297 Source/core/svg/SVGFontData.cpp String SVGFontData::createStringWithMirroredCharacters(const String& string) const
String             65 Source/core/svg/SVGFontData.h     String createStringWithMirroredCharacters(const String&) const;
String             67 Source/core/svg/SVGFontElement.cpp void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures)
String             82 Source/core/svg/SVGFontElement.cpp         const String& unicode = ligatures[i];
String             88 Source/core/svg/SVGFontElement.cpp             String lookupString = unicode.substring(i, 1);
String             98 Source/core/svg/SVGFontElement.cpp             m_glyphMap.addGlyph(String(), lookupString, newGlyphPart);
String            108 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> SVGFontElement::buildGlyphList(const UnicodeRanges& unicodeRanges, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const
String            117 Source/core/svg/SVGFontElement.cpp         const HashSet<String>::const_iterator end = unicodeNames.end();
String            118 Source/core/svg/SVGFontElement.cpp         for (HashSet<String>::const_iterator it = unicodeNames.begin(); it != end; ++it)
String            122 Source/core/svg/SVGFontElement.cpp         const HashSet<String>::const_iterator end = glyphNames.end();
String            123 Source/core/svg/SVGFontElement.cpp         for (HashSet<String>::const_iterator it = glyphNames.begin(); it != end; ++it) {
String            167 Source/core/svg/SVGFontElement.cpp     Vector<String> ligatures;
String            237 Source/core/svg/SVGFontElement.cpp void SVGFontElement::collectGlyphsForString(const String& string, Vector<SVGGlyph>& glyphs)
String            243 Source/core/svg/SVGFontElement.cpp void SVGFontElement::collectGlyphsForAltGlyphReference(const String& glyphIdentifier, Vector<SVGGlyph>& glyphs)
String             39 Source/core/svg/SVGFontElement.h     HashSet<String> unicodeName1;
String             40 Source/core/svg/SVGFontElement.h     HashSet<String> unicodeName2;
String             41 Source/core/svg/SVGFontElement.h     HashSet<String> glyphName1;
String             42 Source/core/svg/SVGFontElement.h     HashSet<String> glyphName2;
String             61 Source/core/svg/SVGFontElement.h     void collectGlyphsForString(const String&, Vector<SVGGlyph>&);
String             62 Source/core/svg/SVGFontElement.h     void collectGlyphsForAltGlyphReference(const String&, Vector<SVGGlyph>&);
String             79 Source/core/svg/SVGFontElement.h     void registerLigaturesInGlyphCache(Vector<String>&);
String             80 Source/core/svg/SVGFontElement.h     Vector<SVGGlyph> buildGlyphList(const UnicodeRanges&, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const;
String            259 Source/core/svg/SVGFontFaceElement.cpp String SVGFontFaceElement::fontFamily() const
String             48 Source/core/svg/SVGFontFaceElement.h     String fontFamily() const;
String            156 Source/core/svg/SVGGlyphElement.cpp     String language = fastGetAttribute(SVGNames::langAttr);
String             42 Source/core/svg/SVGGlyphElement.h     static String querySVGFontLanguage(const SVGElement*);
String             53 Source/core/svg/SVGGlyphMap.h     void addGlyph(const String& glyphIdentifier, const String& unicodeString, SVGGlyph glyph)
String            108 Source/core/svg/SVGGlyphMap.h     void collectGlyphsForString(const String& string, Vector<SVGGlyph>& glyphs)
String            126 Source/core/svg/SVGGlyphMap.h     void collectGlyphsForStringExact(const String& string, Vector<SVGGlyph>& glyphs) const
String            177 Source/core/svg/SVGGlyphMap.h     const SVGGlyph& glyphIdentifierForAltGlyphReference(const String& glyphIdentifier) const
String            182 Source/core/svg/SVGGlyphMap.h     const SVGGlyph& glyphIdentifierForGlyphName(const String& glyphName) const
String            247 Source/core/svg/SVGGlyphMap.h     HashMap<String, Glyph> m_namedGlyphs;
String            248 Source/core/svg/SVGGlyphMap.h     HashMap<String, Glyph> m_idGlyphs;
String             61 Source/core/svg/SVGHKernElement.cpp     String u1 = fastGetAttribute(SVGNames::u1Attr);
String             62 Source/core/svg/SVGHKernElement.cpp     String g1 = fastGetAttribute(SVGNames::g1Attr);
String             63 Source/core/svg/SVGHKernElement.cpp     String u2 = fastGetAttribute(SVGNames::u2Attr);
String             64 Source/core/svg/SVGHKernElement.cpp     String g2 = fastGetAttribute(SVGNames::g2Attr);
String             47 Source/core/svg/SVGImageLoader.cpp String SVGImageLoader::sourceURI(const AtomicString& attribute) const
String             35 Source/core/svg/SVGImageLoader.h     virtual String sourceURI(const AtomicString&) const OVERRIDE;
String             49 Source/core/svg/SVGInteger.cpp PassRefPtr<SVGPropertyBase> SVGInteger::cloneForAnimation(const String& value) const
String             56 Source/core/svg/SVGInteger.cpp String SVGInteger::valueAsString() const
String             58 Source/core/svg/SVGInteger.cpp     return String::number(m_value);
String             61 Source/core/svg/SVGInteger.cpp void SVGInteger::setValueAsString(const String& string, ExceptionState& exceptionState)
String             53 Source/core/svg/SVGInteger.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             58 Source/core/svg/SVGInteger.h     virtual String valueAsString() const OVERRIDE;
String             59 Source/core/svg/SVGInteger.h     virtual void setValueAsString(const String&, ExceptionState&);
String             51 Source/core/svg/SVGIntegerOptionalInteger.cpp PassRefPtr<SVGPropertyBase> SVGIntegerOptionalInteger::cloneForAnimation(const String& value) const
String             64 Source/core/svg/SVGIntegerOptionalInteger.cpp String SVGIntegerOptionalInteger::valueAsString() const
String             67 Source/core/svg/SVGIntegerOptionalInteger.cpp         return String::number(m_firstInteger->value());
String             70 Source/core/svg/SVGIntegerOptionalInteger.cpp     return String::number(m_firstInteger->value()) + " " + String::number(m_secondInteger->value());
String             73 Source/core/svg/SVGIntegerOptionalInteger.cpp void SVGIntegerOptionalInteger::setValueAsString(const String& value, ExceptionState& exceptionState)
String             50 Source/core/svg/SVGIntegerOptionalInteger.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             52 Source/core/svg/SVGIntegerOptionalInteger.h     virtual String valueAsString() const OVERRIDE;
String             53 Source/core/svg/SVGIntegerOptionalInteger.h     void setValueAsString(const String&, ExceptionState&);
String             40 Source/core/svg/SVGLength.cpp inline String lengthTypeToString(SVGLengthType type)
String             67 Source/core/svg/SVGLength.cpp     return String();
String            129 Source/core/svg/SVGLength.cpp PassRefPtr<SVGPropertyBase> SVGLength::cloneForAnimation(const String& value) const
String            187 Source/core/svg/SVGLength.cpp static bool parseValueInternal(const String& string, float& convertedNumber, SVGLengthType& type)
String            203 Source/core/svg/SVGLength.cpp void SVGLength::setValueAsString(const String& string, ExceptionState& exceptionState)
String            227 Source/core/svg/SVGLength.cpp String SVGLength::valueAsString() const
String            229 Source/core/svg/SVGLength.cpp     return String::number(m_valueInSpecifiedUnits) + lengthTypeToString(unitType());
String             53 Source/core/svg/SVGLength.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             74 Source/core/svg/SVGLength.h     virtual String valueAsString() const OVERRIDE;
String             75 Source/core/svg/SVGLength.h     void setValueAsString(const String&, ExceptionState&);
String             54 Source/core/svg/SVGLengthList.cpp PassRefPtr<SVGPropertyBase> SVGLengthList::cloneForAnimation(const String& value) const
String             61 Source/core/svg/SVGLengthList.cpp String SVGLengthList::valueAsString() const
String             92 Source/core/svg/SVGLengthList.cpp         String valueString(start, ptr - start);
String            103 Source/core/svg/SVGLengthList.cpp void SVGLengthList::setValueAsString(const String& value, ExceptionState& exceptionState)
String             55 Source/core/svg/SVGLengthList.h     void setValueAsString(const String&, ExceptionState&);
String             58 Source/core/svg/SVGLengthList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             59 Source/core/svg/SVGLengthList.h     virtual String valueAsString() const OVERRIDE;
String             93 Source/core/svg/SVGLengthTearOff.cpp String SVGLengthTearOff::valueAsString()
String             98 Source/core/svg/SVGLengthTearOff.cpp void SVGLengthTearOff::setValueAsString(const String& str, ExceptionState& es)
String            117 Source/core/svg/SVGLengthTearOff.cpp         exceptionState.throwDOMException(NotSupportedError, "Cannot set value with unknown or invalid units (" + String::number(unitType) + ").");
String            133 Source/core/svg/SVGLengthTearOff.cpp         exceptionState.throwDOMException(NotSupportedError, "Cannot convert to unknown or invalid units (" + String::number(unitType) + ").");
String             68 Source/core/svg/SVGLengthTearOff.h     String valueAsString();
String             69 Source/core/svg/SVGLengthTearOff.h     void setValueAsString(const String&, ExceptionState&);
String             50 Source/core/svg/SVGNumber.cpp PassRefPtr<SVGPropertyBase> SVGNumber::cloneForAnimation(const String& value) const
String             57 Source/core/svg/SVGNumber.cpp String SVGNumber::valueAsString() const
String             59 Source/core/svg/SVGNumber.cpp     return String::number(m_value);
String             78 Source/core/svg/SVGNumber.cpp void SVGNumber::setValueAsString(const String& string, ExceptionState& exceptionState)
String            128 Source/core/svg/SVGNumber.cpp void SVGNumberAcceptPercentage::setValueAsString(const String& string, ExceptionState& exceptionState)
String             54 Source/core/svg/SVGNumber.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             59 Source/core/svg/SVGNumber.h     virtual String valueAsString() const OVERRIDE;
String             60 Source/core/svg/SVGNumber.h     virtual void setValueAsString(const String&, ExceptionState&);
String             96 Source/core/svg/SVGNumber.h     virtual void setValueAsString(const String&, ExceptionState&) OVERRIDE;
String             53 Source/core/svg/SVGNumberList.cpp PassRefPtr<SVGPropertyBase> SVGNumberList::cloneForAnimation(const String& value) const
String             60 Source/core/svg/SVGNumberList.cpp String SVGNumberList::valueAsString() const
String             94 Source/core/svg/SVGNumberList.cpp void SVGNumberList::setValueAsString(const String& value, ExceptionState& exceptionState)
String             55 Source/core/svg/SVGNumberList.h     void setValueAsString(const String&, ExceptionState&);
String             58 Source/core/svg/SVGNumberList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             59 Source/core/svg/SVGNumberList.h     virtual String valueAsString() const OVERRIDE;
String             51 Source/core/svg/SVGNumberOptionalNumber.cpp PassRefPtr<SVGPropertyBase> SVGNumberOptionalNumber::cloneForAnimation(const String& value) const
String             61 Source/core/svg/SVGNumberOptionalNumber.cpp String SVGNumberOptionalNumber::valueAsString() const
String             64 Source/core/svg/SVGNumberOptionalNumber.cpp         return String::number(m_firstNumber->value());
String             67 Source/core/svg/SVGNumberOptionalNumber.cpp     return String::number(m_firstNumber->value()) + " " + String::number(m_secondNumber->value());
String             70 Source/core/svg/SVGNumberOptionalNumber.cpp void SVGNumberOptionalNumber::setValueAsString(const String& value, ExceptionState& exceptionState)
String             50 Source/core/svg/SVGNumberOptionalNumber.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             52 Source/core/svg/SVGNumberOptionalNumber.h     virtual String valueAsString() const OVERRIDE;
String             53 Source/core/svg/SVGNumberOptionalNumber.h     void setValueAsString(const String&, ExceptionState&);
String             32 Source/core/svg/SVGPaint.cpp SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri)
String             39 Source/core/svg/SVGPaint.cpp String SVGPaint::customCSSText() const
String             43 Source/core/svg/SVGPaint.cpp         return String();
String             64 Source/core/svg/SVGPaint.cpp     return String();
String             85 Source/core/svg/SVGPaint.cpp StyleColor SVGPaint::colorFromRGBColorString(const String& colorString)
String             72 Source/core/svg/SVGPaint.h     static PassRefPtrWillBeRawPtr<SVGPaint> createURI(const String& uri)
String             78 Source/core/svg/SVGPaint.h     static PassRefPtrWillBeRawPtr<SVGPaint> createURIAndColor(const String& uri, const Color& color)
String             85 Source/core/svg/SVGPaint.h     static PassRefPtrWillBeRawPtr<SVGPaint> createURIAndNone(const String& uri)
String             91 Source/core/svg/SVGPaint.h     static PassRefPtrWillBeRawPtr<SVGPaint> createURIAndCurrentColor(const String& uri)
String             98 Source/core/svg/SVGPaint.h     String uri() const { return m_uri; }
String            100 Source/core/svg/SVGPaint.h     String customCSSText() const;
String            111 Source/core/svg/SVGPaint.h     static StyleColor colorFromRGBColorString(const String&);
String            116 Source/core/svg/SVGPaint.h     static PassRefPtrWillBeRawPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color)
String            124 Source/core/svg/SVGPaint.h     SVGPaint(const SVGPaintType&, const String& uri = String());
String            129 Source/core/svg/SVGPaint.h     String m_uri;
String            211 Source/core/svg/SVGParserUtilities.cpp bool parseNumberOptionalNumber(const String& string, float& x, float& y)
String            226 Source/core/svg/SVGParserUtilities.cpp static bool parseGlyphName(const CharType*& ptr, const CharType* end, HashSet<String>& values)
String            244 Source/core/svg/SVGParserUtilities.cpp         values.add(String(inputStart, inputEnd - inputStart + 1));
String            251 Source/core/svg/SVGParserUtilities.cpp bool parseGlyphName(const String& input, HashSet<String>& values)
String            338 Source/core/svg/SVGParserUtilities.cpp static bool genericParseKerningUnicodeString(const CharType*& ptr, const CharType* end, UnicodeRanges& rangeList, HashSet<String>& stringList)
String            353 Source/core/svg/SVGParserUtilities.cpp             stringList.add(String(inputStart, ptr - inputStart));
String            360 Source/core/svg/SVGParserUtilities.cpp bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stringList)
String            376 Source/core/svg/SVGParserUtilities.cpp static Vector<String> genericParseDelimitedString(const CharType*& ptr, const CharType* end, const char seperator)
String            378 Source/core/svg/SVGParserUtilities.cpp     Vector<String> values;
String            396 Source/core/svg/SVGParserUtilities.cpp         values.append(String(inputStart, inputEnd - inputStart + 1));
String            403 Source/core/svg/SVGParserUtilities.cpp Vector<String> parseDelimitedString(const String& input, const char seperator)
String            406 Source/core/svg/SVGParserUtilities.cpp         return Vector<String>();
String            514 Source/core/svg/SVGParserUtilities.cpp SVGTransformType parseTransformType(const String& string)
String             42 Source/core/svg/SVGParserUtilities.h bool parseNumberOptionalNumber(const String& s, float& h, float& v);
String             83 Source/core/svg/SVGParserUtilities.h Vector<String> parseDelimitedString(const String& input, const char seperator);
String             84 Source/core/svg/SVGParserUtilities.h bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
String             85 Source/core/svg/SVGParserUtilities.h bool parseGlyphName(const String& input, HashSet<String>& values);
String             89 Source/core/svg/SVGParserUtilities.h SVGTransformType parseTransformType(const String&);
String            106 Source/core/svg/SVGPathSeg.h     virtual String pathSegTypeAsLetter() const = 0;
String             44 Source/core/svg/SVGPathSegArcAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "A"; }
String             44 Source/core/svg/SVGPathSegArcRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "a"; }
String             43 Source/core/svg/SVGPathSegClosePath.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "Z"; }
String             44 Source/core/svg/SVGPathSegCurvetoCubicAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "C"; }
String             44 Source/core/svg/SVGPathSegCurvetoCubicRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "c"; }
String             44 Source/core/svg/SVGPathSegCurvetoCubicSmoothAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "S"; }
String             44 Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "s"; }
String             44 Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "Q"; }
String             44 Source/core/svg/SVGPathSegCurvetoQuadraticRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "q"; }
String             44 Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "T"; }
String             44 Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "t"; }
String             44 Source/core/svg/SVGPathSegLinetoAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "L"; }
String             44 Source/core/svg/SVGPathSegLinetoHorizontalAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "H"; }
String             44 Source/core/svg/SVGPathSegLinetoHorizontalRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "h"; }
String             44 Source/core/svg/SVGPathSegLinetoRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "l"; }
String             44 Source/core/svg/SVGPathSegLinetoVerticalAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "V"; }
String             44 Source/core/svg/SVGPathSegLinetoVerticalRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "v"; }
String             68 Source/core/svg/SVGPathSegList.cpp PassRefPtr<SVGPropertyBase> SVGPathSegList::cloneForAnimation(const String& value) const
String            146 Source/core/svg/SVGPathSegList.cpp String SVGPathSegList::valueAsString() const
String            148 Source/core/svg/SVGPathSegList.cpp     String string;
String            153 Source/core/svg/SVGPathSegList.cpp void SVGPathSegList::setValueAsString(const String& string, ExceptionState& exceptionState)
String            134 Source/core/svg/SVGPathSegList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String            135 Source/core/svg/SVGPathSegList.h     virtual String valueAsString() const OVERRIDE;
String            136 Source/core/svg/SVGPathSegList.h     void setValueAsString(const String&, ExceptionState&);
String             44 Source/core/svg/SVGPathSegMovetoAbs.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "M"; }
String             44 Source/core/svg/SVGPathSegMovetoRel.h     virtual String pathSegTypeAsLetter() const OVERRIDE { return "m"; }
String             27 Source/core/svg/SVGPathStringBuilder.cpp String SVGPathStringBuilder::result()
String             31 Source/core/svg/SVGPathStringBuilder.cpp         return String();
String             31 Source/core/svg/SVGPathStringBuilder.h     String result();
String             30 Source/core/svg/SVGPathStringSource.cpp SVGPathStringSource::SVGPathStringSource(const String& string)
String             32 Source/core/svg/SVGPathStringSource.h     static PassOwnPtr<SVGPathStringSource> create(const String& string)
String             38 Source/core/svg/SVGPathStringSource.h     SVGPathStringSource(const String&);
String             55 Source/core/svg/SVGPathStringSource.h     String m_string;
String             98 Source/core/svg/SVGPathUtilities.cpp bool buildPathFromString(const String& d, Path& result)
String            127 Source/core/svg/SVGPathUtilities.cpp bool buildStringFromByteStream(const SVGPathByteStream* stream, String& result, PathParsingMode parsingMode)
String            143 Source/core/svg/SVGPathUtilities.cpp bool buildSVGPathByteStreamFromString(const String& d, SVGPathByteStream* result, PathParsingMode parsingMode)
String             37 Source/core/svg/SVGPathUtilities.h bool buildPathFromString(const String&, Path&);
String             42 Source/core/svg/SVGPathUtilities.h bool buildSVGPathByteStreamFromString(const String&, SVGPathByteStream*, PathParsingMode);
String             45 Source/core/svg/SVGPathUtilities.h bool buildStringFromByteStream(const SVGPathByteStream*, String&, PathParsingMode);
String             46 Source/core/svg/SVGPathUtilities.h bool buildStringFromSVGPathSegList(PassRefPtr<SVGPathSegList>, String&, PathParsingMode);
String             61 Source/core/svg/SVGPoint.cpp PassRefPtr<SVGPropertyBase> SVGPoint::cloneForAnimation(const String& value) const
String             80 Source/core/svg/SVGPoint.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing point \"" + String(start, end - start) + "\"");
String             86 Source/core/svg/SVGPoint.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing point \"" + String(start, end - start) + "\"");
String            100 Source/core/svg/SVGPoint.cpp void SVGPoint::setValueAsString(const String& string, ExceptionState& exceptionState)
String            119 Source/core/svg/SVGPoint.cpp String SVGPoint::valueAsString() const
String            122 Source/core/svg/SVGPoint.cpp     builder.append(String::number(x()));
String            124 Source/core/svg/SVGPoint.cpp     builder.append(String::number(y()));
String             57 Source/core/svg/SVGPoint.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             72 Source/core/svg/SVGPoint.h     virtual String valueAsString() const OVERRIDE;
String             73 Source/core/svg/SVGPoint.h     void setValueAsString(const String&, ExceptionState&);
String             54 Source/core/svg/SVGPointList.cpp PassRefPtr<SVGPropertyBase> SVGPointList::cloneForAnimation(const String& value) const
String             61 Source/core/svg/SVGPointList.cpp String SVGPointList::valueAsString() const
String            113 Source/core/svg/SVGPointList.cpp void SVGPointList::setValueAsString(const String& value, ExceptionState& exceptionState)
String             55 Source/core/svg/SVGPointList.h     void setValueAsString(const String&, ExceptionState&);
String             58 Source/core/svg/SVGPointList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             59 Source/core/svg/SVGPointList.h     virtual String valueAsString() const OVERRIDE;
String             58 Source/core/svg/SVGPreserveAspectRatio.cpp PassRefPtr<SVGPropertyBase> SVGPreserveAspectRatio::cloneForAnimation(const String& value) const
String            176 Source/core/svg/SVGPreserveAspectRatio.cpp void SVGPreserveAspectRatio::setValueAsString(const String& string, ExceptionState& exceptionState)
String            349 Source/core/svg/SVGPreserveAspectRatio.cpp String SVGPreserveAspectRatio::valueAsString() const
String            351 Source/core/svg/SVGPreserveAspectRatio.cpp     String alignType;
String             62 Source/core/svg/SVGPreserveAspectRatio.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             79 Source/core/svg/SVGPreserveAspectRatio.h     virtual String valueAsString() const OVERRIDE;
String             80 Source/core/svg/SVGPreserveAspectRatio.h     virtual void setValueAsString(const String&, ExceptionState&);
String             59 Source/core/svg/SVGRect.cpp PassRefPtr<SVGPropertyBase> SVGRect::cloneForAnimation(const String& value) const
String             80 Source/core/svg/SVGRect.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\"");
String             87 Source/core/svg/SVGRect.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\"");
String             96 Source/core/svg/SVGRect.cpp void SVGRect::setValueAsString(const String& string, ExceptionState& exceptionState)
String            120 Source/core/svg/SVGRect.cpp String SVGRect::valueAsString() const
String            123 Source/core/svg/SVGRect.cpp     builder.append(String::number(x()));
String            125 Source/core/svg/SVGRect.cpp     builder.append(String::number(y()));
String            127 Source/core/svg/SVGRect.cpp     builder.append(String::number(width()));
String            129 Source/core/svg/SVGRect.cpp     builder.append(String::number(height()));
String             52 Source/core/svg/SVGRect.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             69 Source/core/svg/SVGRect.h     virtual String valueAsString() const OVERRIDE;
String             70 Source/core/svg/SVGRect.h     void setValueAsString(const String&, ExceptionState&);
String             19 Source/core/svg/SVGRemoteFontFaceSource.cpp SVGRemoteFontFaceSource::SVGRemoteFontFaceSource(const String& uri, FontResource* font)
String             44 Source/core/svg/SVGRemoteFontFaceSource.cpp         String fragmentIdentifier;
String             18 Source/core/svg/SVGRemoteFontFaceSource.h     SVGRemoteFontFaceSource(const String& uri, FontResource*);
String             26 Source/core/svg/SVGRemoteFontFaceSource.h     String m_uri;
String            742 Source/core/svg/SVGSVGElement.cpp void SVGSVGElement::setupInitialView(const String& fragmentIdentifier, Element* anchorNode)
String            121 Source/core/svg/SVGSVGElement.h     void setupInitialView(const String& fragmentIdentifier, Element* anchorNode);
String            139 Source/core/svg/SVGScriptElement.cpp String SVGScriptElement::sourceAttributeValue() const
String            144 Source/core/svg/SVGScriptElement.cpp String SVGScriptElement::charsetAttributeValue() const
String            146 Source/core/svg/SVGScriptElement.cpp     return String();
String            149 Source/core/svg/SVGScriptElement.cpp String SVGScriptElement::typeAttributeValue() const
String            154 Source/core/svg/SVGScriptElement.cpp String SVGScriptElement::languageAttributeValue() const
String            156 Source/core/svg/SVGScriptElement.cpp     return String();
String            159 Source/core/svg/SVGScriptElement.cpp String SVGScriptElement::forAttributeValue() const
String            161 Source/core/svg/SVGScriptElement.cpp     return String();
String            164 Source/core/svg/SVGScriptElement.cpp String SVGScriptElement::eventAttributeValue() const
String            166 Source/core/svg/SVGScriptElement.cpp     return String();
String             64 Source/core/svg/SVGScriptElement.h     virtual String sourceAttributeValue() const OVERRIDE;
String             65 Source/core/svg/SVGScriptElement.h     virtual String charsetAttributeValue() const OVERRIDE;
String             66 Source/core/svg/SVGScriptElement.h     virtual String typeAttributeValue() const OVERRIDE;
String             67 Source/core/svg/SVGScriptElement.h     virtual String languageAttributeValue() const OVERRIDE;
String             68 Source/core/svg/SVGScriptElement.h     virtual String forAttributeValue() const OVERRIDE;
String             69 Source/core/svg/SVGScriptElement.h     virtual String eventAttributeValue() const OVERRIDE;
String             86 Source/core/svg/SVGStaticStringList.cpp void SVGStaticStringList::setBaseValueAsString(const String& value, SVGParsingError& parseError)
String             60 Source/core/svg/SVGStaticStringList.h     void setBaseValueAsString(const String& value, SVGParsingError& parseError);
String             36 Source/core/svg/SVGString.cpp     String fromString = toSVGString(from)->m_value;
String             37 Source/core/svg/SVGString.cpp     String toString = toSVGString(to)->m_value;
String             39 Source/core/svg/SVGString.cpp     animationElement->animateDiscreteType<String>(percentage, fromString, toString, m_value);
String             42 Source/core/svg/SVGString.h     typedef String PrimitiveType;
String             49 Source/core/svg/SVGString.h     static PassRefPtr<SVGString> create(const String& value)
String             55 Source/core/svg/SVGString.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String& value) const OVERRIDE
String             60 Source/core/svg/SVGString.h     virtual String valueAsString() const OVERRIDE { return m_value; }
String             61 Source/core/svg/SVGString.h     void setValueAsString(const String& value, ExceptionState&) { m_value = value; }
String             67 Source/core/svg/SVGString.h     const String& value() const { return m_value; }
String             68 Source/core/svg/SVGString.h     void setValue(const String& value) { m_value = value; }
String             78 Source/core/svg/SVGString.h     explicit SVGString(const String& value)
String             84 Source/core/svg/SVGString.h     String m_value;
String             39 Source/core/svg/SVGStringList.cpp void SVGStringList::initialize(const String& item)
String             45 Source/core/svg/SVGStringList.cpp String SVGStringList::getItem(size_t index, ExceptionState& exceptionState)
String             48 Source/core/svg/SVGStringList.cpp         return String();
String             53 Source/core/svg/SVGStringList.cpp void SVGStringList::insertItemBefore(const String& newItem, size_t index)
String             64 Source/core/svg/SVGStringList.cpp String SVGStringList::removeItem(size_t index, ExceptionState& exceptionState)
String             67 Source/core/svg/SVGStringList.cpp         return String();
String             69 Source/core/svg/SVGStringList.cpp     String oldItem = m_values.at(index);
String             74 Source/core/svg/SVGStringList.cpp void SVGStringList::appendItem(const String& newItem)
String             79 Source/core/svg/SVGStringList.cpp void SVGStringList::replaceItem(const String& newItem, size_t index, ExceptionState& exceptionState)
String             99 Source/core/svg/SVGStringList.cpp         m_values.append(String(start, ptr - start));
String            111 Source/core/svg/SVGStringList.cpp void SVGStringList::setValueAsString(const String& data, ExceptionState&)
String            128 Source/core/svg/SVGStringList.cpp PassRefPtr<SVGPropertyBase> SVGStringList::cloneForAnimation(const String& string) const
String            135 Source/core/svg/SVGStringList.cpp String SVGStringList::valueAsString() const
String            139 Source/core/svg/SVGStringList.cpp     Vector<String>::const_iterator it = m_values.begin();
String            140 Source/core/svg/SVGStringList.cpp     Vector<String>::const_iterator itEnd = m_values.end();
String             64 Source/core/svg/SVGStringList.h     const Vector<String>& values() const { return m_values; }
String             69 Source/core/svg/SVGStringList.h     void initialize(const String&);
String             70 Source/core/svg/SVGStringList.h     String getItem(size_t, ExceptionState&);
String             71 Source/core/svg/SVGStringList.h     void insertItemBefore(const String&, size_t);
String             72 Source/core/svg/SVGStringList.h     String removeItem(size_t, ExceptionState&);
String             73 Source/core/svg/SVGStringList.h     void appendItem(const String&);
String             74 Source/core/svg/SVGStringList.h     void replaceItem(const String&, size_t, ExceptionState&);
String             78 Source/core/svg/SVGStringList.h     void setValueAsString(const String&, ExceptionState&);
String             79 Source/core/svg/SVGStringList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             80 Source/core/svg/SVGStringList.h     virtual String valueAsString() const OVERRIDE;
String             95 Source/core/svg/SVGStringList.h     Vector<String> m_values;
String             65 Source/core/svg/SVGStringListTearOff.h     String initialize(const String& item, ExceptionState& exceptionState)
String             69 Source/core/svg/SVGStringListTearOff.h             return String();
String             78 Source/core/svg/SVGStringListTearOff.h     String getItem(unsigned long index, ExceptionState& exceptionState)
String             83 Source/core/svg/SVGStringListTearOff.h     String insertItemBefore(const String& item, unsigned long index, ExceptionState& exceptionState)
String             87 Source/core/svg/SVGStringListTearOff.h             return String();
String             96 Source/core/svg/SVGStringListTearOff.h     String replaceItem(const String& item, unsigned long index, ExceptionState& exceptionState)
String            100 Source/core/svg/SVGStringListTearOff.h             return String();
String            109 Source/core/svg/SVGStringListTearOff.h     bool anonymousIndexedSetter(unsigned index, const String& item, ExceptionState& exceptionState)
String            115 Source/core/svg/SVGStringListTearOff.h     String removeItem(unsigned long index, ExceptionState& exceptionState)
String            119 Source/core/svg/SVGStringListTearOff.h             return String();
String            122 Source/core/svg/SVGStringListTearOff.h         String removedItem = target()->removeItem(index, exceptionState);
String            128 Source/core/svg/SVGStringListTearOff.h     String appendItem(const String& item, ExceptionState& exceptionState)
String            132 Source/core/svg/SVGStringListTearOff.h             return String();
String             87 Source/core/svg/SVGStyleElement.cpp String SVGStyleElement::title() const
String             47 Source/core/svg/SVGStyleElement.h     virtual String title() const OVERRIDE;
String             44 Source/core/svg/SVGTests.cpp bool SVGTests::hasExtension(SVGTests&, const String&)
String             53 Source/core/svg/SVGTests.cpp         const Vector<String>& requiredFeatures = m_requiredFeatures->value()->values();
String             54 Source/core/svg/SVGTests.cpp         Vector<String>::const_iterator it = requiredFeatures.begin();
String             55 Source/core/svg/SVGTests.cpp         Vector<String>::const_iterator itEnd = requiredFeatures.end();
String             57 Source/core/svg/SVGTests.cpp             if (it->isEmpty() || !DOMImplementation::hasFeature(*it, String()))
String             65 Source/core/svg/SVGTests.cpp         const Vector<String>& systemLanguage = m_systemLanguage->value()->values();
String             66 Source/core/svg/SVGTests.cpp         Vector<String>::const_iterator it = systemLanguage.begin();
String             67 Source/core/svg/SVGTests.cpp         Vector<String>::const_iterator itEnd = systemLanguage.end();
String             39 Source/core/svg/SVGTests.h     static bool hasExtension(SVGTests&, const String&);
String             73 Source/core/svg/SVGTransform.cpp PassRefPtr<SVGPropertyBase> SVGTransform::cloneForAnimation(const String&) const
String            154 Source/core/svg/SVGTransform.cpp const String& transformTypePrefixForParsing(SVGTransformType type)
String            160 Source/core/svg/SVGTransform.cpp         DEFINE_STATIC_LOCAL(String, matrixString, ("matrix("));
String            164 Source/core/svg/SVGTransform.cpp         DEFINE_STATIC_LOCAL(String, translateString, ("translate("));
String            168 Source/core/svg/SVGTransform.cpp         DEFINE_STATIC_LOCAL(String, scaleString, ("scale("));
String            172 Source/core/svg/SVGTransform.cpp         DEFINE_STATIC_LOCAL(String, rotateString, ("rotate("));
String            176 Source/core/svg/SVGTransform.cpp         DEFINE_STATIC_LOCAL(String, skewXString, ("skewX("));
String            180 Source/core/svg/SVGTransform.cpp         DEFINE_STATIC_LOCAL(String, skewYString, ("skewY("));
String            191 Source/core/svg/SVGTransform.cpp String SVGTransform::valueAsString() const
String            193 Source/core/svg/SVGTransform.cpp     const String& prefix = transformTypePrefixForParsing(m_transformType);
String            199 Source/core/svg/SVGTransform.cpp         builder.append(prefix + String::number(m_matrix.a()) + ' ' + String::number(m_matrix.b()) + ' ' + String::number(m_matrix.c()) + ' ' +
String            200 Source/core/svg/SVGTransform.cpp                        String::number(m_matrix.d()) + ' ' + String::number(m_matrix.e()) + ' ' + String::number(m_matrix.f()) + ')');
String            204 Source/core/svg/SVGTransform.cpp         return prefix + String::number(m_matrix.e()) + ' ' + String::number(m_matrix.f()) + ')';
String            206 Source/core/svg/SVGTransform.cpp         return prefix + String::number(m_matrix.xScale()) + ' ' + String::number(m_matrix.yScale()) + ')';
String            214 Source/core/svg/SVGTransform.cpp             return prefix + String::number(m_angle) + ' ' + String::number(cx) + ' ' + String::number(cy) + ')';
String            215 Source/core/svg/SVGTransform.cpp         return prefix + String::number(m_angle) + ')';
String            218 Source/core/svg/SVGTransform.cpp         return prefix + String::number(m_angle) + ')';
String            220 Source/core/svg/SVGTransform.cpp         return prefix + String::number(m_angle) + ')';
String             71 Source/core/svg/SVGTransform.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             97 Source/core/svg/SVGTransform.h     virtual String valueAsString() const OVERRIDE;
String            219 Source/core/svg/SVGTransformList.cpp String SVGTransformList::valueAsString() const
String            235 Source/core/svg/SVGTransformList.cpp void SVGTransformList::setValueAsString(const String& value, ExceptionState& exceptionState)
String            259 Source/core/svg/SVGTransformList.cpp PassRefPtr<SVGPropertyBase> SVGTransformList::cloneForAnimation(const String& value) const
String            265 Source/core/svg/SVGTransformList.cpp PassRefPtr<SVGTransformList> SVGTransformList::create(SVGTransformType transformType, const String& value)
String             51 Source/core/svg/SVGTransformList.h     static PassRefPtr<SVGTransformList> create(SVGTransformType, const String&);
String             61 Source/core/svg/SVGTransformList.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
String             64 Source/core/svg/SVGTransformList.h     virtual String valueAsString() const OVERRIDE;
String             65 Source/core/svg/SVGTransformList.h     void setValueAsString(const String&, ExceptionState&);
String             42 Source/core/svg/SVGURIReference.cpp AtomicString SVGURIReference::fragmentIdentifierFromIRIString(const String& url, const Document& document)
String             55 Source/core/svg/SVGURIReference.cpp static inline KURL urlFromIRIStringWithFragmentIdentifier(const String& url, const Document& document, AtomicString& fragmentIdentifier)
String             71 Source/core/svg/SVGURIReference.cpp Element* SVGURIReference::targetElementFromIRIString(const String& iri, const Document& document, AtomicString* fragmentIdentifier, Document* externalDocument)
String             39 Source/core/svg/SVGURIReference.h     static AtomicString fragmentIdentifierFromIRIString(const String&, const Document&);
String             40 Source/core/svg/SVGURIReference.h     static Element* targetElementFromIRIString(const String&, const Document&, AtomicString* = 0, Document* = 0);
String             42 Source/core/svg/SVGURIReference.h     static inline bool isExternalURIReference(const String& uri, const Document& document)
String             57 Source/core/svg/SVGURIReference.h     const String& hrefString() const { return m_href->currentValue()->value(); }
String            241 Source/core/svg/SVGUseElement.cpp static void dumpInstanceTree(unsigned& depth, String& text, SVGElementInstance* targetInstance)
String            253 Source/core/svg/SVGUseElement.cpp     String directUseElementName = directUseElement ? directUseElement->nodeName() : "null";
String            255 Source/core/svg/SVGUseElement.cpp     String elementId = element->getIdAttribute();
String            256 Source/core/svg/SVGUseElement.cpp     String elementNodeName = element->nodeName();
String            257 Source/core/svg/SVGUseElement.cpp     String shadowTreeElementNodeName = shadowTreeElement->nodeName();
String            258 Source/core/svg/SVGUseElement.cpp     String parentNodeName = element->parentNode() ? element->parentNode()->nodeName() : "null";
String            259 Source/core/svg/SVGUseElement.cpp     String firstChildNodeName = element->firstChild() ? element->firstChild()->nodeName() : "null";
String            264 Source/core/svg/SVGUseElement.cpp     text += String::format("SVGElementInstance this=%p, (parentNode=%s (%p), firstChild=%s (%p), correspondingElement=%s (%p), directUseElement=%s (%p), shadowTreeElement=%s (%p), id=%s)\n",
String            272 Source/core/svg/SVGUseElement.cpp     text += "Corresponding element is associated with " + String::number(elementInstances.size()) + " instance(s):\n";
String            279 Source/core/svg/SVGUseElement.cpp         text += String::format(" -> SVGElementInstance this=%p, (refCount: %i, shadowTreeElement in document? %i)\n",
String            487 Source/core/svg/SVGUseElement.cpp     String text;
String            497 Source/core/svg/SVGUseElement.cpp     String markup = serializer->serializeToString(shadowTreeRootElement, ASSERT_NO_EXCEPTION);
String             62 Source/core/svg/SVGVKernElement.cpp     String u1 = fastGetAttribute(SVGNames::u1Attr);
String             63 Source/core/svg/SVGVKernElement.cpp     String g1 = fastGetAttribute(SVGNames::g1Attr);
String             64 Source/core/svg/SVGVKernElement.cpp     String u2 = fastGetAttribute(SVGNames::u2Attr);
String             65 Source/core/svg/SVGVKernElement.cpp     String g2 = fastGetAttribute(SVGNames::g2Attr);
String             49 Source/core/svg/SVGViewSpec.cpp String SVGViewSpec::preserveAspectRatioString() const
String             52 Source/core/svg/SVGViewSpec.cpp         return String();
String             57 Source/core/svg/SVGViewSpec.cpp String SVGViewSpec::transformString() const
String             60 Source/core/svg/SVGViewSpec.cpp         return String();
String             65 Source/core/svg/SVGViewSpec.cpp String SVGViewSpec::viewBoxString() const
String             68 Source/core/svg/SVGViewSpec.cpp         return String();
String            143 Source/core/svg/SVGViewSpec.cpp                 m_viewTargetString = String(viewTargetStart, ptr - viewTargetStart);
String            192 Source/core/svg/SVGViewSpec.cpp bool SVGViewSpec::parseViewSpec(const String& spec)
String             41 Source/core/svg/SVGViewSpec.h     bool parseViewSpec(const String&);
String             45 Source/core/svg/SVGViewSpec.h     String viewBoxString() const;
String             47 Source/core/svg/SVGViewSpec.h     String preserveAspectRatioString() const;
String             49 Source/core/svg/SVGViewSpec.h     String transformString() const;
String             50 Source/core/svg/SVGViewSpec.h     String viewTargetString() const { return m_viewTargetString; }
String             66 Source/core/svg/SVGViewSpec.h     String m_viewTargetString;
String            159 Source/core/svg/animation/SVGSMILElement.cpp SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat)
String            354 Source/core/svg/animation/SVGSMILElement.cpp SMILTime SVGSMILElement::parseOffsetValue(const String& data)
String            358 Source/core/svg/animation/SVGSMILElement.cpp     String parse = data.stripWhiteSpace();
String            374 Source/core/svg/animation/SVGSMILElement.cpp SMILTime SVGSMILElement::parseClockValue(const String& data)
String            379 Source/core/svg/animation/SVGSMILElement.cpp     String parse = data.stripWhiteSpace();
String            415 Source/core/svg/animation/SVGSMILElement.cpp bool SVGSMILElement::parseCondition(const String& value, BeginOrEnd beginOrEnd)
String            417 Source/core/svg/animation/SVGSMILElement.cpp     String parseString = value.stripWhiteSpace();
String            427 Source/core/svg/animation/SVGSMILElement.cpp     String conditionString;
String            433 Source/core/svg/animation/SVGSMILElement.cpp         String offsetString = parseString.substring(pos + 1).stripWhiteSpace();
String            443 Source/core/svg/animation/SVGSMILElement.cpp     String baseID;
String            444 Source/core/svg/animation/SVGSMILElement.cpp     String nameString;
String            480 Source/core/svg/animation/SVGSMILElement.cpp void SVGSMILElement::parseBeginOrEnd(const String& parseString, BeginOrEnd beginOrEnd)
String            488 Source/core/svg/animation/SVGSMILElement.cpp     Vector<String> splitString;
String             99 Source/core/svg/animation/SVGSMILElement.h     static SMILTime parseClockValue(const String&);
String            100 Source/core/svg/animation/SVGSMILElement.h     static SMILTime parseOffsetValue(const String&);
String            171 Source/core/svg/animation/SVGSMILElement.h         Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1);
String            174 Source/core/svg/animation/SVGSMILElement.h         String m_baseID;
String            175 Source/core/svg/animation/SVGSMILElement.h         String m_name;
String            181 Source/core/svg/animation/SVGSMILElement.h     bool parseCondition(const String&, BeginOrEnd beginOrEnd);
String            182 Source/core/svg/animation/SVGSMILElement.h     void parseBeginOrEnd(const String&, BeginOrEnd beginOrEnd);
String            426 Source/core/svg/graphics/SVGImage.cpp String SVGImage::filenameExtension() const
String             81 Source/core/svg/graphics/SVGImage.h     virtual String filenameExtension() const OVERRIDE;
String             51 Source/core/svg/graphics/filters/SVGFEImage.cpp FEImage::FEImage(Filter* filter, Document& document, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio)
String             64 Source/core/svg/graphics/filters/SVGFEImage.cpp PassRefPtr<FEImage> FEImage::createWithIRIReference(Filter* filter, Document& document, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio)
String             39 Source/core/svg/graphics/filters/SVGFEImage.h     static PassRefPtr<FEImage> createWithIRIReference(Filter*, Document&, const String&, PassRefPtr<SVGPreserveAspectRatio>);
String             51 Source/core/svg/graphics/filters/SVGFEImage.h     FEImage(Filter*, Document&, const String&, PassRefPtr<SVGPreserveAspectRatio>);
String             61 Source/core/svg/graphics/filters/SVGFEImage.h     String m_href;
String            133 Source/core/svg/properties/SVGAnimatedProperty.h     void setBaseValueAsString(const String& value, SVGParsingError& parseError)
String            290 Source/core/svg/properties/SVGListPropertyHelper.h         exceptionState.throwDOMException(IndexSizeError, String::format("Failed to replace the provided item at index %zu.", index));
String             61 Source/core/svg/properties/SVGProperty.h     virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const = 0;
String             63 Source/core/svg/properties/SVGProperty.h     virtual String valueAsString() const = 0;
String             55 Source/core/testing/InspectorFrontendClientLocal.cpp     void dispatch(const String& message)
String             96 Source/core/testing/InspectorFrontendClientLocal.cpp     Deque<String> m_messages;
String            123 Source/core/testing/InspectorFrontendClientLocal.cpp void InspectorFrontendClientLocal::sendMessageToBackend(const String& message)
String             55 Source/core/testing/InspectorFrontendClientLocal.h     virtual void inspectedURLChanged(const String&) OVERRIDE { }
String             57 Source/core/testing/InspectorFrontendClientLocal.h     virtual void sendMessageToBackend(const String& message) OVERRIDE;
String             59 Source/core/testing/InspectorFrontendClientLocal.h     virtual void sendMessageToEmbedder(const String&) OVERRIDE { }
String             41 Source/core/testing/InternalProfilers.cpp void InternalProfilers::startHeapProfiling(const String& prefix)
String             51 Source/core/testing/InternalProfilers.cpp void InternalProfilers::dumpHeapProfiling(const String& reason)
String             56 Source/core/testing/InternalProfilers.cpp String InternalProfilers::getHeapProfile()
String             58 Source/core/testing/InternalProfilers.cpp     String text = blink::Platform::current()->getHeapProfile();
String             48 Source/core/testing/InternalProfilers.h     void startHeapProfiling(const String& prefix);
String             50 Source/core/testing/InternalProfilers.h     void dumpHeapProfiling(const String& reason);
String             51 Source/core/testing/InternalProfilers.h     String getHeapProfile();
String            228 Source/core/testing/InternalSettings.cpp void InternalSettings::setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState)
String            238 Source/core/testing/InternalSettings.cpp void InternalSettings::setSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState)
String            248 Source/core/testing/InternalSettings.cpp void InternalSettings::setSansSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState)
String            258 Source/core/testing/InternalSettings.cpp void InternalSettings::setFixedFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState)
String            268 Source/core/testing/InternalSettings.cpp void InternalSettings::setCursiveFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState)
String            278 Source/core/testing/InternalSettings.cpp void InternalSettings::setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState)
String            288 Source/core/testing/InternalSettings.cpp void InternalSettings::setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState)
String            311 Source/core/testing/InternalSettings.cpp void InternalSettings::setMediaTypeOverride(const String& mediaType, ExceptionState& exceptionState)
String            328 Source/core/testing/InternalSettings.cpp void InternalSettings::setEditingBehavior(const String& editingBehavior, ExceptionState& exceptionState)
String            354 Source/core/testing/InternalSettings.cpp void InternalSettings::setDefaultVideoPosterURL(const String& url, ExceptionState& exceptionState)
String             63 Source/core/testing/InternalSettings.h         String m_originalMediaTypeOverride;
String             70 Source/core/testing/InternalSettings.h         String m_defaultVideoPosterURL;
String             86 Source/core/testing/InternalSettings.h     void setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState&);
String             87 Source/core/testing/InternalSettings.h     void setSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&);
String             88 Source/core/testing/InternalSettings.h     void setSansSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&);
String             89 Source/core/testing/InternalSettings.h     void setFixedFontFamily(const AtomicString& family, const String& script, ExceptionState&);
String             90 Source/core/testing/InternalSettings.h     void setCursiveFontFamily(const AtomicString& family, const String& script, ExceptionState&);
String             91 Source/core/testing/InternalSettings.h     void setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState&);
String             92 Source/core/testing/InternalSettings.h     void setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState&);
String             94 Source/core/testing/InternalSettings.h     void setDefaultVideoPosterURL(const String& url, ExceptionState&);
String             95 Source/core/testing/InternalSettings.h     void setEditingBehavior(const String&, ExceptionState&);
String             97 Source/core/testing/InternalSettings.h     void setMediaTypeOverride(const String& mediaType, ExceptionState&);
String            167 Source/core/testing/Internals.cpp static bool markerTypesFrom(const String& markerType, DocumentMarker::MarkerTypes& result)
String            270 Source/core/testing/Internals.cpp String Internals::address(Node* node)
String            275 Source/core/testing/Internals.cpp     return String(buf);
String            318 Source/core/testing/Internals.cpp bool Internals::isPreloaded(const String& url)
String            324 Source/core/testing/Internals.cpp bool Internals::isLoadingFromMemoryCache(const String& url)
String            346 Source/core/testing/Internals.cpp String Internals::styleResolverStatsReport(ExceptionState& exceptionState) const
String            351 Source/core/testing/Internals.cpp         return String();
String            356 Source/core/testing/Internals.cpp String Internals::styleResolverStatsTotalsReport(ExceptionState& exceptionState) const
String            361 Source/core/testing/Internals.cpp         return String();
String            435 Source/core/testing/Internals.cpp bool Internals::hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState& exceptionState)
String            473 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("The %s node is neither a document node, nor a shadow root.", treeScope1 ? "second" : "first"));
String            580 Source/core/testing/Internals.cpp String Internals::elementRenderTreeAsText(Element* element, ExceptionState& exceptionState)
String            584 Source/core/testing/Internals.cpp         return String();
String            587 Source/core/testing/Internals.cpp     String representation = externalRepresentation(element);
String            590 Source/core/testing/Internals.cpp         return String();
String            657 Source/core/testing/Internals.cpp String Internals::shadowRootType(const Node* root, ExceptionState& exceptionState) const
String            661 Source/core/testing/Internals.cpp         return String();
String            666 Source/core/testing/Internals.cpp         return String("UserAgentShadowRoot");
String            668 Source/core/testing/Internals.cpp         return String("AuthorShadowRoot");
String            671 Source/core/testing/Internals.cpp         return String("Unknown");
String            695 Source/core/testing/Internals.cpp String Internals::visiblePlaceholder(Element* element)
String            702 Source/core/testing/Internals.cpp     return String();
String            705 Source/core/testing/Internals.cpp void Internals::selectColorInColorChooser(Element* element, const String& colorValue)
String            728 Source/core/testing/Internals.cpp Vector<String> Internals::formControlStateOfHistoryItem(ExceptionState& exceptionState)
String            733 Source/core/testing/Internals.cpp         return Vector<String>();
String            738 Source/core/testing/Internals.cpp void Internals::setFormControlStateOfHistoryItem(const Vector<String>& state, ExceptionState& exceptionState)
String            816 Source/core/testing/Internals.cpp unsigned Internals::markerCountForNode(Node* node, const String& markerType, ExceptionState& exceptionState)
String            852 Source/core/testing/Internals.cpp DocumentMarker* Internals::markerAt(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState)
String            871 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<Range> Internals::markerRangeForNode(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState)
String            879 Source/core/testing/Internals.cpp String Internals::markerDescriptionForNode(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState)
String            883 Source/core/testing/Internals.cpp         return String();
String            929 Source/core/testing/Internals.cpp String Internals::viewportAsText(Document* document, float, int availableWidth, int availableHeight, ExceptionState& exceptionState)
String            933 Source/core/testing/Internals.cpp         return String();
String            952 Source/core/testing/Internals.cpp     builder.append(String::number(constraints.layoutSize.width()));
String            954 Source/core/testing/Internals.cpp     builder.append(String::number(constraints.layoutSize.height()));
String            957 Source/core/testing/Internals.cpp     builder.append(String::number(constraints.initialScale));
String            959 Source/core/testing/Internals.cpp     builder.append(String::number(constraints.minimumScale));
String            961 Source/core/testing/Internals.cpp     builder.append(String::number(constraints.maximumScale));
String           1000 Source/core/testing/Internals.cpp String Internals::suggestedValue(Element* element, ExceptionState& exceptionState)
String           1004 Source/core/testing/Internals.cpp         return String();
String           1009 Source/core/testing/Internals.cpp         return String();
String           1012 Source/core/testing/Internals.cpp     String suggestedValue;
String           1025 Source/core/testing/Internals.cpp void Internals::setSuggestedValue(Element* element, const String& value, ExceptionState& exceptionState)
String           1047 Source/core/testing/Internals.cpp void Internals::setEditingValue(Element* element, const String& value, ExceptionState& exceptionState)
String           1120 Source/core/testing/Internals.cpp String Internals::rangeAsText(const Range* range, ExceptionState& exceptionState)
String           1124 Source/core/testing/Internals.cpp         return String();
String           1263 Source/core/testing/Internals.cpp void Internals::setUserPreferredLanguages(const Vector<String>& languages)
String           1308 Source/core/testing/Internals.cpp static RenderLayer* findRenderLayerForGraphicsLayer(RenderLayer* searchRoot, GraphicsLayer* graphicsLayer, String* layerType)
String           1396 Source/core/testing/Internals.cpp         String layerType;
String           1539 Source/core/testing/Internals.cpp String Internals::dumpRefCountedInstanceCounts() const
String           1544 Source/core/testing/Internals.cpp Vector<String> Internals::consoleMessageArgumentCounts(Document* document) const
String           1548 Source/core/testing/Internals.cpp         return Vector<String>();
String           1551 Source/core/testing/Internals.cpp         return Vector<String>();
String           1553 Source/core/testing/Internals.cpp     Vector<String> result(counts.size());
String           1555 Source/core/testing/Internals.cpp         result[i] = String::number(counts[i]);
String           1559 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<DOMWindow> Internals::openDummyInspectorFrontend(const String& url)
String           1651 Source/core/testing/Internals.cpp String Internals::layerTreeAsText(Document* document, ExceptionState& exceptionState) const
String           1656 Source/core/testing/Internals.cpp String Internals::elementLayerTreeAsText(Element* element, ExceptionState& exceptionState) const
String           1660 Source/core/testing/Internals.cpp         return String();
String           1708 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("The %s element provided is invalid.", element1 ? "second" : "first"));
String           1728 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("No render layer can be obtained from the %s provided element.", layer1 ? "second" : "first"));
String           1783 Source/core/testing/Internals.cpp String Internals::layerTreeAsText(Document* document, unsigned flags, ExceptionState& exceptionState) const
String           1787 Source/core/testing/Internals.cpp         return String();
String           1795 Source/core/testing/Internals.cpp String Internals::elementLayerTreeAsText(Element* element, unsigned flags, ExceptionState& exceptionState) const
String           1799 Source/core/testing/Internals.cpp         return String();
String           1807 Source/core/testing/Internals.cpp         return String();
String           1815 Source/core/testing/Internals.cpp         return String();
String           1856 Source/core/testing/Internals.cpp String Internals::repaintRectsAsText(Document* document, ExceptionState& exceptionState) const
String           1860 Source/core/testing/Internals.cpp         return String();
String           1888 Source/core/testing/Internals.cpp String Internals::scrollingStateTreeAsText(Document* document, ExceptionState& exceptionState) const
String           1890 Source/core/testing/Internals.cpp     return String();
String           1893 Source/core/testing/Internals.cpp String Internals::mainThreadScrollingReasons(Document* document, ExceptionState& exceptionState) const
String           1897 Source/core/testing/Internals.cpp         return String();
String           1908 Source/core/testing/Internals.cpp         return String();
String           1949 Source/core/testing/Internals.cpp String Internals::counterValue(Element* element)
String           1952 Source/core/testing/Internals.cpp         return String();
String           1965 Source/core/testing/Internals.cpp Vector<String> Internals::iconURLs(Document* document, int iconTypesMask) const
String           1968 Source/core/testing/Internals.cpp     Vector<String> array;
String           1977 Source/core/testing/Internals.cpp Vector<String> Internals::shortcutIconURLs(Document* document) const
String           1982 Source/core/testing/Internals.cpp Vector<String> Internals::allIconURLs(Document* document) const
String           1995 Source/core/testing/Internals.cpp String Internals::pageProperty(String propertyName, int pageNumber, ExceptionState& exceptionState) const
String           1999 Source/core/testing/Internals.cpp         return String();
String           2005 Source/core/testing/Internals.cpp String Internals::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft, ExceptionState& exceptionState) const
String           2009 Source/core/testing/Internals.cpp         return String();
String           2068 Source/core/testing/Internals.cpp void Internals::registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme)
String           2073 Source/core/testing/Internals.cpp void Internals::removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme)
String           2088 Source/core/testing/Internals.cpp Vector<String> Internals::getReferencedFilePaths() const
String           2219 Source/core/testing/Internals.cpp String Internals::getCurrentCursorInfo(Document* document, ExceptionState& exceptionState)
String           2223 Source/core/testing/Internals.cpp         return String();
String           2253 Source/core/testing/Internals.cpp     String stringValue = value->toWireString();
String           2261 Source/core/testing/Internals.cpp     String value(static_cast<const UChar*>(buffer->data()), buffer->byteLength() / sizeof(UChar));
String           2281 Source/core/testing/Internals.cpp String Internals::markerTextForListItem(Element* element, ExceptionState& exceptionState)
String           2285 Source/core/testing/Internals.cpp         return String();
String           2290 Source/core/testing/Internals.cpp String Internals::getImageSourceURL(Element* element, ExceptionState& exceptionState)
String           2294 Source/core/testing/Internals.cpp         return String();
String           2299 Source/core/testing/Internals.cpp String Internals::baseURL(Document* document, ExceptionState& exceptionState)
String           2303 Source/core/testing/Internals.cpp         return String();
String           2452 Source/core/testing/Internals.cpp void Internals::setValueForUser(Element* element, const String& value)
String           2457 Source/core/testing/Internals.cpp String Internals::textSurroundingNode(Node* node, int x, int y, unsigned long maxLength)
String           2460 Source/core/testing/Internals.cpp         return String();
String             79 Source/core/testing/Internals.h     String elementRenderTreeAsText(Element*, ExceptionState&);
String             81 Source/core/testing/Internals.h     String address(Node*);
String             85 Source/core/testing/Internals.h     bool isPreloaded(const String& url);
String             86 Source/core/testing/Internals.h     bool isLoadingFromMemoryCache(const String& url);
String             91 Source/core/testing/Internals.h     String styleResolverStatsReport(ExceptionState&) const;
String             92 Source/core/testing/Internals.h     String styleResolverStatsTotalsReport(ExceptionState&) const;
String            103 Source/core/testing/Internals.h     String shadowRootType(const Node*, ExceptionState&) const;
String            120 Source/core/testing/Internals.h     bool hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState&);
String            133 Source/core/testing/Internals.h     String visiblePlaceholder(Element*);
String            134 Source/core/testing/Internals.h     void selectColorInColorChooser(Element*, const String& colorValue);
String            137 Source/core/testing/Internals.h     Vector<String> formControlStateOfHistoryItem(ExceptionState&);
String            138 Source/core/testing/Internals.h     void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState&);
String            150 Source/core/testing/Internals.h     unsigned markerCountForNode(Node*, const String&, ExceptionState&);
String            152 Source/core/testing/Internals.h     PassRefPtrWillBeRawPtr<Range> markerRangeForNode(Node*, const String& markerType, unsigned index, ExceptionState&);
String            153 Source/core/testing/Internals.h     String markerDescriptionForNode(Node*, const String& markerType, unsigned index, ExceptionState&);
String            159 Source/core/testing/Internals.h     String viewportAsText(Document*, float devicePixelRatio, int availableWidth, int availableHeight, ExceptionState&);
String            163 Source/core/testing/Internals.h     String suggestedValue(Element*, ExceptionState&);
String            164 Source/core/testing/Internals.h     void setSuggestedValue(Element*, const String&, ExceptionState&);
String            165 Source/core/testing/Internals.h     void setEditingValue(Element* inputElement, const String&, ExceptionState&);
String            172 Source/core/testing/Internals.h     String rangeAsText(const Range*, ExceptionState&);
String            184 Source/core/testing/Internals.h     void setUserPreferredLanguages(const Vector<String>&);
String            216 Source/core/testing/Internals.h     void setDeviceProximity(Document*, const String& eventType, double value, double min, double max, ExceptionState&);
String            218 Source/core/testing/Internals.h     String layerTreeAsText(Document*, unsigned flags, ExceptionState&) const;
String            219 Source/core/testing/Internals.h     String layerTreeAsText(Document*, ExceptionState&) const;
String            220 Source/core/testing/Internals.h     String elementLayerTreeAsText(Element*, unsigned flags, ExceptionState&) const;
String            221 Source/core/testing/Internals.h     String elementLayerTreeAsText(Element*, ExceptionState&) const;
String            232 Source/core/testing/Internals.h     String repaintRectsAsText(Document*, ExceptionState&) const;
String            235 Source/core/testing/Internals.h     String scrollingStateTreeAsText(Document*, ExceptionState&) const;
String            236 Source/core/testing/Internals.h     String mainThreadScrollingReasons(Document*, ExceptionState&) const;
String            246 Source/core/testing/Internals.h     String dumpRefCountedInstanceCounts() const;
String            247 Source/core/testing/Internals.h     Vector<String> consoleMessageArgumentCounts(Document*) const;
String            248 Source/core/testing/Internals.h     PassRefPtrWillBeRawPtr<DOMWindow> openDummyInspectorFrontend(const String& url);
String            253 Source/core/testing/Internals.h     String counterValue(Element*);
String            256 Source/core/testing/Internals.h     Vector<String> shortcutIconURLs(Document*) const;
String            257 Source/core/testing/Internals.h     Vector<String> allIconURLs(Document*) const;
String            260 Source/core/testing/Internals.h     String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
String            261 Source/core/testing/Internals.h     String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
String            274 Source/core/testing/Internals.h     void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme);
String            275 Source/core/testing/Internals.h     void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme);
String            280 Source/core/testing/Internals.h     Vector<String> getReferencedFilePaths() const;
String            293 Source/core/testing/Internals.h     String getCurrentCursorInfo(Document*, ExceptionState&);
String            295 Source/core/testing/Internals.h     String markerTextForListItem(Element*, ExceptionState&);
String            299 Source/core/testing/Internals.h     String getImageSourceURL(Element*, ExceptionState&);
String            304 Source/core/testing/Internals.h     String baseURL(Document*, ExceptionState&);
String            324 Source/core/testing/Internals.h     void setValueForUser(Element*, const String&);
String            326 Source/core/testing/Internals.h     String textSurroundingNode(Node*, int x, int y, unsigned long maxLength);
String            332 Source/core/testing/Internals.h     Vector<String> iconURLs(Document*, int iconTypesMask) const;
String            335 Source/core/testing/Internals.h     DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
String             48 Source/core/testing/LayerRect.h     static PassRefPtrWillBeRawPtr<LayerRect> create(PassRefPtr<Node> node, const String& layerType, PassRefPtr<ClientRect> rect)
String             54 Source/core/testing/LayerRect.h     String layerType() const { return m_layerType; }
String             60 Source/core/testing/LayerRect.h     LayerRect(PassRefPtr<Node> node, const String& layerName, PassRefPtr<ClientRect> rect)
String             68 Source/core/testing/LayerRect.h     String m_layerType;
String             59 Source/core/testing/LayerRectList.cpp void LayerRectList::append(PassRefPtr<Node> layerRootNode, const String& layerType, PassRefPtr<ClientRect> layerRelativeRect)
String             57 Source/core/testing/LayerRectList.h     void append(PassRefPtr<Node> layerRootNode, const String& layerName, PassRefPtr<ClientRect> layerRelativeRect);
String             48 Source/core/testing/v8/WebCoreTestSupport.cpp         context->Global()->Set(v8::String::NewFromUtf8(context->GetIsolate(), Internals::internalsId), toV8(Internals::create(toDocument(scriptContext)), v8::Handle<v8::Object>(), context->GetIsolate()));
String            109 Source/core/timing/Performance.cpp PerformanceEntryVector Performance::getEntriesByType(const String& entryType)
String            128 Source/core/timing/Performance.cpp PerformanceEntryVector Performance::getEntriesByName(const String& name, const String& entryType)
String            175 Source/core/timing/Performance.cpp     const String& securityOrigin = requestingDocument->securityOrigin()->toString();
String            176 Source/core/timing/Performance.cpp     Vector<String> timingAllowOrigins;
String            245 Source/core/timing/Performance.cpp void Performance::mark(const String& markName, ExceptionState& exceptionState)
String            252 Source/core/timing/Performance.cpp void Performance::clearMarks(const String& markName)
String            259 Source/core/timing/Performance.cpp void Performance::measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState& exceptionState)
String            266 Source/core/timing/Performance.cpp void Performance::clearMeasures(const String& measureName)
String             77 Source/core/timing/Performance.h     PerformanceEntryVector getEntriesByType(const String& entryType);
String             78 Source/core/timing/Performance.h     PerformanceEntryVector getEntriesByName(const String& name, const String& entryType);
String             87 Source/core/timing/Performance.h     void mark(const String& markName, ExceptionState&);
String             88 Source/core/timing/Performance.h     void clearMarks(const String& markName);
String             90 Source/core/timing/Performance.h     void measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState&);
String             91 Source/core/timing/Performance.h     void clearMeasures(const String& measureName);
String             36 Source/core/timing/PerformanceEntry.cpp PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime)
String             49 Source/core/timing/PerformanceEntry.cpp String PerformanceEntry::name() const
String             54 Source/core/timing/PerformanceEntry.cpp String PerformanceEntry::entryType() const
String             47 Source/core/timing/PerformanceEntry.h     String name() const;
String             48 Source/core/timing/PerformanceEntry.h     String entryType() const;
String             64 Source/core/timing/PerformanceEntry.h     PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime);
String             67 Source/core/timing/PerformanceEntry.h     const String m_name;
String             68 Source/core/timing/PerformanceEntry.h     const String m_entryType;
String             38 Source/core/timing/PerformanceMark.h     static PassRefPtrWillBeRawPtr<PerformanceMark> create(const String& name, double startTime)
String             51 Source/core/timing/PerformanceMark.h     PerformanceMark(const String& name, double startTime) : PerformanceEntry(name, "mark", startTime, startTime)
String             38 Source/core/timing/PerformanceMeasure.h     static PassRefPtrWillBeRawPtr<PerformanceMeasure> create(const String& name, double startTime, double endTime)
String             51 Source/core/timing/PerformanceMeasure.h     PerformanceMeasure(const String& name, double startTime, double endTime) : PerformanceEntry(name, "measure", startTime, endTime)
String             90 Source/core/timing/PerformanceUserTiming.cpp static void clearPeformanceEntries(PerformanceEntryMap& performanceEntryMap, const String& name)
String            101 Source/core/timing/PerformanceUserTiming.cpp void UserTiming::mark(const String& markName, ExceptionState& exceptionState)
String            113 Source/core/timing/PerformanceUserTiming.cpp void UserTiming::clearMarks(const String& markName)
String            118 Source/core/timing/PerformanceUserTiming.cpp double UserTiming::findExistingMarkStartTime(const String& markName, ExceptionState& exceptionState)
String            136 Source/core/timing/PerformanceUserTiming.cpp void UserTiming::measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState& exceptionState)
String            162 Source/core/timing/PerformanceUserTiming.cpp void UserTiming::clearMeasures(const String& measureName)
String            177 Source/core/timing/PerformanceUserTiming.cpp static PerformanceEntryVector getEntrySequenceByName(const PerformanceEntryMap& performanceEntryMap, const String& name)
String            193 Source/core/timing/PerformanceUserTiming.cpp PerformanceEntryVector UserTiming::getMarks(const String& name) const
String            203 Source/core/timing/PerformanceUserTiming.cpp PerformanceEntryVector UserTiming::getMeasures(const String& name) const
String             54 Source/core/timing/PerformanceUserTiming.h     void mark(const String& markName, ExceptionState&);
String             55 Source/core/timing/PerformanceUserTiming.h     void clearMarks(const String& markName);
String             57 Source/core/timing/PerformanceUserTiming.h     void measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState&);
String             58 Source/core/timing/PerformanceUserTiming.h     void clearMeasures(const String& measureName);
String             63 Source/core/timing/PerformanceUserTiming.h     PerformanceEntryVector getMarks(const String& name) const;
String             64 Source/core/timing/PerformanceUserTiming.h     PerformanceEntryVector getMeasures(const String& name) const;
String             71 Source/core/timing/PerformanceUserTiming.h     double findExistingMarkStartTime(const String& markName, ExceptionState&);
String             51 Source/core/workers/AbstractWorker.cpp KURL AbstractWorker::resolveURL(const String& url, ExceptionState& exceptionState)
String             65 Source/core/workers/AbstractWorker.h     KURL resolveURL(const String& url, ExceptionState&);
String             51 Source/core/workers/DedicatedWorkerGlobalScope.cpp DedicatedWorkerGlobalScope::DedicatedWorkerGlobalScope(const KURL& url, const String& userAgent, DedicatedWorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients)
String             75 Source/core/workers/DedicatedWorkerGlobalScope.cpp void DedicatedWorkerGlobalScope::importScripts(const Vector<String>& urls, ExceptionState& exceptionState)
String             53 Source/core/workers/DedicatedWorkerGlobalScope.h     virtual void importScripts(const Vector<String>& urls, ExceptionState&) OVERRIDE;
String             67 Source/core/workers/DedicatedWorkerGlobalScope.h     DedicatedWorkerGlobalScope(const KURL&, const String& userAgent, DedicatedWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
String             57 Source/core/workers/SharedWorker.cpp PassRefPtrWillBeRawPtr<SharedWorker> SharedWorker::create(ExecutionContext* context, const String& url, const String& name, ExceptionState& exceptionState)
String             46 Source/core/workers/SharedWorker.h     static PassRefPtrWillBeRawPtr<SharedWorker> create(ExecutionContext*, const String& url, const String& name, ExceptionState&);
String             47 Source/core/workers/SharedWorkerGlobalScope.cpp     RefPtrWillBeRawPtr<MessageEvent> event = MessageEvent::create(adoptPtr(new MessagePortArray(1, port)), String(), String(), port);
String             53 Source/core/workers/SharedWorkerGlobalScope.cpp PassRefPtrWillBeRawPtr<SharedWorkerGlobalScope> SharedWorkerGlobalScope::create(const String& name, SharedWorkerThread* thread, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData)
String             60 Source/core/workers/SharedWorkerGlobalScope.cpp SharedWorkerGlobalScope::SharedWorkerGlobalScope(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread, PassOwnPtr<WorkerClients> workerClients)
String             81 Source/core/workers/SharedWorkerGlobalScope.cpp void SharedWorkerGlobalScope::logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack> callStack)
String             47 Source/core/workers/SharedWorkerGlobalScope.h         static PassRefPtrWillBeRawPtr<SharedWorkerGlobalScope> create(const String& name, SharedWorkerThread*, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
String             57 Source/core/workers/SharedWorkerGlobalScope.h         String name() const { return m_name; }
String             64 Source/core/workers/SharedWorkerGlobalScope.h         SharedWorkerGlobalScope(const String& name, const KURL&, const String& userAgent, SharedWorkerThread*, PassOwnPtr<WorkerClients>);
String             65 Source/core/workers/SharedWorkerGlobalScope.h         virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) OVERRIDE;
String             67 Source/core/workers/SharedWorkerGlobalScope.h         String m_name;
String             55 Source/core/workers/SharedWorkerRepositoryClient.h     virtual void connect(PassRefPtrWillBeRawPtr<SharedWorker>, PassOwnPtr<blink::WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&)  = 0;
String             40 Source/core/workers/SharedWorkerThread.cpp PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData)
String             45 Source/core/workers/SharedWorkerThread.cpp SharedWorkerThread::SharedWorkerThread(const String& name, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData)
String             42 Source/core/workers/SharedWorkerThread.h     static PassRefPtr<SharedWorkerThread> create(const String& name, WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
String             49 Source/core/workers/SharedWorkerThread.h     SharedWorkerThread(const String& name, WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
String             51 Source/core/workers/SharedWorkerThread.h     String m_name;
String             53 Source/core/workers/Worker.cpp PassRefPtrWillBeRawPtr<Worker> Worker::create(ExecutionContext* context, const String& url, ExceptionState& exceptionState)
String             51 Source/core/workers/Worker.h     static PassRefPtrWillBeRawPtr<Worker> create(ExecutionContext*, const String& url, ExceptionState&);
String             52 Source/core/workers/WorkerConsole.cpp void WorkerConsole::reportMessageToClient(MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack)
String             59 Source/core/workers/WorkerConsole.h     virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtr<ScriptCallStack>) OVERRIDE;
String             77 Source/core/workers/WorkerGlobalScope.cpp WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, WorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients)
String            101 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::applyContentSecurityPolicyFromString(const String& policy, ContentSecurityPolicyHeaderType contentSecurityPolicyType)
String            117 Source/core/workers/WorkerGlobalScope.cpp KURL WorkerGlobalScope::virtualCompleteURL(const String& url) const
String            122 Source/core/workers/WorkerGlobalScope.cpp KURL WorkerGlobalScope::completeURL(const String& url) const
String            132 Source/core/workers/WorkerGlobalScope.cpp String WorkerGlobalScope::userAgent(const KURL&) const
String            137 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::disableEval(const String& errorMessage)
String            211 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::importScripts(const Vector<String>& urls, ExceptionState& exceptionState)
String            214 Source/core/workers/WorkerGlobalScope.cpp     Vector<String>::const_iterator urlsEnd = urls.end();
String            216 Source/core/workers/WorkerGlobalScope.cpp     for (Vector<String>::const_iterator it = urls.begin(); it != urlsEnd; ++it) {
String            253 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>)
String            258 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::reportBlockedScriptExecutionToInspector(const String& directiveText)
String            263 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::addMessage(MessageSource source, MessageLevel level, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState* state)
String            273 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::addMessageToWorkerConsole(MessageSource source, MessageLevel level, const String& message, const String& sourceURL, unsigned lineNumber, PassRefPtr<ScriptCallStack> callStack, ScriptState* state)
String             75 Source/core/workers/WorkerGlobalScope.h         KURL completeURL(const String&) const;
String             77 Source/core/workers/WorkerGlobalScope.h         virtual String userAgent(const KURL&) const OVERRIDE FINAL;
String             78 Source/core/workers/WorkerGlobalScope.h         virtual void disableEval(const String& errorMessage) OVERRIDE FINAL;
String            100 Source/core/workers/WorkerGlobalScope.h         virtual void importScripts(const Vector<String>& urls, ExceptionState&);
String            133 Source/core/workers/WorkerGlobalScope.h         WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
String            134 Source/core/workers/WorkerGlobalScope.h         void applyContentSecurityPolicyFromString(const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType);
String            136 Source/core/workers/WorkerGlobalScope.h         virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) OVERRIDE;
String            137 Source/core/workers/WorkerGlobalScope.h         void addMessageToWorkerConsole(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, PassRefPtr<ScriptCallStack>, ScriptState*);
String            144 Source/core/workers/WorkerGlobalScope.h         virtual KURL virtualCompleteURL(const String&) const OVERRIDE FINAL;
String            146 Source/core/workers/WorkerGlobalScope.h         virtual void reportBlockedScriptExecutionToInspector(const String& directiveText) OVERRIDE FINAL;
String            147 Source/core/workers/WorkerGlobalScope.h         virtual void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState* = 0) OVERRIDE FINAL;
String            153 Source/core/workers/WorkerGlobalScope.h         String m_userAgent;
String             49 Source/core/workers/WorkerGlobalScopeProxy.h         virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode) = 0;
String             62 Source/core/workers/WorkerGlobalScopeProxy.h             virtual void dispatchMessageFromWorker(const String&) = 0;
String             66 Source/core/workers/WorkerGlobalScopeProxy.h         virtual void sendMessageToInspector(const String&) { }
String             49 Source/core/workers/WorkerLocation.h     virtual String input() const OVERRIDE
String             52 Source/core/workers/WorkerLocation.h         return String();
String            108 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode)
String            161 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL)
String            175 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::reportConsoleMessage(MessageSource source, MessageLevel level, const String& message, int lineNumber, const String& sourceURL)
String            243 Source/core/workers/WorkerMessagingProxy.cpp static void dispatchOnInspectorBackendTask(ExecutionContext* context, const String& message)
String            248 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::sendMessageToInspector(const String& message)
String            252 Source/core/workers/WorkerMessagingProxy.cpp     m_workerThread->runLoop().postDebuggerTask(createCallbackTask(dispatchOnInspectorBackendTask, String(message)));
String            281 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::postMessageToPageInspector(const String& message)
String             55 Source/core/workers/WorkerMessagingProxy.h         virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode) OVERRIDE;
String             62 Source/core/workers/WorkerMessagingProxy.h         virtual void sendMessageToInspector(const String&) OVERRIDE;
String             67 Source/core/workers/WorkerMessagingProxy.h         void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL);
String             68 Source/core/workers/WorkerMessagingProxy.h         void reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL);
String             69 Source/core/workers/WorkerMessagingProxy.h         void postMessageToPageInspector(const String&);
String             33 Source/core/workers/WorkerNavigator.cpp WorkerNavigator::WorkerNavigator(const String& userAgent)
String             43 Source/core/workers/WorkerNavigator.cpp String WorkerNavigator::userAgent() const
String             42 Source/core/workers/WorkerNavigator.h     static PassRefPtrWillBeRawPtr<WorkerNavigator> create(const String& userAgent)
String             48 Source/core/workers/WorkerNavigator.h     virtual String userAgent() const OVERRIDE;
String             53 Source/core/workers/WorkerNavigator.h     explicit WorkerNavigator(const String&);
String             55 Source/core/workers/WorkerNavigator.h     String m_userAgent;
String             62 Source/core/workers/WorkerObjectProxy.cpp void WorkerObjectProxy::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL)
String             67 Source/core/workers/WorkerObjectProxy.cpp void WorkerObjectProxy::reportConsoleMessage(MessageSource source, MessageLevel level, const String& message, int lineNumber, const String& sourceURL)
String             72 Source/core/workers/WorkerObjectProxy.cpp void WorkerObjectProxy::postMessageToPageInspector(const String& message)
String             77 Source/core/workers/WorkerObjectProxy.cpp void WorkerObjectProxy::updateInspectorStateCookie(const String&)
String             61 Source/core/workers/WorkerObjectProxy.h     virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) OVERRIDE;
String             62 Source/core/workers/WorkerObjectProxy.h     virtual void reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL) OVERRIDE;
String             63 Source/core/workers/WorkerObjectProxy.h     virtual void postMessageToPageInspector(const String&) OVERRIDE;
String             64 Source/core/workers/WorkerObjectProxy.h     virtual void updateInspectorStateCookie(const String&) OVERRIDE;
String             46 Source/core/workers/WorkerReportingProxy.h     virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) = 0;
String             47 Source/core/workers/WorkerReportingProxy.h     virtual void reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL) = 0;
String             48 Source/core/workers/WorkerReportingProxy.h     virtual void postMessageToPageInspector(const String&) = 0;
String             49 Source/core/workers/WorkerReportingProxy.h     virtual void updateInspectorStateCookie(const String&) = 0;
String            177 Source/core/workers/WorkerScriptLoader.cpp String WorkerScriptLoader::script()
String             67 Source/core/workers/WorkerScriptLoader.h         String script();
String             92 Source/core/workers/WorkerScriptLoader.h         String m_responseEncoding;
String            108 Source/core/workers/WorkerThread.cpp     String sourceCode = m_startupData->m_sourceCode;
String             38 Source/core/workers/WorkerThreadStartupData.cpp WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
String             50 Source/core/workers/WorkerThreadStartupData.h     static PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
String             58 Source/core/workers/WorkerThreadStartupData.h     String m_userAgent;
String             59 Source/core/workers/WorkerThreadStartupData.h     String m_sourceCode;
String             61 Source/core/workers/WorkerThreadStartupData.h     String m_contentSecurityPolicy;
String             68 Source/core/workers/WorkerThreadStartupData.h     WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients>);
String             28 Source/core/xml/DOMParser.cpp PassRefPtr<Document> DOMParser::parseFromString(const String& str, const String& contentType, ExceptionState& exceptionState)
String             40 Source/core/xml/DOMParser.h     PassRefPtr<Document> parseFromString(const String&, const String& contentType, ExceptionState&);
String             55 Source/core/xml/DocumentXPathEvaluator.cpp     const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, ExceptionState& exceptionState)
String             71 Source/core/xml/DocumentXPathEvaluator.cpp PassRefPtrWillBeRawPtr<XPathResult> DocumentXPathEvaluator::evaluate(DocumentSupplementable& document, const String& expression,
String             46 Source/core/xml/DocumentXPathEvaluator.h         const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
String             49 Source/core/xml/DocumentXPathEvaluator.h         const String& expression, Node* contextNode, PassRefPtrWillBeRawPtr<XPathNSResolver>,
String             44 Source/core/xml/NativeXPathNSResolver.cpp AtomicString NativeXPathNSResolver::lookupNamespaceURI(const String& prefix)
String             44 Source/core/xml/NativeXPathNSResolver.h     virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
String             74 Source/core/xml/XMLErrors.cpp void XMLErrors::appendErrorMessage(const String& typeString, TextPosition position, const char* message)
String             86 Source/core/xml/XMLErrors.cpp static inline PassRefPtr<Element> createXHTMLParserErrorHeader(Document* doc, const String& errorMessages)
String            140 Source/core/xml/XMLErrors.cpp     String errorMessages = m_errorMessages.toString();
String             51 Source/core/xml/XMLErrors.h     void appendErrorMessage(const String& typeString, TextPosition, const char* message);
String             77 Source/core/xml/XMLHttpRequest.cpp     String m_proxyHeaderPrefix;
String             78 Source/core/xml/XMLHttpRequest.cpp     String m_secHeaderPrefix;
String             79 Source/core/xml/XMLHttpRequest.cpp     HashSet<String, CaseFoldingHash> m_forbiddenRequestHeaders;
String            114 Source/core/xml/XMLHttpRequest.cpp static void replaceCharsetInMediaType(String& mediaType, const String& charsetValue)
String            148 Source/core/xml/XMLHttpRequest.cpp static void logConsoleError(ExecutionContext* context, const String& message)
String            342 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::setResponseType(const String& responseType, ExceptionState& exceptionState)
String            378 Source/core/xml/XMLHttpRequest.cpp String XMLHttpRequest::responseType()
String            470 Source/core/xml/XMLHttpRequest.cpp bool XMLHttpRequest::isAllowedHTTPMethod(const String& method)
String            506 Source/core/xml/XMLHttpRequest.cpp bool XMLHttpRequest::isAllowedHTTPHeader(const String& name)
String            588 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, ExceptionState& exceptionState)
String            596 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, const String& password, ExceptionState& exceptionState)
String            621 Source/core/xml/XMLHttpRequest.cpp     send(String(), exceptionState);
String            646 Source/core/xml/XMLHttpRequest.cpp         String body = createMarkup(document);
String            657 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::send(const String& body, ExceptionState& exceptionState)
String            665 Source/core/xml/XMLHttpRequest.cpp         String contentType = getRequestHeader("Content-Type");
String            690 Source/core/xml/XMLHttpRequest.cpp             const String& blobType = body->type();
String            733 Source/core/xml/XMLHttpRequest.cpp     String consoleMessage("ArrayBuffer is deprecated in XMLHttpRequest.send(). Use ArrayBufferView instead.");
String            886 Source/core/xml/XMLHttpRequest.cpp     m_responseEncoding = String();
String           1103 Source/core/xml/XMLHttpRequest.cpp String XMLHttpRequest::getAllResponseHeaders() const
String           1189 Source/core/xml/XMLHttpRequest.cpp String XMLHttpRequest::statusText() const
String           1192 Source/core/xml/XMLHttpRequest.cpp         return String();
String           1197 Source/core/xml/XMLHttpRequest.cpp     return String();
String             96 Source/core/xml/XMLHttpRequest.h     String statusText() const;
String            103 Source/core/xml/XMLHttpRequest.h     void open(const AtomicString& method, const KURL&, bool async, const String& user, ExceptionState&);
String            104 Source/core/xml/XMLHttpRequest.h     void open(const AtomicString& method, const KURL&, bool async, const String& user, const String& password, ExceptionState&);
String            107 Source/core/xml/XMLHttpRequest.h     void send(const String&, ExceptionState&);
String            115 Source/core/xml/XMLHttpRequest.h     String getAllResponseHeaders() const;
String            128 Source/core/xml/XMLHttpRequest.h     static bool isAllowedHTTPMethod(const String&);
String            130 Source/core/xml/XMLHttpRequest.h     static bool isAllowedHTTPHeader(const String&);
String            132 Source/core/xml/XMLHttpRequest.h     void setResponseType(const String&, ExceptionState&);
String            133 Source/core/xml/XMLHttpRequest.h     String responseType();
String            140 Source/core/xml/XMLHttpRequest.h     void setLastSendURL(const String& url) { m_lastSendURL = url; }
String            228 Source/core/xml/XMLHttpRequest.h     String m_responseEncoding;
String            252 Source/core/xml/XMLHttpRequest.h     String m_lastSendURL;
String             32 Source/core/xml/XMLSerializer.cpp String XMLSerializer::serializeToString(Node* node, ExceptionState& exceptionState)
String             36 Source/core/xml/XMLSerializer.cpp         return String();
String             41 Source/core/xml/XMLSerializer.h     String serializeToString(Node*, ExceptionState&);
String             54 Source/core/xml/XMLTreeViewer.cpp     String scriptString(reinterpret_cast<const char*>(XMLViewer_js), sizeof(XMLViewer_js));
String             56 Source/core/xml/XMLTreeViewer.cpp     String noStyleMessage("This XML file does not appear to have any style information associated with it. The document tree is shown below.");
String             59 Source/core/xml/XMLTreeViewer.cpp     String cssString(reinterpret_cast<const char*>(XMLViewer_css), sizeof(XMLViewer_css));
String             42 Source/core/xml/XPathEvaluator.cpp PassRefPtrWillBeRawPtr<XPathExpression> XPathEvaluator::createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, ExceptionState& exceptionState)
String             52 Source/core/xml/XPathEvaluator.cpp PassRefPtrWillBeRawPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, Node* contextNode,
String             51 Source/core/xml/XPathEvaluator.h     PassRefPtrWillBeRawPtr<XPathExpression> createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
String             53 Source/core/xml/XPathEvaluator.h     PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode,
String             43 Source/core/xml/XPathExpression.cpp PassRefPtrWillBeRawPtr<XPathExpression> XPathExpression::createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, ExceptionState& exceptionState)
String             55 Source/core/xml/XPathExpression.h     static PassRefPtrWillBeRawPtr<XPathExpression> createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
String             46 Source/core/xml/XPathExpressionNode.h             HashMap<String, String> variableBindings;
String             73 Source/core/xml/XPathFunctions.cpp static HashMap<String, FunctionRec>* functionMap;
String            325 Source/core/xml/XPathFunctions.cpp             String str = stringValue(nodes[i]);
String            330 Source/core/xml/XPathFunctions.cpp         String str = a.toString();
String            365 Source/core/xml/XPathFunctions.cpp static inline String expandedNameLocalPart(Node* node)
String            374 Source/core/xml/XPathFunctions.cpp static inline String expandedName(Node* node)
String            455 Source/core/xml/XPathFunctions.cpp         String str(arg(i)->evaluate().toString());
String            464 Source/core/xml/XPathFunctions.cpp     String s1 = arg(0)->evaluate().toString();
String            465 Source/core/xml/XPathFunctions.cpp     String s2 = arg(1)->evaluate().toString();
String            475 Source/core/xml/XPathFunctions.cpp     String s1 = arg(0)->evaluate().toString();
String            476 Source/core/xml/XPathFunctions.cpp     String s2 = arg(1)->evaluate().toString();
String            486 Source/core/xml/XPathFunctions.cpp     String s1 = arg(0)->evaluate().toString();
String            487 Source/core/xml/XPathFunctions.cpp     String s2 = arg(1)->evaluate().toString();
String            502 Source/core/xml/XPathFunctions.cpp     String s1 = arg(0)->evaluate().toString();
String            503 Source/core/xml/XPathFunctions.cpp     String s2 = arg(1)->evaluate().toString();
String            514 Source/core/xml/XPathFunctions.cpp     String s = arg(0)->evaluate().toString();
String            553 Source/core/xml/XPathFunctions.cpp         String s = Value(Expression::evaluationContext().node.get()).toString();
String            557 Source/core/xml/XPathFunctions.cpp     String s = arg(0)->evaluate().toString();
String            563 Source/core/xml/XPathFunctions.cpp     String s1 = arg(0)->evaluate().toString();
String            564 Source/core/xml/XPathFunctions.cpp     String s2 = arg(1)->evaluate().toString();
String            565 Source/core/xml/XPathFunctions.cpp     String s3 = arg(2)->evaluate().toString();
String            598 Source/core/xml/XPathFunctions.cpp     String lang = arg(0)->evaluate().toString();
String            616 Source/core/xml/XPathFunctions.cpp     String langValue = languageAttribute->value();
String            723 Source/core/xml/XPathFunctions.cpp     functionMap = new HashMap<String, FunctionRec>;
String            729 Source/core/xml/XPathFunctions.cpp Function* createFunction(const String& name)
String            735 Source/core/xml/XPathFunctions.cpp Function* createFunction(const String& name, Vector<OwnPtr<Expression> >& args)
String            740 Source/core/xml/XPathFunctions.cpp     HashMap<String, FunctionRec>::iterator functionMapIter = functionMap->find(name);
String             39 Source/core/xml/XPathFunctions.h             void setName(const String& name) { m_name = name; }
String             44 Source/core/xml/XPathFunctions.h             String name() const { return m_name; }
String             47 Source/core/xml/XPathFunctions.h             String m_name;
String             50 Source/core/xml/XPathFunctions.h         Function* createFunction(const String& name);
String             51 Source/core/xml/XPathFunctions.h         Function* createFunction(const String& name, Vector<OwnPtr<Expression> >&);
String             63 Source/core/xml/XPathGrammar.y     String* str;
String             40 Source/core/xml/XPathNSResolver.h     virtual AtomicString lookupNamespaceURI(const String& prefix) = 0;
String             94 Source/core/xml/XPathParser.cpp static bool isAxisName(const String& name, Step::Axis& type)
String            108 Source/core/xml/XPathParser.cpp static bool isNodeTypeName(const String& name)
String            110 Source/core/xml/XPathParser.cpp     DEFINE_STATIC_LOCAL(HashSet<String>, nodeTypeNames, ());
String            190 Source/core/xml/XPathParser.cpp             String value = m_data.substring(startPos, m_nextPos - startPos);
String            223 Source/core/xml/XPathParser.cpp bool Parser::lexNCName(String& name)
String            241 Source/core/xml/XPathParser.cpp bool Parser::lexQName(String& name)
String            243 Source/core/xml/XPathParser.cpp     String n1;
String            256 Source/core/xml/XPathParser.cpp     String n2;
String            319 Source/core/xml/XPathParser.cpp         String name;
String            326 Source/core/xml/XPathParser.cpp     String name;
String            366 Source/core/xml/XPathParser.cpp         String n2;
String            401 Source/core/xml/XPathParser.cpp     reset(String());
String            408 Source/core/xml/XPathParser.cpp void Parser::reset(const String& data)
String            441 Source/core/xml/XPathParser.cpp         yylval->str = new String(tok.str);
String            449 Source/core/xml/XPathParser.cpp bool Parser::expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI)
String            466 Source/core/xml/XPathParser.cpp Expression* Parser::parseStatement(const String& statement, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, ExceptionState& exceptionState)
String            583 Source/core/xml/XPathParser.cpp void Parser::registerString(String* s)
String            593 Source/core/xml/XPathParser.cpp void Parser::deleteString(String* s)
String             53 Source/core/xml/XPathParser.h     String str;
String             59 Source/core/xml/XPathParser.h     Token(int t, const String& v): type(t), str(v) { }
String             73 Source/core/xml/XPathParser.h     bool expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI);
String             75 Source/core/xml/XPathParser.h     Expression* parseStatement(const String& statement, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
String             93 Source/core/xml/XPathParser.h     void registerString(String*);
String             94 Source/core/xml/XPathParser.h     void deleteString(String*);
String            111 Source/core/xml/XPathParser.h     bool lexNCName(String&);
String            112 Source/core/xml/XPathParser.h     bool lexQName(String&);
String            117 Source/core/xml/XPathParser.h     void reset(const String& data);
String            122 Source/core/xml/XPathParser.h     String m_data;
String            129 Source/core/xml/XPathParser.h     HashSet<String*> m_strings;
String             49 Source/core/xml/XPathPredicate.cpp StringExpression::StringExpression(const String& value)
String             49 Source/core/xml/XPathPredicate.h             explicit StringExpression(const String&);
String            130 Source/core/xml/XPathResult.cpp String XPathResult::stringValue(ExceptionState& exceptionState) const
String            134 Source/core/xml/XPathResult.cpp         return String();
String             68 Source/core/xml/XPathResult.h     String stringValue(ExceptionState&) const;
String             61 Source/core/xml/XPathStep.h         NodeTest(Kind kind, const String& data) : m_kind(kind), m_data(data) { }
String            110 Source/core/xml/XPathStep.h     void parseNodeTest(const String&);
String            112 Source/core/xml/XPathStep.h     String namespaceFromNodetest(const String& nodeTest) const;
String             42 Source/core/xml/XPathUtil.cpp String stringValue(Node* node)
String             58 Source/core/xml/XPathUtil.cpp                         const String& nodeValue = n->nodeValue();
String             67 Source/core/xml/XPathUtil.cpp     return String();
String             43 Source/core/xml/XPathUtil.h         String stringValue(Node*);
String             92 Source/core/xml/XPathValue.cpp             const String& str = m_data->m_string.simplifyWhiteSpace();
String            115 Source/core/xml/XPathValue.cpp String Value::toString() const
String            131 Source/core/xml/XPathValue.cpp             return String::number(m_number);
String            136 Source/core/xml/XPathValue.cpp     return String();
String             41 Source/core/xml/XPathValue.h             static PassRefPtr<ValueData> create(const String& string) { return adoptRef(new ValueData(string)); }
String             44 Source/core/xml/XPathValue.h             String m_string;
String             49 Source/core/xml/XPathValue.h             explicit ValueData(const String& string) : m_string(string) { }
String             62 Source/core/xml/XPathValue.h             Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
String             83 Source/core/xml/XPathValue.h             String toString() const;
String             35 Source/core/xml/XPathVariableReference.cpp VariableReference::VariableReference(const String& name)
String             42 Source/core/xml/XPathVariableReference.cpp     HashMap<String, String>& bindings = evaluationContext().variableBindings;
String             38 Source/core/xml/XPathVariableReference.h             explicit VariableReference(const String& name);
String             42 Source/core/xml/XPathVariableReference.h             String m_name;
String             33 Source/core/xml/XSLImportRule.cpp XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href)
String             50 Source/core/xml/XSLImportRule.cpp void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
String             87 Source/core/xml/XSLImportRule.cpp     String absHref = m_strHref;
String             39 Source/core/xml/XSLImportRule.h     static PassOwnPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
String             47 Source/core/xml/XSLImportRule.h     const String& href() const { return m_strHref; }
String             57 Source/core/xml/XSLImportRule.h     XSLImportRule(XSLStyleSheet* parentSheet, const String& href);
String             59 Source/core/xml/XSLImportRule.h     virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) OVERRIDE;
String             65 Source/core/xml/XSLImportRule.h     String m_strHref;
String             41 Source/core/xml/XSLStyleSheet.h     static PassRefPtrWillBeRawPtr<XSLStyleSheet> create(XSLImportRule* parentImport, const String& originalURL, const KURL& finalURL)
String             46 Source/core/xml/XSLStyleSheet.h     static PassRefPtrWillBeRawPtr<XSLStyleSheet> create(ProcessingInstruction* parentNode, const String& originalURL, const KURL& finalURL)
String             59 Source/core/xml/XSLStyleSheet.h     static PassRefPtrWillBeRawPtr<XSLStyleSheet> createForXSLTProcessor(Node* parentNode, const String& originalURL, const KURL& finalURL)
String             67 Source/core/xml/XSLStyleSheet.h     bool parseString(const String&);
String             74 Source/core/xml/XSLStyleSheet.h     void loadChildSheet(const String& href);
String             91 Source/core/xml/XSLStyleSheet.h     virtual String type() const OVERRIDE { return "text/xml"; }
String             95 Source/core/xml/XSLStyleSheet.h     virtual String href() const OVERRIDE { return m_originalURL; }
String             96 Source/core/xml/XSLStyleSheet.h     virtual String title() const OVERRIDE { return emptyString(); }
String            105 Source/core/xml/XSLStyleSheet.h     XSLStyleSheet(Node* parentNode, const String& originalURL, const KURL& finalURL, bool embedded);
String            106 Source/core/xml/XSLStyleSheet.h     XSLStyleSheet(XSLImportRule* parentImport, const String& originalURL, const KURL& finalURL);
String            109 Source/core/xml/XSLStyleSheet.h     String m_originalURL;
String             41 Source/core/xml/XSLStyleSheetLibxslt.cpp XSLStyleSheet::XSLStyleSheet(XSLImportRule* parentRule, const String& originalURL, const KURL& finalURL)
String             55 Source/core/xml/XSLStyleSheetLibxslt.cpp XSLStyleSheet::XSLStyleSheet(Node* parentNode, const String& originalURL, const KURL& finalURL,  bool embedded)
String            124 Source/core/xml/XSLStyleSheetLibxslt.cpp bool XSLStyleSheet::parseString(const String& source)
String            198 Source/core/xml/XSLStyleSheetLibxslt.cpp                 loadChildSheet(String::fromUTF8((const char*)uriRef));
String            209 Source/core/xml/XSLStyleSheetLibxslt.cpp                 loadChildSheet(String::fromUTF8((const char*)uriRef));
String            217 Source/core/xml/XSLStyleSheetLibxslt.cpp void XSLStyleSheet::loadChildSheet(const String& href)
String             40 Source/core/xml/XSLTProcessor.cpp static inline void transformTextStringToXHTMLDocumentString(String& text)
String             63 Source/core/xml/XSLTProcessor.cpp PassRefPtr<Document> XSLTProcessor::createDocumentFromSource(const String& sourceString,
String             64 Source/core/xml/XSLTProcessor.cpp     const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame* frame)
String             68 Source/core/xml/XSLTProcessor.cpp     String documentSource = sourceString;
String            109 Source/core/xml/XSLTProcessor.cpp     String resultMIMEType;
String            110 Source/core/xml/XSLTProcessor.cpp     String resultString;
String            111 Source/core/xml/XSLTProcessor.cpp     String resultEncoding;
String            122 Source/core/xml/XSLTProcessor.cpp     String resultMIMEType;
String            123 Source/core/xml/XSLTProcessor.cpp     String resultString;
String            124 Source/core/xml/XSLTProcessor.cpp     String resultEncoding;
String            135 Source/core/xml/XSLTProcessor.cpp void XSLTProcessor::setParameter(const String& /*namespaceURI*/, const String& localName, const String& value)
String            142 Source/core/xml/XSLTProcessor.cpp String XSLTProcessor::getParameter(const String& /*namespaceURI*/, const String& localName) const
String            149 Source/core/xml/XSLTProcessor.cpp void XSLTProcessor::removeParameter(const String& /*namespaceURI*/, const String& localName)
String             52 Source/core/xml/XSLTProcessor.h     bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
String             53 Source/core/xml/XSLTProcessor.h     PassRefPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame* frame);
String             64 Source/core/xml/XSLTProcessor.h     void setParameter(const String& namespaceURI, const String& localName, const String& value);
String             65 Source/core/xml/XSLTProcessor.h     String getParameter(const String& namespaceURI, const String& localName) const;
String             66 Source/core/xml/XSLTProcessor.h     void removeParameter(const String& namespaceURI, const String& localName);
String             77 Source/core/xml/XSLTProcessor.h     typedef HashMap<String, String> ParameterMap;
String            167 Source/core/xml/XSLTProcessorLibxslt.cpp static bool saveResultToString(xmlDocPtr resultDoc, xsltStylesheetPtr sheet, String& resultString)
String            250 Source/core/xml/XSLTProcessorLibxslt.cpp             sourceIsDocument ? ownerDocument->url().string() : String());
String            256 Source/core/xml/XSLTProcessorLibxslt.cpp static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet)
String            275 Source/core/xml/XSLTProcessorLibxslt.cpp bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding)
String            168 Source/core/xml/XSLTUnicodeSort.cpp                         String::fromUTF8(reinterpret_cast<const char*>(results[j]->stringval)).appendTo(string1);
String            169 Source/core/xml/XSLTUnicodeSort.cpp                         String::fromUTF8(reinterpret_cast<const char*>(results[j + incr]->stringval)).appendTo(string2);
String            225 Source/core/xml/XSLTUnicodeSort.cpp                                 String::fromUTF8(reinterpret_cast<const char*>(res[j]->stringval)).appendTo(string1);
String            226 Source/core/xml/XSLTUnicodeSort.cpp                                 String::fromUTF8(reinterpret_cast<const char*>(res[j + incr]->stringval)).appendTo(string2);
String             83 Source/core/xml/parser/XMLDocumentParser.cpp static inline String toString(const xmlChar* string, size_t length)
String             85 Source/core/xml/parser/XMLDocumentParser.cpp     return String::fromUTF8(reinterpret_cast<const char*>(string), length);
String             88 Source/core/xml/parser/XMLDocumentParser.cpp static inline String toString(const xmlChar* string)
String             90 Source/core/xml/parser/XMLDocumentParser.cpp     return String::fromUTF8(reinterpret_cast<const char*>(string));
String            205 Source/core/xml/parser/XMLDocumentParser.cpp     PendingProcessingInstructionCallback(const String& target, const String& data)
String            217 Source/core/xml/parser/XMLDocumentParser.cpp     String m_target;
String            218 Source/core/xml/parser/XMLDocumentParser.cpp     String m_data;
String            223 Source/core/xml/parser/XMLDocumentParser.cpp     explicit PendingCDATABlockCallback(const String& text) : m_text(text) { }
String            231 Source/core/xml/parser/XMLDocumentParser.cpp     String m_text;
String            236 Source/core/xml/parser/XMLDocumentParser.cpp     explicit PendingCommentCallback(const String& text) : m_text(text) { }
String            244 Source/core/xml/parser/XMLDocumentParser.cpp     String m_text;
String            249 Source/core/xml/parser/XMLDocumentParser.cpp     PendingInternalSubsetCallback(const String& name, const String& externalID, const String& systemID)
String            262 Source/core/xml/parser/XMLDocumentParser.cpp     String m_name;
String            263 Source/core/xml/parser/XMLDocumentParser.cpp     String m_externalID;
String            264 Source/core/xml/parser/XMLDocumentParser.cpp     String m_systemID;
String            491 Source/core/xml/parser/XMLDocumentParser.cpp bool XMLDocumentParser::parseDocumentFragment(const String& chunk, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy)
String            545 Source/core/xml/parser/XMLDocumentParser.cpp static void parseChunk(xmlParserCtxtPtr ctxt, const String& chunk)
String            562 Source/core/xml/parser/XMLDocumentParser.cpp static bool isLibxmlDefaultCatalogFile(const String& urlString)
String            577 Source/core/xml/parser/XMLDocumentParser.cpp     String urlString = url.string();
String            733 Source/core/xml/parser/XMLDocumentParser.cpp bool XMLDocumentParser::supportsXMLVersion(const String& version)
String            833 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::doWrite(const String& parseString)
String            904 Source/core/xml/parser/XMLDocumentParser.cpp         String attrPrefix = toString(attributes[i].prefix);
String           1091 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::processingInstruction(const String& target, const String& data)
String           1132 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::cdataBlock(const String& text)
String           1148 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::comment(const String& text)
String           1171 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::startDocument(const String& version, const String& encoding, int standalone)
String           1193 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::internalSubset(const String& name, const String& externalID, const String& systemID)
String           1362 Source/core/xml/parser/XMLDocumentParser.cpp     String extId = toString(externalId);
String           1455 Source/core/xml/parser/XMLDocumentParser.cpp xmlDocPtr xmlDocPtrForString(ResourceFetcher* fetcher, const String& source, const String& url)
String           1524 Source/core/xml/parser/XMLDocumentParser.cpp bool XMLDocumentParser::appendFragmentSource(const String& chunk)
String           1557 Source/core/xml/parser/XMLDocumentParser.cpp     HashMap<String, String> attributes;
String           1575 Source/core/xml/parser/XMLDocumentParser.cpp         String attrLocalName = toString(attributes[i].localname);
String           1577 Source/core/xml/parser/XMLDocumentParser.cpp         String attrValue = toString(attributes[i].value, valueLength);
String           1578 Source/core/xml/parser/XMLDocumentParser.cpp         String attrPrefix = toString(attributes[i].prefix);
String           1579 Source/core/xml/parser/XMLDocumentParser.cpp         String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + ":" + attrLocalName;
String           1585 Source/core/xml/parser/XMLDocumentParser.cpp HashMap<String, String> parseAttributes(const String& string, bool& attrsOK)
String           1595 Source/core/xml/parser/XMLDocumentParser.cpp     String parseString = "<?xml version=\"1.0\"?><attrs " + string + " />";
String             88 Source/core/xml/parser/XMLDocumentParser.h         static bool parseDocumentFragment(const String&, DocumentFragment*, Element* parent = 0, ParserContentPolicy = AllowScriptingContent);
String             95 Source/core/xml/parser/XMLDocumentParser.h         static bool supportsXMLVersion(const String&);
String            125 Source/core/xml/parser/XMLDocumentParser.h         bool appendFragmentSource(const String&);
String            134 Source/core/xml/parser/XMLDocumentParser.h         void processingInstruction(const String& target, const String& data);
String            135 Source/core/xml/parser/XMLDocumentParser.h         void cdataBlock(const String&);
String            136 Source/core/xml/parser/XMLDocumentParser.h         void comment(const String&);
String            137 Source/core/xml/parser/XMLDocumentParser.h         void startDocument(const String& version, const String& encoding, int standalone);
String            138 Source/core/xml/parser/XMLDocumentParser.h         void internalSubset(const String& name, const String& externalID, const String& systemID);
String            153 Source/core/xml/parser/XMLDocumentParser.h         void doWrite(const String&);
String            194 Source/core/xml/parser/XMLDocumentParser.h xmlDocPtr xmlDocPtrForString(ResourceFetcher*, const String& source, const String& url);
String            196 Source/core/xml/parser/XMLDocumentParser.h HashMap<String, String> parseAttributes(const String&, bool& attrsOK);
String             40 Source/core/xml/parser/XMLParserInput.h     explicit XMLParserInput(const String& source)
String             68 Source/core/xml/parser/XMLParserInput.h     String m_source;
String             35 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java     public Runner(String[] args, PrintStream err) {
String             37 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         List<String> argList = processArgs(args);
String             41 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java             parser.parseArgument(argList.toArray(new String[] {}));
String             55 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java     private List<String> processArgs(String[] args) {
String             58 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         List<String> processedArgs = Lists.newArrayList();
String             60 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         for (String arg : args) {
String             65 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java                 String value = matcher.group(2);
String             84 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java     protected void logError(String message, Exception e) {
String            139 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java                 String line = reader.readLine();
String            146 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java                 String[] moduleAndArgs = line.split(" +", 2);
String            148 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java                     logError(String.format(
String            163 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java     public static void main(String[] args) {
String            173 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         protected LocalCommandLineRunner(String[] args, PrintStream out, PrintStream err) {
String            223 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         private String[] prepareArgs() {
String            232 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         private String compilerArgsFile = null;
String            236 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         private final String moduleName;
String            237 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         private final String commandLine;
String            239 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         public CompilerInstanceDescriptor(String moduleName, String commandLine) {
String             23 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/FileCheckerCallable.java     private final String fileName;
String             25 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/FileCheckerCallable.java     public FileCheckerCallable(String fileName) {
String             49 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/FileCheckerCallable.java         String text = StandardCharsets.UTF_8.decode(ByteBuffer.wrap(encoded)).toString();
String             64 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/FileCheckerCallable.java     private static void logError(String message) {
String             18 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java     private void run(String[] args) {
String             28 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java     private void runWithExecutor(String[] args, ExecutorService executor) {
String             30 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java         for (String fileName : args) {
String             65 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java     public static void main(String[] args) {
String             70 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java         private final String fileName;
String             73 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java         LogEntry(String fileName, ValidatorContext.MessageRecord record) {
String              5 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java     public final String text;
String              7 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java     public ScriptText(String text) {
String             16 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java     public String getLineTextAt(int offset) {
String             12 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidationCheck.java     protected String getNodeText(AstNode node) {
String             21 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java     public final String scriptFileName;
String             25 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java     public ValidatorContext(ScriptText scriptText, String scriptFileName) {
String             34 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java     public String getNodeText(AstNode node) {
String             43 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         String nodeText = getNodeText(node);
String             60 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java     public void reportErrorInNode(AstNode node, int offsetInNodeText, String errorMessage) {
String             72 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         String message = String.format("%s:%d: ERROR - %s%n%s%n%s%n",
String             83 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         public final String text;
String             85 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         public MessageRecord(int position, String text) {
String             13 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/AstUtil.java     private static final String PROTOTYPE_SUFFIX = ".prototype";
String             47 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/AstUtil.java     static String getTypeNameFromPrototype(String value) {
String             51 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/AstUtil.java     static boolean isPrototypeName(String typeName) {
String             30 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingChecker.java     protected boolean hasAnnotationTag(FunctionNode node, String tagName) {
String             36 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingChecker.java     protected void reportErrorAtNodeStart(AstNode node, String errorText) {
String             19 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingState.java     final Map<String, TypeRecord> typeRecordsByTypeName = new HashMap<>();
String             35 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingState.java     Map<String, TypeRecord> getTypeRecordsByTypeName() {
String             39 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingState.java     String getNodeText(AstNode node) {
String             91 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java         String functionName = getNodeText(nameNode);
String            111 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java     private String getReturnType(Comment jsDocNode) {
String            115 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java         String jsDoc = getNodeText(jsDocNode);
String            124 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java         String assignedTypeName = getAssignedTypeName(assignment);
String            130 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java             String typeName = AstUtil.getTypeNameFromPrototype(assignedTypeName);
String            146 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java         String assignedTypeName = getAssignedTypeName(assignment);
String            158 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java     private String getAssignedTypeName(Assignment assignment) {
String            163 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java     private boolean rememberTypeRecordIfNeeded(String typeName, Comment jsDocNode) {
String            164 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java         String jsDoc = getNodeText(jsDocNode);
String            176 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java     private static boolean isInterface(String jsDoc) {
String            180 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java     private static boolean isConstructor(String jsDoc) {
String            198 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java             String fullSuperType = matcher.group(1);
String             17 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private static final Set<String> FUNCTIONS_WITH_CALLBACK_RECEIVER_AS_SECOND_ARGUMENT =
String             19 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private static final String SUPPRESSION_HINT = "This check can be suppressed using "
String             30 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private final Map<String, FunctionRecord> nestedFunctionsByName = new HashMap<>();
String             31 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private final Map<String, Set<CallSite>> callSitesByFunctionName = new HashMap<>();
String             32 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private final Map<String, Set<SymbolicArgument>> symbolicArgumentsByName = new HashMap<>();
String             55 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         String[] callParts = getContext().getNodeText(functionCall.getTarget()).split("\\.");
String             56 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         String firstPart = callParts[0];
String             58 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         List<String> actualArguments = argumentsForCall(argumentNodes);
String             60 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         String functionName = callParts[partCount - 1];
String            109 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private List<String> argumentsForCall(List<AstNode> argumentNodes) {
String            111 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         List<String> arguments = new ArrayList<>(argumentCount);
String            119 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java             String functionName, List<AstNode> argumentNodes, List<String> arguments) {
String            128 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java             String receiverArgument = argumentCount < 3 ? "" : arguments.get(2);
String            144 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java             String argumentText = arguments.get(i);
String            159 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private boolean isReceiverSpecified(List<String> arguments) {
String              7 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionRecord.java     final String name;
String              9 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionRecord.java     final String returnType;
String             13 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionRecord.java     public FunctionRecord(FunctionNode functionNode, String name, boolean isConstructor,
String             14 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionRecord.java             String returnType, TypeRecord parentType, FunctionRecord enclosingFunctionRecord) {
String             17 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java     private static final String PROTO_PROPERTY_NAME = "__proto__";
String             18 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java     private static final Set<String> IGNORED_SUPER_TYPES = new HashSet<>();
String             52 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String typeName = validSuperConstructorName(callNode);
String             67 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java     private String validSuperConstructorName(FunctionCall callNode) {
String             68 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String callTarget = getContext().getNodeText(callNode.getTarget());
String             73 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String methodName = callTarget.substring(lastDotIndex + 1);
String            117 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java                 String.format("Type %s extends %s but does not properly invoke its constructor",
String            141 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java                         String.format("No __proto__ assigned for type %s having @extends",
String            153 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String propertyName = state.getNodeText(node.getLeft());
String            163 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String value = state.getNodeText(node.getRight());
String            169 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String superType = AstUtil.getTypeNameFromPrototype(value);
String            171 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java             reportErrorAtNodeStart(node.getLeft(), String.format(
String            176 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java                 reportErrorAtNodeStart(node.getRight(), String.format(
String            184 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String extendedTypeName = entry.superTypeName;
String            186 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java             reportErrorAtNodeStart(node.getRight(), String.format(
String            194 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java         String assignedTypeName =
String            216 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java             reportErrorAtNodeStart(prototypeValueNode, String.format(
String             74 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java         String functionName = getFunctionName(function.functionNode);
String             90 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java             String suggestedResolution = (isReturningFunction || isInterfaceFunction)
String             94 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java                     String.format("invalid @returns annotation found - %s", suggestedResolution));
String            125 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java     private String getFunctionName(FunctionNode functionNode) {
String            130 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java     private static int invalidReturnsAnnotationIndex(String jsDoc) {
String              8 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/TypeRecord.java     public final String typeName;
String             12 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/TypeRecord.java     public TypeRecord(String typeName, boolean isInterface,
String             24 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/TypeRecord.java         public final String superTypeName;
String             28 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/TypeRecord.java         public InheritanceEntry(String superTypeName, Comment jsDocNode, int offsetInJsDocText) {
String             68 Source/modules/crypto/Crypto.cpp         exceptionState.throwDOMException(TypeMismatchError, String::format("The provided ArrayBufferView is of type '%s', which is not an integer array type.", array->typeName()));
String             72 Source/modules/crypto/Crypto.cpp         exceptionState.throwDOMException(QuotaExceededError, String::format("The ArrayBufferView's byte length (%u) exceeds the number of bytes of entropy available via this API (65536).", array->byteLength()));
String             88 Source/modules/crypto/Key.cpp blink::WebCryptoKeyUsageMask keyUsageStringToMask(const String& usageString)
String            136 Source/modules/crypto/Key.cpp String Key::type() const
String            157 Source/modules/crypto/Key.cpp Vector<String> Key::usages() const
String            159 Source/modules/crypto/Key.cpp     Vector<String> result;
String            183 Source/modules/crypto/Key.cpp bool Key::parseFormat(const String& formatString, blink::WebCryptoKeyFormat& format, CryptoResult* result)
String            207 Source/modules/crypto/Key.cpp bool Key::parseUsageMask(const Vector<String>& usages, blink::WebCryptoKeyUsageMask& mask, CryptoResult* result)
String             57 Source/modules/crypto/Key.h     String type() const;
String             60 Source/modules/crypto/Key.h     Vector<String> usages() const;
String             69 Source/modules/crypto/Key.h     static bool parseFormat(const String&, blink::WebCryptoKeyFormat&, CryptoResult*);
String             70 Source/modules/crypto/Key.h     static bool parseUsageMask(const Vector<String>&, blink::WebCryptoKeyUsageMask&, CryptoResult*);
String             78 Source/modules/crypto/KeyAlgorithm.cpp String KeyAlgorithm::name()
String             50 Source/modules/crypto/KeyAlgorithm.h     String name();
String            195 Source/modules/crypto/NormalizeAlgorithm.cpp         String str(it->algorithmName, it->algorithmNameLength);
String            242 Source/modules/crypto/NormalizeAlgorithm.cpp bool lookupAlgorithmIdByName(const String& algorithmName, blink::WebCryptoAlgorithmId& id)
String            294 Source/modules/crypto/NormalizeAlgorithm.cpp     String toString() const
String            297 Source/modules/crypto/NormalizeAlgorithm.cpp             return String();
String            316 Source/modules/crypto/NormalizeAlgorithm.cpp     String toString(const char* message) const
String            323 Source/modules/crypto/NormalizeAlgorithm.cpp     String toString(const char* message1, const char* message2) const
String            342 Source/modules/crypto/NormalizeAlgorithm.cpp bool getOptionalCryptoOperationData(const Dictionary& raw, const char* propertyName, bool& hasProperty, RefPtr<ArrayBufferView>& buffer, const ErrorContext& context, String& errorDetails)
String            364 Source/modules/crypto/NormalizeAlgorithm.cpp bool getCryptoOperationData(const Dictionary& raw, const char* propertyName, RefPtr<ArrayBufferView>& buffer, const ErrorContext& context, String& errorDetails)
String            375 Source/modules/crypto/NormalizeAlgorithm.cpp bool getUint8Array(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, String& errorDetails)
String            387 Source/modules/crypto/NormalizeAlgorithm.cpp bool getBigInteger(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, String& errorDetails)
String            405 Source/modules/crypto/NormalizeAlgorithm.cpp bool getOptionalInteger(const Dictionary& raw, const char* propertyName, bool& hasProperty, double& value, double minValue, double maxValue, const ErrorContext& context, String& errorDetails)
String            429 Source/modules/crypto/NormalizeAlgorithm.cpp bool getInteger(const Dictionary& raw, const char* propertyName, double& value, double minValue, double maxValue, const ErrorContext& context, String& errorDetails)
String            443 Source/modules/crypto/NormalizeAlgorithm.cpp bool getUint32(const Dictionary& raw, const char* propertyName, uint32_t& value, const ErrorContext& context, String& errorDetails)
String            452 Source/modules/crypto/NormalizeAlgorithm.cpp bool getUint16(const Dictionary& raw, const char* propertyName, uint16_t& value, const ErrorContext& context, String& errorDetails)
String            461 Source/modules/crypto/NormalizeAlgorithm.cpp bool getUint8(const Dictionary& raw, const char* propertyName, uint8_t& value, const ErrorContext& context, String& errorDetails)
String            470 Source/modules/crypto/NormalizeAlgorithm.cpp bool getOptionalUint32(const Dictionary& raw, const char* propertyName, bool& hasValue, uint32_t& value, const ErrorContext& context, String& errorDetails)
String            485 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAesCbcParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            505 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAesKeyGenParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            515 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoAlgorithm&, ErrorContext, String&);
String            517 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseHash(const Dictionary& raw, blink::WebCryptoAlgorithm& hash, ErrorContext context, String& errorDetails)
String            534 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseHmacImportParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            553 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseHmacKeyGenParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            573 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseRsaHashedImportParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            589 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseRsaKeyGenParams(const Dictionary& raw, uint32_t& modulusLength, RefPtr<Uint8Array>& publicExponent, const ErrorContext& context, String& errorDetails)
String            600 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseRsaKeyGenParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            616 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseRsaHashedKeyGenParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            637 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAesCtrParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            658 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAesGcmParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorithmParams>& params, const ErrorContext& context, String& errorDetails)
String            684 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAlgorithmParams(const Dictionary& raw, blink::WebCryptoAlgorithmParamsType type, OwnPtr<blink::WebCryptoAlgorithmParams>& params, ErrorContext& context, String& errorDetails)
String            725 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAlgorithm(const Dictionary& raw, AlgorithmOperation op, blink::WebCryptoAlgorithm& algorithm, ErrorContext context, String& errorDetails)
String            734 Source/modules/crypto/NormalizeAlgorithm.cpp     String algorithmName;
String            766 Source/modules/crypto/NormalizeAlgorithm.cpp     String errorDetails;
String            145 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::generateKey(const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState)
String            162 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::importKey(const String& rawFormat, ArrayBufferView* keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState)
String            190 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::exportKey(const String& rawFormat, Key* key, ExceptionState& exceptionState)
String            213 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::wrapKey(const String& rawFormat, Key* key, Key* wrappingKey, const Dictionary& rawWrapAlgorithm, ExceptionState& exceptionState)
String            248 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::unwrapKey(const String& rawFormat, ArrayBufferView* wrappedKey, Key* unwrappingKey, const Dictionary& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState)
String             61 Source/modules/crypto/SubtleCrypto.h     ScriptPromise generateKey(const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&);
String             62 Source/modules/crypto/SubtleCrypto.h     ScriptPromise importKey(const String&, ArrayBufferView*, const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&);
String             63 Source/modules/crypto/SubtleCrypto.h     ScriptPromise exportKey(const String&, Key*, ExceptionState&);
String             65 Source/modules/crypto/SubtleCrypto.h     ScriptPromise wrapKey(const String&, Key*, Key*, const Dictionary&, ExceptionState&);
String             66 Source/modules/crypto/SubtleCrypto.h     ScriptPromise unwrapKey(const String&, ArrayBufferView*, Key*, const Dictionary&, const Dictionary&, bool, const Vector<String>&, ExceptionState&);
String             16 Source/modules/device_orientation/DeviceOrientationInspectorAgent.h typedef String ErrorString;
String             64 Source/modules/donottrack/NavigatorDoNotTrack.cpp String NavigatorDoNotTrack::doNotTrack(Navigator& navigator)
String             69 Source/modules/donottrack/NavigatorDoNotTrack.cpp String NavigatorDoNotTrack::doNotTrack()
String             72 Source/modules/donottrack/NavigatorDoNotTrack.cpp         return String();
String             50 Source/modules/donottrack/NavigatorDoNotTrack.h     static String doNotTrack(Navigator&);
String             52 Source/modules/donottrack/NavigatorDoNotTrack.h     String doNotTrack();
String             41 Source/modules/encoding/TextDecoder.cpp PassRefPtrWillBeRawPtr<TextDecoder> TextDecoder::create(const String& label, const Dictionary& options, ExceptionState& exceptionState)
String             43 Source/modules/encoding/TextDecoder.cpp     const String& encodingLabel = label.isNull() ? String("utf-8") : label;
String             58 Source/modules/encoding/TextDecoder.cpp TextDecoder::TextDecoder(const String& encoding, bool fatal)
String             70 Source/modules/encoding/TextDecoder.cpp String TextDecoder::encoding() const
String             72 Source/modules/encoding/TextDecoder.cpp     String name = String(m_encoding.name()).lower();
String             80 Source/modules/encoding/TextDecoder.cpp String TextDecoder::decode(ArrayBufferView* input, const Dictionary& options, ExceptionState& exceptionState)
String             91 Source/modules/encoding/TextDecoder.cpp     String s = m_codec->decode(start, length, flush, m_fatal, sawError);
String             95 Source/modules/encoding/TextDecoder.cpp         return String();
String            100 Source/modules/encoding/TextDecoder.cpp         String name(m_encoding.name());
String             48 Source/modules/encoding/TextDecoder.h     static PassRefPtrWillBeRawPtr<TextDecoder> create(const String& label, const Dictionary&, ExceptionState&);
String             52 Source/modules/encoding/TextDecoder.h     String encoding() const;
String             53 Source/modules/encoding/TextDecoder.h     String decode(ArrayBufferView*, const Dictionary&, ExceptionState&);
String             54 Source/modules/encoding/TextDecoder.h     String decode(ExceptionState& exceptionState) { return decode(0, Dictionary(), exceptionState); }
String             59 Source/modules/encoding/TextDecoder.h     TextDecoder(const String& encoding, bool fatal);
String             42 Source/modules/encoding/TextEncoder.cpp PassRefPtrWillBeRawPtr<TextEncoder> TextEncoder::create(const String& utfLabel, ExceptionState& exceptionState)
String             44 Source/modules/encoding/TextEncoder.cpp     const String& encodingLabel = utfLabel.isNull() ? String("utf-8") : utfLabel;
String             52 Source/modules/encoding/TextEncoder.cpp     String name(encoding.name());
String             61 Source/modules/encoding/TextEncoder.cpp TextEncoder::TextEncoder(const String& encoding)
String             71 Source/modules/encoding/TextEncoder.cpp String TextEncoder::encoding() const
String             73 Source/modules/encoding/TextEncoder.cpp     String name = String(m_encoding.name()).lower();
String             78 Source/modules/encoding/TextEncoder.cpp PassRefPtr<Uint8Array> TextEncoder::encode(const String& input, const Dictionary& options)
String             49 Source/modules/encoding/TextEncoder.h     static PassRefPtrWillBeRawPtr<TextEncoder> create(const String& utfLabel, ExceptionState&);
String             53 Source/modules/encoding/TextEncoder.h     String encoding() const;
String             54 Source/modules/encoding/TextEncoder.h     PassRefPtr<Uint8Array> encode(const String&, const Dictionary&);
String             59 Source/modules/encoding/TextEncoder.h     TextEncoder(const String& encoding);
String             20 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp static void throwExceptionIfMediaKeyExceptionOccurred(const String& keySystem, const String& sessionId, blink::WebMediaPlayer::MediaKeyException exception, ExceptionState& exceptionState)
String            115 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp static PassRefPtrWillBeRawPtr<Event> createNeedKeyEvent(const String& contentType, const unsigned char* initData, unsigned initDataLength)
String            127 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp static PassRefPtrWillBeRawPtr<Event> createWebkitNeedKeyEvent(const String& contentType, const unsigned char* initData, unsigned initDataLength)
String            130 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp     webkitInitializer.keySystem = String();
String            131 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp     webkitInitializer.sessionId = String();
String            139 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::webkitGenerateKeyRequest(HTMLMediaElement& element, const String& keySystem, PassRefPtr<Uint8Array> initData, ExceptionState& exceptionState)
String            144 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::generateKeyRequest(blink::WebMediaPlayer* webMediaPlayer, const String& keySystem, PassRefPtr<Uint8Array> initData, ExceptionState& exceptionState)
String            169 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp     throwExceptionIfMediaKeyExceptionOccurred(keySystem, String(), result, exceptionState);
String            172 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::webkitGenerateKeyRequest(HTMLMediaElement& mediaElement, const String& keySystem, ExceptionState& exceptionState)
String            177 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::webkitAddKey(HTMLMediaElement& element, const String& keySystem, PassRefPtr<Uint8Array> key, PassRefPtr<Uint8Array> initData, const String& sessionId, ExceptionState& exceptionState)
String            182 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::addKey(blink::WebMediaPlayer* webMediaPlayer, const String& keySystem, PassRefPtr<Uint8Array> key, PassRefPtr<Uint8Array> initData, const String& sessionId, ExceptionState& exceptionState)
String            220 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::webkitAddKey(HTMLMediaElement& mediaElement, const String& keySystem, PassRefPtr<Uint8Array> key, ExceptionState& exceptionState)
String            222 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp     webkitAddKey(mediaElement, keySystem, key, Uint8Array::create(0), String(), exceptionState);
String            225 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::webkitCancelKeyRequest(HTMLMediaElement& element, const String& keySystem, const String& sessionId, ExceptionState& exceptionState)
String            230 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::cancelKeyRequest(blink::WebMediaPlayer* webMediaPlayer, const String& keySystem, const String& sessionId, ExceptionState& exceptionState)
String            251 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::keyAdded(HTMLMediaElement& element, const String& keySystem, const String& sessionId)
String            266 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::keyError(HTMLMediaElement& element, const String& keySystem, const String& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode errorCode, unsigned short systemCode)
String            305 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::keyMessage(HTMLMediaElement& element, const String& keySystem, const String& sessionId, const unsigned char* message, unsigned messageLength, const blink::WebURL& defaultURL)
String            322 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp void HTMLMediaElementEncryptedMedia::keyNeeded(HTMLMediaElement& element, const String& contentType, const unsigned char* initData, unsigned initDataLength)
String             24 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void webkitGenerateKeyRequest(HTMLMediaElement&, const String& keySystem, PassRefPtr<Uint8Array> initData, ExceptionState&);
String             25 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void webkitGenerateKeyRequest(HTMLMediaElement&, const String& keySystem, ExceptionState&);
String             26 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void webkitAddKey(HTMLMediaElement&, const String& keySystem, PassRefPtr<Uint8Array> key, PassRefPtr<Uint8Array> initData, const String& sessionId, ExceptionState&);
String             27 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void webkitAddKey(HTMLMediaElement&, const String& keySystem, PassRefPtr<Uint8Array> key, ExceptionState&);
String             28 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void webkitCancelKeyRequest(HTMLMediaElement&, const String& keySystem, const String& sessionId, ExceptionState&);
String             40 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void keyAdded(HTMLMediaElement&, const String& keySystem, const String& sessionId);
String             41 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void keyError(HTMLMediaElement&, const String& keySystem, const String& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode, unsigned short systemCode);
String             42 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void keyMessage(HTMLMediaElement&, const String& keySystem, const String& sessionId, const unsigned char* message, unsigned messageLength, const blink::WebURL& defaultURL);
String             43 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     static void keyNeeded(HTMLMediaElement&, const String& contentType, const unsigned char* initData, unsigned initDataLength);
String             53 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     void generateKeyRequest(blink::WebMediaPlayer*, const String& keySystem, PassRefPtr<Uint8Array> initData, ExceptionState&);
String             54 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     void addKey(blink::WebMediaPlayer*, const String& keySystem, PassRefPtr<Uint8Array> key, PassRefPtr<Uint8Array> initData, const String& sessionId, ExceptionState&);
String             55 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h     void cancelKeyRequest(blink::WebMediaPlayer*, const String& keySystem, const String& sessionId, ExceptionState&);
String             39 Source/modules/encryptedmedia/MediaKeyMessageEvent.h     String destinationURL;
String             59 Source/modules/encryptedmedia/MediaKeyMessageEvent.h     String destinationURL() const { return m_destinationURL; }
String             68 Source/modules/encryptedmedia/MediaKeyMessageEvent.h     String m_destinationURL;
String             37 Source/modules/encryptedmedia/MediaKeyNeededEvent.h     String contentType;
String             57 Source/modules/encryptedmedia/MediaKeyNeededEvent.h     String contentType() const { return m_contentType; }
String             66 Source/modules/encryptedmedia/MediaKeyNeededEvent.h     String m_contentType;
String             96 Source/modules/encryptedmedia/MediaKeySession.cpp String MediaKeySession::sessionId() const
String            101 Source/modules/encryptedmedia/MediaKeySession.cpp void MediaKeySession::initializeNewSession(const String& mimeType, const Uint8Array& initData)
String            117 Source/modules/encryptedmedia/MediaKeySession.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("The response argument provided is %s.", response ? "an empty array" : "invalid"));
String             74 Source/modules/encryptedmedia/MediaKeySession.h     const String& keySystem() const { return m_keySystem; }
String             75 Source/modules/encryptedmedia/MediaKeySession.h     String sessionId() const;
String             80 Source/modules/encryptedmedia/MediaKeySession.h     void initializeNewSession(const String& mimeType, const Uint8Array& initData);
String            123 Source/modules/encryptedmedia/MediaKeySession.h     String m_keySystem;
String             47 Source/modules/encryptedmedia/MediaKeys.cpp static bool isKeySystemSupportedWithContentType(const String& keySystem, const String& contentType)
String             52 Source/modules/encryptedmedia/MediaKeys.cpp     String codecs = type.parameter("codecs");
String             56 Source/modules/encryptedmedia/MediaKeys.cpp PassRefPtrWillBeRawPtr<MediaKeys> MediaKeys::create(ExecutionContext* context, const String& keySystem, ExceptionState& exceptionState)
String             89 Source/modules/encryptedmedia/MediaKeys.cpp MediaKeys::MediaKeys(ExecutionContext* context, const String& keySystem, PassOwnPtr<blink::WebContentDecryptionModule> cdm)
String            105 Source/modules/encryptedmedia/MediaKeys.cpp PassRefPtrWillBeRawPtr<MediaKeySession> MediaKeys::createSession(ExecutionContext* context, const String& contentType, Uint8Array* initData, ExceptionState& exceptionState)
String            148 Source/modules/encryptedmedia/MediaKeys.cpp bool MediaKeys::isTypeSupported(const String& keySystem, const String& contentType)
String             57 Source/modules/encryptedmedia/MediaKeys.h     static PassRefPtrWillBeRawPtr<MediaKeys> create(ExecutionContext*, const String& keySystem, ExceptionState&);
String             60 Source/modules/encryptedmedia/MediaKeys.h     const String& keySystem() const { return m_keySystem; }
String             62 Source/modules/encryptedmedia/MediaKeys.h     PassRefPtrWillBeRawPtr<MediaKeySession> createSession(ExecutionContext*, const String& contentType, Uint8Array* initData, ExceptionState&);
String             64 Source/modules/encryptedmedia/MediaKeys.h     static bool isTypeSupported(const String& keySystem, const String& contentType);
String             76 Source/modules/encryptedmedia/MediaKeys.h     MediaKeys(ExecutionContext*, const String& keySystem, PassOwnPtr<blink::WebContentDecryptionModule>);
String             80 Source/modules/encryptedmedia/MediaKeys.h     const String m_keySystem;
String             87 Source/modules/encryptedmedia/MediaKeys.h         InitializeNewSessionData(PassRefPtrWillBeRawPtr<MediaKeySession> session, const String& contentType, PassRefPtr<Uint8Array> initData)
String             95 Source/modules/encryptedmedia/MediaKeys.h         String contentType;
String             22 Source/modules/encryptedmedia/MediaKeysClient.h     virtual PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
String             27 Source/modules/encryptedmedia/MediaKeysController.cpp PassOwnPtr<blink::WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem)
String             24 Source/modules/encryptedmedia/MediaKeysController.h     PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem);
String             43 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::append(const String& base, const String& components)
String             48 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::ensureDirectoryPath(const String& path)
String             55 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::getName(const String& path)
String             63 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::getDirectory(const String& path)
String             73 Source/modules/filesystem/DOMFilePath.cpp bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild)
String             86 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::removeExtraParentReferences(const String& path)
String             89 Source/modules/filesystem/DOMFilePath.cpp     Vector<String> components;
String             90 Source/modules/filesystem/DOMFilePath.cpp     Vector<String> canonicalized;
String            112 Source/modules/filesystem/DOMFilePath.cpp bool DOMFilePath::isValidPath(const String& path)
String            126 Source/modules/filesystem/DOMFilePath.cpp     Vector<String> components;
String            137 Source/modules/filesystem/DOMFilePath.cpp bool DOMFilePath::isValidName(const String& name)
String             47 Source/modules/filesystem/DOMFilePath.h     static String getName(const String& path);
String             50 Source/modules/filesystem/DOMFilePath.h     static String getDirectory(const String& path);
String             53 Source/modules/filesystem/DOMFilePath.h     static bool isParentOf(const String& path, const String& mayBeChild);
String             56 Source/modules/filesystem/DOMFilePath.h     static String ensureDirectoryPath(const String& path);
String             59 Source/modules/filesystem/DOMFilePath.h     static String append(const String& path, const String& component);
String             61 Source/modules/filesystem/DOMFilePath.h     static bool isAbsolute(const String& path)
String             66 Source/modules/filesystem/DOMFilePath.h     static bool endsWithSeparator(const String& path)
String             72 Source/modules/filesystem/DOMFilePath.h     static String removeExtraParentReferences(const String& path);
String             75 Source/modules/filesystem/DOMFilePath.h     static bool isValidPath(const String& path);
String             78 Source/modules/filesystem/DOMFilePath.h     static bool isValidName(const String& name);
String             57 Source/modules/filesystem/DOMFileSystem.cpp PassRefPtrWillBeRawPtr<DOMFileSystem> DOMFileSystem::create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
String             64 Source/modules/filesystem/DOMFileSystem.cpp PassRefPtrWillBeRawPtr<DOMFileSystem> DOMFileSystem::createIsolatedFileSystem(ExecutionContext* context, const String& filesystemId)
String             88 Source/modules/filesystem/DOMFileSystem.cpp DOMFileSystem::DOMFileSystem(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
String            160 Source/modules/filesystem/DOMFileSystem.cpp     static PassOwnPtr<AsyncFileSystemCallbacks> create(PassRefPtrWillBeRawPtr<DOMFileSystem> filesystem, const String& name, const KURL& url, PassOwnPtr<FileCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
String            193 Source/modules/filesystem/DOMFileSystem.cpp     SnapshotFileCallback(PassRefPtrWillBeRawPtr<DOMFileSystem> filesystem, const String& name, const KURL& url, PassOwnPtr<FileCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
String            201 Source/modules/filesystem/DOMFileSystem.cpp     String m_name;
String             52 Source/modules/filesystem/DOMFileSystem.h     static PassRefPtrWillBeRawPtr<DOMFileSystem> create(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
String             55 Source/modules/filesystem/DOMFileSystem.h     static PassRefPtrWillBeRawPtr<DOMFileSystem> createIsolatedFileSystem(ExecutionContext*, const String& filesystemId);
String             94 Source/modules/filesystem/DOMFileSystem.h     DOMFileSystem(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
String             61 Source/modules/filesystem/DOMFileSystemBase.cpp DOMFileSystemBase::DOMFileSystemBase(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
String             89 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::crackFileSystemURL(const KURL& url, FileSystemType& type, String& filePath)
String             97 Source/modules/filesystem/DOMFileSystemBase.cpp     String typeString = url.innerURL()->path().substring(1);
String            105 Source/modules/filesystem/DOMFileSystemBase.cpp KURL DOMFileSystemBase::createFileSystemRootURL(const String& origin, FileSystemType type)
String            107 Source/modules/filesystem/DOMFileSystemBase.cpp     String typeString;
String            117 Source/modules/filesystem/DOMFileSystemBase.cpp     String result = "filesystem:" + origin + "/" + typeString + "/";
String            132 Source/modules/filesystem/DOMFileSystemBase.cpp KURL DOMFileSystemBase::createFileSystemURL(const String& fullPath) const
String            157 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::pathToAbsolutePath(FileSystemType type, const EntryBase* base, String path, String& absolutePath)
String            168 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType& type)
String            195 Source/modules/filesystem/DOMFileSystemBase.cpp static bool verifyAndGetDestinationPathForCopyOrMove(const EntryBase* source, EntryBase* parent, const String& newName, String& destinationPath)
String            224 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
String            226 Source/modules/filesystem/DOMFileSystemBase.cpp     String destinationPath;
String            238 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::copy(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
String            240 Source/modules/filesystem/DOMFileSystemBase.cpp     String destinationPath;
String            256 Source/modules/filesystem/DOMFileSystemBase.cpp     if (entry->fullPath() == String(DOMFilePath::root)) {
String            271 Source/modules/filesystem/DOMFileSystemBase.cpp     if (entry->fullPath() == String(DOMFilePath::root)) {
String            285 Source/modules/filesystem/DOMFileSystemBase.cpp     String path = DOMFilePath::getDirectory(entry->fullPath());
String            289 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::getFile(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
String            291 Source/modules/filesystem/DOMFileSystemBase.cpp     String absolutePath;
String            306 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::getDirectory(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
String            308 Source/modules/filesystem/DOMFileSystemBase.cpp     String absolutePath;
String            323 Source/modules/filesystem/DOMFileSystemBase.cpp int DOMFileSystemBase::readDirectory(PassRefPtrWillBeRawPtr<DirectoryReaderBase> reader, const String& path, PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
String             86 Source/modules/filesystem/DOMFileSystemBase.h     const String& name() const { return m_name; }
String             99 Source/modules/filesystem/DOMFileSystemBase.h     static bool crackFileSystemURL(const KURL&, FileSystemType&, String& filePath);
String            100 Source/modules/filesystem/DOMFileSystemBase.h     static KURL createFileSystemRootURL(const String& origin, FileSystemType);
String            103 Source/modules/filesystem/DOMFileSystemBase.h     KURL createFileSystemURL(const String& fullPath) const;
String            104 Source/modules/filesystem/DOMFileSystemBase.h     static bool pathToAbsolutePath(FileSystemType, const EntryBase*, String path, String& absolutePath);
String            105 Source/modules/filesystem/DOMFileSystemBase.h     static bool pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType&);
String            109 Source/modules/filesystem/DOMFileSystemBase.h     void move(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
String            110 Source/modules/filesystem/DOMFileSystemBase.h     void copy(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
String            114 Source/modules/filesystem/DOMFileSystemBase.h     void getFile(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
String            115 Source/modules/filesystem/DOMFileSystemBase.h     void getDirectory(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
String            116 Source/modules/filesystem/DOMFileSystemBase.h     int readDirectory(PassRefPtrWillBeRawPtr<DirectoryReaderBase>, const String& path, PassOwnPtr<EntriesCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
String            122 Source/modules/filesystem/DOMFileSystemBase.h     DOMFileSystemBase(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
String            126 Source/modules/filesystem/DOMFileSystemBase.h     String m_name;
String             58 Source/modules/filesystem/DOMFileSystemSync.cpp DOMFileSystemSync::DOMFileSystemSync(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
String            111 Source/modules/filesystem/DOMFileSystemSync.cpp     static PassOwnPtr<AsyncFileSystemCallbacks> create(PassRefPtrWillBeRawPtr<CreateFileResult> result, const String& name, const KURL& url, FileSystemType type)
String            155 Source/modules/filesystem/DOMFileSystemSync.cpp     CreateFileHelper(PassRefPtrWillBeRawPtr<CreateFileResult> result, const String& name, const KURL& url, FileSystemType type)
String            164 Source/modules/filesystem/DOMFileSystemSync.cpp     String m_name;
String             48 Source/modules/filesystem/DOMFileSystemSync.h     static PassRefPtrWillBeRawPtr<DOMFileSystemSync> create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
String             65 Source/modules/filesystem/DOMFileSystemSync.h     DOMFileSystemSync(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
String             74 Source/modules/filesystem/DOMWindowFileSystem.cpp void DOMWindowFileSystem::webkitResolveLocalFileSystemURL(DOMWindow& window, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
String             42 Source/modules/filesystem/DOMWindowFileSystem.h     static void webkitResolveLocalFileSystemURL(DOMWindow&, const String&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>);
String             73 Source/modules/filesystem/DataTransferItemFileSystem.cpp     String virtualPath = DOMFilePath::append("/", toFile(file)->name());
String             42 Source/modules/filesystem/DirectoryEntry.cpp DirectoryEntry::DirectoryEntry(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             53 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
String             59 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
String             51 Source/modules/filesystem/DirectoryEntry.h     static PassRefPtrWillBeRawPtr<DirectoryEntry> create(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             58 Source/modules/filesystem/DirectoryEntry.h     void getFile(const String& path, const Dictionary&, PassOwnPtr<EntryCallback> = nullptr, PassOwnPtr<ErrorCallback> = nullptr);
String             59 Source/modules/filesystem/DirectoryEntry.h     void getDirectory(const String& path, const Dictionary&, PassOwnPtr<EntryCallback> = nullptr, PassOwnPtr<ErrorCallback> = nullptr);
String             65 Source/modules/filesystem/DirectoryEntry.h     DirectoryEntry(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             43 Source/modules/filesystem/DirectoryEntrySync.cpp DirectoryEntrySync::DirectoryEntrySync(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             54 Source/modules/filesystem/DirectoryEntrySync.cpp PassRefPtrWillBeRawPtr<FileEntrySync> DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& exceptionState)
String             62 Source/modules/filesystem/DirectoryEntrySync.cpp PassRefPtrWillBeRawPtr<DirectoryEntrySync> DirectoryEntrySync::getDirectory(const String& path, const Dictionary& options, ExceptionState& exceptionState)
String             48 Source/modules/filesystem/DirectoryEntrySync.h     static PassRefPtrWillBeRawPtr<DirectoryEntrySync> create(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             55 Source/modules/filesystem/DirectoryEntrySync.h     PassRefPtrWillBeRawPtr<FileEntrySync> getFile(const String& path, const Dictionary&, ExceptionState&);
String             56 Source/modules/filesystem/DirectoryEntrySync.h     PassRefPtrWillBeRawPtr<DirectoryEntrySync> getDirectory(const String& path, const Dictionary&, ExceptionState&);
String             62 Source/modules/filesystem/DirectoryEntrySync.h     DirectoryEntrySync(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             74 Source/modules/filesystem/DirectoryReader.cpp DirectoryReader::DirectoryReader(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             50 Source/modules/filesystem/DirectoryReader.h     static PassRefPtrWillBeRawPtr<DirectoryReader> create(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             67 Source/modules/filesystem/DirectoryReader.h     DirectoryReader(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             55 Source/modules/filesystem/DirectoryReaderBase.h     DirectoryReaderBase(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             65 Source/modules/filesystem/DirectoryReaderBase.h     String m_fullPath;
String             81 Source/modules/filesystem/DirectoryReaderSync.cpp DirectoryReaderSync::DirectoryReaderSync(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             52 Source/modules/filesystem/DirectoryReaderSync.h     static PassRefPtrWillBeRawPtr<DirectoryReaderSync> create(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             77 Source/modules/filesystem/DirectoryReaderSync.h     DirectoryReaderSync(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             66 Source/modules/filesystem/DraggedIsolatedFileSystem.cpp DraggedIsolatedFileSystem::DraggedIsolatedFileSystem(const String& filesystemId)
String             48 Source/modules/filesystem/DraggedIsolatedFileSystem.h     static PassOwnPtrWillBeRawPtr<DraggedIsolatedFileSystem> create(const String& filesystemId)
String             53 Source/modules/filesystem/DraggedIsolatedFileSystem.h     const String& filesystemId() const { return m_filesystemId; }
String             62 Source/modules/filesystem/DraggedIsolatedFileSystem.h     DraggedIsolatedFileSystem(const String& filesystemId);
String             64 Source/modules/filesystem/DraggedIsolatedFileSystem.h     String m_filesystemId;
String             46 Source/modules/filesystem/Entry.cpp Entry::Entry(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             57 Source/modules/filesystem/Entry.cpp void Entry::moveTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const
String             62 Source/modules/filesystem/Entry.cpp void Entry::copyTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const
String             55 Source/modules/filesystem/Entry.h     void moveTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name = String(), PassOwnPtr<EntryCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const;
String             56 Source/modules/filesystem/Entry.h     void copyTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name = String(), PassOwnPtr<EntryCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const;
String             63 Source/modules/filesystem/Entry.h     Entry(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             41 Source/modules/filesystem/EntryBase.cpp EntryBase::EntryBase(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             52 Source/modules/filesystem/EntryBase.cpp String EntryBase::toURL() const
String             56 Source/modules/filesystem/EntryBase.cpp         return String();
String             53 Source/modules/filesystem/EntryBase.h     const String& fullPath() const { return m_fullPath; }
String             54 Source/modules/filesystem/EntryBase.h     const String& name() const { return m_name; }
String             56 Source/modules/filesystem/EntryBase.h     String toURL() const;
String             61 Source/modules/filesystem/EntryBase.h     EntryBase(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             67 Source/modules/filesystem/EntryBase.h     String m_fullPath;
String             69 Source/modules/filesystem/EntryBase.h     String m_name;
String             60 Source/modules/filesystem/EntrySync.cpp PassRefPtrWillBeRawPtr<EntrySync> EntrySync::moveTo(PassRefPtrWillBeRawPtr<DirectoryEntrySync> parent, const String& name, ExceptionState& exceptionState) const
String             67 Source/modules/filesystem/EntrySync.cpp PassRefPtrWillBeRawPtr<EntrySync> EntrySync::copyTo(PassRefPtrWillBeRawPtr<DirectoryEntrySync> parent, const String& name, ExceptionState& exceptionState) const
String             84 Source/modules/filesystem/EntrySync.cpp     String parentPath = DOMFilePath::getDirectory(fullPath());
String             88 Source/modules/filesystem/EntrySync.cpp EntrySync::EntrySync(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             55 Source/modules/filesystem/EntrySync.h     PassRefPtrWillBeRawPtr<EntrySync> moveTo(PassRefPtrWillBeRawPtr<DirectoryEntrySync> parent, const String& name, ExceptionState&) const;
String             56 Source/modules/filesystem/EntrySync.h     PassRefPtrWillBeRawPtr<EntrySync> copyTo(PassRefPtrWillBeRawPtr<DirectoryEntrySync> parent, const String& name, ExceptionState&) const;
String             63 Source/modules/filesystem/EntrySync.h     EntrySync(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             42 Source/modules/filesystem/FileEntry.cpp FileEntry::FileEntry(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             45 Source/modules/filesystem/FileEntry.h     static PassRefPtrWillBeRawPtr<FileEntry> create(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             58 Source/modules/filesystem/FileEntry.h     FileEntry(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             40 Source/modules/filesystem/FileEntrySync.cpp FileEntrySync::FileEntrySync(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             48 Source/modules/filesystem/FileEntrySync.h     static PassRefPtrWillBeRawPtr<FileEntrySync> create(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
String             61 Source/modules/filesystem/FileEntrySync.h     FileEntrySync(PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& fullPath);
String             79 Source/modules/filesystem/FileSystemCallbacks.cpp PassOwnPtr<AsyncFileSystemCallbacks> EntryCallbacks::create(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& expectedPath, bool isDirectory)
String             84 Source/modules/filesystem/FileSystemCallbacks.cpp EntryCallbacks::EntryCallbacks(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& expectedPath, bool isDirectory)
String            105 Source/modules/filesystem/FileSystemCallbacks.cpp PassOwnPtr<AsyncFileSystemCallbacks> EntriesCallbacks::create(PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DirectoryReaderBase> directoryReader, const String& basePath)
String            110 Source/modules/filesystem/FileSystemCallbacks.cpp EntriesCallbacks::EntriesCallbacks(PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DirectoryReaderBase> directoryReader, const String& basePath)
String            119 Source/modules/filesystem/FileSystemCallbacks.cpp void EntriesCallbacks::didReadDirectoryEntry(const String& name, bool isDirectory)
String            151 Source/modules/filesystem/FileSystemCallbacks.cpp void FileSystemCallbacks::didOpenFileSystem(const String& name, const KURL& rootURL)
String            175 Source/modules/filesystem/FileSystemCallbacks.cpp void ResolveURICallbacks::didResolveURL(const String& name, const KURL& rootURL, FileSystemType type, const String& filePath, bool isDirectory)
String            180 Source/modules/filesystem/FileSystemCallbacks.cpp     String absolutePath;
String             75 Source/modules/filesystem/FileSystemCallbacks.h     static PassOwnPtr<AsyncFileSystemCallbacks> create(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& expectedPath, bool isDirectory);
String             79 Source/modules/filesystem/FileSystemCallbacks.h     EntryCallbacks(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& expectedPath, bool isDirectory);
String             81 Source/modules/filesystem/FileSystemCallbacks.h     String m_expectedPath;
String             87 Source/modules/filesystem/FileSystemCallbacks.h     static PassOwnPtr<AsyncFileSystemCallbacks> create(PassOwnPtr<EntriesCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DirectoryReaderBase>, const String& basePath);
String             88 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didReadDirectoryEntry(const String& name, bool isDirectory) OVERRIDE;
String             92 Source/modules/filesystem/FileSystemCallbacks.h     EntriesCallbacks(PassOwnPtr<EntriesCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DirectoryReaderBase>, const String& basePath);
String             95 Source/modules/filesystem/FileSystemCallbacks.h     String m_basePath;
String            102 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didOpenFileSystem(const String& name, const KURL& rootURL) OVERRIDE;
String            114 Source/modules/filesystem/FileSystemCallbacks.h     virtual void didResolveURL(const String& name, const KURL& rootURL, FileSystemType, const String& filePath, bool isDirectry) OVERRIDE;
String             70 Source/modules/filesystem/HTMLInputElementFileSystem.cpp         String virtualPath = DOMFilePath::append("/", file->name());
String            119 Source/modules/filesystem/InspectorFileSystemAgent.cpp     static PassRefPtr<FileSystemRootRequest> create(PassRefPtr<RequestFileSystemRootCallback> requestCallback, const String& type)
String            140 Source/modules/filesystem/InspectorFileSystemAgent.cpp     FileSystemRootRequest(PassRefPtr<RequestFileSystemRootCallback> requestCallback, const String& type)
String            145 Source/modules/filesystem/InspectorFileSystemAgent.cpp     String m_type;
String            184 Source/modules/filesystem/InspectorFileSystemAgent.cpp     static PassRefPtr<DirectoryContentRequest> create(PassRefPtr<RequestDirectoryContentCallback> requestCallback, const String& url)
String            211 Source/modules/filesystem/InspectorFileSystemAgent.cpp     DirectoryContentRequest(PassRefPtr<RequestDirectoryContentCallback> requestCallback, const String& url)
String            276 Source/modules/filesystem/InspectorFileSystemAgent.cpp             String mimeType = MIMETypeRegistry::getMIMETypeForPath(entry->name());
String            305 Source/modules/filesystem/InspectorFileSystemAgent.cpp     static PassRefPtr<MetadataRequest> create(PassRefPtr<RequestMetadataCallback> requestCallback, const String& url)
String            332 Source/modules/filesystem/InspectorFileSystemAgent.cpp     MetadataRequest(PassRefPtr<RequestMetadataCallback> requestCallback, const String& url)
String            378 Source/modules/filesystem/InspectorFileSystemAgent.cpp     static PassRefPtr<FileContentRequest> create(PassRefPtr<RequestFileContentCallback> requestCallback, const String& url, bool readAsText, long long start, long long end, const String& charset)
String            414 Source/modules/filesystem/InspectorFileSystemAgent.cpp     void reportResult(FileError::ErrorCode errorCode, const String* result = 0, const String* charset = 0)
String            419 Source/modules/filesystem/InspectorFileSystemAgent.cpp     FileContentRequest(PassRefPtr<RequestFileContentCallback> requestCallback, const String& url, bool readAsText, long long start, long long end, const String& charset)
String            433 Source/modules/filesystem/InspectorFileSystemAgent.cpp     String m_mimeType;
String            434 Source/modules/filesystem/InspectorFileSystemAgent.cpp     String m_charset;
String            487 Source/modules/filesystem/InspectorFileSystemAgent.cpp         String result = base64Encode(static_cast<char*>(buffer->data()), buffer->byteLength());
String            493 Source/modules/filesystem/InspectorFileSystemAgent.cpp     String result = decoder->decode(static_cast<char*>(buffer->data()), buffer->byteLength());
String            560 Source/modules/filesystem/InspectorFileSystemAgent.cpp     String path;
String            624 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::requestFileSystemRoot(ErrorString* error, const String& origin, const String& type, PassRefPtr<RequestFileSystemRootCallback> requestCallback)
String            636 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::requestDirectoryContent(ErrorString* error, const String& url, PassRefPtr<RequestDirectoryContentCallback> requestCallback)
String            648 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::requestMetadata(ErrorString* error, const String& url, PassRefPtr<RequestMetadataCallback> requestCallback)
String            660 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::requestFileContent(ErrorString* error, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback> requestCallback)
String            674 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::deleteEntry(ErrorString* error, const String& urlString, PassRefPtr<DeleteEntryCallback> requestCallback)
String             52 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestFileSystemRoot(ErrorString*, const String& origin, const String& typeString, PassRefPtr<RequestFileSystemRootCallback>) OVERRIDE;
String             53 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestDirectoryContent(ErrorString*, const String& url, PassRefPtr<RequestDirectoryContentCallback>) OVERRIDE;
String             54 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestMetadata(ErrorString*, const String& url, PassRefPtr<RequestMetadataCallback>) OVERRIDE;
String             55 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback>) OVERRIDE;
String             56 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void deleteEntry(ErrorString*, const String& url, PassRefPtr<DeleteEntryCallback>) OVERRIDE;
String             17 Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp PassRefPtrWillBeRawPtr<DOMFileSystem> InspectorFrontendHostFileSystem::isolatedFileSystem(InspectorFrontendHost& host, const String& fileSystemName, const String& rootURL)
String             19 Source/modules/filesystem/InspectorFrontendHostFileSystem.h     static PassRefPtrWillBeRawPtr<DOMFileSystem> isolatedFileSystem(InspectorFrontendHost&, const String& fileSystemName, const String& rootURL);
String             87 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp void WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemURL(WorkerGlobalScope& worker, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
String            104 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp PassRefPtrWillBeRawPtr<EntrySync> WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemSyncURL(WorkerGlobalScope& worker, const String& url, ExceptionState& exceptionState)
String             52 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h     static void webkitResolveLocalFileSystemURL(WorkerGlobalScope&, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback>);
String             53 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h     static PassRefPtrWillBeRawPtr<EntrySync> webkitResolveLocalFileSystemSyncURL(WorkerGlobalScope&, const String& url, ExceptionState&);
String             41 Source/modules/gamepad/GamepadCommon.h     const String& id() const { return m_id; }
String             42 Source/modules/gamepad/GamepadCommon.h     void setId(const String& id) { m_id = id; }
String             53 Source/modules/gamepad/GamepadCommon.h     const String& mapping() const { return m_mapping; }
String             54 Source/modules/gamepad/GamepadCommon.h     void setMapping(const String& val) { m_mapping = val; }
String             60 Source/modules/gamepad/GamepadCommon.h     String m_id;
String             64 Source/modules/gamepad/GamepadCommon.h     String m_mapping;
String             43 Source/modules/geolocation/GeolocationError.h     static PassRefPtr<GeolocationError> create(ErrorCode code, const String& message) { return adoptRef(new GeolocationError(code, message)); }
String             46 Source/modules/geolocation/GeolocationError.h     const String& message() const { return m_message; }
String             49 Source/modules/geolocation/GeolocationError.h     GeolocationError(ErrorCode code, const String& message)
String             56 Source/modules/geolocation/GeolocationError.h     String m_message;
String             44 Source/modules/geolocation/GeolocationInspectorAgent.h typedef String ErrorString;
String             45 Source/modules/geolocation/PositionError.h     static PassRefPtrWillBeRawPtr<PositionError> create(ErrorCode code, const String& message) { return adoptRefWillBeNoop(new PositionError(code, message)); }
String             49 Source/modules/geolocation/PositionError.h     const String& message() const { return m_message; }
String             54 Source/modules/geolocation/PositionError.h     PositionError(ErrorCode code, const String& message)
String             63 Source/modules/geolocation/PositionError.h     String m_message;
String             69 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setPositionUnavailableError(const String& errorMessage)
String            179 Source/modules/geolocation/testing/GeolocationClientMock.cpp     m_errorMessage = String();
String             57 Source/modules/geolocation/testing/GeolocationClientMock.h     void setPositionUnavailableError(const String& errorMessage);
String             82 Source/modules/geolocation/testing/GeolocationClientMock.h     String m_errorMessage;
String             62 Source/modules/geolocation/testing/InternalsGeolocation.cpp void InternalsGeolocation::setGeolocationPositionUnavailableError(Internals&, Document* document, const String& message)
String             47 Source/modules/geolocation/testing/InternalsGeolocation.h     static void setGeolocationPositionUnavailableError(Internals&, Document*, const String& message);
String            102 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
String            145 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
String            189 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
String            218 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
String            241 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
String            260 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
String             47 Source/modules/indexeddb/IDBAny.cpp PassRefPtr<IDBAny> IDBAny::createString(const String& value)
String            125 Source/modules/indexeddb/IDBAny.cpp const String& IDBAny::string() const
String            209 Source/modules/indexeddb/IDBAny.cpp IDBAny::IDBAny(const String& value)
String             53 Source/modules/indexeddb/IDBAny.h     static PassRefPtr<IDBAny> createString(const String&);
String            108 Source/modules/indexeddb/IDBAny.h     const String& string() const;
String            122 Source/modules/indexeddb/IDBAny.h     explicit IDBAny(const String&);
String            139 Source/modules/indexeddb/IDBAny.h     const String m_string;
String            384 Source/modules/indexeddb/IDBCursor.cpp WebIDBCursor::Direction IDBCursor::stringToDirection(const String& directionString, ExceptionState& exceptionState)
String             55 Source/modules/indexeddb/IDBCursor.h     static blink::WebIDBCursor::Direction stringToDirection(const String& modeString, ExceptionState&);
String             62 Source/modules/indexeddb/IDBCursor.h     const String& direction() const { return directionToString(m_direction); }
String            175 Source/modules/indexeddb/IDBDatabase.cpp PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const Dictionary& options, ExceptionState& exceptionState)
String            180 Source/modules/indexeddb/IDBDatabase.cpp         String keyPathString;
String            181 Source/modules/indexeddb/IDBDatabase.cpp         Vector<String> keyPathArray;
String            193 Source/modules/indexeddb/IDBDatabase.cpp PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const IDBKeyPath& keyPath, bool autoIncrement, ExceptionState& exceptionState)
String            237 Source/modules/indexeddb/IDBDatabase.cpp void IDBDatabase::deleteObjectStore(const String& name, ExceptionState& exceptionState)
String            265 Source/modules/indexeddb/IDBDatabase.cpp PassRefPtr<IDBTransaction> IDBDatabase::transaction(ExecutionContext* context, const Vector<String>& scope, const String& modeString, ExceptionState& exceptionState)
String            305 Source/modules/indexeddb/IDBDatabase.cpp PassRefPtr<IDBTransaction> IDBDatabase::transaction(ExecutionContext* context, const String& storeName, const String& mode, ExceptionState& exceptionState)
String            392 Source/modules/indexeddb/IDBDatabase.cpp int64_t IDBDatabase::findObjectStoreId(const String& name) const
String             68 Source/modules/indexeddb/IDBDatabase.h     const String& name() const { return m_metadata.name; }
String             72 Source/modules/indexeddb/IDBDatabase.h     PassRefPtr<IDBObjectStore> createObjectStore(const String& name, const Dictionary&, ExceptionState&);
String             73 Source/modules/indexeddb/IDBDatabase.h     PassRefPtr<IDBObjectStore> createObjectStore(const String& name, const IDBKeyPath&, bool autoIncrement, ExceptionState&);
String             74 Source/modules/indexeddb/IDBDatabase.h     PassRefPtr<IDBTransaction> transaction(ExecutionContext* context, PassRefPtr<DOMStringList> scope, const String& mode, ExceptionState& exceptionState) { return transaction(context, *scope, mode, exceptionState); }
String             75 Source/modules/indexeddb/IDBDatabase.h     PassRefPtr<IDBTransaction> transaction(ExecutionContext*, const Vector<String>&, const String& mode, ExceptionState&);
String             76 Source/modules/indexeddb/IDBDatabase.h     PassRefPtr<IDBTransaction> transaction(ExecutionContext*, const String&, const String& mode, ExceptionState&);
String             77 Source/modules/indexeddb/IDBDatabase.h     void deleteObjectStore(const String& name, ExceptionState&);
String            106 Source/modules/indexeddb/IDBDatabase.h     int64_t findObjectStoreId(const String& name) const;
String            107 Source/modules/indexeddb/IDBDatabase.h     bool containsObjectStore(const String& name) const
String             96 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ExecutionContext* context, const String& name, unsigned long long version, ExceptionState& exceptionState)
String            106 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::openInternal(ExecutionContext* context, const String& name, int64_t version, ExceptionState& exceptionState)
String            134 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ExecutionContext* context, const String& name, ExceptionState& exceptionState)
String            140 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::deleteDatabase(ExecutionContext* context, const String& name, ExceptionState& exceptionState)
String             56 Source/modules/indexeddb/IDBFactory.h     PassRefPtr<IDBOpenDBRequest> open(ExecutionContext*, const String& name, ExceptionState&);
String             57 Source/modules/indexeddb/IDBFactory.h     PassRefPtr<IDBOpenDBRequest> open(ExecutionContext*, const String& name, unsigned long long version, ExceptionState&);
String             58 Source/modules/indexeddb/IDBFactory.h     PassRefPtr<IDBOpenDBRequest> deleteDatabase(ExecutionContext*, const String& name, ExceptionState&);
String             65 Source/modules/indexeddb/IDBFactory.h     PassRefPtr<IDBOpenDBRequest> openInternal(ExecutionContext*, const String& name, int64_t version, ExceptionState&);
String             45 Source/modules/indexeddb/IDBFactoryBackendInterface.h     virtual bool allowIndexedDB(ExecutionContext*, const String& name) = 0;
String             69 Source/modules/indexeddb/IDBIndex.cpp PassRefPtr<IDBRequest> IDBIndex::openCursor(ExecutionContext* context, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
String            128 Source/modules/indexeddb/IDBIndex.cpp PassRefPtr<IDBRequest> IDBIndex::openKeyCursor(ExecutionContext* context, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
String             54 Source/modules/indexeddb/IDBIndex.h     const String& name() const { return m_metadata.name; }
String             60 Source/modules/indexeddb/IDBIndex.h     PassRefPtr<IDBRequest> openCursor(ExecutionContext*, const ScriptValue& key, const String& direction, ExceptionState&);
String             61 Source/modules/indexeddb/IDBIndex.h     PassRefPtr<IDBRequest> openKeyCursor(ExecutionContext*, const ScriptValue& range, const String& direction, ExceptionState&);
String             56 Source/modules/indexeddb/IDBKey.h     static PassRefPtr<IDBKey> createString(const String& string)
String            123 Source/modules/indexeddb/IDBKey.h     const String& string() const
String            151 Source/modules/indexeddb/IDBKey.h     explicit IDBKey(const String& value) : m_type(StringType), m_string(value), m_number(0) { }
String            158 Source/modules/indexeddb/IDBKey.h     const String m_string;
String             47 Source/modules/indexeddb/IDBKeyPath.cpp     explicit IDBKeyPathLexer(const String& s)
String             63 Source/modules/indexeddb/IDBKeyPath.cpp     const String& currentElement() { return m_currentElement; }
String             66 Source/modules/indexeddb/IDBKeyPath.cpp     TokenType lex(String&);
String             67 Source/modules/indexeddb/IDBKeyPath.cpp     TokenType lexIdentifier(String&);
String             68 Source/modules/indexeddb/IDBKeyPath.cpp     String m_currentElement;
String             69 Source/modules/indexeddb/IDBKeyPath.cpp     const String m_string;
String             75 Source/modules/indexeddb/IDBKeyPath.cpp IDBKeyPathLexer::TokenType IDBKeyPathLexer::lex(String& element)
String            110 Source/modules/indexeddb/IDBKeyPath.cpp IDBKeyPathLexer::TokenType IDBKeyPathLexer::lexIdentifier(String& element)
String            125 Source/modules/indexeddb/IDBKeyPath.cpp bool IDBIsValidKeyPath(const String& keyPath)
String            128 Source/modules/indexeddb/IDBKeyPath.cpp     Vector<String> keyPathElements;
String            133 Source/modules/indexeddb/IDBKeyPath.cpp void IDBParseKeyPath(const String& keyPath, Vector<String>& elements, IDBKeyPathParseError& error)
String            161 Source/modules/indexeddb/IDBKeyPath.cpp             String element = lexer.currentElement();
String            196 Source/modules/indexeddb/IDBKeyPath.cpp IDBKeyPath::IDBKeyPath(const String& string)
String            203 Source/modules/indexeddb/IDBKeyPath.cpp IDBKeyPath::IDBKeyPath(const Vector<String>& array)
String             41 Source/modules/indexeddb/IDBKeyPath.h void IDBParseKeyPath(const String&, Vector<String>&, IDBKeyPathParseError&);
String             46 Source/modules/indexeddb/IDBKeyPath.h     explicit IDBKeyPath(const String&);
String             47 Source/modules/indexeddb/IDBKeyPath.h     explicit IDBKeyPath(const Vector<String>& array);
String             57 Source/modules/indexeddb/IDBKeyPath.h     const Vector<String>& array() const
String             63 Source/modules/indexeddb/IDBKeyPath.h     const String& string() const
String             75 Source/modules/indexeddb/IDBKeyPath.h     String m_string;
String             76 Source/modules/indexeddb/IDBKeyPath.h     Vector<String> m_array;
String             40 Source/modules/indexeddb/IDBKeyPathTest.cpp void checkKeyPath(const String& keyPath, const Vector<String>& expected, int parserError)
String             47 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> keyPathElements;
String             59 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String             60 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("");
String             66 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String             67 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("foo");
String             68 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("foo"));
String             74 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String             75 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("foo.bar.baz");
String             76 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("foo"));
String             77 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("bar"));
String             78 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("baz"));
String             84 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String             85 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath(" ");
String             91 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String             92 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("+foo.bar.baz");
String             98 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String             99 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("foo bar baz");
String            100 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("foo"));
String            106 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String            107 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("foo .bar .baz");
String            108 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("foo"));
String            114 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String            115 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("foo. bar. baz");
String            116 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("foo"));
String            122 Source/modules/indexeddb/IDBKeyPathTest.cpp     Vector<String> expected;
String            123 Source/modules/indexeddb/IDBKeyPathTest.cpp     String keyPath("foo..bar..baz");
String            124 Source/modules/indexeddb/IDBKeyPathTest.cpp     expected.append(String("foo"));
String             41 Source/modules/indexeddb/IDBMetadata.h     IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry)
String             47 Source/modules/indexeddb/IDBMetadata.h     String name;
String             58 Source/modules/indexeddb/IDBMetadata.h     IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId)
String             66 Source/modules/indexeddb/IDBMetadata.h     String name;
String             91 Source/modules/indexeddb/IDBMetadata.h     IDBDatabaseMetadata(const String& name, int64_t id, const String& version, int64_t intVersion, int64_t maxObjectStoreId)
String            100 Source/modules/indexeddb/IDBMetadata.h     String name;
String            102 Source/modules/indexeddb/IDBMetadata.h     String version;
String            365 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionState& exceptionState)
String            376 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, bool unique, bool multiEntry, ExceptionState& exceptionState)
String            438 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBIndex> IDBObjectStore::index(const String& name, ExceptionState& exceptionState)
String            475 Source/modules/indexeddb/IDBObjectStore.cpp void IDBObjectStore::deleteIndex(const String& name, ExceptionState& exceptionState)
String            511 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBRequest> IDBObjectStore::openCursor(ExecutionContext* context, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
String            547 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBRequest> IDBObjectStore::openKeyCursor(ExecutionContext* context, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
String            611 Source/modules/indexeddb/IDBObjectStore.cpp int64_t IDBObjectStore::findIndexId(const String& name) const
String             62 Source/modules/indexeddb/IDBObjectStore.h     const String& name() const { return m_metadata.name; }
String             68 Source/modules/indexeddb/IDBObjectStore.h     PassRefPtr<IDBRequest> openCursor(ExecutionContext*, const ScriptValue& range, const String& direction, ExceptionState&);
String             69 Source/modules/indexeddb/IDBObjectStore.h     PassRefPtr<IDBRequest> openKeyCursor(ExecutionContext*, const ScriptValue& range, const String& direction, ExceptionState&);
String             76 Source/modules/indexeddb/IDBObjectStore.h     PassRefPtr<IDBIndex> createIndex(ExecutionContext* context, const String& name, const String& keyPath, const Dictionary& options, ExceptionState& exceptionState) { return createIndex(context, name, IDBKeyPath(keyPath), options, exceptionState); }
String             77 Source/modules/indexeddb/IDBObjectStore.h     PassRefPtr<IDBIndex> createIndex(ExecutionContext* context, const String& name, const Vector<String>& keyPath, const Dictionary& options, ExceptionState& exceptionState) { return createIndex(context, name, IDBKeyPath(keyPath), options, exceptionState); }
String             78 Source/modules/indexeddb/IDBObjectStore.h     PassRefPtr<IDBIndex> index(const String& name, ExceptionState&);
String             79 Source/modules/indexeddb/IDBObjectStore.h     void deleteIndex(const String& name, ExceptionState&);
String            104 Source/modules/indexeddb/IDBObjectStore.h     PassRefPtr<IDBIndex> createIndex(ExecutionContext*, const String& name, const IDBKeyPath&, const Dictionary&, ExceptionState&);
String            105 Source/modules/indexeddb/IDBObjectStore.h     PassRefPtr<IDBIndex> createIndex(ExecutionContext*, const String& name, const IDBKeyPath&, bool unique, bool multiEntry, ExceptionState&);
String            108 Source/modules/indexeddb/IDBObjectStore.h     int64_t findIndexId(const String& name) const;
String            109 Source/modules/indexeddb/IDBObjectStore.h     bool containsIndex(const String& name) const
String             77 Source/modules/indexeddb/IDBOpenDBRequest.cpp void IDBOpenDBRequest::onUpgradeNeeded(int64_t oldVersion, PassOwnPtr<WebIDBDatabase> backend, const IDBDatabaseMetadata& metadata, blink::WebIDBDataLoss dataLoss, String dataLossMessage)
String             44 Source/modules/indexeddb/IDBOpenDBRequest.h     virtual void onUpgradeNeeded(int64_t oldVersion, PassOwnPtr<blink::WebIDBDatabase>, const IDBDatabaseMetadata&, blink::WebIDBDataLoss, String dataLossMessage) OVERRIDE;
String            111 Source/modules/indexeddb/IDBRequest.cpp const String& IDBRequest::readyState() const
String            230 Source/modules/indexeddb/IDBRequest.cpp void IDBRequest::onSuccess(const Vector<String>& stringList)
String             89 Source/modules/indexeddb/IDBRequest.h     const String& readyState() const;
String             99 Source/modules/indexeddb/IDBRequest.h     virtual void onSuccess(const Vector<String>&);
String            110 Source/modules/indexeddb/IDBRequest.h     virtual void onUpgradeNeeded(int64_t oldVersion, PassOwnPtr<blink::WebIDBDatabase>, const IDBDatabaseMetadata&, blink::WebIDBDataLoss, String dataLossMessage) { ASSERT_NOT_REACHED(); }
String             99 Source/modules/indexeddb/IDBRequestTest.cpp     request->onSuccess(Vector<String>());
String            163 Source/modules/indexeddb/IDBRequestTest.cpp         request->onUpgradeNeeded(oldVersion, backend.release(), metadata, blink::WebIDBDataLossNone, String());
String             46 Source/modules/indexeddb/IDBTransaction.cpp PassRefPtr<IDBTransaction> IDBTransaction::create(ExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, WebIDBDatabase::TransactionMode mode, IDBDatabase* db)
String             56 Source/modules/indexeddb/IDBTransaction.cpp     RefPtr<IDBTransaction> transaction(adoptRef(new IDBTransaction(context, id, Vector<String>(), WebIDBDatabase::TransactionVersionChange, db, openDBRequest, previousMetadata)));
String             79 Source/modules/indexeddb/IDBTransaction.cpp IDBTransaction::IDBTransaction(ExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, WebIDBDatabase::TransactionMode mode, IDBDatabase* db, IDBOpenDBRequest* openDBRequest, const IDBDatabaseMetadata& previousMetadata)
String            110 Source/modules/indexeddb/IDBTransaction.cpp const String& IDBTransaction::mode() const
String            127 Source/modules/indexeddb/IDBTransaction.cpp PassRefPtr<IDBObjectStore> IDBTransaction::objectStore(const String& name, ExceptionState& exceptionState)
String            157 Source/modules/indexeddb/IDBTransaction.cpp void IDBTransaction::objectStoreCreated(const String& name, PassRefPtr<IDBObjectStore> prpObjectStore)
String            166 Source/modules/indexeddb/IDBTransaction.cpp void IDBTransaction::objectStoreDeleted(const String& name)
String            299 Source/modules/indexeddb/IDBTransaction.cpp WebIDBDatabase::TransactionMode IDBTransaction::stringToMode(const String& modeString, ExceptionState& exceptionState)
String             56 Source/modules/indexeddb/IDBTransaction.h     static PassRefPtr<IDBTransaction> create(ExecutionContext*, int64_t, const Vector<String>& objectStoreNames, blink::WebIDBDatabase::TransactionMode, IDBDatabase*);
String             64 Source/modules/indexeddb/IDBTransaction.h     static blink::WebIDBDatabase::TransactionMode stringToMode(const String&, ExceptionState&);
String             76 Source/modules/indexeddb/IDBTransaction.h     const String& mode() const;
String             79 Source/modules/indexeddb/IDBTransaction.h     PassRefPtr<IDBObjectStore> objectStore(const String& name, ExceptionState&);
String             84 Source/modules/indexeddb/IDBTransaction.h     void objectStoreCreated(const String&, PassRefPtr<IDBObjectStore>);
String             85 Source/modules/indexeddb/IDBTransaction.h     void objectStoreDeleted(const String&);
String            108 Source/modules/indexeddb/IDBTransaction.h     IDBTransaction(ExecutionContext*, int64_t, const Vector<String>&, blink::WebIDBDatabase::TransactionMode, IDBDatabase*, IDBOpenDBRequest*, const IDBDatabaseMetadata&);
String            121 Source/modules/indexeddb/IDBTransaction.h     const Vector<String> m_objectStoreNames;
String             98 Source/modules/indexeddb/IDBTransactionTest.cpp     const Vector<String> transactionScope;
String            125 Source/modules/indexeddb/IDBTransactionTest.cpp     const Vector<String> transactionScope;
String             45 Source/modules/indexeddb/IDBVersionChangeEvent.cpp IDBVersionChangeEvent::IDBVersionChangeEvent(const AtomicString& eventType, unsigned long long oldVersion, const Nullable<unsigned long long>& newVersion, blink::WebIDBDataLoss dataLoss, const String& dataLossMessage)
String             54 Source/modules/indexeddb/IDBVersionChangeEvent.h     static PassRefPtrWillBeRawPtr<IDBVersionChangeEvent> create(const AtomicString& eventType, unsigned long long oldVersion, const Nullable<unsigned long long>& newVersion, blink::WebIDBDataLoss dataLoss = blink::WebIDBDataLossNone, const String& dataLossMessage = String())
String             67 Source/modules/indexeddb/IDBVersionChangeEvent.h     const String& dataLossMessage() const { return m_dataLossMessage; }
String             75 Source/modules/indexeddb/IDBVersionChangeEvent.h     IDBVersionChangeEvent(const AtomicString& eventType, unsigned long long oldVersion, const Nullable<unsigned long long>& newVersion, blink::WebIDBDataLoss, const String& dataLoss);
String             81 Source/modules/indexeddb/IDBVersionChangeEvent.h     String m_dataLossMessage;
String             92 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     static PassRefPtr<GetDatabaseNamesCallback> create(PassRefPtr<RequestDatabaseNamesCallback> requestCallback, const String& securityOrigin)
String            121 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         RefPtr<TypeBuilder::Array<String> > databaseNames = TypeBuilder::Array<String>::create();
String            128 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     GetDatabaseNamesCallback(PassRefPtr<RequestDatabaseNamesCallback> requestCallback, const String& securityOrigin)
String            133 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     String m_securityOrigin;
String            141 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     void start(IDBFactory*, SecurityOrigin*, const String& databaseName);
String            190 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp void ExecutableWithDatabase::start(IDBFactory* idbFactory, SecurityOrigin*, const String& databaseName)
String            202 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp static PassRefPtr<IDBTransaction> transactionForDatabase(ExecutionContext* executionContext, IDBDatabase* idbDatabase, const String& objectStoreName, const String& mode = IDBTransaction::modeReadOnly())
String            211 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp static PassRefPtr<IDBObjectStore> objectStoreForTransaction(IDBTransaction* idbTransaction, const String& objectStoreName)
String            220 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp static PassRefPtr<IDBIndex> indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName)
String            237 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         keyPath = KeyPath::create().setType(KeyPath::Type::String);
String            242 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         RefPtr<TypeBuilder::Array<String> > array = TypeBuilder::Array<String>::create();
String            243 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         const Vector<String>& stringArray = idbKeyPath.array();
String            319 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     String type;
String            323 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     DEFINE_STATIC_LOCAL(String, number, ("number"));
String            324 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     DEFINE_STATIC_LOCAL(String, string, ("string"));
String            325 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     DEFINE_STATIC_LOCAL(String, date, ("date"));
String            326 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     DEFINE_STATIC_LOCAL(String, array, ("array"));
String            334 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         String string;
String            482 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     static PassRefPtr<DataLoader> create(ExecutionContext* context, PassRefPtr<RequestDataCallback> requestCallback, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize)
String            523 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     DataLoader(ExecutionContext* executionContext, PassRefPtr<RequestDataCallback> requestCallback, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize)
String            532 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     String m_objectStoreName;
String            533 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     String m_indexName;
String            539 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp LocalFrame* findFrameWithSecurityOrigin(Page* page, const String& securityOrigin)
String            615 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp void InspectorIndexedDBAgent::requestDatabaseNames(ErrorString* errorString, const String& securityOrigin, PassRefPtr<RequestDatabaseNamesCallback> requestCallback)
String            641 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp void InspectorIndexedDBAgent::requestDatabase(ErrorString* errorString, const String& securityOrigin, const String& databaseName, PassRefPtr<RequestDatabaseCallback> requestCallback)
String            662 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp void InspectorIndexedDBAgent::requestData(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback> requestCallback)
String            728 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     static PassRefPtr<ClearObjectStore> create(ExecutionContext* context, const String& objectStoreName, PassRefPtr<ClearObjectStoreCallback> requestCallback)
String            733 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     ClearObjectStore(ExecutionContext* context, const String& objectStoreName, PassRefPtr<ClearObjectStoreCallback> requestCallback)
String            761 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             m_requestCallback->sendFailure(String::format("Could not clear object store '%s': %d", m_objectStoreName.utf8().data(), ec));
String            769 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     const String m_objectStoreName;
String            773 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp void InspectorIndexedDBAgent::clearObjectStore(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, PassRefPtr<ClearObjectStoreCallback> requestCallback)
String             42 Source/modules/indexeddb/InspectorIndexedDBAgent.h typedef String ErrorString;
String             56 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void requestDatabaseNames(ErrorString*, const String& securityOrigin, PassRefPtr<RequestDatabaseNamesCallback>) OVERRIDE;
String             57 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void requestDatabase(ErrorString*, const String& securityOrigin, const String& databaseName, PassRefPtr<RequestDatabaseCallback>) OVERRIDE;
String             58 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback>) OVERRIDE;
String             59 Source/modules/indexeddb/InspectorIndexedDBAgent.h     virtual void clearObjectStore(ErrorString*, const String& in_securityOrigin, const String& in_databaseName, const String& in_objectStoreName, PassRefPtr<ClearObjectStoreCallback>) OVERRIDE;
String             75 Source/modules/indexeddb/WebIDBCallbacksImpl.cpp     Vector<String> stringList;
String             73 Source/modules/mediasource/MediaSource.cpp SourceBuffer* MediaSource::addSourceBuffer(const String& type, ExceptionState& exceptionState)
String            101 Source/modules/mediasource/MediaSource.cpp     Vector<String> codecs = contentType.codecs();
String            200 Source/modules/mediasource/MediaSource.cpp bool MediaSource::isTypeSupported(const String& type)
String            211 Source/modules/mediasource/MediaSource.cpp     String codecs = contentType.parameter("codecs");
String             52 Source/modules/mediasource/MediaSource.h     SourceBuffer* addSourceBuffer(const String& type, ExceptionState&);
String             54 Source/modules/mediasource/MediaSource.h     static bool isTypeSupported(const String& type);
String            311 Source/modules/mediasource/MediaSourceBase.cpp PassOwnPtr<WebSourceBuffer> MediaSourceBase::createWebSourceBuffer(const String& type, const Vector<String>& codecs, ExceptionState& exceptionState)
String            101 Source/modules/mediasource/MediaSourceBase.h     PassOwnPtr<blink::WebSourceBuffer> createWebSourceBuffer(const String& type, const Vector<String>& codecs, ExceptionState&);
String             60 Source/modules/mediasource/MediaSourceRegistry.cpp     WillBePersistentHeapHashMap<String, RefPtrWillBeMember<MediaSourceBase> >::iterator iter = m_mediaSources.find(url.string());
String             69 Source/modules/mediasource/MediaSourceRegistry.cpp URLRegistrable* MediaSourceRegistry::lookup(const String& url)
String             53 Source/modules/mediasource/MediaSourceRegistry.h     virtual URLRegistrable* lookup(const String&) OVERRIDE;
String             57 Source/modules/mediasource/MediaSourceRegistry.h     WillBePersistentHeapHashMap<String, RefPtrWillBeMember<MediaSourceBase> > m_mediaSources;
String            264 Source/modules/mediasource/SourceBuffer.cpp         exceptionState.throwDOMException(InvalidAccessError, "The value provided ('" + String::number(end) + "') is less than or equal to the minimum value (" + String::number(m_appendWindowStart) + ").");
String            355 Source/modules/mediasource/SourceBuffer.cpp         exceptionState.throwDOMException(InvalidAccessError, "The end value provided (" + String::number(end) + ") must be greater than the start value provided (" + String::number(start) + ").");
String             40 Source/modules/mediasource/URLMediaSource.cpp String URLMediaSource::createObjectURL(ExecutionContext* executionContext, MediaSourceBase* source)
String             46 Source/modules/mediasource/URLMediaSource.cpp         return String();
String             43 Source/modules/mediasource/URLMediaSource.h     static String createObjectURL(ExecutionContext*, MediaSourceBase*);
String             75 Source/modules/mediasource/WebKitMediaSource.cpp WebKitSourceBuffer* WebKitMediaSource::addSourceBuffer(const String& type, ExceptionState& exceptionState)
String            101 Source/modules/mediasource/WebKitMediaSource.cpp     Vector<String> codecs = contentType.codecs();
String            194 Source/modules/mediasource/WebKitMediaSource.cpp bool WebKitMediaSource::isTypeSupported(const String& type)
String            203 Source/modules/mediasource/WebKitMediaSource.cpp     String codecs = contentType.parameter("codecs");
String             52 Source/modules/mediasource/WebKitMediaSource.h     WebKitSourceBuffer* addSourceBuffer(const String& type, ExceptionState&);
String             54 Source/modules/mediasource/WebKitMediaSource.h     static bool isTypeSupported(const String& type);
String             51 Source/modules/mediastream/MediaConstraintsImpl.cpp     Vector<String> names;
String             54 Source/modules/mediastream/MediaConstraintsImpl.cpp     String mandatoryName("mandatory");
String             55 Source/modules/mediastream/MediaConstraintsImpl.cpp     String optionalName("optional");
String             57 Source/modules/mediastream/MediaConstraintsImpl.cpp     for (Vector<String>::iterator it = names.begin(); it != names.end(); ++it) {
String             69 Source/modules/mediastream/MediaConstraintsImpl.cpp         HashMap<String, String> mandatoryConstraintsHashMap;
String             74 Source/modules/mediastream/MediaConstraintsImpl.cpp         HashMap<String, String>::const_iterator iter = mandatoryConstraintsHashMap.begin();
String             96 Source/modules/mediastream/MediaConstraintsImpl.cpp             Vector<String> localNames;
String            100 Source/modules/mediastream/MediaConstraintsImpl.cpp             String key = localNames[0];
String            101 Source/modules/mediastream/MediaConstraintsImpl.cpp             String value;
String             44 Source/modules/mediastream/MediaDeviceInfo.cpp String MediaDeviceInfo::deviceId() const
String             49 Source/modules/mediastream/MediaDeviceInfo.cpp String MediaDeviceInfo::kind() const
String             61 Source/modules/mediastream/MediaDeviceInfo.cpp     return String();
String             64 Source/modules/mediastream/MediaDeviceInfo.cpp String MediaDeviceInfo::label() const
String             69 Source/modules/mediastream/MediaDeviceInfo.cpp String MediaDeviceInfo::groupId() const
String             40 Source/modules/mediastream/MediaDeviceInfo.h     String deviceId() const;
String             41 Source/modules/mediastream/MediaDeviceInfo.h     String kind() const;
String             42 Source/modules/mediastream/MediaDeviceInfo.h     String label() const;
String             43 Source/modules/mediastream/MediaDeviceInfo.h     String groupId() const;
String            238 Source/modules/mediastream/MediaStream.cpp MediaStreamTrack* MediaStream::getTrackById(String id)
String             53 Source/modules/mediastream/MediaStream.h     String label() const { return m_descriptor->id(); }
String             55 Source/modules/mediastream/MediaStream.h     String id() const { return m_descriptor->id(); }
String             59 Source/modules/mediastream/MediaStream.h     MediaStreamTrack* getTrackById(String);
String             56 Source/modules/mediastream/MediaStreamRegistry.cpp bool MediaStreamRegistry::contains(const String& url)
String             62 Source/modules/mediastream/MediaStreamRegistry.cpp MediaStreamDescriptor* MediaStreamRegistry::lookupMediaStreamDescriptor(const String& url)
String             47 Source/modules/mediastream/MediaStreamRegistry.h     virtual bool contains(const String&) OVERRIDE;
String             49 Source/modules/mediastream/MediaStreamRegistry.h     MediaStreamDescriptor* lookupMediaStreamDescriptor(const String& url);
String             53 Source/modules/mediastream/MediaStreamRegistry.h     HashMap<String, RefPtr<MediaStreamDescriptor> > m_streamDescriptors;
String             64 Source/modules/mediastream/MediaStreamTrack.cpp String MediaStreamTrack::kind() const
String             66 Source/modules/mediastream/MediaStreamTrack.cpp     DEFINE_STATIC_LOCAL(String, audioKind, ("audio"));
String             67 Source/modules/mediastream/MediaStreamTrack.cpp     DEFINE_STATIC_LOCAL(String, videoKind, ("video"));
String             80 Source/modules/mediastream/MediaStreamTrack.cpp String MediaStreamTrack::id() const
String             85 Source/modules/mediastream/MediaStreamTrack.cpp String MediaStreamTrack::label() const
String            106 Source/modules/mediastream/MediaStreamTrack.cpp String MediaStreamTrack::readyState() const
String            121 Source/modules/mediastream/MediaStreamTrack.cpp     return String();
String             60 Source/modules/mediastream/MediaStreamTrack.h     String kind() const;
String             61 Source/modules/mediastream/MediaStreamTrack.h     String id() const;
String             62 Source/modules/mediastream/MediaStreamTrack.h     String label() const;
String             67 Source/modules/mediastream/MediaStreamTrack.h     String readyState() const;
String             37 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp PassRefPtr<MediaStreamTrackSourcesRequestImpl> MediaStreamTrackSourcesRequestImpl::create(const String& origin, PassOwnPtr<MediaStreamTrackSourcesCallback> callback)
String             42 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp MediaStreamTrackSourcesRequestImpl::MediaStreamTrackSourcesRequestImpl(const String& origin, PassOwnPtr<MediaStreamTrackSourcesCallback> callback)
String             46 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h     static PassRefPtr<MediaStreamTrackSourcesRequestImpl> create(const String&, PassOwnPtr<MediaStreamTrackSourcesCallback>);
String             49 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h     virtual String origin() { return m_origin; }
String             53 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h     MediaStreamTrackSourcesRequestImpl(const String&, PassOwnPtr<MediaStreamTrackSourcesCallback>);
String             58 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h     String m_origin;
String             36 Source/modules/mediastream/NavigatorUserMediaError.cpp PassRefPtr<NavigatorUserMediaError> NavigatorUserMediaError::create(Name name, const String& message, const String& constraintName)
String             38 Source/modules/mediastream/NavigatorUserMediaError.cpp     String nameString;
String             42 Source/modules/mediastream/NavigatorUserMediaError.h     static PassRefPtr<NavigatorUserMediaError> create(Name, const String& message, const String& constraintName);
String             44 Source/modules/mediastream/NavigatorUserMediaError.h     static PassRefPtr<NavigatorUserMediaError> create(const String& name, const String& message, const String& constraintName)
String             49 Source/modules/mediastream/NavigatorUserMediaError.h     String name() const { return m_name; }
String             50 Source/modules/mediastream/NavigatorUserMediaError.h     const String& message() const { return m_message; }
String             51 Source/modules/mediastream/NavigatorUserMediaError.h     const String& constraintName() const { return m_constraintName; }
String             54 Source/modules/mediastream/NavigatorUserMediaError.h     NavigatorUserMediaError(const String& name, const String& message, const String& constraintName)
String             61 Source/modules/mediastream/NavigatorUserMediaError.h     String m_name;
String             62 Source/modules/mediastream/NavigatorUserMediaError.h     String m_message;
String             63 Source/modules/mediastream/NavigatorUserMediaError.h     String m_constraintName;
String             88 Source/modules/mediastream/RTCDTMFSender.cpp String RTCDTMFSender::toneBuffer() const
String             93 Source/modules/mediastream/RTCDTMFSender.cpp void RTCDTMFSender::insertDTMF(const String& tones, ExceptionState& exceptionState)
String             98 Source/modules/mediastream/RTCDTMFSender.cpp void RTCDTMFSender::insertDTMF(const String& tones, long duration, ExceptionState& exceptionState)
String            103 Source/modules/mediastream/RTCDTMFSender.cpp void RTCDTMFSender::insertDTMF(const String& tones, long duration, long interToneGap, ExceptionState& exceptionState)
String             54 Source/modules/mediastream/RTCDTMFSender.h     String toneBuffer() const;
String             58 Source/modules/mediastream/RTCDTMFSender.h     void insertDTMF(const String& tones, ExceptionState&);
String             59 Source/modules/mediastream/RTCDTMFSender.h     void insertDTMF(const String& tones, long duration, ExceptionState&);
String             60 Source/modules/mediastream/RTCDTMFSender.h     void insertDTMF(const String& tones, long duration, long interToneGap, ExceptionState&);
String             36 Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> RTCDTMFToneChangeEvent::create(const String& tone)
String             52 Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp RTCDTMFToneChangeEvent::RTCDTMFToneChangeEvent(const String& tone)
String             70 Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp const String& RTCDTMFToneChangeEvent::tone() const
String             35 Source/modules/mediastream/RTCDTMFToneChangeEvent.h     String tone;
String             43 Source/modules/mediastream/RTCDTMFToneChangeEvent.h     static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const String& tone);
String             46 Source/modules/mediastream/RTCDTMFToneChangeEvent.h     const String& tone() const;
String             54 Source/modules/mediastream/RTCDTMFToneChangeEvent.h     explicit RTCDTMFToneChangeEvent(const String& tone);
String             57 Source/modules/mediastream/RTCDTMFToneChangeEvent.h     String m_tone;
String             61 Source/modules/mediastream/RTCDataChannel.cpp PassRefPtr<RTCDataChannel> RTCDataChannel::create(ExecutionContext* context, blink::WebRTCPeerConnectionHandler* peerConnectionHandler, const String& label, const blink::WebRTCDataChannelInit& init, ExceptionState& exceptionState)
String             87 Source/modules/mediastream/RTCDataChannel.cpp String RTCDataChannel::label() const
String            112 Source/modules/mediastream/RTCDataChannel.cpp String RTCDataChannel::protocol() const
String            127 Source/modules/mediastream/RTCDataChannel.cpp String RTCDataChannel::readyState() const
String            141 Source/modules/mediastream/RTCDataChannel.cpp     return String();
String            149 Source/modules/mediastream/RTCDataChannel.cpp String RTCDataChannel::binaryType() const
String            158 Source/modules/mediastream/RTCDataChannel.cpp     return String();
String            161 Source/modules/mediastream/RTCDataChannel.cpp void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& exceptionState)
String            171 Source/modules/mediastream/RTCDataChannel.cpp void RTCDataChannel::send(const String& data, ExceptionState& exceptionState)
String             51 Source/modules/mediastream/RTCDataChannel.h     static PassRefPtr<RTCDataChannel> create(ExecutionContext*, blink::WebRTCPeerConnectionHandler*, const String& label, const blink::WebRTCDataChannelInit&, ExceptionState&);
String             54 Source/modules/mediastream/RTCDataChannel.h     String label() const;
String             62 Source/modules/mediastream/RTCDataChannel.h     String protocol() const;
String             65 Source/modules/mediastream/RTCDataChannel.h     String readyState() const;
String             68 Source/modules/mediastream/RTCDataChannel.h     String binaryType() const;
String             69 Source/modules/mediastream/RTCDataChannel.h     void setBinaryType(const String&, ExceptionState&);
String             71 Source/modules/mediastream/RTCDataChannel.h     void send(const String&, ExceptionState&);
String             41 Source/modules/mediastream/RTCErrorCallback.h     virtual void handleEvent(const String& errorInformation) = 0;
String             44 Source/modules/mediastream/RTCIceCandidate.cpp     String candidate;
String             51 Source/modules/mediastream/RTCIceCandidate.cpp     String sdpMid;
String             71 Source/modules/mediastream/RTCIceCandidate.cpp String RTCIceCandidate::candidate() const
String             76 Source/modules/mediastream/RTCIceCandidate.cpp String RTCIceCandidate::sdpMid() const
String             91 Source/modules/mediastream/RTCIceCandidate.cpp void RTCIceCandidate::setCandidate(String candidate)
String             96 Source/modules/mediastream/RTCIceCandidate.cpp void RTCIceCandidate::setSdpMid(String sdpMid)
String             51 Source/modules/mediastream/RTCIceCandidate.h     String candidate() const;
String             52 Source/modules/mediastream/RTCIceCandidate.h     void setCandidate(String);
String             53 Source/modules/mediastream/RTCIceCandidate.h     String sdpMid() const;
String             54 Source/modules/mediastream/RTCIceCandidate.h     void setSdpMid(String);
String            116 Source/modules/mediastream/RTCPeerConnection.cpp         Vector<String> names;
String            119 Source/modules/mediastream/RTCPeerConnection.cpp         Vector<String> urlStrings;
String            122 Source/modules/mediastream/RTCPeerConnection.cpp                 String urlString;
String            131 Source/modules/mediastream/RTCPeerConnection.cpp             String urlString;
String            143 Source/modules/mediastream/RTCPeerConnection.cpp         String username, credential;
String            147 Source/modules/mediastream/RTCPeerConnection.cpp         for (Vector<String>::iterator iter = urlStrings.begin(); iter != urlStrings.end(); ++iter) {
String            346 Source/modules/mediastream/RTCPeerConnection.cpp String RTCPeerConnection::signalingState() const
String            364 Source/modules/mediastream/RTCPeerConnection.cpp     return String();
String            367 Source/modules/mediastream/RTCPeerConnection.cpp String RTCPeerConnection::iceGatheringState() const
String            379 Source/modules/mediastream/RTCPeerConnection.cpp     return String();
String            382 Source/modules/mediastream/RTCPeerConnection.cpp String RTCPeerConnection::iceConnectionState() const
String            402 Source/modules/mediastream/RTCPeerConnection.cpp     return String();
String            461 Source/modules/mediastream/RTCPeerConnection.cpp MediaStream* RTCPeerConnection::getStreamById(const String& streamId)
String            483 Source/modules/mediastream/RTCPeerConnection.cpp PassRefPtr<RTCDataChannel> RTCPeerConnection::createDataChannel(String label, const Dictionary& options, ExceptionState& exceptionState)
String            500 Source/modules/mediastream/RTCPeerConnection.cpp     String protocolString;
String            511 Source/modules/mediastream/RTCPeerConnection.cpp bool RTCPeerConnection::hasLocalStreamWithTrackId(const String& trackId)
String             75 Source/modules/mediastream/RTCPeerConnection.h     String signalingState() const;
String             84 Source/modules/mediastream/RTCPeerConnection.h     String iceGatheringState() const;
String             86 Source/modules/mediastream/RTCPeerConnection.h     String iceConnectionState() const;
String             92 Source/modules/mediastream/RTCPeerConnection.h     MediaStream* getStreamById(const String& streamId);
String            100 Source/modules/mediastream/RTCPeerConnection.h     PassRefPtr<RTCDataChannel> createDataChannel(String label, const Dictionary& dataChannelDict, ExceptionState&);
String            140 Source/modules/mediastream/RTCPeerConnection.h     bool hasLocalStreamWithTrackId(const String& trackId);
String             41 Source/modules/mediastream/RTCSessionDescription.cpp static bool verifyType(const String& type)
String             46 Source/modules/mediastream/RTCSessionDescription.cpp static String constructIllegalTypeExceptionMessage(const String& type)
String             53 Source/modules/mediastream/RTCSessionDescription.cpp     String type;
String             60 Source/modules/mediastream/RTCSessionDescription.cpp     String sdp;
String             77 Source/modules/mediastream/RTCSessionDescription.cpp String RTCSessionDescription::type()
String             82 Source/modules/mediastream/RTCSessionDescription.cpp void RTCSessionDescription::setType(const String& type, ExceptionState& exceptionState)
String             90 Source/modules/mediastream/RTCSessionDescription.cpp String RTCSessionDescription::sdp()
String             95 Source/modules/mediastream/RTCSessionDescription.cpp void RTCSessionDescription::setSdp(const String& sdp)
String             50 Source/modules/mediastream/RTCSessionDescription.h     String type();
String             51 Source/modules/mediastream/RTCSessionDescription.h     void setType(const String&, ExceptionState&);
String             53 Source/modules/mediastream/RTCSessionDescription.h     String sdp();
String             54 Source/modules/mediastream/RTCSessionDescription.h     void setSdp(const String&);
String             72 Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp void RTCSessionDescriptionRequestImpl::requestFailed(const String& error)
String             55 Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h     virtual void requestFailed(const String& error) OVERRIDE;
String             33 Source/modules/mediastream/RTCStatsReport.cpp PassRefPtr<RTCStatsReport> RTCStatsReport::create(const String& id, const String& type, double timestamp)
String             38 Source/modules/mediastream/RTCStatsReport.cpp RTCStatsReport::RTCStatsReport(const String& id, const String& type, double timestamp)
String             46 Source/modules/mediastream/RTCStatsReport.cpp Vector<String> RTCStatsReport::names() const
String             48 Source/modules/mediastream/RTCStatsReport.cpp     Vector<String> result;
String             49 Source/modules/mediastream/RTCStatsReport.cpp     for (HashMap<String, String>::const_iterator it = m_stats.begin(); it != m_stats.end(); ++it) {
String             65 Source/modules/mediastream/RTCStatsReport.cpp void RTCStatsReport::addStatistic(const String& name, const String& value)
String             40 Source/modules/mediastream/RTCStatsReport.h     static PassRefPtr<RTCStatsReport> create(const String& id, const String& type, double timestamp);
String             43 Source/modules/mediastream/RTCStatsReport.h     String id() { return m_id; }
String             44 Source/modules/mediastream/RTCStatsReport.h     String type() { return m_type; }
String             45 Source/modules/mediastream/RTCStatsReport.h     String stat(const String& name) { return m_stats.get(name); }
String             46 Source/modules/mediastream/RTCStatsReport.h     Vector<String> names() const;
String             53 Source/modules/mediastream/RTCStatsReport.h     void addStatistic(const String& name, const String& value);
String             56 Source/modules/mediastream/RTCStatsReport.h     RTCStatsReport(const String& id, const String& type, double timestamp);
String             58 Source/modules/mediastream/RTCStatsReport.h     String m_id;
String             59 Source/modules/mediastream/RTCStatsReport.h     String m_type;
String             61 Source/modules/mediastream/RTCStatsReport.h     HashMap<String, String> m_stats;
String             48 Source/modules/mediastream/RTCStatsResponse.cpp size_t RTCStatsResponse::addReport(String id, String type, double timestamp)
String             55 Source/modules/mediastream/RTCStatsResponse.cpp void RTCStatsResponse::addStatistic(size_t report, String name, String value)
String             45 Source/modules/mediastream/RTCStatsResponse.h     virtual size_t addReport(String id, String type, double timestamp) OVERRIDE;
String             46 Source/modules/mediastream/RTCStatsResponse.h     virtual void addStatistic(size_t report, String name, String value) OVERRIDE;
String             51 Source/modules/mediastream/RTCStatsResponse.h     HashMap<String, int> m_idmap;
String             67 Source/modules/mediastream/RTCVoidRequestImpl.cpp void RTCVoidRequestImpl::requestFailed(const String& error)
String             49 Source/modules/mediastream/RTCVoidRequestImpl.h     virtual void requestFailed(const String& error) OVERRIDE;
String             45 Source/modules/mediastream/SourceInfo.cpp String SourceInfo::id() const
String             50 Source/modules/mediastream/SourceInfo.cpp String SourceInfo::kind() const
String             62 Source/modules/mediastream/SourceInfo.cpp     return String();
String             65 Source/modules/mediastream/SourceInfo.cpp String SourceInfo::label() const
String             70 Source/modules/mediastream/SourceInfo.cpp String SourceInfo::facing() const
String             74 Source/modules/mediastream/SourceInfo.cpp         return String();
String             82 Source/modules/mediastream/SourceInfo.cpp     return String();
String             41 Source/modules/mediastream/SourceInfo.h     String id() const;
String             42 Source/modules/mediastream/SourceInfo.h     String kind() const;
String             43 Source/modules/mediastream/SourceInfo.h     String label() const;
String             44 Source/modules/mediastream/SourceInfo.h     String facing() const;
String             40 Source/modules/mediastream/URLMediaStream.cpp String URLMediaStream::createObjectURL(ExecutionContext* executionContext, MediaStream* stream)
String             46 Source/modules/mediastream/URLMediaStream.cpp         return String();
String             43 Source/modules/mediastream/URLMediaStream.h     static String createObjectURL(ExecutionContext*, MediaStream*);
String             50 Source/modules/mediastream/UserMediaRequest.cpp static blink::WebMediaConstraints parseOptions(const Dictionary& options, const String& mediaType, ExceptionState& exceptionState)
String            155 Source/modules/mediastream/UserMediaRequest.cpp void UserMediaRequest::failPermissionDenied(const String& message)
String            160 Source/modules/mediastream/UserMediaRequest.cpp     RefPtr<NavigatorUserMediaError> error = NavigatorUserMediaError::create(NavigatorUserMediaError::NamePermissionDenied, message, String());
String            164 Source/modules/mediastream/UserMediaRequest.cpp void UserMediaRequest::failConstraint(const String& constraintName, const String& message)
String            174 Source/modules/mediastream/UserMediaRequest.cpp void UserMediaRequest::failUASpecific(const String& name, const String& message, const String& constraintName)
String             63 Source/modules/mediastream/UserMediaRequest.h     void failPermissionDenied(const String& message);
String             64 Source/modules/mediastream/UserMediaRequest.h     void failConstraint(const String& constraintName, const String& message);
String             65 Source/modules/mediastream/UserMediaRequest.h     void failUASpecific(const String& name, const String& message, const String& constraintName);
String             40 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp static HashSet<String>* protocolWhitelist;
String             44 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     protocolWhitelist = new HashSet<String>;
String             70 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp static bool verifyCustomHandlerURL(const KURL& baseURL, const String& url, ExceptionState& exceptionState)
String             83 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     String newURL = url;
String             96 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp static bool isProtocolWhitelisted(const String& scheme)
String            103 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp static bool verifyProtocolHandlerScheme(const String& scheme, const String& method, ExceptionState& exceptionState)
String            136 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp void NavigatorContentUtils::registerProtocolHandler(Navigator& navigator, const String& scheme, const String& url, const String& title, ExceptionState& exceptionState)
String            157 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp static String customHandlersStateString(const NavigatorContentUtilsClient::CustomHandlersState state)
String            159 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     DEFINE_STATIC_LOCAL(const String, newHandler, ("new"));
String            160 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     DEFINE_STATIC_LOCAL(const String, registeredHandler, ("registered"));
String            161 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     DEFINE_STATIC_LOCAL(const String, declinedHandler, ("declined"));
String            173 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     return String();
String            176 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp String NavigatorContentUtils::isProtocolHandlerRegistered(Navigator& navigator, const String& scheme, const String& url, ExceptionState& exceptionState)
String            178 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     DEFINE_STATIC_LOCAL(const String, declined, ("declined"));
String            196 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp void NavigatorContentUtils::unregisterProtocolHandler(Navigator& navigator, const String& scheme, const String& url, ExceptionState& exceptionState)
String             48 Source/modules/navigatorcontentutils/NavigatorContentUtils.h     static void registerProtocolHandler(Navigator&, const String& scheme, const String& url, const String& title, ExceptionState&);
String             50 Source/modules/navigatorcontentutils/NavigatorContentUtils.h     static String isProtocolHandlerRegistered(Navigator&, const String& scheme, const String& url, ExceptionState&);
String             51 Source/modules/navigatorcontentutils/NavigatorContentUtils.h     static void unregisterProtocolHandler(Navigator&, const String& scheme, const String& url, ExceptionState&);
String             39 Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h     virtual void registerProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&, const String& title) = 0;
String             47 Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h     virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL& baseURL, const KURL&) = 0;
String             48 Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h     virtual void unregisterProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&) = 0;
String             43 Source/modules/notifications/Notification.cpp PassRefPtrWillBeRawPtr<Notification> Notification::create(ExecutionContext* context, const String& title, const Dictionary& options)
String             48 Source/modules/notifications/Notification.cpp     String argument;
String             67 Source/modules/notifications/Notification.cpp Notification::Notification(const String& title, ExecutionContext* context, NotificationClient* client)
String            142 Source/modules/notifications/Notification.cpp const String& Notification::permissionString(NotificationClient::Permission permission)
String            144 Source/modules/notifications/Notification.cpp     DEFINE_STATIC_LOCAL(const String, allowedPermission, ("granted"));
String            145 Source/modules/notifications/Notification.cpp     DEFINE_STATIC_LOCAL(const String, deniedPermission, ("denied"));
String            146 Source/modules/notifications/Notification.cpp     DEFINE_STATIC_LOCAL(const String, defaultPermission, ("default"));
String            161 Source/modules/notifications/Notification.cpp const String& Notification::permission(ExecutionContext* context)
String             56 Source/modules/notifications/Notification.h     static PassRefPtrWillBeRawPtr<Notification> create(ExecutionContext*, const String& title, const Dictionary& options);
String             72 Source/modules/notifications/Notification.h     String title() const { return m_title; }
String             73 Source/modules/notifications/Notification.h     String dir() const { return m_dir; }
String             74 Source/modules/notifications/Notification.h     String lang() const { return m_lang; }
String             75 Source/modules/notifications/Notification.h     String body() const { return m_body; }
String             76 Source/modules/notifications/Notification.h     String tag() const { return m_tag; }
String             77 Source/modules/notifications/Notification.h     String icon() const { return m_iconUrl; }
String             82 Source/modules/notifications/Notification.h     static const String& permissionString(NotificationClient::Permission);
String             83 Source/modules/notifications/Notification.h     static const String& permission(ExecutionContext*);
String             99 Source/modules/notifications/Notification.h     Notification(const String& title, ExecutionContext*, NotificationClient*);
String            108 Source/modules/notifications/Notification.h     void setDir(const String& dir) { m_dir = dir; }
String            109 Source/modules/notifications/Notification.h     void setLang(const String& lang) { m_lang = lang; }
String            110 Source/modules/notifications/Notification.h     void setBody(const String& body) { m_body = body; }
String            112 Source/modules/notifications/Notification.h     void setTag(const String& tag) { m_tag = tag; }
String            115 Source/modules/notifications/Notification.h     String m_title;
String            116 Source/modules/notifications/Notification.h     String m_dir;
String            117 Source/modules/notifications/Notification.h     String m_lang;
String            118 Source/modules/notifications/Notification.h     String m_body;
String            119 Source/modules/notifications/Notification.h     String m_tag;
String             36 Source/modules/notifications/NotificationPermissionCallback.h     virtual void handleEvent(const String& permission) = 0;
String             10 Source/modules/push_messaging/PushError.cpp String PushError::errorString(blink::WebPushError::ErrorType type)
String             19 Source/modules/push_messaging/PushError.cpp     return String();
String             28 Source/modules/push_messaging/PushError.h     static String errorString(blink::WebPushError::ErrorType);
String             29 Source/modules/push_messaging/PushManager.cpp ScriptPromise PushManager::registerPushMessaging(ExecutionContext* context, const String& senderId)
String             26 Source/modules/push_messaging/PushManager.h     ScriptPromise registerPushMessaging(ExecutionContext*, const String& senderId);
String             10 Source/modules/push_messaging/PushRegistration.cpp PushRegistration::PushRegistration(const String& pushEndpoint, const String& pushRegistrationId)
String             28 Source/modules/push_messaging/PushRegistration.h     const String& pushEndpoint() const { return m_pushEndpoint; }
String             29 Source/modules/push_messaging/PushRegistration.h     const String& pushRegistrationId() const { return m_pushRegistrationId; }
String             34 Source/modules/push_messaging/PushRegistration.h     PushRegistration(const String& pushEndpoint, const String& pushRegistrationId);
String             36 Source/modules/push_messaging/PushRegistration.h     String m_pushEndpoint;
String             37 Source/modules/push_messaging/PushRegistration.h     String m_pushRegistrationId;
String             61 Source/modules/quota/StorageQuota.cpp blink::WebStorageQuotaType stringToStorageQuotaType(const String& type)
String             78 Source/modules/quota/StorageQuota.cpp Vector<String> StorageQuota::supportedTypes() const
String             80 Source/modules/quota/StorageQuota.cpp     Vector<String> types;
String             86 Source/modules/quota/StorageQuota.cpp ScriptPromise StorageQuota::queryInfo(ExecutionContext* executionContext, String type)
String             52 Source/modules/quota/StorageQuota.h     Vector<String> supportedTypes() const;
String             54 Source/modules/quota/StorageQuota.h     ScriptPromise queryInfo(ExecutionContext*, String type);
String             16 Source/modules/serviceworkers/Cache.cpp PassRefPtr<Cache> Cache::create(const Vector<String>& urlStrings)
String             28 Source/modules/serviceworkers/Cache.cpp ScriptPromise Cache::match(ExecutionContext* executionContext, const String& urlString)
String             21 Source/modules/serviceworkers/Cache.h     static PassRefPtr<Cache> create(const Vector<String>& urlStrings);
String             24 Source/modules/serviceworkers/Cache.h     ScriptPromise match(ExecutionContext*, const String& urlString);
String             19 Source/modules/serviceworkers/RegistrationOptionList.h     String scope;
String             28 Source/modules/serviceworkers/Response.h     String statusText() { return m_statusText; }
String             29 Source/modules/serviceworkers/Response.h     void setStatusText(const String& statusText) { m_statusText = statusText; }
String             31 Source/modules/serviceworkers/Response.h     String method() { return m_method; }
String             32 Source/modules/serviceworkers/Response.h     void setMethod(const String& method) { m_method = method; }
String             42 Source/modules/serviceworkers/Response.h     String m_statusText;
String             43 Source/modules/serviceworkers/Response.h     String m_method;
String             24 Source/modules/serviceworkers/ResponseInit.h     String statusText;
String             25 Source/modules/serviceworkers/ResponseInit.h     String method;
String             66 Source/modules/serviceworkers/ServiceWorkerContainer.cpp ScriptPromise ServiceWorkerContainer::registerServiceWorker(ExecutionContext* executionContext, const String& url, const Dictionary& dictionary)
String             95 Source/modules/serviceworkers/ServiceWorkerContainer.cpp ScriptPromise ServiceWorkerContainer::unregisterServiceWorker(ExecutionContext* executionContext, const String& pattern)
String             60 Source/modules/serviceworkers/ServiceWorkerContainer.h     ScriptPromise registerServiceWorker(ExecutionContext*, const String& pattern, const Dictionary&);
String             61 Source/modules/serviceworkers/ServiceWorkerContainer.h     ScriptPromise unregisterServiceWorker(ExecutionContext*, const String& scope = String());
String             37 Source/modules/serviceworkers/ServiceWorkerError.cpp String ServiceWorkerError::errorString(WebServiceWorkerError::ErrorType type)
String             52 Source/modules/serviceworkers/ServiceWorkerError.cpp     return String();
String             53 Source/modules/serviceworkers/ServiceWorkerError.h     static String errorString(blink::WebServiceWorkerError::ErrorType);
String             50 Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp ServiceWorkerGlobalScope::ServiceWorkerGlobalScope(const KURL& url, const String& userAgent, ServiceWorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients) :
String             63 Source/modules/serviceworkers/ServiceWorkerGlobalScope.h     ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
String             44 Source/modules/speech/SpeechGrammar.cpp void SpeechGrammar::setSrc(ExecutionContext* executionContext, const String& src)
String             46 Source/modules/speech/SpeechGrammar.h     void setSrc(ExecutionContext*, const String& src);
String             47 Source/modules/speech/SpeechGrammarList.cpp void SpeechGrammarList::addFromUri(ExecutionContext* executionContext, const String& src, double weight)
String             53 Source/modules/speech/SpeechGrammarList.cpp void SpeechGrammarList::addFromString(const String& string, double weight)
String             55 Source/modules/speech/SpeechGrammarList.cpp     String urlString = String("data:application/xml,") + encodeWithURLEscapeSequences(string);
String             46 Source/modules/speech/SpeechGrammarList.h     void addFromUri(ExecutionContext*, const String& src, double weight = 1.0);
String             47 Source/modules/speech/SpeechGrammarList.h     void addFromString(const String&, double weight = 1.0);
String             56 Source/modules/speech/SpeechRecognition.h     String lang() { return m_lang; }
String             57 Source/modules/speech/SpeechRecognition.h     void setLang(const String& lang) { m_lang = lang; }
String            111 Source/modules/speech/SpeechRecognition.h     String m_lang;
String             32 Source/modules/speech/SpeechRecognitionAlternative.cpp PassRefPtrWillBeRawPtr<SpeechRecognitionAlternative> SpeechRecognitionAlternative::create(const String& transcript, double confidence)
String             37 Source/modules/speech/SpeechRecognitionAlternative.cpp SpeechRecognitionAlternative::SpeechRecognitionAlternative(const String& transcript, double confidence)
String             40 Source/modules/speech/SpeechRecognitionAlternative.h     static PassRefPtrWillBeRawPtr<SpeechRecognitionAlternative> create(const String&, double);
String             42 Source/modules/speech/SpeechRecognitionAlternative.h     const String& transcript() const { return m_transcript; }
String             48 Source/modules/speech/SpeechRecognitionAlternative.h     SpeechRecognitionAlternative(const String&, double);
String             50 Source/modules/speech/SpeechRecognitionAlternative.h     String m_transcript;
String             39 Source/modules/speech/SpeechRecognitionClient.h     virtual void start(SpeechRecognition*, const SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) = 0;
String             39 Source/modules/speech/SpeechRecognitionController.h     void start(SpeechRecognition* recognition, const SpeechGrammarList* grammars, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives)
String             32 Source/modules/speech/SpeechRecognitionError.cpp static String ErrorCodeToString(SpeechRecognitionError::ErrorCode code)
String             56 Source/modules/speech/SpeechRecognitionError.cpp     return String();
String             59 Source/modules/speech/SpeechRecognitionError.cpp PassRefPtrWillBeRawPtr<SpeechRecognitionError> SpeechRecognitionError::create(ErrorCode code, const String& message)
String             74 Source/modules/speech/SpeechRecognitionError.cpp SpeechRecognitionError::SpeechRecognitionError(const String& error, const String& message)
String             38 Source/modules/speech/SpeechRecognitionError.h     String error;
String             39 Source/modules/speech/SpeechRecognitionError.h     String message;
String             58 Source/modules/speech/SpeechRecognitionError.h     static PassRefPtrWillBeRawPtr<SpeechRecognitionError> create(ErrorCode, const String&);
String             62 Source/modules/speech/SpeechRecognitionError.h     const String& error() { return m_error; }
String             63 Source/modules/speech/SpeechRecognitionError.h     const String& message() { return m_message; }
String             73 Source/modules/speech/SpeechRecognitionError.h     SpeechRecognitionError(const String&, const String&);
String             76 Source/modules/speech/SpeechRecognitionError.h     String m_error;
String             77 Source/modules/speech/SpeechRecognitionError.h     String m_message;
String            146 Source/modules/speech/SpeechSynthesis.cpp void SpeechSynthesis::fireEvent(const AtomicString& type, SpeechSynthesisUtterance* utterance, unsigned long charIndex, const String& name)
String            168 Source/modules/speech/SpeechSynthesis.cpp     fireEvent(errorOccurred ? EventTypeNames::error : EventTypeNames::end, utterance, 0, String());
String            177 Source/modules/speech/SpeechSynthesis.cpp     DEFINE_STATIC_LOCAL(const String, wordBoundaryString, ("word"));
String            178 Source/modules/speech/SpeechSynthesis.cpp     DEFINE_STATIC_LOCAL(const String, sentenceBoundaryString, ("sentence"));
String            195 Source/modules/speech/SpeechSynthesis.cpp         fireEvent(EventTypeNames::start, static_cast<SpeechSynthesisUtterance*>(utterance->client()), 0, String());
String            202 Source/modules/speech/SpeechSynthesis.cpp         fireEvent(EventTypeNames::pause, static_cast<SpeechSynthesisUtterance*>(utterance->client()), 0, String());
String            209 Source/modules/speech/SpeechSynthesis.cpp         fireEvent(EventTypeNames::resume, static_cast<SpeechSynthesisUtterance*>(utterance->client()), 0, String());
String             86 Source/modules/speech/SpeechSynthesis.h     void fireEvent(const AtomicString& type, SpeechSynthesisUtterance*, unsigned long charIndex, const String& name);
String             36 Source/modules/speech/SpeechSynthesisEvent.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
String             46 Source/modules/speech/SpeechSynthesisEvent.cpp SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
String             37 Source/modules/speech/SpeechSynthesisEvent.h     static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
String             41 Source/modules/speech/SpeechSynthesisEvent.h     const String& name() const { return m_name; }
String             49 Source/modules/speech/SpeechSynthesisEvent.h     SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
String             53 Source/modules/speech/SpeechSynthesisEvent.h     String m_name;
String             31 Source/modules/speech/SpeechSynthesisUtterance.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisUtterance> SpeechSynthesisUtterance::create(ExecutionContext* context, const String& text)
String             36 Source/modules/speech/SpeechSynthesisUtterance.cpp SpeechSynthesisUtterance::SpeechSynthesisUtterance(ExecutionContext* context, const String& text)
String             43 Source/modules/speech/SpeechSynthesisUtterance.h     static PassRefPtrWillBeRawPtr<SpeechSynthesisUtterance> create(ExecutionContext*, const String&);
String             47 Source/modules/speech/SpeechSynthesisUtterance.h     const String& text() const { return m_platformUtterance->text(); }
String             48 Source/modules/speech/SpeechSynthesisUtterance.h     void setText(const String& text) { m_platformUtterance->setText(text); }
String             50 Source/modules/speech/SpeechSynthesisUtterance.h     const String& lang() const { return m_platformUtterance->lang(); }
String             51 Source/modules/speech/SpeechSynthesisUtterance.h     void setLang(const String& lang) { m_platformUtterance->setLang(lang); }
String             83 Source/modules/speech/SpeechSynthesisUtterance.h     SpeechSynthesisUtterance(ExecutionContext*, const String&);
String             42 Source/modules/speech/SpeechSynthesisVoice.h     const String& voiceURI() const { return m_platformVoice->voiceURI(); }
String             43 Source/modules/speech/SpeechSynthesisVoice.h     const String& name() const { return m_platformVoice->name(); }
String             44 Source/modules/speech/SpeechSynthesisVoice.h     const String& lang() const { return m_platformVoice->lang(); }
String             72 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp     m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.bruce"), String("bruce"), String("en-US"), true, true));
String             73 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp     m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.clark"), String("clark"), String("en-US"), true, false));
String             74 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp     m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.logan"), String("logan"), String("fr-CA"), true, true));
String             79 Source/modules/webaudio/AnalyserNode.cpp                 : ("The value provided (" + String::number(size) + ") is not a power of two."));
String            130 Source/modules/webaudio/AudioBuffer.cpp         exceptionState.throwDOMException(IndexSizeError, "channel index (" + String::number(channelIndex) + ") exceeds number of channels (" + String::number(m_channels.size()) + ")");
String            355 Source/modules/webaudio/AudioBufferSourceNode.cpp             exceptionState.throwTypeError("number of input channels (" + String::number(numberOfChannels)
String            357 Source/modules/webaudio/AudioBufferSourceNode.cpp                 + String::number(AudioContext::maxNumberOfChannels()) + ").");
String             98 Source/modules/webaudio/AudioContext.cpp             "number of hardware contexts reached maximum (" + String::number(MaxHardwareContexts) + ").");
String            291 Source/modules/webaudio/AudioContext.cpp                 "requested number of channels (" + String::number(numberOfChannels) + ") exceeds maximum (" + String::number(AudioContext::maxNumberOfChannels()) + ")");
String            295 Source/modules/webaudio/AudioContext.cpp                 "requested sample rate (" + String::number(sampleRate)
String            297 Source/modules/webaudio/AudioContext.cpp                 + String::number(AudioBuffer::minAllowedSampleRate())
String            298 Source/modules/webaudio/AudioContext.cpp                 + "-" + String::number(AudioBuffer::maxAllowedSampleRate()) + " Hz");
String            306 Source/modules/webaudio/AudioContext.cpp                 "unable to create buffer of " + String::number(numberOfChannels)
String            307 Source/modules/webaudio/AudioContext.cpp                 + " channel(s) of " + String::number(numberOfFrames)
String            453 Source/modules/webaudio/AudioContext.cpp                 "number of input channels (" + String::number(numberOfInputChannels)
String            455 Source/modules/webaudio/AudioContext.cpp                 + String::number(AudioContext::maxNumberOfChannels()) + ").");
String            459 Source/modules/webaudio/AudioContext.cpp                 "number of output channels (" + String::number(numberOfInputChannels)
String            461 Source/modules/webaudio/AudioContext.cpp                 + String::number(AudioContext::maxNumberOfChannels()) + ").");
String            465 Source/modules/webaudio/AudioContext.cpp                 "buffer size (" + String::number(bufferSize)
String            546 Source/modules/webaudio/AudioContext.cpp             "number of outputs (" + String::number(numberOfOutputs)
String            548 Source/modules/webaudio/AudioContext.cpp             + String::number(AudioContext::maxNumberOfChannels()) + ".");
String            569 Source/modules/webaudio/AudioContext.cpp             "number of inputs (" + String::number(numberOfInputs)
String            571 Source/modules/webaudio/AudioContext.cpp             + String::number(AudioContext::maxNumberOfChannels()) + ".");
String            611 Source/modules/webaudio/AudioContext.cpp             "length of real array (" + String::number(real->length())
String            612 Source/modules/webaudio/AudioContext.cpp             + ") and length of imaginary array (" +  String::number(imag->length())
String            620 Source/modules/webaudio/AudioContext.cpp             "length of real array (" + String::number(real->length())
String            628 Source/modules/webaudio/AudioContext.cpp             "length of imaginary array (" + String::number(imag->length())
String             89 Source/modules/webaudio/AudioNode.cpp String AudioNode::nodeTypeName() const
String            183 Source/modules/webaudio/AudioNode.cpp             "output index (" + String::number(outputIndex) + ") exceeds number of outputs (" + String::number(numberOfOutputs()) + ").");
String            190 Source/modules/webaudio/AudioNode.cpp             "input index (" + String::number(inputIndex) + ") exceeds number of inputs (" + String::number(destination->numberOfInputs()) + ").");
String            224 Source/modules/webaudio/AudioNode.cpp             "output index (" + String::number(outputIndex) + ") exceeds number of outputs (" + String::number(numberOfOutputs()) + ").");
String            248 Source/modules/webaudio/AudioNode.cpp             "output index (" + String::number(outputIndex) + ") exceeds number of outputs (" + String::number(numberOfOutputs()) + ").");
String            275 Source/modules/webaudio/AudioNode.cpp             "channel count (" + String::number(channelCount) + ") must be between 1 and " + String::number(AudioContext::maxNumberOfChannels()) + ".");
String            279 Source/modules/webaudio/AudioNode.cpp String AudioNode::channelCountMode()
String            293 Source/modules/webaudio/AudioNode.cpp void AudioNode::setChannelCountMode(const String& mode, ExceptionState& exceptionState)
String            316 Source/modules/webaudio/AudioNode.cpp String AudioNode::channelInterpretation()
String            328 Source/modules/webaudio/AudioNode.cpp void AudioNode::setChannelInterpretation(const String& interpretation, ExceptionState& exceptionState)
String             92 Source/modules/webaudio/AudioNode.h     String nodeTypeName() const;
String            169 Source/modules/webaudio/AudioNode.h     String channelCountMode();
String            170 Source/modules/webaudio/AudioNode.h     void setChannelCountMode(const String&, ExceptionState&);
String            172 Source/modules/webaudio/AudioNode.h     String channelInterpretation();
String            173 Source/modules/webaudio/AudioNode.h     void setChannelInterpretation(const String&, ExceptionState&);
String             51 Source/modules/webaudio/AudioParam.h     static PassRefPtr<AudioParam> create(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
String             68 Source/modules/webaudio/AudioParam.h     String name() const { return m_name; }
String            106 Source/modules/webaudio/AudioParam.h     AudioParam(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
String            124 Source/modules/webaudio/AudioParam.h     String m_name;
String             59 Source/modules/webaudio/AudioParamTimeline.cpp             "Target value for exponential ramp must be positive: " + String::number(value));
String             42 Source/modules/webaudio/BiquadFilterNode.cpp String BiquadFilterNode::type() const
String             67 Source/modules/webaudio/BiquadFilterNode.cpp void BiquadFilterNode::setType(const String& type)
String             54 Source/modules/webaudio/BiquadFilterNode.h     String type() const;
String             56 Source/modules/webaudio/BiquadFilterNode.h     void setType(const String&);
String            122 Source/modules/webaudio/ConvolverNode.cpp             "The buffer sample rate of " + String::number(buffer->sampleRate())
String            123 Source/modules/webaudio/ConvolverNode.cpp             + " does not match the context rate of " + String::number(context()->sampleRate())
String             60 Source/modules/webaudio/DefaultAudioDestinationNode.h     String m_inputDeviceId;
String             47 Source/modules/webaudio/DelayNode.cpp             "max delay time (" + String::number(maxDelayTime)
String             48 Source/modules/webaudio/DelayNode.cpp             + ") must be between 0 and " + String::number(maximumAllowedDelayTime)
String             57 Source/modules/webaudio/OfflineAudioContext.cpp         exceptionState.throwDOMException(SyntaxError, "number of channels (" + String::number(numberOfChannels) + ") exceeds maximum (10).");
String             62 Source/modules/webaudio/OfflineAudioContext.cpp         exceptionState.throwDOMException(SyntaxError, "sample rate (" + String::number(sampleRate) + ") must be in the range 44100-96000 Hz.");
String             71 Source/modules/webaudio/OfflineAudioContext.cpp             "OfflineAudioContext(" + String::number(numberOfChannels)
String             72 Source/modules/webaudio/OfflineAudioContext.cpp             + ", " + String::number(numberOfFrames)
String             73 Source/modules/webaudio/OfflineAudioContext.cpp             + ", " + String::number(sampleRate)
String             81 Source/modules/webaudio/OscillatorNode.cpp String OscillatorNode::type() const
String            100 Source/modules/webaudio/OscillatorNode.cpp void OscillatorNode::setType(const String& type)
String             62 Source/modules/webaudio/OscillatorNode.h     String type() const;
String             65 Source/modules/webaudio/OscillatorNode.h     void setType(const String&);
String            192 Source/modules/webaudio/PannerNode.cpp String PannerNode::panningModel() const
String            205 Source/modules/webaudio/PannerNode.cpp void PannerNode::setPanningModel(const String& model)
String            275 Source/modules/webaudio/PannerNode.cpp String PannerNode::distanceModel() const
String            290 Source/modules/webaudio/PannerNode.cpp void PannerNode::setDistanceModel(const String& model)
String             82 Source/modules/webaudio/PannerNode.h     String panningModel() const;
String             84 Source/modules/webaudio/PannerNode.h     void setPanningModel(const String&);
String             96 Source/modules/webaudio/PannerNode.h     String distanceModel() const;
String             98 Source/modules/webaudio/PannerNode.h     void setDistanceModel(const String&);
String             59 Source/modules/webaudio/WaveShaperNode.cpp void WaveShaperNode::setOversample(const String& type, ExceptionState& exceptionState)
String             81 Source/modules/webaudio/WaveShaperNode.cpp String WaveShaperNode::oversample() const
String             48 Source/modules/webaudio/WaveShaperNode.h     void setOversample(const String& , ExceptionState&);
String             49 Source/modules/webaudio/WaveShaperNode.h     String oversample() const;
String             44 Source/modules/webdatabase/AbstractDatabaseServer.h     virtual String fullPathForDatabase(SecurityOrigin*, const String& name, bool createIfDoesNotExist = true) = 0;
String             46 Source/modules/webdatabase/AbstractDatabaseServer.h         const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize,
String             47 Source/modules/webdatabase/AbstractDatabaseServer.h         bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) = 0;
String             49 Source/modules/webdatabase/AbstractDatabaseServer.h     virtual void closeDatabasesImmediately(const String& originIdentifier, const String& name) = 0;
String             52 Source/modules/webdatabase/AbstractSQLTransactionBackend.h     virtual void executeSQL(PassOwnPtr<AbstractSQLStatement>, const String& statement,
String             35 Source/modules/webdatabase/ChangeVersionData.h     ChangeVersionData(String oldVersion, String newVersion)
String             38 Source/modules/webdatabase/ChangeVersionData.h     String oldVersion() const { return m_oldVersion; }
String             39 Source/modules/webdatabase/ChangeVersionData.h     String newVersion() const { return m_newVersion; }
String             42 Source/modules/webdatabase/ChangeVersionData.h     String m_oldVersion;
String             43 Source/modules/webdatabase/ChangeVersionData.h     String m_newVersion;
String             38 Source/modules/webdatabase/ChangeVersionWrapper.cpp ChangeVersionWrapper::ChangeVersionWrapper(const String& oldVersion, const String& newVersion)
String             50 Source/modules/webdatabase/ChangeVersionWrapper.cpp     String actualVersion;
String             41 Source/modules/webdatabase/ChangeVersionWrapper.h     static PassRefPtrWillBeRawPtr<ChangeVersionWrapper> create(const String& oldVersion, const String& newVersion) { return adoptRefWillBeNoop(new ChangeVersionWrapper(oldVersion, newVersion)); }
String             50 Source/modules/webdatabase/ChangeVersionWrapper.h     ChangeVersionWrapper(const String& oldVersion, const String& newVersion);
String             52 Source/modules/webdatabase/ChangeVersionWrapper.h     String m_oldVersion;
String             53 Source/modules/webdatabase/ChangeVersionWrapper.h     String m_newVersion;
String             43 Source/modules/webdatabase/DOMWindowWebDatabase.cpp PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow& window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
String             52 Source/modules/webdatabase/DOMWindowWebDatabase.cpp         String errorMessage;
String             46 Source/modules/webdatabase/DOMWindowWebDatabase.h     static PassRefPtrWillBeRawPtr<Database> openDatabase(DOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
String             70 Source/modules/webdatabase/Database.cpp     const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize)
String            102 Source/modules/webdatabase/Database.cpp String Database::version() const
String            117 Source/modules/webdatabase/Database.cpp void Database::changeVersion(const String& oldVersion, const String& newVersion, PassOwnPtr<SQLTransactionCallback> callback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, PassOwnPtr<VoidCallback> successCallback)
String            188 Source/modules/webdatabase/Database.cpp Vector<String> Database::performGetTableNames()
String            196 Source/modules/webdatabase/Database.cpp         return Vector<String>();
String            199 Source/modules/webdatabase/Database.cpp     Vector<String> tableNames;
String            202 Source/modules/webdatabase/Database.cpp         String name = statement.getColumnText(0);
String            211 Source/modules/webdatabase/Database.cpp         return Vector<String>();
String            217 Source/modules/webdatabase/Database.cpp Vector<String> Database::tableNames()
String            221 Source/modules/webdatabase/Database.cpp     Vector<String> result;
String             57 Source/modules/webdatabase/Database.h     virtual String version() const OVERRIDE;
String             58 Source/modules/webdatabase/Database.h     void changeVersion(const String& oldVersion, const String& newVersion, PassOwnPtr<SQLTransactionCallback>, PassOwnPtr<SQLTransactionErrorCallback>, PassOwnPtr<VoidCallback> successCallback);
String             66 Source/modules/webdatabase/Database.h     Vector<String> tableNames();
String             75 Source/modules/webdatabase/Database.h     Database(DatabaseContext*, const String& name,
String             76 Source/modules/webdatabase/Database.h         const String& expectedVersion, const String& displayName, unsigned long estimatedSize);
String             83 Source/modules/webdatabase/Database.h     Vector<String> performGetTableNames();
String             36 Source/modules/webdatabase/DatabaseAuthorizer.cpp PassRefPtrWillBeRawPtr<DatabaseAuthorizer> DatabaseAuthorizer::create(const String& databaseInfoTableName)
String             41 Source/modules/webdatabase/DatabaseAuthorizer.cpp DatabaseAuthorizer::DatabaseAuthorizer(const String& databaseInfoTableName)
String            125 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createTable(const String& tableName)
String            134 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createTempTable(const String& tableName)
String            145 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropTable(const String& tableName)
String            153 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropTempTable(const String& tableName)
String            164 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowAlterTable(const String&, const String& tableName)
String            173 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createIndex(const String&, const String& tableName)
String            182 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createTempIndex(const String&, const String& tableName)
String            193 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropIndex(const String&, const String& tableName)
String            201 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropTempIndex(const String&, const String& tableName)
String            212 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createTrigger(const String&, const String& tableName)
String            221 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createTempTrigger(const String&, const String& tableName)
String            232 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropTrigger(const String&, const String& tableName)
String            240 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropTempTrigger(const String&, const String& tableName)
String            251 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createView(const String&)
String            256 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createTempView(const String&)
String            264 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropView(const String&)
String            273 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropTempView(const String&)
String            285 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createVTable(const String& tableName, const String& moduleName)
String            298 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName)
String            310 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowDelete(const String& tableName)
String            318 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowInsert(const String& tableName)
String            328 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowUpdate(const String& tableName, const String&)
String            342 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowRead(const String& tableName, const String&)
String            350 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowReindex(const String&)
String            355 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowAnalyze(const String& tableName)
String            360 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowPragma(const String&, const String&)
String            365 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowAttach(const String&)
String            370 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowDetach(const String&)
String            375 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowFunction(const String& functionName)
String            403 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::denyBasedOnTableName(const String& tableName) const
String            420 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::updateDeletesBasedOnTableName(const String& tableName)
String             52 Source/modules/webdatabase/DatabaseAuthorizer.h     static PassRefPtrWillBeRawPtr<DatabaseAuthorizer> create(const String& databaseInfoTableName);
String             55 Source/modules/webdatabase/DatabaseAuthorizer.h     int createTable(const String& tableName);
String             56 Source/modules/webdatabase/DatabaseAuthorizer.h     int createTempTable(const String& tableName);
String             57 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropTable(const String& tableName);
String             58 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropTempTable(const String& tableName);
String             59 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowAlterTable(const String& databaseName, const String& tableName);
String             61 Source/modules/webdatabase/DatabaseAuthorizer.h     int createIndex(const String& indexName, const String& tableName);
String             62 Source/modules/webdatabase/DatabaseAuthorizer.h     int createTempIndex(const String& indexName, const String& tableName);
String             63 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropIndex(const String& indexName, const String& tableName);
String             64 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropTempIndex(const String& indexName, const String& tableName);
String             66 Source/modules/webdatabase/DatabaseAuthorizer.h     int createTrigger(const String& triggerName, const String& tableName);
String             67 Source/modules/webdatabase/DatabaseAuthorizer.h     int createTempTrigger(const String& triggerName, const String& tableName);
String             68 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropTrigger(const String& triggerName, const String& tableName);
String             69 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropTempTrigger(const String& triggerName, const String& tableName);
String             71 Source/modules/webdatabase/DatabaseAuthorizer.h     int createView(const String& viewName);
String             72 Source/modules/webdatabase/DatabaseAuthorizer.h     int createTempView(const String& viewName);
String             73 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropView(const String& viewName);
String             74 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropTempView(const String& viewName);
String             76 Source/modules/webdatabase/DatabaseAuthorizer.h     int createVTable(const String& tableName, const String& moduleName);
String             77 Source/modules/webdatabase/DatabaseAuthorizer.h     int dropVTable(const String& tableName, const String& moduleName);
String             79 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowDelete(const String& tableName);
String             80 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowInsert(const String& tableName);
String             81 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowUpdate(const String& tableName, const String& columnName);
String             85 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowRead(const String& tableName, const String& columnName);
String             87 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowReindex(const String& indexName);
String             88 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowAnalyze(const String& tableName);
String             89 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowFunction(const String& functionName);
String             90 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowPragma(const String& pragmaName, const String& firstArgument);
String             92 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowAttach(const String& filename);
String             93 Source/modules/webdatabase/DatabaseAuthorizer.h     int allowDetach(const String& databaseName);
String            107 Source/modules/webdatabase/DatabaseAuthorizer.h     explicit DatabaseAuthorizer(const String& databaseInfoTableName);
String            109 Source/modules/webdatabase/DatabaseAuthorizer.h     int denyBasedOnTableName(const String&) const;
String            110 Source/modules/webdatabase/DatabaseAuthorizer.h     int updateDeletesBasedOnTableName(const String&);
String            119 Source/modules/webdatabase/DatabaseAuthorizer.h     const String m_databaseInfoTableName;
String            121 Source/modules/webdatabase/DatabaseAuthorizer.h     HashSet<String, CaseFoldingHash> m_whitelistedFunctions;
String             43 Source/modules/webdatabase/DatabaseBackend.cpp DatabaseBackend::DatabaseBackend(DatabaseContext* databaseContext, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize)
String             56 Source/modules/webdatabase/DatabaseBackend.cpp bool DatabaseBackend::openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError& error, String& errorMessage)
String             71 Source/modules/webdatabase/DatabaseBackend.cpp bool DatabaseBackend::performOpenAndVerify(bool setVersionInNewDatabase, DatabaseError& error, String& errorMessage)
String             51 Source/modules/webdatabase/DatabaseBackend.h     DatabaseBackend(DatabaseContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize);
String             54 Source/modules/webdatabase/DatabaseBackend.h     virtual bool openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE FINAL;
String             70 Source/modules/webdatabase/DatabaseBackend.h     virtual bool performOpenAndVerify(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE FINAL;
String             87 Source/modules/webdatabase/DatabaseBackendBase.cpp static String formatErrorMessage(const char* message, int sqliteErrorCode, const char* sqliteErrorMessage)
String             89 Source/modules/webdatabase/DatabaseBackendBase.cpp     return String::format("%s (%d %s)", message, sqliteErrorCode, sqliteErrorMessage);
String             92 Source/modules/webdatabase/DatabaseBackendBase.cpp static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultString)
String            108 Source/modules/webdatabase/DatabaseBackendBase.cpp         resultString = String();
String            116 Source/modules/webdatabase/DatabaseBackendBase.cpp static bool setTextValueInDatabase(SQLiteDatabase& db, const String& query, const String& value)
String            144 Source/modules/webdatabase/DatabaseBackendBase.cpp typedef HashMap<DatabaseGuid, String> GuidVersionMap;
String            154 Source/modules/webdatabase/DatabaseBackendBase.cpp static inline void updateGuidVersionMap(DatabaseGuid guid, String newVersion)
String            166 Source/modules/webdatabase/DatabaseBackendBase.cpp     guidToVersionMap().set(guid, newVersion.isEmpty() ? String() : newVersion.isolatedCopy());
String            178 Source/modules/webdatabase/DatabaseBackendBase.cpp static DatabaseGuid guidForOriginAndName(const String& origin, const String& name)
String            183 Source/modules/webdatabase/DatabaseBackendBase.cpp     String stringID = origin + "/" + name;
String            203 Source/modules/webdatabase/DatabaseBackendBase.cpp DatabaseBackendBase::DatabaseBackendBase(DatabaseContext* databaseContext, const String& name,
String            204 Source/modules/webdatabase/DatabaseBackendBase.cpp     const String& expectedVersion, const String& displayName, unsigned long estimatedSize, DatabaseType databaseType)
String            283 Source/modules/webdatabase/DatabaseBackendBase.cpp String DatabaseBackendBase::version() const
String            311 Source/modules/webdatabase/DatabaseBackendBase.cpp bool DatabaseBackendBase::performOpenAndVerify(bool shouldSetVersionInNewDatabase, DatabaseError& error, String& errorMessage)
String            330 Source/modules/webdatabase/DatabaseBackendBase.cpp     String currentVersion;
String            348 Source/modules/webdatabase/DatabaseBackendBase.cpp             String versionFromDatabase;
String            366 Source/modules/webdatabase/DatabaseBackendBase.cpp             String tableName(infoTableName);
String            441 Source/modules/webdatabase/DatabaseBackendBase.cpp String DatabaseBackendBase::stringIdentifier() const
String            447 Source/modules/webdatabase/DatabaseBackendBase.cpp String DatabaseBackendBase::displayName() const
String            458 Source/modules/webdatabase/DatabaseBackendBase.cpp String DatabaseBackendBase::fileName() const
String            464 Source/modules/webdatabase/DatabaseBackendBase.cpp bool DatabaseBackendBase::getVersionFromDatabase(String& version, bool shouldCacheVersion)
String            466 Source/modules/webdatabase/DatabaseBackendBase.cpp     String query(String("SELECT value FROM ") + infoTableName +  " WHERE key = '" + versionKey + "';");
String            482 Source/modules/webdatabase/DatabaseBackendBase.cpp bool DatabaseBackendBase::setVersionInDatabase(const String& version, bool shouldCacheVersion)
String            486 Source/modules/webdatabase/DatabaseBackendBase.cpp     String query(String("INSERT INTO ") + infoTableName +  " (key, value) VALUES ('" + versionKey + "', ?);");
String            502 Source/modules/webdatabase/DatabaseBackendBase.cpp void DatabaseBackendBase::setExpectedVersion(const String& version)
String            507 Source/modules/webdatabase/DatabaseBackendBase.cpp String DatabaseBackendBase::getCachedVersion() const
String            513 Source/modules/webdatabase/DatabaseBackendBase.cpp void DatabaseBackendBase::setCachedVersion(const String& actualVersion)
String            520 Source/modules/webdatabase/DatabaseBackendBase.cpp bool DatabaseBackendBase::getActualVersionForTransaction(String &actualVersion)
String            665 Source/modules/webdatabase/DatabaseBackendBase.cpp void DatabaseBackendBase::logErrorMessage(const String& message)
String             59 Source/modules/webdatabase/DatabaseBackendBase.h     virtual String version() const;
String             66 Source/modules/webdatabase/DatabaseBackendBase.h     virtual String stringIdentifier() const;
String             67 Source/modules/webdatabase/DatabaseBackendBase.h     virtual String displayName() const;
String             69 Source/modules/webdatabase/DatabaseBackendBase.h     virtual String fileName() const;
String             99 Source/modules/webdatabase/DatabaseBackendBase.h     DatabaseBackendBase(DatabaseContext*, const String& name, const String& expectedVersion,
String            100 Source/modules/webdatabase/DatabaseBackendBase.h         const String& displayName, unsigned long estimatedSize, DatabaseType);
String            104 Source/modules/webdatabase/DatabaseBackendBase.h     virtual bool openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) = 0;
String            105 Source/modules/webdatabase/DatabaseBackendBase.h     virtual bool performOpenAndVerify(bool shouldSetVersionInNewDatabase, DatabaseError&, String& errorMessage);
String            107 Source/modules/webdatabase/DatabaseBackendBase.h     bool getVersionFromDatabase(String& version, bool shouldCacheVersion = true);
String            108 Source/modules/webdatabase/DatabaseBackendBase.h     bool setVersionInDatabase(const String& version, bool shouldCacheVersion = true);
String            109 Source/modules/webdatabase/DatabaseBackendBase.h     void setExpectedVersion(const String&);
String            110 Source/modules/webdatabase/DatabaseBackendBase.h     const String& expectedVersion() const { return m_expectedVersion; }
String            111 Source/modules/webdatabase/DatabaseBackendBase.h     String getCachedVersion()const;
String            112 Source/modules/webdatabase/DatabaseBackendBase.h     void setCachedVersion(const String&);
String            113 Source/modules/webdatabase/DatabaseBackendBase.h     bool getActualVersionForTransaction(String& version);
String            121 Source/modules/webdatabase/DatabaseBackendBase.h     void logErrorMessage(const String&);
String            127 Source/modules/webdatabase/DatabaseBackendBase.h     String m_name;
String            128 Source/modules/webdatabase/DatabaseBackendBase.h     String m_expectedVersion;
String            129 Source/modules/webdatabase/DatabaseBackendBase.h     String m_displayName;
String            131 Source/modules/webdatabase/DatabaseBackendBase.h     String m_filename;
String            136 Source/modules/webdatabase/DatabaseBackendBase.h     String databaseDebugName() const { return m_contextThreadSecurityOrigin->toString() + "::" + m_name; }
String             34 Source/modules/webdatabase/DatabaseBackendSync.cpp DatabaseBackendSync::DatabaseBackendSync(DatabaseContext* databaseContext, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize)
String             61 Source/modules/webdatabase/DatabaseBackendSync.cpp bool DatabaseBackendSync::openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError& error, String& errorMessage)
String             47 Source/modules/webdatabase/DatabaseBackendSync.h     virtual bool openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE FINAL;
String             50 Source/modules/webdatabase/DatabaseBackendSync.h     DatabaseBackendSync(DatabaseContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize);
String             60 Source/modules/webdatabase/DatabaseClient.cpp void DatabaseClient::didOpenDatabase(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version)
String             52 Source/modules/webdatabase/DatabaseClient.h     virtual bool allowDatabase(ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) = 0;
String             54 Source/modules/webdatabase/DatabaseClient.h     void didOpenDatabase(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
String            163 Source/modules/webdatabase/DatabaseManager.cpp void DatabaseManager::throwExceptionForDatabaseError(DatabaseError error, const String& errorMessage, ExceptionState& exceptionState)
String            179 Source/modules/webdatabase/DatabaseManager.cpp static void logOpenDatabaseError(ExecutionContext* context, const String& name)
String            186 Source/modules/webdatabase/DatabaseManager.cpp     DatabaseType type, const String& name, const String& expectedVersion, const String& displayName,
String            187 Source/modules/webdatabase/DatabaseManager.cpp     unsigned long estimatedSize, bool setVersionInNewDatabase, DatabaseError& error, String& errorMessage)
String            216 Source/modules/webdatabase/DatabaseManager.cpp     const String& name, const String& expectedVersion, const String& displayName,
String            218 Source/modules/webdatabase/DatabaseManager.cpp     DatabaseError& error, String& errorMessage)
String            243 Source/modules/webdatabase/DatabaseManager.cpp     const String& name, const String& expectedVersion, const String& displayName,
String            245 Source/modules/webdatabase/DatabaseManager.cpp     DatabaseError& error, String& errorMessage)
String            267 Source/modules/webdatabase/DatabaseManager.cpp String DatabaseManager::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool createIfDoesNotExist)
String            272 Source/modules/webdatabase/DatabaseManager.cpp void DatabaseManager::closeDatabasesImmediately(const String& originIdentifier, const String& name)
String            282 Source/modules/webdatabase/DatabaseManager.cpp void DatabaseManager::logErrorMessage(ExecutionContext* context, const String& message)
String             71 Source/modules/webdatabase/DatabaseManager.h     static void throwExceptionForDatabaseError(DatabaseError, const String& errorMessage, ExceptionState&);
String             73 Source/modules/webdatabase/DatabaseManager.h     PassRefPtrWillBeRawPtr<Database> openDatabase(ExecutionContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback>, DatabaseError&, String& errorMessage);
String             74 Source/modules/webdatabase/DatabaseManager.h     PassRefPtrWillBeRawPtr<DatabaseSync> openDatabaseSync(ExecutionContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback>, DatabaseError&, String& errorMessage);
String             76 Source/modules/webdatabase/DatabaseManager.h     String fullPathForDatabase(SecurityOrigin*, const String& name, bool createIfDoesNotExist = true);
String             78 Source/modules/webdatabase/DatabaseManager.h     void closeDatabasesImmediately(const String& originIdentifier, const String& name);
String             94 Source/modules/webdatabase/DatabaseManager.h         DatabaseType, const String& name, const String& expectedVersion, const String& displayName,
String             95 Source/modules/webdatabase/DatabaseManager.h         unsigned long estimatedSize, bool setVersionInNewDatabase, DatabaseError&, String& errorMessage);
String             97 Source/modules/webdatabase/DatabaseManager.h     static void logErrorMessage(ExecutionContext*, const String& message);
String             38 Source/modules/webdatabase/DatabaseServer.cpp String DatabaseServer::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool createIfDoesNotExist)
String             43 Source/modules/webdatabase/DatabaseServer.cpp void DatabaseServer::closeDatabasesImmediately(const String& originIdentifier, const String& name)
String             54 Source/modules/webdatabase/DatabaseServer.cpp     DatabaseType type, const String& name, const String& expectedVersion, const String& displayName,
String             55 Source/modules/webdatabase/DatabaseServer.cpp     unsigned long estimatedSize, bool setVersionInNewDatabase, DatabaseError &error, String& errorMessage)
String             64 Source/modules/webdatabase/DatabaseServer.cpp     DatabaseType type, const String& name, const String& expectedVersion, const String& displayName,
String             65 Source/modules/webdatabase/DatabaseServer.cpp     unsigned long estimatedSize, bool setVersionInNewDatabase, DatabaseError& error, String& errorMessage)
String             39 Source/modules/webdatabase/DatabaseServer.h     virtual String fullPathForDatabase(SecurityOrigin*, const String& name, bool createIfDoesNotExist) OVERRIDE;
String             42 Source/modules/webdatabase/DatabaseServer.h         const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize,
String             43 Source/modules/webdatabase/DatabaseServer.h         bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE;
String             45 Source/modules/webdatabase/DatabaseServer.h     virtual void closeDatabasesImmediately(const String& originIdentifier, const String& name) OVERRIDE;
String             51 Source/modules/webdatabase/DatabaseServer.h         const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize,
String             52 Source/modules/webdatabase/DatabaseServer.h         bool setVersionInNewDatabase, DatabaseError&, String& errorMessage);
String             57 Source/modules/webdatabase/DatabaseSync.cpp     const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize)
String             76 Source/modules/webdatabase/DatabaseSync.cpp void DatabaseSync::changeVersion(const String& oldVersion, const String& newVersion, PassOwnPtr<SQLTransactionSyncCallback> changeVersionCallback, ExceptionState& exceptionState)
String             94 Source/modules/webdatabase/DatabaseSync.cpp     String actualVersion;
String             60 Source/modules/webdatabase/DatabaseSync.h     void changeVersion(const String& oldVersion, const String& newVersion, PassOwnPtr<SQLTransactionSyncCallback>, ExceptionState&);
String             67 Source/modules/webdatabase/DatabaseSync.h     const String& lastErrorMessage() const { return m_lastErrorMessage; }
String             68 Source/modules/webdatabase/DatabaseSync.h     void setLastErrorMessage(const String& message) { m_lastErrorMessage = message; }
String             71 Source/modules/webdatabase/DatabaseSync.h         setLastErrorMessage(String::format("%s (%d, %s)", message, sqliteCode, sqliteMessage));
String             75 Source/modules/webdatabase/DatabaseSync.h     DatabaseSync(DatabaseContext*, const String& name,
String             76 Source/modules/webdatabase/DatabaseSync.h         const String& expectedVersion, const String& displayName, unsigned long estimatedSize);
String            100 Source/modules/webdatabase/DatabaseSync.h     String m_lastErrorMessage;
String             86 Source/modules/webdatabase/DatabaseTask.cpp DatabaseBackend::DatabaseOpenTask::DatabaseOpenTask(DatabaseBackend* database, bool setVersionInNewDatabase, TaskSynchronizer* synchronizer, DatabaseError& error, String& errorMessage, bool& success)
String             98 Source/modules/webdatabase/DatabaseTask.cpp     String errorMessage;
String            172 Source/modules/webdatabase/DatabaseTask.cpp DatabaseBackend::DatabaseTableNamesTask::DatabaseTableNamesTask(DatabaseBackend* database, TaskSynchronizer* synchronizer, Vector<String>& names)
String             80 Source/modules/webdatabase/DatabaseTask.h     static PassOwnPtr<DatabaseOpenTask> create(DatabaseBackend* db, bool setVersionInNewDatabase, TaskSynchronizer* synchronizer, DatabaseError& error, String& errorMessage, bool& success)
String             86 Source/modules/webdatabase/DatabaseTask.h     DatabaseOpenTask(DatabaseBackend*, bool setVersionInNewDatabase, TaskSynchronizer*, DatabaseError&, String& errorMessage, bool& success);
String             95 Source/modules/webdatabase/DatabaseTask.h     String& m_errorMessage;
String            141 Source/modules/webdatabase/DatabaseTask.h     static PassOwnPtr<DatabaseTableNamesTask> create(DatabaseBackend* db, TaskSynchronizer* synchronizer, Vector<String>& names)
String            147 Source/modules/webdatabase/DatabaseTask.h     DatabaseTableNamesTask(DatabaseBackend*, TaskSynchronizer*, Vector<String>& names);
String            154 Source/modules/webdatabase/DatabaseTask.h     Vector<String>& m_tableNames;
String             71 Source/modules/webdatabase/DatabaseTracker.cpp bool DatabaseTracker::canEstablishDatabase(DatabaseContext* databaseContext, const String& name, const String& displayName, unsigned long estimatedSize, DatabaseError& error)
String             80 Source/modules/webdatabase/DatabaseTracker.cpp String DatabaseTracker::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool)
String             91 Source/modules/webdatabase/DatabaseTracker.cpp     String originIdentifier = createDatabaseIdentifierFromSecurityOrigin(database->securityOrigin());
String             98 Source/modules/webdatabase/DatabaseTracker.cpp     String name(database->stringIdentifier());
String            136 Source/modules/webdatabase/DatabaseTracker.cpp     String originIdentifier = createDatabaseIdentifierFromSecurityOrigin(database->securityOrigin());
String            143 Source/modules/webdatabase/DatabaseTracker.cpp     String name(database->stringIdentifier());
String            224 Source/modules/webdatabase/DatabaseTracker.cpp     static PassOwnPtr<CloseOneDatabaseImmediatelyTask> create(const String& originIdentifier, const String& name, DatabaseBackendBase* database)
String            235 Source/modules/webdatabase/DatabaseTracker.cpp     CloseOneDatabaseImmediatelyTask(const String& originIdentifier, const String& name, DatabaseBackendBase* database)
String            242 Source/modules/webdatabase/DatabaseTracker.cpp     String m_originIdentifier;
String            243 Source/modules/webdatabase/DatabaseTracker.cpp     String m_name;
String            247 Source/modules/webdatabase/DatabaseTracker.cpp void DatabaseTracker::closeDatabasesImmediately(const String& originIdentifier, const String& name)
String            268 Source/modules/webdatabase/DatabaseTracker.cpp void DatabaseTracker::closeOneDatabaseImmediately(const String& originIdentifier, const String& name, DatabaseBackendBase* database)
String             57 Source/modules/webdatabase/DatabaseTracker.h     bool canEstablishDatabase(DatabaseContext*, const String& name, const String& displayName, unsigned long estimatedSize, DatabaseError&);
String             58 Source/modules/webdatabase/DatabaseTracker.h     String fullPathForDatabase(SecurityOrigin*, const String& name, bool createIfDoesNotExist = true);
String             66 Source/modules/webdatabase/DatabaseTracker.h     void closeDatabasesImmediately(const String& originIdentifier, const String& name);
String             79 Source/modules/webdatabase/DatabaseTracker.h     void closeOneDatabaseImmediately(const String& originIdentifier, const String& name, DatabaseBackendBase*);
String             83 Source/modules/webdatabase/InspectorDatabaseAgent.cpp         RefPtr<TypeBuilder::Array<String> > columnNames = TypeBuilder::Array<String>::create();
String             84 Source/modules/webdatabase/InspectorDatabaseAgent.cpp         const Vector<String>& columns = rowList->columnNames();
String            131 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     static PassOwnPtr<TransactionCallback> create(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallback)
String            150 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     TransactionCallback(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallback)
String            153 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     String m_sqlStatement;
String            194 Source/modules/webdatabase/InspectorDatabaseAgent.cpp void InspectorDatabaseAgent::didOpenDatabase(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version)
String            260 Source/modules/webdatabase/InspectorDatabaseAgent.cpp void InspectorDatabaseAgent::getDatabaseTableNames(ErrorString* error, const String& databaseId, RefPtr<TypeBuilder::Array<String> >& names)
String            267 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     names = TypeBuilder::Array<String>::create();
String            271 Source/modules/webdatabase/InspectorDatabaseAgent.cpp         Vector<String> tableNames = database->tableNames();
String            278 Source/modules/webdatabase/InspectorDatabaseAgent.cpp void InspectorDatabaseAgent::executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback> prpRequestCallback)
String            299 Source/modules/webdatabase/InspectorDatabaseAgent.cpp InspectorDatabaseResource* InspectorDatabaseAgent::findByFileName(const String& fileName)
String            308 Source/modules/webdatabase/InspectorDatabaseAgent.cpp Database* InspectorDatabaseAgent::databaseForId(const String& databaseId)
String             48 Source/modules/webdatabase/InspectorDatabaseAgent.h typedef String ErrorString;
String             67 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void getDatabaseTableNames(ErrorString*, const String& databaseId, RefPtr<TypeBuilder::Array<String> >& names) OVERRIDE;
String             68 Source/modules/webdatabase/InspectorDatabaseAgent.h     virtual void executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback>) OVERRIDE;
String             70 Source/modules/webdatabase/InspectorDatabaseAgent.h     void didOpenDatabase(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
String             74 Source/modules/webdatabase/InspectorDatabaseAgent.h     Database* databaseForId(const String& databaseId);
String             75 Source/modules/webdatabase/InspectorDatabaseAgent.h     InspectorDatabaseResource* findByFileName(const String& fileName);
String             41 Source/modules/webdatabase/InspectorDatabaseResource.cpp PassRefPtrWillBeRawPtr<InspectorDatabaseResource> InspectorDatabaseResource::create(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version)
String             46 Source/modules/webdatabase/InspectorDatabaseResource.cpp InspectorDatabaseResource::InspectorDatabaseResource(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version)
String             48 Source/modules/webdatabase/InspectorDatabaseResource.cpp     , m_id(String::number(nextUnusedId++))
String             47 Source/modules/webdatabase/InspectorDatabaseResource.h     static PassRefPtrWillBeRawPtr<InspectorDatabaseResource> create(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
String             53 Source/modules/webdatabase/InspectorDatabaseResource.h     String id() const { return m_id; }
String             56 Source/modules/webdatabase/InspectorDatabaseResource.h     InspectorDatabaseResource(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
String             59 Source/modules/webdatabase/InspectorDatabaseResource.h     String m_id;
String             60 Source/modules/webdatabase/InspectorDatabaseResource.h     String m_domain;
String             61 Source/modules/webdatabase/InspectorDatabaseResource.h     String m_name;
String             62 Source/modules/webdatabase/InspectorDatabaseResource.h     String m_version;
String             47 Source/modules/webdatabase/QuotaTracker.cpp     const String& originIdentifier, const String& databaseName,
String             54 Source/modules/webdatabase/QuotaTracker.cpp         HashMap<String, SizeMap>::const_iterator it = m_databaseSizes.find(originIdentifier);
String             69 Source/modules/webdatabase/QuotaTracker.cpp     const String& originIdentifier, const String& databaseName,
String             73 Source/modules/webdatabase/QuotaTracker.cpp     HashMap<String, SizeMap>::ValueType* it = m_databaseSizes.add(originIdentifier, SizeMap()).storedValue;
String             77 Source/modules/webdatabase/QuotaTracker.cpp void QuotaTracker::updateSpaceAvailableToOrigin(const String& originIdentifier, unsigned long long spaceAvailable)
String             83 Source/modules/webdatabase/QuotaTracker.cpp void QuotaTracker::resetSpaceAvailableToOrigin(const String& originIdentifier)
String             47 Source/modules/webdatabase/QuotaTracker.h         const String& originIdentifier, const String& databaseName,
String             50 Source/modules/webdatabase/QuotaTracker.h         const String& originIdentifier, const String& databaseName,
String             52 Source/modules/webdatabase/QuotaTracker.h     void updateSpaceAvailableToOrigin(const String& originIdentifier, unsigned long long spaceAvailable);
String             53 Source/modules/webdatabase/QuotaTracker.h     void resetSpaceAvailableToOrigin(const String& originIdentifier);
String             60 Source/modules/webdatabase/QuotaTracker.h     HashMap<String, SizeMap> m_databaseSizes;
String             40 Source/modules/webdatabase/SQLError.h     static PassOwnPtr<SQLErrorData> create(unsigned code, const String& message)
String             47 Source/modules/webdatabase/SQLError.h         return create(code, String::format("%s (%d %s)", message, sqliteCode, sqliteMessage));
String             56 Source/modules/webdatabase/SQLError.h     String message() const { return m_message.isolatedCopy(); }
String             59 Source/modules/webdatabase/SQLError.h     SQLErrorData(unsigned code, const String& message) : m_code(code), m_message(message.isolatedCopy()) { }
String             62 Source/modules/webdatabase/SQLError.h     String m_message;
String             71 Source/modules/webdatabase/SQLError.h     String message() const { return m_data.message(); }
String             45 Source/modules/webdatabase/SQLResultSetRowList.h     const Vector<String>& columnNames() const { return m_columns; }
String             48 Source/modules/webdatabase/SQLResultSetRowList.h     void addColumn(const String& name) { m_columns.append(name); }
String             59 Source/modules/webdatabase/SQLResultSetRowList.h     Vector<String> m_columns;
String             75 Source/modules/webdatabase/SQLStatementBackend.cpp     const String& statement, const Vector<SQLValue>& arguments, int permissions)
String             81 Source/modules/webdatabase/SQLStatementBackend.cpp     const String& statement, const Vector<SQLValue>& arguments, int permissions)
String             48 Source/modules/webdatabase/SQLStatementBackend.h         const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions);
String             64 Source/modules/webdatabase/SQLStatementBackend.h     SQLStatementBackend(PassOwnPtr<AbstractSQLStatement>, const String& statement,
String             71 Source/modules/webdatabase/SQLStatementBackend.h     String m_statement;
String             45 Source/modules/webdatabase/SQLStatementSync.cpp SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions)
String             74 Source/modules/webdatabase/SQLStatementSync.cpp             exceptionState.throwDOMException(SyntaxError, "Number of '?'s in statement string (" + String::number(statement.bindParameterCount()) + ") does not match the arguments provided (" + String::number(m_arguments.size()) + ").");
String             49 Source/modules/webdatabase/SQLStatementSync.h     SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions);
String             54 Source/modules/webdatabase/SQLStatementSync.h     String m_statement;
String            262 Source/modules/webdatabase/SQLTransaction.cpp void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassOwnPtr<SQLStatementCallback> callback, PassOwnPtr<SQLStatementErrorCallback> callbackError, ExceptionState& exceptionState)
String             63 Source/modules/webdatabase/SQLTransaction.h     void executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments,
String            529 Source/modules/webdatabase/SQLTransactionBackend.cpp     const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions)
String            590 Source/modules/webdatabase/SQLTransactionBackend.cpp     String actualVersion;
String             85 Source/modules/webdatabase/SQLTransactionBackend.h     virtual void executeSQL(PassOwnPtr<AbstractSQLStatement>, const String& statement,
String             86 Source/modules/webdatabase/SQLTransactionBackendSync.cpp PassRefPtrWillBeRawPtr<SQLResultSet> SQLTransactionBackendSync::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState& exceptionState)
String            181 Source/modules/webdatabase/SQLTransactionBackendSync.cpp     String actualVersion;
String             58 Source/modules/webdatabase/SQLTransactionBackendSync.h     PassRefPtrWillBeRawPtr<SQLResultSet> executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState&);
String             40 Source/modules/webdatabase/SQLTransactionCoordinator.cpp static String getDatabaseIdentifier(SQLTransactionBackend* transaction)
String             80 Source/modules/webdatabase/SQLTransactionCoordinator.cpp     String dbIdentifier = getDatabaseIdentifier(transaction);
String            101 Source/modules/webdatabase/SQLTransactionCoordinator.cpp     String dbIdentifier = getDatabaseIdentifier(transaction);
String             45 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp PassRefPtrWillBeRawPtr<Database> WorkerGlobalScopeWebDatabase::openDatabase(WorkerGlobalScope& context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
String             51 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp         String errorMessage;
String             63 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp PassRefPtrWillBeRawPtr<DatabaseSync> WorkerGlobalScopeWebDatabase::openDatabaseSync(WorkerGlobalScope& context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
String             69 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp         String errorMessage;
String             46 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h     static PassRefPtrWillBeRawPtr<Database> openDatabase(WorkerGlobalScope&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
String             47 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h     static PassRefPtrWillBeRawPtr<DatabaseSync> openDatabaseSync(WorkerGlobalScope&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
String             41 Source/modules/webdatabase/sqlite/SQLValue.cpp String SQLValue::string() const
String             42 Source/modules/webdatabase/sqlite/SQLValue.h     SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { }
String             47 Source/modules/webdatabase/sqlite/SQLValue.h     String string() const;
String             53 Source/modules/webdatabase/sqlite/SQLValue.h     String m_string;
String             65 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp bool SQLiteDatabase::open(const String& filename, bool forWebSQLDatabase)
String            150 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp     SQLiteStatement statement(*this, "PRAGMA max_page_count = " + String::number(newMaxPageCount));
String            219 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp bool SQLiteDatabase::executeCommand(const String& sql)
String            224 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp bool SQLiteDatabase::tableExists(const String& tablename)
String            229 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp     String statement = "SELECT name FROM sqlite_master WHERE type = 'table' AND name = '" + tablename + "';";
String             63 Source/modules/webdatabase/sqlite/SQLiteDatabase.h     bool open(const String& filename, bool forWebSQLDatabase = false);
String             71 Source/modules/webdatabase/sqlite/SQLiteDatabase.h     bool executeCommand(const String&);
String             73 Source/modules/webdatabase/sqlite/SQLiteDatabase.h     bool tableExists(const String&);
String             45 Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase)
String             58 Source/modules/webdatabase/sqlite/SQLiteFileSystem.h     static int openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase);
String             72 Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp         fd = blink::Platform::current()->databaseOpenFile(String(fileName), desiredFlags);
String             75 Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp             fd = blink::Platform::current()->databaseOpenFile(String(fileName), newFlags);
String            106 Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp     return blink::Platform::current()->databaseDeleteFile(String(fileName), syncDir);
String            117 Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp     int attr = static_cast<int>(blink::Platform::current()->databaseGetFileAttributes(String(fileName)));
String             58 Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp     HANDLE h = blink::Platform::current()->databaseOpenFile(String(fileName), desiredFlags);
String             85 Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp     return blink::Platform::current()->databaseDeleteFile(String(fileName), false);
String             96 Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp     DWORD attr = blink::Platform::current()->databaseGetFileAttributes(String(fileName));
String             43 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql)
String            139 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp int SQLiteStatement::bindText(int index, const String& text)
String            146 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp     ASSERT(!String().charactersWithNullTermination().data());
String            199 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp String SQLiteStatement::getColumnName(int col)
String            204 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp             return String();
String            206 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp         return String();
String            207 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp     return String(reinterpret_cast<const UChar*>(sqlite3_column_name16(m_statement, col)));
String            241 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp String SQLiteStatement::getColumnText(int col)
String            246 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp             return String();
String            248 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp         return String();
String             40 Source/modules/webdatabase/sqlite/SQLiteStatement.h     SQLiteStatement(SQLiteDatabase&, const String&);
String             44 Source/modules/webdatabase/sqlite/SQLiteStatement.h     int bindText(int index, const String&);
String             64 Source/modules/webdatabase/sqlite/SQLiteStatement.h     String getColumnName(int col);
String             66 Source/modules/webdatabase/sqlite/SQLiteStatement.h     String getColumnText(int col);
String             72 Source/modules/webdatabase/sqlite/SQLiteStatement.h     String m_query;
String            106 Source/modules/webmidi/MIDIAccess.cpp void MIDIAccess::didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version)
String            113 Source/modules/webmidi/MIDIAccess.cpp void MIDIAccess::didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version)
String             81 Source/modules/webmidi/MIDIAccess.h     virtual void didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
String             82 Source/modules/webmidi/MIDIAccess.h     virtual void didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
String             40 Source/modules/webmidi/MIDIAccessorClient.h     virtual void didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version) = 0;
String             41 Source/modules/webmidi/MIDIAccessorClient.h     virtual void didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version) = 0;
String             40 Source/modules/webmidi/MIDIInput.cpp PassRefPtrWillBeRawPtr<MIDIInput> MIDIInput::create(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, const String& version)
String             47 Source/modules/webmidi/MIDIInput.cpp MIDIInput::MIDIInput(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, const String& version)
String             43 Source/modules/webmidi/MIDIInput.h     static PassRefPtrWillBeRawPtr<MIDIInput> create(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version);
String             57 Source/modules/webmidi/MIDIInput.h     MIDIInput(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version);
String            167 Source/modules/webmidi/MIDIOutput.cpp     String getPositionString() { return "at index " + String::number(m_offset) + " (" + String::number(m_data[m_offset]) + ")."; }
String            176 Source/modules/webmidi/MIDIOutput.cpp PassRefPtrWillBeRawPtr<MIDIOutput> MIDIOutput::create(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version)
String            182 Source/modules/webmidi/MIDIOutput.cpp MIDIOutput::MIDIOutput(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version)
String            214 Source/modules/webmidi/MIDIOutput.cpp             exceptionState.throwTypeError("The value at index " + String::number(i) + " (" + String::number(unsignedData[i]) + ") is greater than 0xFF.");
String             45 Source/modules/webmidi/MIDIOutput.h     static PassRefPtrWillBeRawPtr<MIDIOutput> create(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version);
String             58 Source/modules/webmidi/MIDIOutput.h     MIDIOutput(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version);
String             38 Source/modules/webmidi/MIDIPort.cpp MIDIPort::MIDIPort(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode type, const String& version)
String             51 Source/modules/webmidi/MIDIPort.cpp String MIDIPort::type() const
String             55 Source/modules/webmidi/MIDIPort.h     String id() const { return m_id; }
String             56 Source/modules/webmidi/MIDIPort.h     String manufacturer() const { return m_manufacturer; }
String             57 Source/modules/webmidi/MIDIPort.h     String name() const { return m_name; }
String             58 Source/modules/webmidi/MIDIPort.h     String type() const;
String             59 Source/modules/webmidi/MIDIPort.h     String version() const { return m_version; }
String             72 Source/modules/webmidi/MIDIPort.h     MIDIPort(MIDIAccess*, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode, const String& version);
String             75 Source/modules/webmidi/MIDIPort.h     String m_id;
String             76 Source/modules/webmidi/MIDIPort.h     String m_manufacturer;
String             77 Source/modules/webmidi/MIDIPort.h     String m_name;
String             79 Source/modules/webmidi/MIDIPort.h     String m_version;
String             47 Source/modules/websockets/CloseEvent.h     String reason;
String             57 Source/modules/websockets/CloseEvent.h     static PassRefPtrWillBeRawPtr<CloseEvent> create(bool wasClean, unsigned short code, const String& reason)
String             69 Source/modules/websockets/CloseEvent.h     String reason() const { return m_reason; }
String             85 Source/modules/websockets/CloseEvent.h     CloseEvent(bool wasClean, int code, const String& reason)
String            105 Source/modules/websockets/CloseEvent.h     String m_reason;
String             62 Source/modules/websockets/MainThreadWebSocketChannel.cpp MainThreadWebSocketChannel::MainThreadWebSocketChannel(Document* document, WebSocketChannelClient* client, const String& sourceURL, unsigned lineNumber)
String             90 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::connect(const KURL& url, const String& protocol)
String            105 Source/modules/websockets/MainThreadWebSocketChannel.cpp String MainThreadWebSocketChannel::subprotocol()
String            110 Source/modules/websockets/MainThreadWebSocketChannel.cpp     String serverProtocol = m_handshake->serverWebSocketProtocol();
String            116 Source/modules/websockets/MainThreadWebSocketChannel.cpp String MainThreadWebSocketChannel::extensions()
String            121 Source/modules/websockets/MainThreadWebSocketChannel.cpp     String extensions = m_handshake->acceptedExtensions();
String            127 Source/modules/websockets/MainThreadWebSocketChannel.cpp WebSocketChannel::SendResult MainThreadWebSocketChannel::send(const String& message)
String            171 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::close(int code, const String& reason)
String            205 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber)
String            210 Source/modules/websockets/MainThreadWebSocketChannel.cpp         const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed: " + reason;
String            285 Source/modules/websockets/MainThreadWebSocketChannel.cpp         const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed: Connection closed before receiving a handshake response";
String            343 Source/modules/websockets/MainThreadWebSocketChannel.cpp     String message;
String            347 Source/modules/websockets/MainThreadWebSocketChannel.cpp         message = "WebSocket network error: error code " + String::number(error.errorCode());
String            349 Source/modules/websockets/MainThreadWebSocketChannel.cpp         message = "WebSocket network error: error code " + String::number(error.errorCode()) + ", " + error.localizedDescription();
String            350 Source/modules/websockets/MainThreadWebSocketChannel.cpp     String failingURL = error.failingURL();
String            396 Source/modules/websockets/MainThreadWebSocketChannel.cpp     failAsError("Failed to load Blob: error code = " + String::number(errorCode)); // FIXME: Generate human-friendly reason message.
String            452 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 const String message = "WebSocket extension \"x-webkit-deflate-frame\" is deprecated";
String            485 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::startClosingHandshake(int code, const String& reason)
String            522 Source/modules/websockets/MainThreadWebSocketChannel.cpp     String errorString;
String            546 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("Unrecognized frame opcode: " + String::number(frame.opCode));
String            551 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("One or more reserved bits are on: reserved1 = " + String::number(frame.compress) + ", reserved2 = " + String::number(frame.reserved2) + ", reserved3 = " + String::number(frame.reserved3));
String            562 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("Received fragmented control frame: opcode = " + String::number(frame.opCode));
String            569 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("Received control frame having too long payload: " + String::number(frame.payloadLength) + " bytes");
String            601 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 String message;
String            603 Source/modules/websockets/MainThreadWebSocketChannel.cpp                     message = String::fromUTF8(continuousFrameData->data(), continuousFrameData->size());
String            618 Source/modules/websockets/MainThreadWebSocketChannel.cpp             String message;
String            620 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 message = String::fromUTF8(frame.payload, frame.payloadLength);
String            670 Source/modules/websockets/MainThreadWebSocketChannel.cpp             m_closeEventReason = String::fromUTF8(&frame.payload[2], frame.payloadLength - 2);
String             67 Source/modules/websockets/MainThreadWebSocketChannel.h     static PassRefPtr<MainThreadWebSocketChannel> create(Document* document, WebSocketChannelClient* client, const String& sourceURL = String(), unsigned lineNumber = 0) { return adoptRef(new MainThreadWebSocketChannel(document, client, sourceURL, lineNumber)); }
String             73 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void connect(const KURL&, const String& protocol) OVERRIDE;
String             74 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual String subprotocol() OVERRIDE;
String             75 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual String extensions() OVERRIDE;
String             76 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual WebSocketChannel::SendResult send(const String& message) OVERRIDE;
String             82 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void close(int code, const String& reason) OVERRIDE;
String             83 Source/modules/websockets/MainThreadWebSocketChannel.h     virtual void fail(const String& reason, MessageLevel, const String&, unsigned lineNumber) OVERRIDE;
String            113 Source/modules/websockets/MainThreadWebSocketChannel.h     MainThreadWebSocketChannel(Document*, WebSocketChannelClient*, const String&, unsigned);
String            129 Source/modules/websockets/MainThreadWebSocketChannel.h     void startClosingHandshake(int code, const String& reason);
String            160 Source/modules/websockets/MainThreadWebSocketChannel.h     void failAsError(const String& reason) { fail(reason, ErrorMessageLevel, m_sourceURLAtConstruction, m_lineNumberAtConstruction); }
String            218 Source/modules/websockets/MainThreadWebSocketChannel.h     String m_closeEventReason;
String            229 Source/modules/websockets/MainThreadWebSocketChannel.h     String m_sourceURLAtConstruction;
String            101 Source/modules/websockets/NewWebSocketChannelImpl.cpp NewWebSocketChannelImpl::NewWebSocketChannelImpl(ExecutionContext* context, WebSocketChannelClient* client, const String& sourceURL, unsigned lineNumber)
String            122 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::connect(const KURL& url, const String& protocol)
String            128 Source/modules/websockets/NewWebSocketChannelImpl.cpp     Vector<String> protocols;
String            146 Source/modules/websockets/NewWebSocketChannelImpl.cpp String NewWebSocketChannelImpl::subprotocol()
String            152 Source/modules/websockets/NewWebSocketChannelImpl.cpp String NewWebSocketChannelImpl::extensions()
String            158 Source/modules/websockets/NewWebSocketChannelImpl.cpp WebSocketChannel::SendResult NewWebSocketChannelImpl::send(const String& message)
String            211 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::close(int code, const String& reason)
String            219 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber)
String            226 Source/modules/websockets/NewWebSocketChannelImpl.cpp     const String message = "WebSocket connection to '" + m_url.elidedString() + "' failed: " + reason;
String            233 Source/modules/websockets/NewWebSocketChannelImpl.cpp     handleDidClose(false, CloseEventCodeAbnormalClosure, String());
String            258 Source/modules/websockets/NewWebSocketChannelImpl.cpp NewWebSocketChannelImpl::Message::Message(const String& text)
String            330 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::handleDidClose(bool wasClean, unsigned short code, const String& reason)
String            433 Source/modules/websockets/NewWebSocketChannelImpl.cpp         String message = m_receivingMessageData.isEmpty() ? emptyString() : String::fromUTF8(m_receivingMessageData.data(), m_receivingMessageData.size());
String            450 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p didClose(%p, %d, %u, %s)", this, handle, wasClean, code, String(reason).utf8().data());
String            496 Source/modules/websockets/NewWebSocketChannelImpl.cpp     failAsError("Failed to load Blob: error code = " + String::number(errorCode));
String             73 Source/modules/websockets/NewWebSocketChannelImpl.h     static PassRefPtr<NewWebSocketChannelImpl> create(ExecutionContext* context, WebSocketChannelClient* client, const String& sourceURL = String(), unsigned lineNumber = 0)
String             80 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void connect(const KURL&, const String& protocol) OVERRIDE;
String             81 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual String subprotocol() OVERRIDE;
String             82 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual String extensions() OVERRIDE;
String             83 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual WebSocketChannel::SendResult send(const String& message) OVERRIDE;
String             89 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void close(int code, const String& reason) OVERRIDE;
String             90 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void fail(const String& reason, MessageLevel, const String&, unsigned lineNumber) OVERRIDE;
String            108 Source/modules/websockets/NewWebSocketChannelImpl.h         explicit Message(const String&);
String            124 Source/modules/websockets/NewWebSocketChannelImpl.h     NewWebSocketChannelImpl(ExecutionContext*, WebSocketChannelClient*, const String&, unsigned);
String            127 Source/modules/websockets/NewWebSocketChannelImpl.h     void failAsError(const String& reason) { fail(reason, ErrorMessageLevel, m_sourceURLAtConstruction, m_lineNumberAtConstruction); }
String            129 Source/modules/websockets/NewWebSocketChannelImpl.h     void handleDidClose(bool wasClean, unsigned short code, const String& reason);
String            173 Source/modules/websockets/NewWebSocketChannelImpl.h     String m_subprotocol;
String            174 Source/modules/websockets/NewWebSocketChannelImpl.h     String m_extensions;
String            176 Source/modules/websockets/NewWebSocketChannelImpl.h     String m_sourceURLAtConstruction;
String             53 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp String ThreadableWebSocketChannelClientWrapper::subprotocol() const
String             57 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp     return String(m_subprotocol);
String             60 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::setSubprotocol(const String& subprotocol)
String             66 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp String ThreadableWebSocketChannelClientWrapper::extensions() const
String             70 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp     return String(m_extensions);
String             73 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::setExtensions(const String& extensions)
String             91 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::didReceiveMessage(const String& message)
String            119 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::didClose(unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason)
String            161 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::didReceiveMessageCallback(ExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> wrapper, const String& message)
String            189 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::didCloseCallback(ExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> wrapper, unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason)
String             53 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     String subprotocol() const;
String             54 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     void setSubprotocol(const String&);
String             55 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     String extensions() const;
String             56 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     void setExtensions(const String&);
String             61 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     void didReceiveMessage(const String& message);
String             65 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     void didClose(unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason);
String             77 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     static void didReceiveMessageCallback(ExecutionContext*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, const String& message);
String             81 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     static void didCloseCallback(ExecutionContext*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason);
String            169 Source/modules/websockets/WebSocket.cpp static bool isValidProtocolString(const String& protocol)
String            180 Source/modules/websockets/WebSocket.cpp static String encodeProtocolString(const String& protocol)
String            185 Source/modules/websockets/WebSocket.cpp             builder.append(String::format("\\u%04X", protocol[i]));
String            194 Source/modules/websockets/WebSocket.cpp static String joinStrings(const Vector<String>& strings, const char* separator)
String            240 Source/modules/websockets/WebSocket.cpp void WebSocket::logError(const String& message)
String            245 Source/modules/websockets/WebSocket.cpp PassRefPtr<WebSocket> WebSocket::create(ExecutionContext* context, const String& url, ExceptionState& exceptionState)
String            247 Source/modules/websockets/WebSocket.cpp     Vector<String> protocols;
String            251 Source/modules/websockets/WebSocket.cpp PassRefPtr<WebSocket> WebSocket::create(ExecutionContext* context, const String& url, const Vector<String>& protocols, ExceptionState& exceptionState)
String            268 Source/modules/websockets/WebSocket.cpp PassRefPtr<WebSocket> WebSocket::create(ExecutionContext* context, const String& url, const String& protocol, ExceptionState& exceptionState)
String            270 Source/modules/websockets/WebSocket.cpp     Vector<String> protocols;
String            275 Source/modules/websockets/WebSocket.cpp void WebSocket::connect(const String& url, ExceptionState& exceptionState)
String            277 Source/modules/websockets/WebSocket.cpp     Vector<String> protocols;
String            281 Source/modules/websockets/WebSocket.cpp void WebSocket::connect(const String& url, const String& protocol, ExceptionState& exceptionState)
String            283 Source/modules/websockets/WebSocket.cpp     Vector<String> protocols;
String            288 Source/modules/websockets/WebSocket.cpp void WebSocket::connect(const String& url, const Vector<String>& protocols, ExceptionState& exceptionState)
String            305 Source/modules/websockets/WebSocket.cpp         String message = "Connecting to a non-secure WebSocket server from a secure origin is deprecated.";
String            315 Source/modules/websockets/WebSocket.cpp         exceptionState.throwSecurityError("The port " + String::number(m_url.port()) + " is not allowed.");
String            349 Source/modules/websockets/WebSocket.cpp     HashSet<String> visited;
String            359 Source/modules/websockets/WebSocket.cpp     String protocolString;
String            396 Source/modules/websockets/WebSocket.cpp void WebSocket::send(const String& message, ExceptionState& exceptionState)
String            461 Source/modules/websockets/WebSocket.cpp void WebSocket::close(unsigned short code, const String& reason, ExceptionState& exceptionState)
String            468 Source/modules/websockets/WebSocket.cpp     closeInternal(WebSocketChannel::CloseEventCodeNotSpecified, String(), exceptionState);
String            473 Source/modules/websockets/WebSocket.cpp     closeInternal(code, String(), exceptionState);
String            476 Source/modules/websockets/WebSocket.cpp void WebSocket::closeInternal(int code, const String& reason, ExceptionState& exceptionState)
String            483 Source/modules/websockets/WebSocket.cpp             exceptionState.throwDOMException(InvalidAccessError, "The code must be either 1000, or between 3000 and 4999. " + String::number(code) + " is neither.");
String            488 Source/modules/websockets/WebSocket.cpp             exceptionState.throwDOMException(SyntaxError, "The message must not be greater than " + String::number(maxReasonSizeInBytes) + " bytes.");
String            520 Source/modules/websockets/WebSocket.cpp String WebSocket::protocol() const
String            525 Source/modules/websockets/WebSocket.cpp String WebSocket::extensions() const
String            530 Source/modules/websockets/WebSocket.cpp String WebSocket::binaryType() const
String            539 Source/modules/websockets/WebSocket.cpp     return String();
String            542 Source/modules/websockets/WebSocket.cpp void WebSocket::setBinaryType(const String& binaryType)
String            596 Source/modules/websockets/WebSocket.cpp         m_channel->close(WebSocketChannel::CloseEventCodeGoingAway, String());
String            613 Source/modules/websockets/WebSocket.cpp void WebSocket::didReceiveMessage(const String& msg)
String            663 Source/modules/websockets/WebSocket.cpp void WebSocket::didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason)
String             60 Source/modules/websockets/WebSocket.h     static PassRefPtr<WebSocket> create(ExecutionContext*, const String& url, ExceptionState&);
String             61 Source/modules/websockets/WebSocket.h     static PassRefPtr<WebSocket> create(ExecutionContext*, const String& url, const String& protocol, ExceptionState&);
String             62 Source/modules/websockets/WebSocket.h     static PassRefPtr<WebSocket> create(ExecutionContext*, const String& url, const Vector<String>& protocols, ExceptionState&);
String             72 Source/modules/websockets/WebSocket.h     void connect(const String& url, ExceptionState&);
String             73 Source/modules/websockets/WebSocket.h     void connect(const String& url, const String& protocol, ExceptionState&);
String             74 Source/modules/websockets/WebSocket.h     void connect(const String& url, const Vector<String>& protocols, ExceptionState&);
String             76 Source/modules/websockets/WebSocket.h     void send(const String& message, ExceptionState&);
String             86 Source/modules/websockets/WebSocket.h     void close(unsigned short code, const String& reason, ExceptionState&);
String             94 Source/modules/websockets/WebSocket.h     String protocol() const;
String             95 Source/modules/websockets/WebSocket.h     String extensions() const;
String             97 Source/modules/websockets/WebSocket.h     String binaryType() const;
String             98 Source/modules/websockets/WebSocket.h     void setBinaryType(const String&);
String            120 Source/modules/websockets/WebSocket.h     virtual void didReceiveMessage(const String& message) OVERRIDE;
String            125 Source/modules/websockets/WebSocket.h     virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
String            169 Source/modules/websockets/WebSocket.h     void logError(const String& message);
String            174 Source/modules/websockets/WebSocket.h     void closeInternal(int, const String&, ExceptionState&);
String            200 Source/modules/websockets/WebSocket.h     String m_subprotocol;
String            201 Source/modules/websockets/WebSocket.h     String m_extensions;
String             56 Source/modules/websockets/WebSocketChannel.cpp     String sourceURL;
String             78 Source/modules/websockets/WebSocketChannel.h     virtual void connect(const KURL&, const String& protocol) = 0;
String             79 Source/modules/websockets/WebSocketChannel.h     virtual String subprotocol() = 0; // Will be available after didConnect() callback is invoked.
String             80 Source/modules/websockets/WebSocketChannel.h     virtual String extensions() = 0; // Will be available after didConnect() callback is invoked.
String             81 Source/modules/websockets/WebSocketChannel.h     virtual SendResult send(const String& message) = 0;
String             85 Source/modules/websockets/WebSocketChannel.h     virtual void close(int code, const String& reason) = 0;
String             98 Source/modules/websockets/WebSocketChannel.h     virtual void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber) = 0;
String             99 Source/modules/websockets/WebSocketChannel.h     void fail(const String& reason, MessageLevel level) { fail(reason, level, String(), 0); }
String             44 Source/modules/websockets/WebSocketChannelClient.h         virtual void didReceiveMessage(const String&) { }
String             53 Source/modules/websockets/WebSocketChannelClient.h         virtual void didClose(unsigned long /* unhandledBufferedAmount */, ClosingHandshakeCompletionStatus, unsigned short /* code */, const String& /* reason */) { }
String             50 Source/modules/websockets/WebSocketDeflateFramer.cpp     virtual String handshakeString() OVERRIDE;
String             51 Source/modules/websockets/WebSocketDeflateFramer.cpp     virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
String             52 Source/modules/websockets/WebSocketDeflateFramer.cpp     virtual String failureReason() OVERRIDE { return m_failureReason; }
String             59 Source/modules/websockets/WebSocketDeflateFramer.cpp     String m_failureReason;
String             71 Source/modules/websockets/WebSocketDeflateFramer.cpp String WebSocketExtensionDeflateFrame::handshakeString()
String             76 Source/modules/websockets/WebSocketDeflateFramer.cpp bool WebSocketExtensionDeflateFrame::processResponse(const HashMap<String, String>& serverParameters)
String             86 Source/modules/websockets/WebSocketDeflateFramer.cpp     HashMap<String, String>::const_iterator parameter = serverParameters.find("max_window_bits");
String            128 Source/modules/websockets/WebSocketDeflateFramer.cpp void DeflateResultHolder::fail(const String& failureReason)
String            146 Source/modules/websockets/WebSocketDeflateFramer.cpp void InflateResultHolder::fail(const String& failureReason)
String             55 Source/modules/websockets/WebSocketDeflateFramer.h     String failureReason() const { return m_failureReason; }
String             57 Source/modules/websockets/WebSocketDeflateFramer.h     void fail(const String& failureReason);
String             64 Source/modules/websockets/WebSocketDeflateFramer.h     String m_failureReason;
String             78 Source/modules/websockets/WebSocketDeflateFramer.h     String failureReason() const { return m_failureReason; }
String             80 Source/modules/websockets/WebSocketDeflateFramer.h     void fail(const String& failureReason);
String             87 Source/modules/websockets/WebSocketDeflateFramer.h     String m_failureReason;
String             61 Source/modules/websockets/WebSocketExtensionDispatcher.cpp const String WebSocketExtensionDispatcher::createHeaderValue() const
String             65 Source/modules/websockets/WebSocketExtensionDispatcher.cpp         return String();
String             76 Source/modules/websockets/WebSocketExtensionDispatcher.cpp void WebSocketExtensionDispatcher::appendAcceptedExtension(const String& extensionToken, HashMap<String, String>& extensionParameters)
String             82 Source/modules/websockets/WebSocketExtensionDispatcher.cpp     for (HashMap<String, String>::const_iterator iterator = extensionParameters.begin(); iterator != extensionParameters.end(); ++iterator) {
String             92 Source/modules/websockets/WebSocketExtensionDispatcher.cpp void WebSocketExtensionDispatcher::fail(const String& reason)
String             98 Source/modules/websockets/WebSocketExtensionDispatcher.cpp bool WebSocketExtensionDispatcher::processHeaderValue(const String& headerValue)
String            112 Source/modules/websockets/WebSocketExtensionDispatcher.cpp         String extensionToken;
String            113 Source/modules/websockets/WebSocketExtensionDispatcher.cpp         HashMap<String, String> extensionParameters;
String            140 Source/modules/websockets/WebSocketExtensionDispatcher.cpp String WebSocketExtensionDispatcher::acceptedExtensions() const
String            143 Source/modules/websockets/WebSocketExtensionDispatcher.cpp         return String();
String            147 Source/modules/websockets/WebSocketExtensionDispatcher.cpp String WebSocketExtensionDispatcher::failureReason() const
String             49 Source/modules/websockets/WebSocketExtensionDispatcher.h     const String createHeaderValue() const;
String             51 Source/modules/websockets/WebSocketExtensionDispatcher.h     bool processHeaderValue(const String&);
String             52 Source/modules/websockets/WebSocketExtensionDispatcher.h     String acceptedExtensions() const;
String             53 Source/modules/websockets/WebSocketExtensionDispatcher.h     String failureReason() const;
String             56 Source/modules/websockets/WebSocketExtensionDispatcher.h     void appendAcceptedExtension(const String& extensionToken, HashMap<String, String>& extensionParameters);
String             57 Source/modules/websockets/WebSocketExtensionDispatcher.h     void fail(const String& reason);
String             61 Source/modules/websockets/WebSocketExtensionDispatcher.h     String m_failureReason;
String             43 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     MockWebSocketExtensionProcessor(const String& name, WebSocketExtensionDispatcherTest* test)
String             48 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     virtual String handshakeString() OVERRIDE { return extensionToken(); }
String             49 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
String             63 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     void addMockProcessor(const String& extensionToken)
String             69 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     void appendResult(const String& extensionToken, const HashMap<String, String>& parameters)
String             77 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     Vector<String> m_parsedExtensionTokens;
String             78 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     Vector<HashMap<String, String> > m_parsedParameters;
String             81 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp bool MockWebSocketExtensionProcessor::processResponse(const HashMap<String, String>& parameters)
String            104 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     HashMap<String, String>::iterator parameter = m_parsedParameters[0].find("max-channels");
String            115 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp         String token;
String            116 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp         HashMap<String, String> parameters;
String            120 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     expected[0].parameters.add("flow-control", String());
String            130 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp         const HashMap<String, String>& expectedParameters = expected[i].parameters;
String            131 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp         const HashMap<String, String>& parsedParameters = m_parsedParameters[i];
String            133 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp         for (HashMap<String, String>::const_iterator iterator = expectedParameters.begin(); iterator != expectedParameters.end(); ++iterator) {
String            134 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp             HashMap<String, String>::const_iterator parsed = parsedParameters.find(iterator->key);
String             78 Source/modules/websockets/WebSocketExtensionParser.cpp         m_currentToken = String(start, m_current - start);
String            106 Source/modules/websockets/WebSocketExtensionParser.cpp     m_currentToken = String::fromUTF8(buffer.data(), buffer.size());
String            131 Source/modules/websockets/WebSocketExtensionParser.cpp bool WebSocketExtensionParser::parseExtension(String& extensionToken, HashMap<String, String>& extensionParameters)
String            145 Source/modules/websockets/WebSocketExtensionParser.cpp         String parameterToken = currentToken();
String            152 Source/modules/websockets/WebSocketExtensionParser.cpp             extensionParameters.add(parameterToken, String());
String             49 Source/modules/websockets/WebSocketExtensionParser.h     bool parseExtension(String& extensionToken, HashMap<String, String>& parameters);
String             66 Source/modules/websockets/WebSocketExtensionParser.h     const String& currentToken() { return m_currentToken; }
String             79 Source/modules/websockets/WebSocketExtensionParser.h     String m_currentToken;
String             46 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String             47 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String             58 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String             59 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String             74 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String             75 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String             88 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String             89 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String             98 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String             99 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            108 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            109 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            118 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            119 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            128 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            129 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            138 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            139 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            148 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            149 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            158 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            159 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            168 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            169 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String            178 Source/modules/websockets/WebSocketExtensionParserTest.cpp     String extension;
String            179 Source/modules/websockets/WebSocketExtensionParserTest.cpp     HashMap<String, String> parameters;
String             43 Source/modules/websockets/WebSocketExtensionProcessor.h     String extensionToken() const { return m_extensionToken; }
String             47 Source/modules/websockets/WebSocketExtensionProcessor.h     virtual String handshakeString() = 0;
String             53 Source/modules/websockets/WebSocketExtensionProcessor.h     virtual bool processResponse(const HashMap<String, String>&) = 0;
String             56 Source/modules/websockets/WebSocketExtensionProcessor.h     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
String             59 Source/modules/websockets/WebSocketExtensionProcessor.h     explicit WebSocketExtensionProcessor(const String& extensionToken)
String             65 Source/modules/websockets/WebSocketExtensionProcessor.h     String m_extensionToken;
String             54 Source/modules/websockets/WebSocketFrame.cpp WebSocketFrame::ParseFrameResult WebSocketFrame::parseFrame(char* data, size_t dataLength, WebSocketFrame& frame, const char*& frameEnd, String& errorString)
String            101 Source/modules/websockets/WebSocketFrame.cpp         errorString = "WebSocket frame length too large: " + String::number(payloadLength64) + " bytes";
String             60 Source/modules/websockets/WebSocketFrame.h     static ParseFrameResult parseFrame(char* data, size_t dataLength, WebSocketFrame&, const char*& frameEnd, String& errorString); // May modify part of data to unmask the frame.
String             68 Source/modules/websockets/WebSocketHandshake.cpp String formatHandshakeFailureReason(const String& detail)
String             75 Source/modules/websockets/WebSocketHandshake.cpp static String resourceName(const KURL& url)
String             85 Source/modules/websockets/WebSocketHandshake.cpp     String result = name.toString();
String             91 Source/modules/websockets/WebSocketHandshake.cpp static String hostName(const KURL& url, bool secure)
String            104 Source/modules/websockets/WebSocketHandshake.cpp static String trimInputSample(const char* p, size_t len)
String            107 Source/modules/websockets/WebSocketHandshake.cpp         return String(p, maxInputSampleSize) + horizontalEllipsis;
String            108 Source/modules/websockets/WebSocketHandshake.cpp     return String(p, len);
String            111 Source/modules/websockets/WebSocketHandshake.cpp static String generateSecWebSocketKey()
String            119 Source/modules/websockets/WebSocketHandshake.cpp String WebSocketHandshake::getExpectedWebSocketAccept(const String& secWebSocketKey)
String            132 Source/modules/websockets/WebSocketHandshake.cpp WebSocketHandshake::WebSocketHandshake(const KURL& url, const String& protocol, Document* document)
String            158 Source/modules/websockets/WebSocketHandshake.cpp const String WebSocketHandshake::host() const
String            163 Source/modules/websockets/WebSocketHandshake.cpp const String& WebSocketHandshake::clientProtocol() const
String            168 Source/modules/websockets/WebSocketHandshake.cpp void WebSocketHandshake::setClientProtocol(const String& protocol)
String            178 Source/modules/websockets/WebSocketHandshake.cpp String WebSocketHandshake::clientOrigin() const
String            183 Source/modules/websockets/WebSocketHandshake.cpp String WebSocketHandshake::clientLocation() const
String            204 Source/modules/websockets/WebSocketHandshake.cpp     Vector<String> fields;
String            221 Source/modules/websockets/WebSocketHandshake.cpp     const String extensionValue = m_extensionDispatcher.createHeaderValue();
String            258 Source/modules/websockets/WebSocketHandshake.cpp     String cookie = cookieRequestHeaderFieldValue(m_document, url);
String            268 Source/modules/websockets/WebSocketHandshake.cpp     const String extensionValue = m_extensionDispatcher.createHeaderValue();
String            292 Source/modules/websockets/WebSocketHandshake.cpp     String statusText;
String            305 Source/modules/websockets/WebSocketHandshake.cpp         m_failureReason = formatHandshakeFailureReason("Unexpected response code: " + String::number(statusCode));
String            335 Source/modules/websockets/WebSocketHandshake.cpp String WebSocketHandshake::failureReason() const
String            360 Source/modules/websockets/WebSocketHandshake.cpp String WebSocketHandshake::acceptedExtensions() const
String            386 Source/modules/websockets/WebSocketHandshake.cpp int WebSocketHandshake::readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText)
String            393 Source/modules/websockets/WebSocketHandshake.cpp     statusText = String();
String            437 Source/modules/websockets/WebSocketHandshake.cpp     String statusCodeString(space1 + 1, space2 - space1 - 1);
String            451 Source/modules/websockets/WebSocketHandshake.cpp     statusText = String(space2 + 1, end - space2 - 3); // Exclude "\r\n".
String            500 Source/modules/websockets/WebSocketHandshake.cpp     String extensions = m_extensionDispatcher.acceptedExtensions();
String            544 Source/modules/websockets/WebSocketHandshake.cpp         Vector<String> result;
String            545 Source/modules/websockets/WebSocketHandshake.cpp         m_clientProtocol.split(String(WebSocket::subProtocolSeperator()), result);
String            552 Source/modules/websockets/WebSocketHandshake.cpp         Vector<String> protocols;
String            553 Source/modules/websockets/WebSocketHandshake.cpp         m_clientProtocol.split(String(WebSocket::subProtocolSeperator()), protocols);
String             55 Source/modules/websockets/WebSocketHandshake.h     WebSocketHandshake(const KURL&, const String& protocol, Document*);
String             60 Source/modules/websockets/WebSocketHandshake.h     const String host() const;
String             62 Source/modules/websockets/WebSocketHandshake.h     const String& clientProtocol() const;
String             63 Source/modules/websockets/WebSocketHandshake.h     void setClientProtocol(const String&);
String             67 Source/modules/websockets/WebSocketHandshake.h     String clientOrigin() const;
String             68 Source/modules/websockets/WebSocketHandshake.h     String clientLocation() const;
String             86 Source/modules/websockets/WebSocketHandshake.h     String failureReason() const;
String             92 Source/modules/websockets/WebSocketHandshake.h     String acceptedExtensions() const;
String             98 Source/modules/websockets/WebSocketHandshake.h     static String getExpectedWebSocketAccept(const String& secWebSocketKey);
String            103 Source/modules/websockets/WebSocketHandshake.h     int readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText);
String            111 Source/modules/websockets/WebSocketHandshake.h     String m_clientProtocol;
String            123 Source/modules/websockets/WebSocketHandshake.h     String m_failureReason;
String            125 Source/modules/websockets/WebSocketHandshake.h     String m_secWebSocketKey;
String            126 Source/modules/websockets/WebSocketHandshake.h     String m_expectedAccept;
String             54 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     virtual String handshakeString() OVERRIDE;
String             55 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
String             56 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     virtual String failureReason() OVERRIDE { return m_failureReason; }
String             63 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     String m_failureReason;
String             73 Source/modules/websockets/WebSocketPerMessageDeflate.cpp String CompressionMessageExtensionProcessor::handshakeString()
String             78 Source/modules/websockets/WebSocketPerMessageDeflate.cpp bool CompressionMessageExtensionProcessor::processResponse(const HashMap<String, String>& parameters)
String             89 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     HashMap<String, String>::const_iterator clientNoContextTakeover = parameters.find("client_no_context_takeover");
String             90 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     HashMap<String, String>::const_iterator clientMaxWindowBits = parameters.find("client_max_window_bits");
String             91 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     HashMap<String, String>::const_iterator serverNoContextTakeover = parameters.find("server_no_context_takeover");
String             92 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     HashMap<String, String>::const_iterator serverMaxWindowBits = parameters.find("server_max_window_bits");
String             78 Source/modules/websockets/WebSocketPerMessageDeflate.h     String failureReason() { return m_failureReason; }
String             86 Source/modules/websockets/WebSocketPerMessageDeflate.h     String m_failureReason;
String            362 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp bool processResponse(const HashMap<String, String>& serverParameters)
String            370 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            374 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            379 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            384 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            386 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         params.add("client_no_context_takeover", String());
String            391 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            392 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         params.add("server_no_context_takeover", String());
String            397 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            406 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            411 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            416 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            421 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            426 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            431 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            436 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            441 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            446 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            452 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            458 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            464 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            470 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            476 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         HashMap<String, String> params;
String            484 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     String actual = WebSocketPerMessageDeflate().createExtensionProcessor()->handshakeString();
String            485 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     EXPECT_EQ(String("permessage-deflate; client_max_window_bits"), actual);
String            113 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerGlobalScope& context, WebSocketChannelClient* client, const String& sourceURL, unsigned lineNumber)
String            129 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::connect(const KURL& url, const String& protocol)
String            135 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp String WorkerThreadableWebSocketChannel::subprotocol()
String            141 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp String WorkerThreadableWebSocketChannel::extensions()
String            147 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const String& message)
String            175 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::close(int code, const String& reason)
String            181 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber)
String            222 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp WorkerThreadableWebSocketChannel::Peer::Peer(PassRefPtr<WeakReference<Peer> > reference, PassRefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ExecutionContext* context, const String& sourceURL, unsigned lineNumber, PassOwnPtr<ThreadableWebSocketChannelSyncHelper> syncHelper)
String            247 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::initialize(ExecutionContext* context, PassRefPtr<WeakReference<Peer> > reference, WorkerLoaderProxy* loaderProxy, PassRefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& sourceURLAtConnection, unsigned lineNumberAtConnection, PassOwnPtr<ThreadableWebSocketChannelSyncHelper> syncHelper)
String            259 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::connect(const KURL& url, const String& protocol)
String            267 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::send(const String& message)
String            316 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::close(int code, const String& reason)
String            324 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber)
String            357 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp static void workerGlobalScopeDidConnect(ExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, const String& subprotocol, const String& extensions)
String            371 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp static void workerGlobalScopeDidReceiveMessage(ExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, const String& message)
String            377 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::didReceiveMessage(const String& message)
String            419 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp static void workerGlobalScopeDidClose(ExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason)
String            425 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason)
String            458 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Bridge::initialize(const String& sourceURL, unsigned lineNumber)
String            475 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Bridge::connect(const KURL& url, const String& protocol)
String            481 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(const String& message)
String            529 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Bridge::close(int code, const String& reason)
String            534 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Bridge::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber)
String             67 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     static PassRefPtr<WebSocketChannel> create(WorkerGlobalScope& workerGlobalScope, WebSocketChannelClient* client, const String& sourceURL, unsigned lineNumber)
String             74 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void connect(const KURL&, const String& protocol) OVERRIDE;
String             75 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual String subprotocol() OVERRIDE;
String             76 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual String extensions() OVERRIDE;
String             77 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual WebSocketChannel::SendResult send(const String& message) OVERRIDE;
String             81 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void close(int code, const String& reason) OVERRIDE;
String             82 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     virtual void fail(const String& reason, MessageLevel, const String&, unsigned) OVERRIDE;
String             97 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         static void initialize(ExecutionContext*, PassRefPtr<WeakReference<Peer> >, WorkerLoaderProxy*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, const String& sourceURLAtConnection, unsigned lineNumberAtConnection, PassOwnPtr<ThreadableWebSocketChannelSyncHelper>);
String            100 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void connect(const KURL&, const String& protocol);
String            101 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void send(const String& message);
String            105 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void close(int code, const String& reason);
String            106 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber);
String            113 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didReceiveMessage(const String& message) OVERRIDE;
String            117 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
String            121 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         Peer(PassRefPtr<WeakReference<Peer> >, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, WorkerLoaderProxy&, ExecutionContext*, const String& sourceURL, unsigned lineNumber, PassOwnPtr<ThreadableWebSocketChannelSyncHelper>);
String            149 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void initialize(const String& sourceURLAtConnection, unsigned lineNumberAtConnection);
String            150 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void connect(const KURL&, const String& protocol);
String            151 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         WebSocketChannel::SendResult send(const String& message);
String            155 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void close(int code, const String& reason);
String            156 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber);
String            184 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     WorkerThreadableWebSocketChannel(WorkerGlobalScope&, WebSocketChannelClient*, const String& sourceURL, unsigned lineNumber);
String            189 Source/modules/websockets/WorkerThreadableWebSocketChannel.h     String m_sourceURLAtConnection;
String             53 Source/platform/AsyncFileSystemCallbacks.h     virtual void didOpenFileSystem(const String& name, const KURL& rootURL) { ASSERT_NOT_REACHED(); }
String             56 Source/platform/AsyncFileSystemCallbacks.h     virtual void didResolveURL(const String& name, const KURL& rootURL, FileSystemType, const String& filePath, bool isDirectory) { ASSERT_NOT_REACHED(); }
String             65 Source/platform/AsyncFileSystemCallbacks.h     virtual void didReadDirectoryEntry(const String& name, bool isDirectory) { ASSERT_NOT_REACHED(); }
String             41 Source/platform/ColorSuggestion.h     String label;
String             43 Source/platform/ColorSuggestion.h     ColorSuggestion(const Color& colorValue, const String& label)
String             33 Source/platform/ContentType.cpp ContentType::ContentType(const String& contentType)
String             38 Source/platform/ContentType.cpp String ContentType::parameter(const String& parameterName) const
String             40 Source/platform/ContentType.cpp     String parameterValue;
String             41 Source/platform/ContentType.cpp     String strippedType = m_type.stripWhiteSpace();
String             67 Source/platform/ContentType.cpp String ContentType::type() const
String             69 Source/platform/ContentType.cpp     String strippedType = m_type.stripWhiteSpace();
String             79 Source/platform/ContentType.cpp Vector<String> ContentType::codecs() const
String             81 Source/platform/ContentType.cpp     String codecsParameter = parameter("codecs");
String             84 Source/platform/ContentType.cpp         return Vector<String>();
String             86 Source/platform/ContentType.cpp     Vector<String> codecs;
String             37 Source/platform/ContentType.h     explicit ContentType(const String& type);
String             39 Source/platform/ContentType.h     String parameter(const String& parameterName) const;
String             40 Source/platform/ContentType.h     String type() const;
String             41 Source/platform/ContentType.h     Vector<String> codecs() const;
String             42 Source/platform/ContentType.h     const String& raw() const { return m_type; }
String             44 Source/platform/ContentType.h     String m_type;
String             33 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
String             44 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
String             53 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems)
String             54 Source/platform/ContextMenuItem.h     ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu* subMenu = 0);
String             55 Source/platform/ContextMenuItem.h     ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool enabled, bool checked);
String             73 Source/platform/ContextMenuItem.h     ContextMenuItem(ContextMenuAction, const String&, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems);
String             75 Source/platform/ContextMenuItem.h     void setTitle(const String& title) { m_title = title; }
String             76 Source/platform/ContextMenuItem.h     const String& title() const { return m_title; }
String             83 Source/platform/ContextMenuItem.h     String m_title;
String             40 Source/platform/Cookie.h     Cookie(const String& name, const String& value, const String& domain,
String             41 Source/platform/Cookie.h         const String& path, double expires, bool httpOnly, bool secure,
String             54 Source/platform/Cookie.h     String name;
String             55 Source/platform/Cookie.h     String value;
String             56 Source/platform/Cookie.h     String domain;
String             57 Source/platform/Cookie.h     String path;
String             48 Source/platform/CrossThreadCopier.cpp CrossThreadCopierBase<false, false, String>::Type CrossThreadCopierBase<false, false, String>::copy(const String& str)
String            112 Source/platform/CrossThreadCopier.h     template<> struct CrossThreadCopierBase<false, false, String> {
String            113 Source/platform/CrossThreadCopier.h         typedef String Type;
String            114 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const String&);
String             90 Source/platform/DateComponents.cpp static unsigned countDigits(const String& src, unsigned start)
String            101 Source/platform/DateComponents.cpp static bool toInt(const String& src, unsigned parseStart, unsigned parseLength, int& out)
String            122 Source/platform/DateComponents.cpp bool DateComponents::parseYear(const String& src, unsigned start, unsigned& end)
String            277 Source/platform/DateComponents.cpp bool DateComponents::parseTimeZone(const String& src, unsigned start, unsigned& end)
String            322 Source/platform/DateComponents.cpp bool DateComponents::parseMonth(const String& src, unsigned start, unsigned& end)
String            343 Source/platform/DateComponents.cpp bool DateComponents::parseDate(const String& src, unsigned start, unsigned& end)
String            366 Source/platform/DateComponents.cpp bool DateComponents::parseWeek(const String& src, unsigned start, unsigned& end)
String            393 Source/platform/DateComponents.cpp bool DateComponents::parseTime(const String& src, unsigned start, unsigned& end)
String            448 Source/platform/DateComponents.cpp bool DateComponents::parseDateTimeLocal(const String& src, unsigned start, unsigned& end)
String            466 Source/platform/DateComponents.cpp bool DateComponents::parseDateTime(const String& src, unsigned start, unsigned& end)
String            666 Source/platform/DateComponents.cpp String DateComponents::toStringForTime(SecondFormat format) const
String            680 Source/platform/DateComponents.cpp         return String::format("%02d:%02d", m_hour, m_minute);
String            682 Source/platform/DateComponents.cpp         return String::format("%02d:%02d:%02d", m_hour, m_minute, m_second);
String            684 Source/platform/DateComponents.cpp         return String::format("%02d:%02d:%02d.%03d", m_hour, m_minute, m_second, m_millisecond);
String            688 Source/platform/DateComponents.cpp String DateComponents::toString(SecondFormat format) const
String            692 Source/platform/DateComponents.cpp         return String::format("%04d-%02d-%02d", m_year, m_month + 1, m_monthDay);
String            694 Source/platform/DateComponents.cpp         return String::format("%04d-%02d-%02dT", m_year, m_month + 1, m_monthDay)
String            695 Source/platform/DateComponents.cpp             + toStringForTime(format) + String("Z");
String            697 Source/platform/DateComponents.cpp         return String::format("%04d-%02d-%02dT", m_year, m_month + 1, m_monthDay)
String            700 Source/platform/DateComponents.cpp         return String::format("%04d-%02d", m_year, m_month + 1);
String            704 Source/platform/DateComponents.cpp         return String::format("%04d-W%02d", m_year, m_week);
String            709 Source/platform/DateComponents.cpp     return String("(Invalid DateComponents)");
String             90 Source/platform/DateComponents.h     String toString(SecondFormat format = None) const;
String            106 Source/platform/DateComponents.h     bool parseMonth(const String&, unsigned start, unsigned& end);
String            108 Source/platform/DateComponents.h     bool parseDate(const String&, unsigned start, unsigned& end);
String            110 Source/platform/DateComponents.h     bool parseWeek(const String&, unsigned start, unsigned& end);
String            112 Source/platform/DateComponents.h     bool parseTime(const String&, unsigned start, unsigned& end);
String            114 Source/platform/DateComponents.h     bool parseDateTimeLocal(const String&, unsigned start, unsigned& end);
String            116 Source/platform/DateComponents.h     bool parseDateTime(const String&, unsigned start, unsigned& end);
String            176 Source/platform/DateComponents.h     bool parseYear(const String&, unsigned start, unsigned& end);
String            179 Source/platform/DateComponents.h     bool parseTimeZone(const String&, unsigned start, unsigned& end);
String            186 Source/platform/DateComponents.h     String toStringForTime(SecondFormat) const;
String             43 Source/platform/DateTimeChooser.h     String localizedValue;
String             44 Source/platform/DateTimeChooser.h     String label;
String             55 Source/platform/DateTimeChooser.h     String currentValue;
String             44 Source/platform/DateTimeChooserClient.h     virtual void didChooseValue(const String&) = 0;
String            685 Source/platform/Decimal.cpp         return fromString(String::numberToStringECMAScript(doubleValue));
String            693 Source/platform/Decimal.cpp Decimal Decimal::fromString(const String& str)
String            936 Source/platform/Decimal.cpp String Decimal::toString() const
String            979 Source/platform/Decimal.cpp     const String digits = String::number(coefficient);
String            143 Source/platform/Decimal.h     String toString() const;
String            153 Source/platform/Decimal.h     static Decimal fromString(const String&);
String             45 Source/platform/DecimalTest.cpp         << "encode(" << String::number(data.coefficient()).ascii().data()
String             46 Source/platform/DecimalTest.cpp         << ", " << String::number(data.exponent()).ascii().data()
String             88 Source/platform/DecimalTest.cpp     protected: Decimal fromString(const String& string)
String             93 Source/platform/DecimalTest.cpp     protected: Decimal stepDown(const String& minimum, const String& maximum, const String& step, const String& valueString, int numberOfStepTimes)
String            104 Source/platform/DecimalTest.cpp     protected: Decimal stepUp(const String& minimum, const String& maximum, const String& step, const String& valueString, int numberOfStepTimes)
String            120 Source/platform/DragImage.cpp PassOwnPtr<DragImage> DragImage::create(const KURL& url, const String& inLabel, const FontDescription& systemFont, float deviceScaleFactor)
String            130 Source/platform/DragImage.cpp     String urlString = url.string();
String            131 Source/platform/DragImage.cpp     String label = inLabel.stripWhiteSpace();
String             43 Source/platform/DragImage.h     static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor);
String            148 Source/platform/DragImageTest.cpp     String testLabel = "          Example Example Example      \n    ";
String            149 Source/platform/DragImageTest.cpp     String expectedLabel = "Example Example Example";
String             68 Source/platform/FileChooser.cpp void FileChooser::chooseFile(const String& filename)
String             70 Source/platform/FileChooser.cpp     Vector<String> filenames;
String             75 Source/platform/FileChooser.cpp void FileChooser::chooseFiles(const Vector<String>& filenames)
String             92 Source/platform/FileChooser.cpp     Vector<String> paths;
String            102 Source/platform/FileChooser.cpp Vector<String> FileChooserSettings::acceptTypes() const
String            104 Source/platform/FileChooser.cpp     Vector<String> acceptTypes;
String             43 Source/platform/FileChooser.h     FileChooserFileInfo(const String& path, const String& displayName = String())
String             49 Source/platform/FileChooser.h     const String path;
String             50 Source/platform/FileChooser.h     const String displayName;
String             56 Source/platform/FileChooser.h     Vector<String> acceptMIMETypes;
String             57 Source/platform/FileChooser.h     Vector<String> acceptFileExtensions;
String             58 Source/platform/FileChooser.h     Vector<String> selectedFiles;
String             64 Source/platform/FileChooser.h     Vector<String> PLATFORM_EXPORT acceptTypes() const;
String             88 Source/platform/FileChooser.h     void chooseFile(const String& path);
String             89 Source/platform/FileChooser.h     void chooseFiles(const Vector<String>& paths);
String             40 Source/platform/FileMetadata.cpp bool getFileSize(const String& path, long long& result)
String             49 Source/platform/FileMetadata.cpp bool getFileModificationTime(const String& path, time_t& result)
String             58 Source/platform/FileMetadata.cpp bool getFileMetadata(const String& path, FileMetadata& metadata)
String             69 Source/platform/FileMetadata.cpp String directoryName(const String& path)
String             74 Source/platform/FileMetadata.cpp KURL filePathToURL(const String& path)
String             61 Source/platform/FileMetadata.h     String platformPath;
String             66 Source/platform/FileMetadata.h PLATFORM_EXPORT bool getFileSize(const String&, long long& result);
String             67 Source/platform/FileMetadata.h PLATFORM_EXPORT bool getFileModificationTime(const String&, time_t& result);
String             68 Source/platform/FileMetadata.h PLATFORM_EXPORT bool getFileMetadata(const String&, FileMetadata&);
String             69 Source/platform/FileMetadata.h PLATFORM_EXPORT String directoryName(const String&);
String             70 Source/platform/FileMetadata.h PLATFORM_EXPORT KURL filePathToURL(const String&);
String             62 Source/platform/JSONValues.cpp inline void doubleQuoteString(const String& str, StringBuilder* dst)
String             73 Source/platform/JSONValues.cpp                 String symbolCode = String::format("\\u%04X", symbol);
String            115 Source/platform/JSONValues.cpp bool JSONValue::asString(String*) const
String            146 Source/platform/JSONValues.cpp String JSONValue::toJSONString() const
String            239 Source/platform/JSONValues.cpp bool JSONString::asString(String* output) const
String            273 Source/platform/JSONValues.cpp bool JSONObjectBase::getBoolean(const String& name, bool* output) const
String            281 Source/platform/JSONValues.cpp bool JSONObjectBase::getString(const String& name, String* output) const
String            289 Source/platform/JSONValues.cpp PassRefPtr<JSONObject> JSONObjectBase::getObject(const String& name) const
String            297 Source/platform/JSONValues.cpp PassRefPtr<JSONArray> JSONObjectBase::getArray(const String& name) const
String            305 Source/platform/JSONValues.cpp PassRefPtr<JSONValue> JSONObjectBase::get(const String& name) const
String            313 Source/platform/JSONValues.cpp void JSONObjectBase::remove(const String& name)
String             78 Source/platform/JSONValues.h     virtual bool asString(String* output) const;
String             85 Source/platform/JSONValues.h     String toJSONString() const;
String            135 Source/platform/JSONValues.h     static PassRefPtr<JSONString> create(const String& value)
String            145 Source/platform/JSONValues.h     virtual bool asString(String* output) const OVERRIDE;
String            150 Source/platform/JSONValues.h     explicit JSONString(const String& value) : JSONValue(TypeString), m_stringValue(value) { }
String            153 Source/platform/JSONValues.h     String m_stringValue;
String            172 Source/platform/JSONValues.h     void setBoolean(const String& name, bool);
String            173 Source/platform/JSONValues.h     void setNumber(const String& name, double);
String            174 Source/platform/JSONValues.h     void setString(const String& name, const String&);
String            175 Source/platform/JSONValues.h     void setValue(const String& name, PassRefPtr<JSONValue>);
String            176 Source/platform/JSONValues.h     void setObject(const String& name, PassRefPtr<JSONObject>);
String            177 Source/platform/JSONValues.h     void setArray(const String& name, PassRefPtr<JSONArray>);
String            179 Source/platform/JSONValues.h     iterator find(const String& name);
String            180 Source/platform/JSONValues.h     const_iterator find(const String& name) const;
String            181 Source/platform/JSONValues.h     bool getBoolean(const String& name, bool* output) const;
String            182 Source/platform/JSONValues.h     template<class T> bool getNumber(const String& name, T* output) const
String            189 Source/platform/JSONValues.h     bool getString(const String& name, String* output) const;
String            190 Source/platform/JSONValues.h     PassRefPtr<JSONObject> getObject(const String& name) const;
String            191 Source/platform/JSONValues.h     PassRefPtr<JSONArray> getArray(const String& name) const;
String            192 Source/platform/JSONValues.h     PassRefPtr<JSONValue> get(const String& name) const;
String            194 Source/platform/JSONValues.h     void remove(const String& name);
String            210 Source/platform/JSONValues.h     Vector<String> m_order;
String            263 Source/platform/JSONValues.h     void pushString(const String&);
String            308 Source/platform/JSONValues.h inline JSONObjectBase::iterator JSONObjectBase::find(const String& name)
String            313 Source/platform/JSONValues.h inline JSONObjectBase::const_iterator JSONObjectBase::find(const String& name) const
String            318 Source/platform/JSONValues.h inline void JSONObjectBase::setBoolean(const String& name, bool value)
String            323 Source/platform/JSONValues.h inline void JSONObjectBase::setNumber(const String& name, double value)
String            328 Source/platform/JSONValues.h inline void JSONObjectBase::setString(const String& name, const String& value)
String            333 Source/platform/JSONValues.h inline void JSONObjectBase::setValue(const String& name, PassRefPtr<JSONValue> value)
String            340 Source/platform/JSONValues.h inline void JSONObjectBase::setObject(const String& name, PassRefPtr<JSONObject> value)
String            347 Source/platform/JSONValues.h inline void JSONObjectBase::setArray(const String& name, PassRefPtr<JSONArray> value)
String            369 Source/platform/JSONValues.h inline void JSONArrayBase::pushString(const String& value)
String             37 Source/platform/KillRing.h     void append(const String&);
String             38 Source/platform/KillRing.h     void prepend(const String&);
String             39 Source/platform/KillRing.h     String yank();
String             31 Source/platform/KillRingNone.cpp void KillRing::append(const String&)
String             35 Source/platform/KillRingNone.cpp void KillRing::prepend(const String&)
String             39 Source/platform/KillRingNone.cpp String KillRing::yank()
String             41 Source/platform/KillRingNone.cpp     return String();
String             81 Source/platform/Language.cpp static String canonicalLanguageIdentifier(const String& languageCode)
String             83 Source/platform/Language.cpp     String lowercaseLanguageCode = languageCode.lower();
String            100 Source/platform/Language.cpp         String canonicalizedLanguageFromList = canonicalLanguageIdentifier(languageList[i]);
String             76 Source/platform/Length.cpp Vector<Length> parseHTMLAreaElementCoords(const String& string)
String            313 Source/platform/Length.h PLATFORM_EXPORT Vector<Length> parseHTMLAreaElementCoords(const String&);
String             41 Source/platform/LinkHash.cpp static bool resolveRelative(const KURL& base, const String& relative, url_canon::RawCanonOutput<2048>* buffer)
String             71 Source/platform/Logging.cpp WTFLogChannel* getChannelFromName(const String& channelName)
String             76 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("BackForward")))
String             79 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Editing")))
String             82 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Events")))
String             85 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Frames")))
String             88 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("FTP")))
String             91 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("History")))
String             94 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("IconDatabase")))
String             97 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Loading")))
String            100 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Media")))
String            103 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Network")))
String            106 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("NotYetImplemented")))
String            109 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("PlatformLeaks")))
String            112 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("ResourceLoading")))
String            115 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Plugins")))
String            118 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("PopupBlocking")))
String            121 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Progress")))
String            124 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("SpellingAndGrammar")))
String            127 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("SQLDatabase")))
String            130 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("StorageAPI")))
String            133 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("LiveConnect")))
String            136 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Threading")))
String            139 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("FileAPI")))
String            142 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("WebAudio")))
String            145 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Compositing")))
String            148 Source/platform/Logging.cpp     if (equalIgnoringCase(channelName, String("Gamepad")))
String             68 Source/platform/Logging.h PLATFORM_EXPORT WTFLogChannel* getChannelFromName(const String& channelName);
String             36 Source/platform/MIMETypeFromURL.cpp String mimeTypeFromDataURL(const String& url)
String             50 Source/platform/MIMETypeFromURL.cpp String mimeTypeFromURL(const KURL& url)
String             52 Source/platform/MIMETypeFromURL.cpp     String decodedPath = decodeURLEscapeSequences(url.path());
String             53 Source/platform/MIMETypeFromURL.cpp     String extension = decodedPath.substring(decodedPath.reverseFind('.') + 1);
String             36 Source/platform/MIMETypeFromURL.h PLATFORM_EXPORT String mimeTypeFromDataURL(const String& url);
String             37 Source/platform/MIMETypeFromURL.h PLATFORM_EXPORT String mimeTypeFromURL(const KURL&);
String             42 Source/platform/MIMETypeRegistry.cpp String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
String             47 Source/platform/MIMETypeRegistry.cpp String MIMETypeRegistry::getWellKnownMIMETypeForExtension(const String &ext)
String             53 Source/platform/MIMETypeRegistry.cpp String MIMETypeRegistry::getMIMETypeForPath(const String& path)
String             58 Source/platform/MIMETypeRegistry.cpp     String extension = path.substring(pos + 1);
String             59 Source/platform/MIMETypeRegistry.cpp     String mimeType = getMIMETypeForExtension(extension);
String             70 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
String             76 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType)
String             81 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType)
String             90 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isSupportedJavaScriptMIMEType(const String& mimeType)
String             96 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType)
String            102 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs)
String            108 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(const String& keySystem, const String& mimeType, const String& codecs)
String            114 Source/platform/MIMETypeRegistry.cpp bool MIMETypeRegistry::isJavaAppletMIMEType(const String& mimeType)
String             39 Source/platform/MIMETypeRegistry.h     static String getMIMETypeForExtension(const String& extension);
String             40 Source/platform/MIMETypeRegistry.h     static String getWellKnownMIMETypeForExtension(const String& extension);
String             42 Source/platform/MIMETypeRegistry.h     static String getMIMETypeForPath(const String& path);
String             46 Source/platform/MIMETypeRegistry.h     static bool isSupportedImageMIMEType(const String& mimeType);
String             50 Source/platform/MIMETypeRegistry.h     static bool isSupportedImageResourceMIMEType(const String& mimeType);
String             53 Source/platform/MIMETypeRegistry.h     static bool isSupportedImageMIMETypeForEncoding(const String& mimeType);
String             57 Source/platform/MIMETypeRegistry.h     static bool isSupportedJavaScriptMIMEType(const String& mimeType);
String             61 Source/platform/MIMETypeRegistry.h     static bool isSupportedNonImageMIMEType(const String& mimeType);
String             64 Source/platform/MIMETypeRegistry.h     static bool isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs);
String             67 Source/platform/MIMETypeRegistry.h     static bool isSupportedEncryptedMediaMIMEType(const String& keySystem, const String& mimeType, const String& codecs);
String             70 Source/platform/MIMETypeRegistry.h     static bool isJavaAppletMIMEType(const String& mimeType);
String            138 Source/platform/PODInterval.h     String toString() const
String            242 Source/platform/PODIntervalTree.h             String localMaxValueString = ValueToString<T>::string(localMaxValue);
String            258 Source/platform/PODIntervalTree.h     static String string(const PODInterval<T, UserData>& interval)
String             46 Source/platform/PODIntervalTreeTest.cpp     static String string(const float& value) { return String::number(value); }
String             51 Source/platform/PODIntervalTreeTest.cpp     static String string(void* const& value)
String             53 Source/platform/PODIntervalTreeTest.cpp         return String::format("0x%p", value);
String             92 Source/platform/PODIntervalTreeTest.cpp     static String string(int* const& value)
String             94 Source/platform/PODIntervalTreeTest.cpp         return String::format("0x%p", value);
String            135 Source/platform/PODIntervalTreeTest.cpp     static String string(const UserData1& value)
String            137 Source/platform/PODIntervalTreeTest.cpp         return String("[UserData1 a=") + String::number(value.a) + " b=" + String::number(value.b) + "]";
String            192 Source/platform/PODIntervalTreeTest.cpp     static String string(const EndpointType1& value)
String            194 Source/platform/PODIntervalTreeTest.cpp         return String("[EndpointType1 value=") + String::number(value.value()) + "]";
String            213 Source/platform/PODIntervalTreeTest.cpp     static String string(const int& value) { return String::number(value); }
String             45 Source/platform/PlatformInstrumentation.h     virtual void willDecodeImage(const String& imageType) = 0;
String             74 Source/platform/PlatformInstrumentation.h     static void willDecodeImage(const String& imageType);
String             90 Source/platform/PlatformInstrumentation.h inline void PlatformInstrumentation::willDecodeImage(const String& imageType)
String             56 Source/platform/PlatformKeyboardEvent.cpp         m_text = String();
String             57 Source/platform/PlatformKeyboardEvent.cpp         m_unmodifiedText = String();
String             59 Source/platform/PlatformKeyboardEvent.cpp         m_keyIdentifier = String();
String             66 Source/platform/PlatformKeyboardEvent.cpp             m_text = String();
String             67 Source/platform/PlatformKeyboardEvent.cpp             m_unmodifiedText = String();
String             50 Source/platform/PlatformKeyboardEvent.h     PlatformKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp)
String             72 Source/platform/PlatformKeyboardEvent.h     String text() const { return m_text; }
String             77 Source/platform/PlatformKeyboardEvent.h     String unmodifiedText() const { return m_unmodifiedText; }
String             79 Source/platform/PlatformKeyboardEvent.h     String keyIdentifier() const { return m_keyIdentifier; }
String             96 Source/platform/PlatformKeyboardEvent.h     String m_text;
String             97 Source/platform/PlatformKeyboardEvent.h     String m_unmodifiedText;
String             98 Source/platform/PlatformKeyboardEvent.h     String m_keyIdentifier;
String             39 Source/platform/PopupMenuClient.h     virtual String itemText(unsigned listIndex) const = 0;
String             40 Source/platform/PopupMenuClient.h     virtual String itemToolTip(unsigned listIndex) const = 0;
String             41 Source/platform/PopupMenuClient.h     virtual String itemAccessibilityText(unsigned listIndex) const = 0;
String             41 Source/platform/Prerender.cpp PassRefPtr<Prerender> Prerender::create(PrerenderClient* client, const KURL& url, unsigned relTypes, const String& referrer, ReferrerPolicy policy)
String             46 Source/platform/Prerender.cpp Prerender::Prerender(PrerenderClient* client, const KURL& url, const unsigned relTypes, const String& referrer, ReferrerPolicy policy)
String             68 Source/platform/Prerender.h     static PassRefPtr<Prerender> create(PrerenderClient*, const KURL&, unsigned relTypes, const String& referrer, ReferrerPolicy);
String             79 Source/platform/Prerender.h     const String& referrer() const { return m_referrer; }
String             91 Source/platform/Prerender.h     Prerender(PrerenderClient*, const KURL&, unsigned relTypes, const String& referrer, ReferrerPolicy);
String             97 Source/platform/Prerender.h     const String m_referrer;
String             41 Source/platform/SSLKeyGenerator.cpp void getSupportedKeySizes(Locale& locale, Vector<String>& sizes)
String             48 Source/platform/SSLKeyGenerator.cpp String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String& challengeString, const KURL& url)
String             41 Source/platform/SSLKeyGenerator.h PLATFORM_EXPORT void getSupportedKeySizes(Locale&, Vector<String>& sizes);
String             46 Source/platform/SSLKeyGenerator.h PLATFORM_EXPORT String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String& challengeString, const KURL&);
String             42 Source/platform/SerializedResource.h     String mimeType;
String             45 Source/platform/SerializedResource.h     SerializedResource(const KURL& url, const String& mimeType, PassRefPtr<SharedBuffer> data)
String            115 Source/platform/SharedBufferChunkReader.cpp String SharedBufferChunkReader::nextChunkAsUTF8StringWithLatin1Fallback(bool includeSeparator)
String            119 Source/platform/SharedBufferChunkReader.cpp         return String();
String            121 Source/platform/SharedBufferChunkReader.cpp     return data.size() ? String::fromUTF8WithLatin1Fallback(data.data(), data.size()) : emptyString();
String             54 Source/platform/SharedBufferChunkReader.h     String nextChunkAsUTF8StringWithLatin1Fallback(bool includeSeparator = false);
String             34 Source/platform/URLPatternMatcher.cpp bool URLPatternMatcher::matchesPatterns(const KURL& url, const Vector<String>& whitelist)
String             49 Source/platform/URLPatternMatcher.cpp bool URLPatternMatcher::parse(const String& pattern)
String             51 Source/platform/URLPatternMatcher.cpp     DEFINE_STATIC_LOCAL(const String, schemeSeparator, ("://"));
String            113 Source/platform/URLPatternMatcher.cpp     const String& host = test.host();
String            136 Source/platform/URLPatternMatcher.cpp     const String m_pattern;
String            139 Source/platform/URLPatternMatcher.cpp     const String m_test;
String            142 Source/platform/URLPatternMatcher.cpp     MatchTester(const String& pattern, const String& test)
String             39 Source/platform/URLPatternMatcher.h     static bool matchesPatterns(const KURL&, const Vector<String>& whitelist);
String             42 Source/platform/URLPatternMatcher.h     URLPatternMatcher(const String& pattern)
String             48 Source/platform/URLPatternMatcher.h     bool parse(const String& pattern);
String             57 Source/platform/URLPatternMatcher.h     String m_scheme;
String             58 Source/platform/URLPatternMatcher.h     String m_host;
String             59 Source/platform/URLPatternMatcher.h     String m_path;
String             40 Source/platform/UUID.cpp String createCanonicalUUIDString()
String             51 Source/platform/UUID.h PLATFORM_EXPORT String createCanonicalUUIDString();
String             10 Source/platform/animation/TimingFunction.cpp String LinearTimingFunction::toString() const
String             20 Source/platform/animation/TimingFunction.cpp String CubicBezierTimingFunction::toString() const
String             32 Source/platform/animation/TimingFunction.cpp         return "cubic-bezier(" + String::numberToStringECMAScript(this->x1()) + ", " +
String             33 Source/platform/animation/TimingFunction.cpp             String::numberToStringECMAScript(this->y1()) + ", " + String::numberToStringECMAScript(this->x2()) +
String             34 Source/platform/animation/TimingFunction.cpp             ", " + String::numberToStringECMAScript(this->y2()) + ")";
String             49 Source/platform/animation/TimingFunction.cpp String StepsTimingFunction::toString() const
String             60 Source/platform/animation/TimingFunction.cpp         builder.append("steps(" + String::numberToStringECMAScript(this->numberOfSteps()) + ", ");
String             54 Source/platform/animation/TimingFunction.h     virtual String toString() const = 0;
String             80 Source/platform/animation/TimingFunction.h     virtual String toString() const OVERRIDE;
String            137 Source/platform/animation/TimingFunction.h     virtual String toString() const OVERRIDE;
String            214 Source/platform/animation/TimingFunction.h     virtual String toString() const OVERRIDE;
String             48 Source/platform/audio/AudioDestination.cpp PassOwnPtr<AudioDestination> AudioDestination::create(AudioIOCallback& callback, const String& inputDeviceId, unsigned numberOfInputChannels, unsigned numberOfOutputChannels, float sampleRate)
String             53 Source/platform/audio/AudioDestination.cpp AudioDestination::AudioDestination(AudioIOCallback& callback, const String& inputDeviceId, unsigned numberOfInputChannels, unsigned numberOfOutputChannels, float sampleRate)
String             50 Source/platform/audio/AudioDestination.h     AudioDestination(AudioIOCallback&, const String& inputDeviceId, unsigned numberOfInputChannels, unsigned numberOfOutputChannels, float sampleRate);
String             55 Source/platform/audio/AudioDestination.h     static PassOwnPtr<AudioDestination> create(AudioIOCallback&, const String& inputDeviceId, unsigned numberOfInputChannels, unsigned numberOfOutputChannels, float sampleRate);
String             64 Source/platform/audio/HRTFElevation.cpp static PassRefPtr<AudioBus> getConcatenatedImpulseResponsesForSubject(const String& subjectName)
String             99 Source/platform/audio/HRTFElevation.cpp bool HRTFElevation::calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName,
String            124 Source/platform/audio/HRTFElevation.cpp bool HRTFElevation::calculateKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName,
String            176 Source/platform/audio/HRTFElevation.cpp     String resourceName = String::format("IRC_%s_C_R0195_T%03d_P%03d", subjectName.utf8().data(), azimuth, positiveElevation);
String            237 Source/platform/audio/HRTFElevation.cpp PassOwnPtr<HRTFElevation> HRTFElevation::createForSubject(const String& subjectName, int elevation, float sampleRate)
String             53 Source/platform/audio/HRTFElevation.h     static PassOwnPtr<HRTFElevation> createForSubject(const String& subjectName, int elevation, float sampleRate);
String             86 Source/platform/audio/HRTFElevation.h     static bool calculateKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName,
String             92 Source/platform/audio/HRTFElevation.h     static bool calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName,
String             83 Source/platform/blob/BlobData.cpp void BlobData::appendFile(const String& path)
String             88 Source/platform/blob/BlobData.cpp void BlobData::appendFile(const String& path, long long offset, long long length, double expectedModificationTime)
String            103 Source/platform/blob/BlobData.cpp void BlobData::appendText(const String& text, bool doNormalizeLineEndingsToNative)
String            181 Source/platform/blob/BlobData.cpp BlobDataHandle::BlobDataHandle(const String& uuid, const String& type, long long size)
String             87 Source/platform/blob/BlobData.h     explicit BlobDataItem(const String& path)
String             97 Source/platform/blob/BlobData.h     BlobDataItem(const String& path, long long offset, long long length, double expectedModificationTime)
String            137 Source/platform/blob/BlobData.h     String path; // For File type.
String            169 Source/platform/blob/BlobData.h     const String& contentType() const { return m_contentType; }
String            170 Source/platform/blob/BlobData.h     void setContentType(const String& contentType) { m_contentType = contentType; }
String            172 Source/platform/blob/BlobData.h     const String& contentDisposition() const { return m_contentDisposition; }
String            173 Source/platform/blob/BlobData.h     void setContentDisposition(const String& contentDisposition) { m_contentDisposition = contentDisposition; }
String            179 Source/platform/blob/BlobData.h     void appendFile(const String& path);
String            180 Source/platform/blob/BlobData.h     void appendFile(const String& path, long long offset, long long length, double expectedModificationTime);
String            183 Source/platform/blob/BlobData.h     void appendText(const String&, bool normalizeLineEndingsToNative);
String            200 Source/platform/blob/BlobData.h     String m_contentType;
String            201 Source/platform/blob/BlobData.h     String m_contentDisposition;
String            221 Source/platform/blob/BlobData.h     static PassRefPtr<BlobDataHandle> create(const String& uuid, const String& type, long long size)
String            226 Source/platform/blob/BlobData.h     String uuid() const { return m_uuid.isolatedCopy(); }
String            227 Source/platform/blob/BlobData.h     String type() const { return m_type.isolatedCopy(); }
String            235 Source/platform/blob/BlobData.h     BlobDataHandle(const String& uuid, const String& type, long long size);
String            237 Source/platform/blob/BlobData.h     const String m_uuid;
String            238 Source/platform/blob/BlobData.h     const String m_type;
String             75 Source/platform/blob/BlobRegistry.cpp     BlobRegistryContext(const KURL& url, const String& type)
String            102 Source/platform/blob/BlobRegistry.cpp     String type;
String            136 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::registerBlobData(const String& uuid, PassOwnPtr<BlobData> data)
String            141 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::addBlobDataRef(const String& uuid)
String            146 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::removeBlobDataRef(const String& uuid)
String            170 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::registerStreamURL(const KURL& url, const String& type)
String             51 Source/platform/blob/BlobRegistry.h     static void registerBlobData(const String& uuid, PassOwnPtr<BlobData>);
String             52 Source/platform/blob/BlobRegistry.h     static void addBlobDataRef(const String& uuid);
String             53 Source/platform/blob/BlobRegistry.h     static void removeBlobDataRef(const String& uuid);
String             58 Source/platform/blob/BlobRegistry.h     static void registerStreamURL(const KURL&, const String&);
String             49 Source/platform/blob/BlobURL.cpp String BlobURL::getOrigin(const KURL& url)
String             63 Source/platform/blob/BlobURL.cpp KURL BlobURL::createBlobURL(const String& originString)
String             66 Source/platform/blob/BlobURL.cpp     String urlString = "blob:" + encodeWithURLEscapeSequences(originString) + '/' + createCanonicalUUIDString();
String             52 Source/platform/blob/BlobURL.h     static String getOrigin(const KURL&);
String             57 Source/platform/blob/BlobURL.h     static KURL createBlobURL(const String& originString);
String             39 Source/platform/clipboard/ClipboardUtilities.cpp void replaceNBSPWithSpace(String& str)
String             46 Source/platform/clipboard/ClipboardUtilities.cpp String convertURIListToURL(const String& uriList)
String             48 Source/platform/clipboard/ClipboardUtilities.cpp     Vector<String> items;
String             55 Source/platform/clipboard/ClipboardUtilities.cpp         String& line = items[i];
String             65 Source/platform/clipboard/ClipboardUtilities.cpp     return String();
String             42 Source/platform/clipboard/ClipboardUtilities.h PLATFORM_EXPORT void replaceNewlinesWithWindowsStyleNewlines(String&);
String             44 Source/platform/clipboard/ClipboardUtilities.h PLATFORM_EXPORT void replaceNBSPWithSpace(String&);
String             45 Source/platform/clipboard/ClipboardUtilities.h PLATFORM_EXPORT String convertURIListToURL(const String& uriList);
String             47 Source/platform/clipboard/ClipboardUtilities.h PLATFORM_EXPORT void validateFilename(String& name, String& extension);
String             46 Source/platform/clipboard/ClipboardUtilitiesPosix.cpp void validateFilename(String& name, String& extension)
String             54 Source/platform/clipboard/ClipboardUtilitiesPosix.cpp         extension = String();
String             57 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String name = "name";
String             58 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String extension = "ext";
String             66 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String name = "na" + String(invalidCharacters, WTF_ARRAY_LENGTH(invalidCharacters)) + "me";
String             67 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String extension = "e" + String(invalidCharacters, WTF_ARRAY_LENGTH(invalidCharacters)) + "xt";
String             75 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String name;
String             76 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String extension = String(longString) + longString;
String             78 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     EXPECT_EQ(String(), extension);
String             83 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String name = String(longString) + longString;
String             84 Source/platform/clipboard/ClipboardUtilitiesTest.cpp     String extension = longString;
String             47 Source/platform/clipboard/ClipboardUtilitiesWin.cpp void replaceNewlinesWithWindowsStyleNewlines(String& str)
String             49 Source/platform/clipboard/ClipboardUtilitiesWin.cpp     DEFINE_STATIC_LOCAL(String, windowsNewline, ("\r\n"));
String             60 Source/platform/clipboard/ClipboardUtilitiesWin.cpp void validateFilename(String& name, String& extension)
String             67 Source/platform/clipboard/ClipboardUtilitiesWin.cpp         extension = String();
String            108 Source/platform/exported/WebHTTPLoadInfo.cpp         result.storedValue->value = result.storedValue->value + "\n" + String(value);
String             91 Source/platform/exported/WebString.cpp     return String::fromUTF8(data, length);
String             96 Source/platform/exported/WebString.cpp     return String::fromUTF8(data);
String            101 Source/platform/exported/WebString.cpp     String string(m_private.get());
String            115 Source/platform/exported/WebString.cpp     return String(data, length);
String            123 Source/platform/exported/WebString.cpp WebString::WebString(const WTF::String& s)
String            128 Source/platform/exported/WebString.cpp WebString& WebString::operator=(const WTF::String& s)
String            134 Source/platform/exported/WebString.cpp WebString::operator WTF::String() const
String             67 Source/platform/exported/WebURLError.cpp     ResourceError resourceError = ResourceError(domain, reason, String::fromUTF8(spec.data(), spec.length()), localizedDescription);
String            365 Source/platform/fonts/Character.cpp static inline String normalizeSpacesInternal(const CharacterType* characters, unsigned length)
String            376 Source/platform/fonts/Character.cpp String Character::normalizeSpaces(const LChar* characters, unsigned length)
String            381 Source/platform/fonts/Character.cpp String Character::normalizeSpaces(const UChar* characters, unsigned length)
String             70 Source/platform/fonts/Character.h     static String normalizeSpaces(const LChar*, unsigned length);
String             71 Source/platform/fonts/Character.h     static String normalizeSpaces(const UChar*, unsigned length);
String            117 Source/platform/fonts/FontCache.h         String name;
String             64 Source/platform/fonts/FontCustomPlatformData.h     static bool supportsFormat(const String&);
String             63 Source/platform/fonts/FontData.h     virtual String description() const = 0;
String            111 Source/platform/fonts/FontPlatformData.h     String fontFamilyName() const;
String            165 Source/platform/fonts/FontPlatformData.h     String description() const;
String             83 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm> charactersWithArabicForm(const String& input, bool rtl)
String            135 Source/platform/fonts/SVGGlyph.cpp bool isCompatibleGlyph(const SVGGlyph& identifier, bool isVerticalText, const String& language,
String            163 Source/platform/fonts/SVGGlyph.cpp         String languagePrefix;
String            169 Source/platform/fonts/SVGGlyph.cpp         Vector<String>::const_iterator it = identifier.languages.begin();
String            170 Source/platform/fonts/SVGGlyph.cpp         Vector<String>::const_iterator end = identifier.languages.end();
String            174 Source/platform/fonts/SVGGlyph.cpp             const String& cur = *it;
String             97 Source/platform/fonts/SVGGlyph.h     String glyphName;
String            105 Source/platform/fonts/SVGGlyph.h     Vector<String> languages;
String            108 Source/platform/fonts/SVGGlyph.h Vector<SVGGlyph::ArabicForm> PLATFORM_EXPORT charactersWithArabicForm(const String& input, bool rtl);
String            109 Source/platform/fonts/SVGGlyph.h bool PLATFORM_EXPORT isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
String            103 Source/platform/fonts/SegmentedFontData.cpp String SegmentedFontData::description() const
String             68 Source/platform/fonts/SegmentedFontData.h     virtual String description() const OVERRIDE;
String            225 Source/platform/fonts/SimpleFontData.cpp String SimpleFontData::description() const
String            156 Source/platform/fonts/SimpleFontData.h     virtual String description() const OVERRIDE;
String            250 Source/platform/fonts/SimpleFontData.h     mutable OwnPtr<HashMap<String, bool> > m_combiningCharacterSequenceSupport;
String            179 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp String FontPlatformData::description() const
String            181 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     return String();
String            212 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp String FontPlatformData::fontFamilyName() const
String            221 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     return String(localizedString.fString.c_str());
String             69 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     String fontFamilyName() const;
String            101 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     String description() const;
String            354 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     String stringFor8BitRun;
String            356 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         stringFor8BitRun = String::make16BitFrom8BitSource(run.characters8(), run.length());
String            840 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp             String upperText = String(m_normalizedBuffer.get() + currentRun->startIndex(), currentRun->numCharacters()).upper();
String             44 Source/platform/fonts/linux/FontCacheLinux.cpp     family->name = String::fromUTF8(CString(webFamily.name));
String            241 Source/platform/fonts/mac/ComplexTextController.cpp         String stringFor8BitRun = String::make16BitFrom8BitSource(m_run.characters8(), m_run.length());
String            147 Source/platform/fonts/mac/ComplexTextController.h     Vector<String> m_stringsFor8BitRuns;
String             78 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp bool FontCustomPlatformData::supportsFormat(const String& format)
String             90 Source/platform/fonts/mac/MemoryActivatedFont.h     WTF::String m_inSandboxHashKey;
String             69 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp bool OpenTypeSanitizer::supportsFormat(const String& format)
String             49 Source/platform/fonts/opentype/OpenTypeSanitizer.h     static bool supportsFormat(const String&);
String            147 Source/platform/fonts/opentype/OpenTypeUtilities.cpp static size_t renameFont(SharedBuffer* fontData, const String& fontName, Vector<char> &rewrittenFontData)
String            206 Source/platform/fonts/opentype/OpenTypeUtilities.cpp HANDLE renameAndActivateFont(SharedBuffer* fontData, const String& fontName)
String             37 Source/platform/fonts/opentype/OpenTypeUtilities.h HANDLE renameAndActivateFont(SharedBuffer*, const String&);
String            107 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp bool FontCustomPlatformData::supportsFormat(const String& format)
String            257 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         m_combiningCharacterSequenceSupport = adoptPtr(new HashMap<String, bool>);
String            259 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     WTF::HashMap<String, bool>::AddResult addResult = m_combiningCharacterSequenceSupport->add(String(characters, length), false);
String             48 Source/platform/fonts/win/FontFallbackWin.cpp     String family = fontName;
String            110 Source/platform/fonts/win/FontPlatformDataWin.cpp static bool isWebFont(const String& familyName)
String            119 Source/platform/fonts/win/FontPlatformDataWin.cpp static int computePaintTextFlags(String fontFamilyName)
String            230 Source/platform/fonts/win/FontPlatformDataWin.cpp String FontPlatformData::fontFamilyName() const
String            237 Source/platform/fonts/win/FontPlatformDataWin.cpp     return String::fromUTF8(familyName.c_str());
String            274 Source/platform/fonts/win/FontPlatformDataWin.cpp String FontPlatformData::description() const
String            276 Source/platform/fonts/win/FontPlatformDataWin.cpp     return String();
String            143 Source/platform/geometry/FloatPolygon.h     static String string(const float value) { return String::number(value); }
String            147 Source/platform/geometry/FloatPolygon.h     static String string(const FloatPolygonEdge* edge) { return String::format("%p (%f,%f %f,%f)", edge, edge->vertex1().x(), edge->vertex1().y(), edge->vertex2().x(), edge->vertex2().y()); }
String            245 Source/platform/graphics/BitmapImage.cpp String BitmapImage::filenameExtension() const
String             70 Source/platform/graphics/BitmapImage.h     virtual String filenameExtension() const OVERRIDE;
String             64 Source/platform/graphics/BitmapImageTest.cpp         String filePath = blink::Platform::current()->unitTestSupport()->webKitRootDir();
String            161 Source/platform/graphics/Color.cpp bool Color::parseHexColor(const String& name, RGBA32& rgb)
String            180 Source/platform/graphics/Color.cpp bool Color::setFromString(const String& name)
String            189 Source/platform/graphics/Color.cpp String Color::serializedAsCSSComponentValue() const
String            218 Source/platform/graphics/Color.cpp String Color::serialized() const
String            255 Source/platform/graphics/Color.cpp String Color::nameForRenderTreeAsText() const
String            258 Source/platform/graphics/Color.cpp         return String::format("#%02X%02X%02X%02X", red(), green(), blue(), alpha());
String            259 Source/platform/graphics/Color.cpp     return String::format("#%02X%02X%02X", red(), green(), blue());
String            262 Source/platform/graphics/Color.cpp static inline const NamedColor* findNamedColor(const String& name)
String            278 Source/platform/graphics/Color.cpp bool Color::setNamedColor(const String& name)
String             87 Source/platform/graphics/Color.h     String serialized() const;
String             91 Source/platform/graphics/Color.h     String serializedAsCSSComponentValue() const;
String             95 Source/platform/graphics/Color.h     String nameForRenderTreeAsText() const;
String             99 Source/platform/graphics/Color.h     bool setFromString(const String&);
String            100 Source/platform/graphics/Color.h     bool setNamedColor(const String&);
String            125 Source/platform/graphics/Color.h     static bool parseHexColor(const String&, RGBA32&);
String             96 Source/platform/graphics/DeferredImageDecoder.cpp String DeferredImageDecoder::filenameExtension() const
String             56 Source/platform/graphics/DeferredImageDecoder.h     String filenameExtension() const;
String             93 Source/platform/graphics/DeferredImageDecoder.h     String m_filenameExtension;
String            207 Source/platform/graphics/GraphicsContext.cpp     const String& elementId, const String& elementClass, const String& elementTag)
String           1593 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::setURLFragmentForRect(const String& destName, const IntRect& rect)
String           1602 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::addURLTargetAtPoint(const String& name, const IntPoint& pos)
String            373 Source/platform/graphics/GraphicsContext.h     void setURLFragmentForRect(const String& name, const IntRect&);
String            374 Source/platform/graphics/GraphicsContext.h     void addURLTargetAtPoint(const String& name, const IntPoint&);
String            383 Source/platform/graphics/GraphicsContext.h     void beginAnnotation(const char*, const char*, const String&, const String&, const String&);
String             48 Source/platform/graphics/GraphicsContextAnnotation.cpp GraphicsContextAnnotation::GraphicsContextAnnotation(const char* rendererName, const char* paintPhase, const String& elementId, const String& elementClass, const String& elementTag)
String             50 Source/platform/graphics/GraphicsContextAnnotation.h typedef Vector<std::pair<const char*, String> > AnnotationList;
String             54 Source/platform/graphics/GraphicsContextAnnotation.h     GraphicsContextAnnotation(const char*, const char*, const String&, const String&, const String&);
String             56 Source/platform/graphics/GraphicsContextAnnotation.h     String rendererName() const { return m_rendererName; }
String             57 Source/platform/graphics/GraphicsContextAnnotation.h     String paintPhase() const { return m_paintPhase; }
String             58 Source/platform/graphics/GraphicsContextAnnotation.h     String elementId() const { return m_elementId; }
String             59 Source/platform/graphics/GraphicsContextAnnotation.h     String elementClass() const { return m_elementClass; }
String             60 Source/platform/graphics/GraphicsContextAnnotation.h     String elementTag() const { return m_elementTag; }
String             67 Source/platform/graphics/GraphicsContextAnnotation.h     String m_elementId;
String             68 Source/platform/graphics/GraphicsContextAnnotation.h     String m_elementClass;
String             69 Source/platform/graphics/GraphicsContextAnnotation.h     String m_elementTag;
String            747 Source/platform/graphics/GraphicsLayer.cpp String GraphicsLayer::layerTreeAsText(LayerTreeFlags flags) const
String            756 Source/platform/graphics/GraphicsLayer.cpp String GraphicsLayer::debugName(blink::WebLayer* webLayer) const
String            758 Source/platform/graphics/GraphicsLayer.cpp     String name;
String            762 Source/platform/graphics/GraphicsLayer.cpp     String highlightDebugName;
String            765 Source/platform/graphics/GraphicsLayer.cpp             highlightDebugName = "LinkHighlight[" + String::number(i) + "] for " + m_client->debugName(this);
String           1224 Source/platform/graphics/GraphicsLayer.cpp     String output = layer->layerTreeAsText(WebCore::LayerTreeIncludesDebugInfo);
String            271 Source/platform/graphics/GraphicsLayer.h     String layerTreeAsText(LayerTreeFlags = LayerTreeNormal) const;
String            272 Source/platform/graphics/GraphicsLayer.h     String debugName(blink::WebLayer*) const;
String             72 Source/platform/graphics/GraphicsLayerClient.h     virtual String debugName(const GraphicsLayer*) = 0;
String             52 Source/platform/graphics/GraphicsLayerDebugInfo.h     void setDebugName(const String& name) { m_debugName = name; }
String             62 Source/platform/graphics/GraphicsLayerDebugInfo.h     String m_debugName;
String             53 Source/platform/graphics/GraphicsLayerTest.cpp     virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
String             71 Source/platform/graphics/GraphicsTypes.cpp bool parseCompositeAndBlendOperator(const String& s, CompositeOperator& op, blink::WebBlendMode& blendOp)
String             95 Source/platform/graphics/GraphicsTypes.cpp String compositeOperatorName(CompositeOperator op, blink::WebBlendMode blendOp)
String            106 Source/platform/graphics/GraphicsTypes.cpp bool parseLineCap(const String& s, LineCap& cap)
String            123 Source/platform/graphics/GraphicsTypes.cpp String lineCapName(LineCap cap)
String            131 Source/platform/graphics/GraphicsTypes.cpp bool parseLineJoin(const String& s, LineJoin& join)
String            148 Source/platform/graphics/GraphicsTypes.cpp String lineJoinName(LineJoin join)
String            156 Source/platform/graphics/GraphicsTypes.cpp String textAlignName(TextAlign align)
String            164 Source/platform/graphics/GraphicsTypes.cpp bool parseTextAlign(const String& s, TextAlign& align)
String            189 Source/platform/graphics/GraphicsTypes.cpp String textBaselineName(TextBaseline baseline)
String            197 Source/platform/graphics/GraphicsTypes.cpp bool parseTextBaseline(const String& s, TextBaseline& baseline)
String            111 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT String compositeOperatorName(CompositeOperator, blink::WebBlendMode);
String            112 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT bool parseCompositeAndBlendOperator(const String&, CompositeOperator&, blink::WebBlendMode&);
String            114 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT String lineCapName(LineCap);
String            115 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT bool parseLineCap(const String&, LineCap&);
String            117 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT String lineJoinName(LineJoin);
String            118 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT bool parseLineJoin(const String&, LineJoin&);
String            120 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT String textAlignName(TextAlign);
String            121 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT bool parseTextAlign(const String&, TextAlign&);
String            123 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT String textBaselineName(TextBaseline);
String            124 Source/platform/graphics/GraphicsTypes.h PLATFORM_EXPORT bool parseTextBaseline(const String&, TextBaseline&);
String             76 Source/platform/graphics/Image.cpp bool Image::supportsType(const String& type)
String             65 Source/platform/graphics/Image.h     static bool supportsType(const String&);
String             93 Source/platform/graphics/Image.h     virtual String filenameExtension() const { return String(); } // null string if unknown
String            377 Source/platform/graphics/ImageBuffer.cpp static bool encodeImage(T& source, const String& mimeType, const double* quality, Vector<char>* output)
String            402 Source/platform/graphics/ImageBuffer.cpp String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const
String            415 Source/platform/graphics/ImageBuffer.cpp String ImageDataToDataURL(const ImageDataBuffer& imageData, const String& mimeType, const double* quality)
String            108 Source/platform/graphics/ImageBuffer.h     String toDataURL(const String& mimeType, const double* quality = 0) const;
String            154 Source/platform/graphics/ImageBuffer.h String PLATFORM_EXPORT ImageDataToDataURL(const ImageDataBuffer&, const String& mimeType, const double* quality);
String             43 Source/platform/graphics/ImageLayerChromiumTest.cpp     virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
String             71 Source/platform/graphics/ImageSource.cpp String ImageSource::filenameExtension() const
String             73 Source/platform/graphics/ImageSource.cpp     return m_decoder ? m_decoder->filenameExtension() : String();
String            102 Source/platform/graphics/ImageSource.h     String filenameExtension() const;
String            118 Source/platform/graphics/filters/FilterOperation.h     static PassRefPtr<ReferenceFilterOperation> create(const String& url, const AtomicString& fragment)
String            126 Source/platform/graphics/filters/FilterOperation.h     const String& url() const { return m_url; }
String            147 Source/platform/graphics/filters/FilterOperation.h     ReferenceFilterOperation(const String& url, const AtomicString& fragment)
String            154 Source/platform/graphics/filters/FilterOperation.h     String m_url;
String             64 Source/platform/graphics/gpu/DrawingBuffer.h     virtual void forciblyLoseOldestContext(const String& reason) = 0;
String             54 Source/platform/graphics/gpu/DrawingBufferTest.cpp     void forciblyLoseOldestContext(const String& reason) { }
String             16 Source/platform/graphics/gpu/Extensions3DUtil.cpp void splitStringHelper(const String& str, HashSet<String>& set)
String             18 Source/platform/graphics/gpu/Extensions3DUtil.cpp     Vector<String> substrings;
String             43 Source/platform/graphics/gpu/Extensions3DUtil.cpp     String extensionsString = m_context->getString(GL_EXTENSIONS);
String             46 Source/platform/graphics/gpu/Extensions3DUtil.cpp     String requestableExtensionsString = m_context->getRequestableExtensionsCHROMIUM();
String             51 Source/platform/graphics/gpu/Extensions3DUtil.cpp bool Extensions3DUtil::supportsExtension(const String& name)
String             56 Source/platform/graphics/gpu/Extensions3DUtil.cpp bool Extensions3DUtil::ensureExtensionEnabled(const String& name)
String             70 Source/platform/graphics/gpu/Extensions3DUtil.cpp bool Extensions3DUtil::isExtensionEnabled(const String& name)
String             26 Source/platform/graphics/gpu/Extensions3DUtil.h     bool supportsExtension(const String& name);
String             27 Source/platform/graphics/gpu/Extensions3DUtil.h     bool ensureExtensionEnabled(const String& name);
String             28 Source/platform/graphics/gpu/Extensions3DUtil.h     bool isExtensionEnabled(const String& name);
String             36 Source/platform/graphics/gpu/Extensions3DUtil.h     HashSet<String> m_enabledExtensions;
String             37 Source/platform/graphics/gpu/Extensions3DUtil.h     HashSet<String> m_requestableExtensions;
String            115 Source/platform/graphics/media/MediaPlayer.h     virtual void load(blink::WebMediaPlayer::LoadType, const String& url, blink::WebMediaPlayer::CORSMode) = 0;
String             77 Source/platform/graphics/test/MockImageDecoder.h     virtual String filenameExtension() const OVERRIDE
String             81 Source/platform/image-decoders/ImageDecoder.h     virtual String filenameExtension() const = 0;
String             50 Source/platform/image-decoders/ImageDecoderTest.cpp     virtual String filenameExtension() const OVERRIDE { return ""; }
String             45 Source/platform/image-decoders/bmp/BMPImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "bmp"; }
String             49 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "gif"; }
String             53 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
String             47 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "ico"; }
String             47 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "jpg"; }
String             54 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
String             45 Source/platform/image-decoders/png/PNGImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "png"; }
String             44 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual String filenameExtension() const OVERRIDE { return "webp"; }
String             55 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
String             48 Source/platform/mediastream/MediaStreamComponent.cpp PassRefPtr<MediaStreamComponent> MediaStreamComponent::create(const String& id, PassRefPtr<MediaStreamSource> source)
String             53 Source/platform/mediastream/MediaStreamComponent.cpp MediaStreamComponent::MediaStreamComponent(const String& id, PassRefPtr<MediaStreamSource> source)
String             59 Source/platform/mediastream/MediaStreamComponent.h     static PassRefPtr<MediaStreamComponent> create(const String& id, PassRefPtr<MediaStreamSource>);
String             63 Source/platform/mediastream/MediaStreamComponent.h     String id() const { return m_id; }
String             76 Source/platform/mediastream/MediaStreamComponent.h     MediaStreamComponent(const String& id, PassRefPtr<MediaStreamSource>);
String            106 Source/platform/mediastream/MediaStreamComponent.h     String m_id;
String             50 Source/platform/mediastream/MediaStreamDescriptor.cpp PassRefPtr<MediaStreamDescriptor> MediaStreamDescriptor::create(const String& id, const MediaStreamComponentVector& audioComponents, const MediaStreamComponentVector& videoComponents)
String            102 Source/platform/mediastream/MediaStreamDescriptor.cpp MediaStreamDescriptor::MediaStreamDescriptor(const String& id, const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources)
String            115 Source/platform/mediastream/MediaStreamDescriptor.cpp MediaStreamDescriptor::MediaStreamDescriptor(const String& id, const MediaStreamComponentVector& audioComponents, const MediaStreamComponentVector& videoComponents)
String             64 Source/platform/mediastream/MediaStreamDescriptor.h     static PassRefPtr<MediaStreamDescriptor> create(const String& id, const MediaStreamComponentVector& audioComponents, const MediaStreamComponentVector& videoComponents);
String             69 Source/platform/mediastream/MediaStreamDescriptor.h     String id() const { return m_id; }
String             90 Source/platform/mediastream/MediaStreamDescriptor.h     MediaStreamDescriptor(const String& id, const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources);
String             91 Source/platform/mediastream/MediaStreamDescriptor.h     MediaStreamDescriptor(const String& id, const MediaStreamComponentVector& audioComponents, const MediaStreamComponentVector& videoComponents);
String             94 Source/platform/mediastream/MediaStreamDescriptor.h     String m_id;
String             37 Source/platform/mediastream/MediaStreamSource.cpp PassRefPtr<MediaStreamSource> MediaStreamSource::create(const String& id, Type type, const String& name, ReadyState readyState, bool requiresConsumer)
String             42 Source/platform/mediastream/MediaStreamSource.cpp MediaStreamSource::MediaStreamSource(const String& id, Type type, const String& name, ReadyState readyState, bool requiresConsumer)
String             71 Source/platform/mediastream/MediaStreamSource.h     static PassRefPtr<MediaStreamSource> create(const String& id, Type, const String& name, ReadyState = ReadyStateLive, bool requiresConsumer = false);
String             73 Source/platform/mediastream/MediaStreamSource.h     const String& id() const { return m_id; }
String             75 Source/platform/mediastream/MediaStreamSource.h     const String& name() const { return m_name; }
String             98 Source/platform/mediastream/MediaStreamSource.h     MediaStreamSource(const String& id, Type, const String& name, ReadyState, bool requiresConsumer);
String            100 Source/platform/mediastream/MediaStreamSource.h     String m_id;
String            102 Source/platform/mediastream/MediaStreamSource.h     String m_name;
String             50 Source/platform/mediastream/MediaStreamTrackSourcesRequest.h     virtual String origin() = 0;
String             44 Source/platform/mediastream/RTCConfiguration.h     static PassRefPtr<RTCIceServer> create(const KURL& uri, const String& username, const String& credential)
String             50 Source/platform/mediastream/RTCConfiguration.h     const String& username() { return m_username; }
String             51 Source/platform/mediastream/RTCConfiguration.h     const String& credential() { return m_credential; }
String             54 Source/platform/mediastream/RTCConfiguration.h     RTCIceServer(const KURL& uri, const String& username, const String& credential)
String             62 Source/platform/mediastream/RTCConfiguration.h     String m_username;
String             63 Source/platform/mediastream/RTCConfiguration.h     String m_credential;
String             54 Source/platform/mediastream/RTCSessionDescriptionRequest.h     virtual void requestFailed(const String& error) = 0;
String             38 Source/platform/mediastream/RTCStatsResponseBase.h     virtual size_t addReport(String id, String type, double timestamp) = 0;
String             39 Source/platform/mediastream/RTCStatsResponseBase.h     virtual void addStatistic(size_t report, String name, String value) = 0;
String             50 Source/platform/mediastream/RTCVoidRequest.h     virtual void requestFailed(const String& error) = 0;
String             34 Source/platform/mhtml/ArchiveResource.cpp inline ArchiveResource::ArchiveResource(PassRefPtr<SharedBuffer> data, const KURL& url, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse& response)
String             45 Source/platform/mhtml/ArchiveResource.cpp PassRefPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, const KURL& url, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse& response)
String             52 Source/platform/mhtml/ArchiveResource.cpp             ResourceResponse(url, mimeType, dataSize, textEncoding, String())));
String             59 Source/platform/mhtml/ArchiveResource.cpp     return create(data, url, response.mimeType(), response.textEncodingName(), String(), response);
String             44 Source/platform/mhtml/ArchiveResource.h         const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName,
String             52 Source/platform/mhtml/ArchiveResource.h     const String& frameName() const { return m_frameName; }
String             55 Source/platform/mhtml/ArchiveResource.h     ArchiveResource(PassRefPtr<SharedBuffer>, const KURL&, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse&);
String             62 Source/platform/mhtml/ArchiveResource.h     String m_frameName;
String             55 Source/platform/mhtml/ArchiveResourceCollection.cpp         const String& frameName = archive->mainResource()->frameName();
String             86 Source/platform/mhtml/ArchiveResourceCollection.cpp PassRefPtr<MHTMLArchive> ArchiveResourceCollection::popSubframeArchive(const String& frameName, const KURL& url)
String             50 Source/platform/mhtml/ArchiveResourceCollection.h     PassRefPtr<MHTMLArchive> popSubframeArchive(const String& frameName, const KURL&);
String             53 Source/platform/mhtml/ArchiveResourceCollection.h     HashMap<String, RefPtr<ArchiveResource> > m_subresources;
String             54 Source/platform/mhtml/ArchiveResourceCollection.h     HashMap<String, RefPtr<MHTMLArchive> > m_subframes;
String             52 Source/platform/mhtml/MHTMLArchive.cpp static String generateRandomBoundary()
String             71 Source/platform/mhtml/MHTMLArchive.cpp static String replaceNonPrintableCharacters(const String& text)
String            122 Source/platform/mhtml/MHTMLArchive.cpp PassRefPtr<SharedBuffer> MHTMLArchive::generateMHTMLData(const Vector<SerializedResource>& resources, EncodingPolicy encodingPolicy, const String& title, const String& mimeType)
String            124 Source/platform/mhtml/MHTMLArchive.cpp     String boundary = generateRandomBoundary();
String            125 Source/platform/mhtml/MHTMLArchive.cpp     String endOfResourceBoundary = "--" + boundary + "\r\n";
String            129 Source/platform/mhtml/MHTMLArchive.cpp     String dateString = makeRFC2822DateString(now.weekDay(), now.monthDay(), now.month(), now.year(), now.hour(), now.minute(), now.second(), now.utcOffset() / 60);
String            211 Source/platform/mhtml/MHTMLArchive.cpp     asciiString = String("--" + boundary + "--\r\n").utf8();
String             59 Source/platform/mhtml/MHTMLArchive.h     static PassRefPtr<SharedBuffer> generateMHTMLData(const Vector<SerializedResource>&, EncodingPolicy, const String& title, const String& mimeType);
String             64 Source/platform/mhtml/MHTMLParser.cpp     String contentType() const { return m_contentType; }
String             65 Source/platform/mhtml/MHTMLParser.cpp     String charset() const { return m_charset; }
String             67 Source/platform/mhtml/MHTMLParser.cpp     String contentLocation() const { return m_contentLocation; }
String             70 Source/platform/mhtml/MHTMLParser.cpp     String multiPartType() const { return m_multipartType; }
String             71 Source/platform/mhtml/MHTMLParser.cpp     String endOfPartBoundary() const { return m_endOfPartBoundary; }
String             72 Source/platform/mhtml/MHTMLParser.cpp     String endOfDocumentBoundary() const { return m_endOfDocumentBoundary; }
String             77 Source/platform/mhtml/MHTMLParser.cpp     static Encoding parseContentTransferEncoding(const String&);
String             79 Source/platform/mhtml/MHTMLParser.cpp     String m_contentType;
String             80 Source/platform/mhtml/MHTMLParser.cpp     String m_charset;
String             82 Source/platform/mhtml/MHTMLParser.cpp     String m_contentLocation;
String             83 Source/platform/mhtml/MHTMLParser.cpp     String m_multipartType;
String             84 Source/platform/mhtml/MHTMLParser.cpp     String m_endOfPartBoundary;
String             85 Source/platform/mhtml/MHTMLParser.cpp     String m_endOfDocumentBoundary;
String             88 Source/platform/mhtml/MHTMLParser.cpp typedef HashMap<String, String> KeyValueMap;
String             93 Source/platform/mhtml/MHTMLParser.cpp     String line;
String             94 Source/platform/mhtml/MHTMLParser.cpp     String key;
String            109 Source/platform/mhtml/MHTMLParser.cpp             key = String();
String            160 Source/platform/mhtml/MHTMLParser.cpp MIMEHeader::Encoding MIMEHeader::parseContentTransferEncoding(const String& text)
String            162 Source/platform/mhtml/MHTMLParser.cpp     String encoding = text.stripWhiteSpace().lower();
String            182 Source/platform/mhtml/MHTMLParser.cpp static bool skipLinesUntilBoundaryFound(SharedBufferChunkReader& lineReader, const String& boundary)
String            184 Source/platform/mhtml/MHTMLParser.cpp     String line;
String            214 Source/platform/mhtml/MHTMLParser.cpp         RefPtr<ArchiveResource> resource = parseNextPart(*header, String(), String(), endOfArchiveReached);
String            278 Source/platform/mhtml/MHTMLParser.cpp PassRefPtr<ArchiveResource> MHTMLParser::parseNextPart(const MIMEHeader& mimeHeader, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached)
String            312 Source/platform/mhtml/MHTMLParser.cpp             String line = m_lineReader.nextChunkAsUTF8StringWithLatin1Fallback();
String            319 Source/platform/mhtml/MHTMLParser.cpp         String line;
String            364 Source/platform/mhtml/MHTMLParser.cpp     return ArchiveResource::create(contentBuffer, location, AtomicString(mimeHeader.contentType()), AtomicString(mimeHeader.charset()), String());
String             39 Source/platform/mhtml/MHTMLParser.h class String;
String             63 Source/platform/mhtml/MHTMLParser.h     PassRefPtr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached);
String             41 Source/platform/network/ContentSecurityPolicyResponseHeaders.h     const String& contentSecurityPolicy() const { return m_contentSecurityPolicy; }
String             42 Source/platform/network/ContentSecurityPolicyResponseHeaders.h     const String& contentSecurityPolicyReportOnly() const { return m_contentSecurityPolicyReportOnly; }
String             45 Source/platform/network/ContentSecurityPolicyResponseHeaders.h     String m_contentSecurityPolicy;
String             46 Source/platform/network/ContentSecurityPolicyResponseHeaders.h     String m_contentSecurityPolicyReportOnly;
String             35 Source/platform/network/DNS.cpp void prefetchDNS(const String& hostname)
String             35 Source/platform/network/DNS.h PLATFORM_EXPORT void prefetchDNS(const String& hostname);
String            121 Source/platform/network/FormData.cpp void FormData::appendFile(const String& filename)
String            126 Source/platform/network/FormData.cpp void FormData::appendFileRange(const String& filename, long long start, long long length, double expectedModificationTime)
String            131 Source/platform/network/FormData.cpp void FormData::appendBlob(const String& uuid, PassRefPtr<BlobDataHandle> optionalHandle)
String            158 Source/platform/network/FormData.cpp String FormData::flattenToString() const
String             43 Source/platform/network/FormData.h     FormDataElement(const String& filename, long long fileStart, long long fileLength, double expectedFileModificationTime) : m_type(encodedFile), m_filename(filename), m_fileStart(fileStart), m_fileLength(fileLength), m_expectedFileModificationTime(expectedFileModificationTime) { }
String             44 Source/platform/network/FormData.h     explicit FormDataElement(const String& blobUUID, PassRefPtr<BlobDataHandle> optionalHandle) : m_type(encodedBlob), m_blobUUID(blobUUID), m_optionalBlobDataHandle(optionalHandle) { }
String             54 Source/platform/network/FormData.h     String m_filename;
String             55 Source/platform/network/FormData.h     String m_blobUUID;
String            104 Source/platform/network/FormData.h     void appendFile(const String& filePath);
String            105 Source/platform/network/FormData.h     void appendFileRange(const String& filename, long long start, long long length, double expectedModificationTime);
String            106 Source/platform/network/FormData.h     void appendBlob(const String& blobUUID, PassRefPtr<BlobDataHandle> optionalHandle);
String            111 Source/platform/network/FormData.h     String flattenToString() const; // omits files
String            130 Source/platform/network/FormData.h     static EncodingType parseEncodingType(const String& type)
String             77 Source/platform/network/FormDataBuilder.cpp WTF::TextEncoding FormDataBuilder::encodingFromAcceptCharset(const String& acceptCharset, const String& inputEncoding, const String& defaultCharset)
String             79 Source/platform/network/FormDataBuilder.cpp     String normalizedAcceptCharset = acceptCharset;
String             82 Source/platform/network/FormDataBuilder.cpp     Vector<String> charsets;
String             87 Source/platform/network/FormDataBuilder.cpp     Vector<String>::const_iterator end = charsets.end();
String             88 Source/platform/network/FormDataBuilder.cpp     for (Vector<String>::const_iterator it = charsets.begin(); it != end; ++it) {
String            166 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addFilenameToMultiPartHeader(Vector<char>& buffer, const WTF::TextEncoding& encoding, const String& filename)
String             36 Source/platform/network/FormDataBuilder.h     static WTF::TextEncoding encodingFromAcceptCharset(const String& acceptCharset, const String& inputEncoding, const String& defaultCharset);
String             42 Source/platform/network/FormDataBuilder.h     static void addFilenameToMultiPartHeader(Vector<char>&, const WTF::TextEncoding&, const String& filename);
String             64 Source/platform/network/HTTPHeaderMap.cpp         pair<String, String>& header = (*data)[index];
String             41 Source/platform/network/HTTPHeaderMap.h typedef Vector<std::pair<String, String> > CrossThreadHTTPHeaderMapData;
String             48 Source/platform/network/HTTPParsers.cpp static inline bool skipWhiteSpace(const String& str, unsigned& pos, bool fromHttpEquivMeta)
String             66 Source/platform/network/HTTPParsers.cpp static inline bool skipToken(const String& str, unsigned& pos, const char* token)
String             85 Source/platform/network/HTTPParsers.cpp static inline bool skipEquals(const String& str, unsigned &pos)
String             92 Source/platform/network/HTTPParsers.cpp static inline bool skipValue(const String& str, unsigned& pos)
String            104 Source/platform/network/HTTPParsers.cpp bool isValidHTTPHeaderValue(const String& name)
String            113 Source/platform/network/HTTPParsers.cpp bool isValidHTTPToken(const String& characters)
String            130 Source/platform/network/HTTPParsers.cpp static String trimInputSample(const char* p, size_t length)
String            133 Source/platform/network/HTTPParsers.cpp         return String(p, maxInputSampleSize) + horizontalEllipsis;
String            134 Source/platform/network/HTTPParsers.cpp     return String(p, length);
String            137 Source/platform/network/HTTPParsers.cpp ContentDispositionType contentDispositionType(const String& contentDisposition)
String            142 Source/platform/network/HTTPParsers.cpp     Vector<String> parameters;
String            148 Source/platform/network/HTTPParsers.cpp     String dispositionType = parameters[0];
String            170 Source/platform/network/HTTPParsers.cpp bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url)
String            182 Source/platform/network/HTTPParsers.cpp         url = String();
String            230 Source/platform/network/HTTPParsers.cpp double parseDate(const String& value)
String            240 Source/platform/network/HTTPParsers.cpp String filenameFromHTTPContentDisposition(const String& value)
String            242 Source/platform/network/HTTPParsers.cpp     Vector<String> keyValuePairs;
String            251 Source/platform/network/HTTPParsers.cpp         String key = keyValuePairs[i].left(valueStartPos).stripWhiteSpace();
String            256 Source/platform/network/HTTPParsers.cpp         String value = keyValuePairs[i].substring(valueStartPos + 1).stripWhiteSpace();
String            265 Source/platform/network/HTTPParsers.cpp     return String();
String            303 Source/platform/network/HTTPParsers.cpp String extractCharsetFromMediaType(const String& mediaType)
String            310 Source/platform/network/HTTPParsers.cpp void findCharsetInMediaType(const String& mediaType, unsigned& charsetPos, unsigned& charsetLen, unsigned start)
String            354 Source/platform/network/HTTPParsers.cpp ReflectedXSSDisposition parseXSSProtectionHeader(const String& header, String& failureReason, unsigned& failurePosition, String& reportURL)
String            356 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonInvalidToggle, ("expected 0 or 1"));
String            357 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonInvalidSeparator, ("expected semicolon"));
String            358 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonInvalidEquals, ("expected equals sign"));
String            359 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonInvalidMode, ("invalid mode directive"));
String            360 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonInvalidReport, ("invalid report directive"));
String            361 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonDuplicateMode, ("duplicate mode directive"));
String            362 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonDuplicateReport, ("duplicate report directive"));
String            363 Source/platform/network/HTTPParsers.cpp     DEFINE_STATIC_LOCAL(String, failureReasonInvalidDirective, ("unrecognized directive"));
String            443 Source/platform/network/HTTPParsers.cpp ContentTypeOptionsDisposition parseContentTypeOptionsHeader(const String& header)
String            450 Source/platform/network/HTTPParsers.cpp String extractReasonPhraseFromHTTPStatusLine(const String& statusLine)
String            458 Source/platform/network/HTTPParsers.cpp XFrameOptionsDisposition parseXFrameOptionsHeader(const String& header)
String            465 Source/platform/network/HTTPParsers.cpp     Vector<String> headers;
String            469 Source/platform/network/HTTPParsers.cpp         String currentHeader = headers[i].stripWhiteSpace();
String            488 Source/platform/network/HTTPParsers.cpp bool parseRange(const String& range, long long& rangeOffset, long long& rangeEnd, long long& rangeSuffixLength)
String            500 Source/platform/network/HTTPParsers.cpp     String byteRange = range.substring(sizeof(bytesStart) - 1);
String            511 Source/platform/network/HTTPParsers.cpp         String suffixLengthString = byteRange.substring(index + 1).stripWhiteSpace();
String            523 Source/platform/network/HTTPParsers.cpp     String firstBytePosStr = byteRange.left(index).stripWhiteSpace();
String            529 Source/platform/network/HTTPParsers.cpp     String lastBytePosStr = byteRange.substring(index + 1).stripWhiteSpace();
String            548 Source/platform/network/HTTPParsers.cpp size_t parseHTTPRequestLine(const char* data, size_t length, String& failureReason, String& method, String& url, HTTPVersion& httpVersion)
String            550 Source/platform/network/HTTPParsers.cpp     method = String();
String            551 Source/platform/network/HTTPParsers.cpp     url = String();
String            590 Source/platform/network/HTTPParsers.cpp     method = String(data, space1 - data); // For length subtract 1 for space, but add 1 for data being the first character.
String            593 Source/platform/network/HTTPParsers.cpp     url = String(space1 + 1, space2 - space1 - 1); // For length subtract 1 for space.
String            596 Source/platform/network/HTTPParsers.cpp     String httpVersionString(space2 + 1, end - space2 - 3); // For length subtract 1 for space, and 2 for "\r\n".
String            609 Source/platform/network/HTTPParsers.cpp size_t parseHTTPHeader(const char* start, size_t length, String& failureReason, AtomicString& nameStr, AtomicString& valueStr)
String             73 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT ContentDispositionType contentDispositionType(const String&);
String             74 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT bool isValidHTTPHeaderValue(const String&);
String             75 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT bool isValidHTTPToken(const String&);
String             76 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url);
String             77 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT double parseDate(const String&);
String             78 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT String filenameFromHTTPContentDisposition(const String&);
String             80 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT String extractCharsetFromMediaType(const String&);
String             81 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT void findCharsetInMediaType(const String& mediaType, unsigned& charsetPos, unsigned& charsetLen, unsigned start = 0);
String             82 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT ReflectedXSSDisposition parseXSSProtectionHeader(const String& header, String& failureReason, unsigned& failurePosition, String& reportURL);
String             83 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT String extractReasonPhraseFromHTTPStatusLine(const String&);
String             84 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT XFrameOptionsDisposition parseXFrameOptionsHeader(const String&);
String             87 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT bool parseRange(const String&, long long& rangeOffset, long long& rangeEnd, long long& rangeSuffixLength);
String             89 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT ContentTypeOptionsDisposition parseContentTypeOptionsHeader(const String& header);
String             93 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT size_t parseHTTPRequestLine(const char* data, size_t length, String& failureReason, String& method, String& url, HTTPVersion&);
String             94 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT size_t parseHTTPHeader(const char* data, size_t length, String& failureReason, AtomicString& nameStr, AtomicString& valueStr);
String             33 Source/platform/network/HTTPRequest.cpp PassRefPtr<HTTPRequest> HTTPRequest::parseHTTPRequestFromBuffer(const char* data, size_t length, String& failureReason)
String             70 Source/platform/network/HTTPRequest.cpp size_t HTTPRequest::parseRequestLine(const char* data, size_t length, String& failureReason)
String             72 Source/platform/network/HTTPRequest.cpp     String url;
String             78 Source/platform/network/HTTPRequest.cpp size_t HTTPRequest::parseHeaders(const char* data, size_t length, String& failureReason)
String            106 Source/platform/network/HTTPRequest.cpp HTTPRequest::HTTPRequest(const String& requestMethod, const KURL& url, HTTPVersion version)
String             48 Source/platform/network/HTTPRequest.h     static PassRefPtr<HTTPRequest> create(const String& requestMethod, const KURL& url, HTTPVersion version) { return adoptRef(new HTTPRequest(requestMethod, url, version)); }
String             49 Source/platform/network/HTTPRequest.h     static PassRefPtr<HTTPRequest> parseHTTPRequestFromBuffer(const char* data, size_t length, String& failureReason);
String             52 Source/platform/network/HTTPRequest.h     String requestMethod() const { return m_requestMethod; }
String             53 Source/platform/network/HTTPRequest.h     void setRequestMethod(const String& method) { m_requestMethod = method; }
String             66 Source/platform/network/HTTPRequest.h     HTTPRequest(const String& requestMethod, const KURL&, HTTPVersion);
String             69 Source/platform/network/HTTPRequest.h     size_t parseRequestLine(const char* data, size_t length, String& failureReason);
String             70 Source/platform/network/HTTPRequest.h     size_t parseHeaders(const char* data, size_t length, String& failureReason);
String             75 Source/platform/network/HTTPRequest.h     String m_requestMethod;
String             46 Source/platform/network/ParsedContentType.cpp static void skipSpaces(const String& input, unsigned& startIndex)
String             52 Source/platform/network/ParsedContentType.cpp static SubstringRange parseParameterPart(const String& input, unsigned& startIndex)
String             79 Source/platform/network/ParsedContentType.cpp static String substringForRange(const String& string, const SubstringRange& range)
String            131 Source/platform/network/ParsedContentType.cpp bool parseContentType(const String& contentType, ReceiverType& receiver)
String            187 Source/platform/network/ParsedContentType.cpp bool isValidContentType(const String& contentType)
String            196 Source/platform/network/ParsedContentType.cpp ParsedContentType::ParsedContentType(const String& contentType)
String            202 Source/platform/network/ParsedContentType.cpp String ParsedContentType::charset() const
String            207 Source/platform/network/ParsedContentType.cpp String ParsedContentType::parameterValueForName(const String& name) const
String             43 Source/platform/network/ParsedContentType.h PLATFORM_EXPORT bool isValidContentType(const String&);
String             48 Source/platform/network/ParsedContentType.h     explicit ParsedContentType(const String&);
String             50 Source/platform/network/ParsedContentType.h     String mimeType() const { return m_mimeType; }
String             51 Source/platform/network/ParsedContentType.h     String charset() const;
String             54 Source/platform/network/ParsedContentType.h     String parameterValueForName(const String&) const;
String             59 Source/platform/network/ParsedContentType.h     friend bool parseContentType(const String&, ReceiverType&);
String             63 Source/platform/network/ParsedContentType.h     typedef HashMap<String, String> KeyValuePairs;
String             64 Source/platform/network/ParsedContentType.h     String m_contentType;
String             66 Source/platform/network/ParsedContentType.h     String m_mimeType;
String             58 Source/platform/network/ProxyServer.cpp String toString(const Vector<ProxyServer>& proxyServers)
String             54 Source/platform/network/ProxyServer.h     ProxyServer(Type type, const String& hostName, int port)
String             62 Source/platform/network/ProxyServer.h     const String& hostName() const { return m_hostName; }
String             67 Source/platform/network/ProxyServer.h     String m_hostName;
String             76 Source/platform/network/ProxyServer.h PLATFORM_EXPORT String toString(const Vector<ProxyServer>&);
String             39 Source/platform/network/ResourceError.cpp ResourceError ResourceError::cancelledError(const String& failingURL)
String             39 Source/platform/network/ResourceError.h     static ResourceError cancelledError(const String& failingURL);
String             50 Source/platform/network/ResourceError.h     ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
String             67 Source/platform/network/ResourceError.h     const String& domain() const { return m_domain; }
String             69 Source/platform/network/ResourceError.h     const String& failingURL() const { return m_failingURL; }
String             70 Source/platform/network/ResourceError.h     const String& localizedDescription() const { return m_localizedDescription; }
String             83 Source/platform/network/ResourceError.h     String m_domain;
String             85 Source/platform/network/ResourceError.h     String m_failingURL;
String             86 Source/platform/network/ResourceError.h     String m_localizedDescription;
String             41 Source/platform/network/ResourceLoadInfo.h     String httpStatusText;
String             45 Source/platform/network/ResourceLoadInfo.h     String requestHeadersText;
String             46 Source/platform/network/ResourceLoadInfo.h     String responseHeadersText;
String            110 Source/platform/network/ResourceRequest.cpp     m_url.setUser(String());
String            111 Source/platform/network/ResourceRequest.cpp     m_url.setPass(String());
String             84 Source/platform/network/ResourceRequest.h     ResourceRequest(const String& urlString)
String            260 Source/platform/network/ResourceRequest.h     String m_httpMethod;
String             37 Source/platform/network/ResourceResponse.cpp static void parseCacheHeader(const String& header, Vector<pair<String, String> >& result);
String             72 Source/platform/network/ResourceResponse.cpp ResourceResponse::ResourceResponse(const KURL& url, const AtomicString& mimeType, long long expectedLength, const AtomicString& textEncodingName, const String& filename)
String            237 Source/platform/network/ResourceResponse.cpp const String& ResourceResponse::suggestedFilename() const
String            242 Source/platform/network/ResourceResponse.cpp void ResourceResponse::setSuggestedFilename(const String& suggestedName)
String            345 Source/platform/network/ResourceResponse.cpp         Vector<pair<String, String> > directives;
String            479 Source/platform/network/ResourceResponse.cpp     String value = m_httpHeaderFields.get(headerName);
String            548 Source/platform/network/ResourceResponse.cpp void ResourceResponse::setDownloadedFilePath(const String& downloadedFilePath)
String            622 Source/platform/network/ResourceResponse.cpp static inline String trimToNextSeparator(const String& str)
String            627 Source/platform/network/ResourceResponse.cpp static void parseCacheHeader(const String& header, Vector<pair<String, String> >& result)
String            629 Source/platform/network/ResourceResponse.cpp     const String safeHeader = header.removeCharacters(isControlCharacter);
String            636 Source/platform/network/ResourceResponse.cpp             String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace());
String            639 Source/platform/network/ResourceResponse.cpp             String value = safeHeader.substring(pos, max - pos).stripWhiteSpace();
String            645 Source/platform/network/ResourceResponse.cpp                     result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stripWhiteSpace()));
String            655 Source/platform/network/ResourceResponse.cpp                     result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(1, value.length() - 1).stripWhiteSpace())));
String            663 Source/platform/network/ResourceResponse.cpp                     result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(0, nextCommaPosition2).stripWhiteSpace())));
String            667 Source/platform/network/ResourceResponse.cpp                     result.append(pair<String, String>(directive, trimToNextSeparator(value)));
String            673 Source/platform/network/ResourceResponse.cpp             result.append(pair<String, String>(trimToNextSeparator(safeHeader.substring(pos, nextCommaPosition - pos).stripWhiteSpace()), ""));
String            677 Source/platform/network/ResourceResponse.cpp             result.append(pair<String, String>(trimToNextSeparator(safeHeader.substring(pos, max - pos).stripWhiteSpace()), ""));
String             60 Source/platform/network/ResourceResponse.h     ResourceResponse(const KURL&, const AtomicString& mimeType, long long expectedLength, const AtomicString& textEncodingName, const String& filename);
String             79 Source/platform/network/ResourceResponse.h     const String& suggestedFilename() const;
String             80 Source/platform/network/ResourceResponse.h     void setSuggestedFilename(const String&);
String            173 Source/platform/network/ResourceResponse.h     const String& downloadedFilePath() const { return m_downloadedFilePath; }
String            174 Source/platform/network/ResourceResponse.h     void setDownloadedFilePath(const String&);
String            197 Source/platform/network/ResourceResponse.h     String m_suggestedFilename;
String            269 Source/platform/network/ResourceResponse.h     String m_downloadedFilePath;
String            287 Source/platform/network/ResourceResponse.h     String m_mimeType;
String            289 Source/platform/network/ResourceResponse.h     String m_textEncodingName;
String            290 Source/platform/network/ResourceResponse.h     String m_suggestedFilename;
String            292 Source/platform/network/ResourceResponse.h     String m_httpStatusText;
String            306 Source/platform/network/ResourceResponse.h     String m_remoteIPAddress;
String            308 Source/platform/network/ResourceResponse.h     String m_downloadedFilePath;
String             44 Source/platform/network/SocketStreamError.h     static PassRefPtr<SocketStreamError> create(int errorCode, const String& errorMessage)
String             52 Source/platform/network/SocketStreamError.h     const String& failingURL() const { return m_failingURL; }
String             53 Source/platform/network/SocketStreamError.h     const String& localizedDescription() const { return m_localizedDescription; }
String             58 Source/platform/network/SocketStreamError.h     explicit SocketStreamError(int errorCode, const String& errorMessage)
String             66 Source/platform/network/SocketStreamError.h     String m_failingURL; // FIXME: Can this be deleted since it is always empty?
String             67 Source/platform/network/SocketStreamError.h     String m_localizedDescription;
String             58 Source/platform/network/WebSocketHandshakeRequest.cpp         result.storedValue->value = result.storedValue->value + "\n" + String(value);
String             65 Source/platform/network/WebSocketHandshakeRequest.h     const String& headersText() const { return m_headersText; }
String             66 Source/platform/network/WebSocketHandshakeRequest.h     void setHeadersText(const String& text) { m_headersText = text; }
String             75 Source/platform/network/WebSocketHandshakeRequest.h     String m_headersText;
String             59 Source/platform/network/WebSocketHandshakeResponse.cpp const String& WebSocketHandshakeResponse::statusText() const
String             64 Source/platform/network/WebSocketHandshakeResponse.cpp void WebSocketHandshakeResponse::setStatusText(const String& statusText)
String             47 Source/platform/network/WebSocketHandshakeResponse.h     const String& statusText() const;
String             48 Source/platform/network/WebSocketHandshakeResponse.h     void setStatusText(const String&);
String             52 Source/platform/network/WebSocketHandshakeResponse.h     const String& headersText() const { return m_headersText; }
String             53 Source/platform/network/WebSocketHandshakeResponse.h     void setHeadersText(const String& text) { m_headersText = text; }
String             57 Source/platform/network/WebSocketHandshakeResponse.h     String m_statusText;
String             59 Source/platform/network/WebSocketHandshakeResponse.h     String m_headersText;
String             80 Source/platform/plugins/PluginData.cpp bool PluginData::supportsMimeType(const String& mimeType) const
String             88 Source/platform/plugins/PluginData.cpp const PluginInfo* PluginData::pluginInfoForMimeType(const String& mimeType) const
String            100 Source/platform/plugins/PluginData.cpp String PluginData::pluginNameForMimeType(const String& mimeType) const
String            104 Source/platform/plugins/PluginData.cpp     return String();
String            107 Source/platform/plugins/PluginData.cpp String PluginData::pluginFileForMimeType(const String& mimeType) const
String            111 Source/platform/plugins/PluginData.cpp     return String();
String            127 Source/platform/plugins/PluginData.cpp String getPluginMimeTypeFromExtension(const String& extension)
String            133 Source/platform/plugins/PluginData.cpp             const Vector<String>& extensions = mime.extensions;
String            140 Source/platform/plugins/PluginData.cpp     return String();
String             34 Source/platform/plugins/PluginData.h     String type;
String             35 Source/platform/plugins/PluginData.h     String desc;
String             36 Source/platform/plugins/PluginData.h     Vector<String> extensions;
String             45 Source/platform/plugins/PluginData.h     String name;
String             46 Source/platform/plugins/PluginData.h     String file;
String             47 Source/platform/plugins/PluginData.h     String desc;
String             59 Source/platform/plugins/PluginData.h     bool supportsMimeType(const String& mimeType) const;
String             60 Source/platform/plugins/PluginData.h     String pluginNameForMimeType(const String& mimeType) const;
String             61 Source/platform/plugins/PluginData.h     String pluginFileForMimeType(const String& mimeType) const;
String             68 Source/platform/plugins/PluginData.h     const PluginInfo* pluginInfoForMimeType(const String& mimeType) const;
String             77 Source/platform/plugins/PluginData.h PLATFORM_EXPORT String getPluginMimeTypeFromExtension(const String& extension);
String            200 Source/platform/scroll/ScrollableArea.cpp bool ScrollableArea::scrollBehaviorFromString(const String& behaviorString, ScrollBehavior& behavior)
String             70 Source/platform/scroll/ScrollableArea.h     static bool scrollBehaviorFromString(const String&, ScrollBehavior&);
String             48 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     const String& text() const { return m_text; }
String             49 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     void setText(const String& text) { m_text = text; }
String             51 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     const String& lang() const { return m_lang; }
String             52 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     void setLang(const String& lang) { m_lang = lang; }
String             79 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     String m_text;
String             80 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     String m_lang;
String             31 Source/platform/speech/PlatformSpeechSynthesisVoice.cpp PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
String             41 Source/platform/speech/PlatformSpeechSynthesisVoice.cpp PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
String             38 Source/platform/speech/PlatformSpeechSynthesisVoice.h     static PassRefPtr<PlatformSpeechSynthesisVoice> create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
String             41 Source/platform/speech/PlatformSpeechSynthesisVoice.h     const String& voiceURI() const { return m_voiceURI; }
String             42 Source/platform/speech/PlatformSpeechSynthesisVoice.h     void setVoiceURI(const String& voiceURI) { m_voiceURI = voiceURI; }
String             44 Source/platform/speech/PlatformSpeechSynthesisVoice.h     const String& name() const { return m_name; }
String             45 Source/platform/speech/PlatformSpeechSynthesisVoice.h     void setName(const String& name) { m_name = name; }
String             47 Source/platform/speech/PlatformSpeechSynthesisVoice.h     const String& lang() const { return m_lang; }
String             48 Source/platform/speech/PlatformSpeechSynthesisVoice.h     void setLang(const String& lang) { m_lang = lang; }
String             57 Source/platform/speech/PlatformSpeechSynthesisVoice.h     PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
String             60 Source/platform/speech/PlatformSpeechSynthesisVoice.h     String m_voiceURI;
String             61 Source/platform/speech/PlatformSpeechSynthesisVoice.h     String m_name;
String             62 Source/platform/speech/PlatformSpeechSynthesisVoice.h     String m_lang;
String             48 Source/platform/text/BidiResolverTest.cpp     String value("foo");
String             76 Source/platform/text/BidiResolverTest.cpp     String data(entry.text, entry.length);
String             47 Source/platform/text/BidiTextRun.cpp TextDirection determineDirectionality(const String& value, bool& hasStrongDirectionality)
String             53 Source/platform/text/BidiTextRun.cpp TextRun textRunWithDirectionality(const String& value, bool& hasStrongDirectionality)
String             41 Source/platform/text/BidiTextRun.h PLATFORM_EXPORT TextDirection determineDirectionality(const String& value, bool& hasStrongDirectionality);
String             42 Source/platform/text/BidiTextRun.h PLATFORM_EXPORT TextRun textRunWithDirectionality(const String& value, bool& hasStrongDirectionality);
String            103 Source/platform/text/DateTimeFormat.cpp bool DateTimeFormat::parse(const String& source, TokenHandler& tokenHandler)
String            248 Source/platform/text/DateTimeFormat.cpp void DateTimeFormat::quoteAndAppendLiteral(const String& literal, StringBuilder& buffer)
String            269 Source/platform/text/DateTimeFormat.cpp             String escaped = literal.substring(i);
String            101 Source/platform/text/DateTimeFormat.h         virtual void visitLiteral(const String&) = 0;
String            105 Source/platform/text/DateTimeFormat.h     static bool parse(const String&, TokenHandler&);
String            106 Source/platform/text/DateTimeFormat.h     static void quoteAndAppendLiteral(const String&, StringBuilder&);
String             41 Source/platform/text/DateTimeFormatTest.cpp         String string;
String             52 Source/platform/text/DateTimeFormatTest.cpp         Token(const String& string)
String             64 Source/platform/text/DateTimeFormatTest.cpp         String toString() const
String             77 Source/platform/text/DateTimeFormatTest.cpp                 return String::format("Token(%d, %d)", fieldType, count);
String             91 Source/platform/text/DateTimeFormatTest.cpp         explicit Tokens(const String& string)
String            146 Source/platform/text/DateTimeFormatTest.cpp         String toString() const
String            164 Source/platform/text/DateTimeFormatTest.cpp     Tokens parse(const String& formatString)
String            201 Source/platform/text/DateTimeFormatTest.cpp         virtual void visitLiteral(const String& string) OVERRIDE
String             43 Source/platform/text/DecodeEscapeSequences.h     static size_t findInString(const String& string, size_t startPosition) { return string.find("%u", startPosition); }
String             44 Source/platform/text/DecodeEscapeSequences.h     static size_t findEndOfRun(const String& string, size_t startPosition, size_t endPosition)
String             56 Source/platform/text/DecodeEscapeSequences.h     static String decodeRun(const CharType* run, size_t runLength, const WTF::TextEncoding&)
String             76 Source/platform/text/DecodeEscapeSequences.h     static size_t findInString(const String& string, size_t startPosition) { return string.find('%', startPosition); }
String             77 Source/platform/text/DecodeEscapeSequences.h     static size_t findEndOfRun(const String& string, size_t startPosition, size_t endPosition)
String            103 Source/platform/text/DecodeEscapeSequences.h     static String decodeRun(const CharType* run, size_t runLength, const WTF::TextEncoding& encoding)
String            126 Source/platform/text/DecodeEscapeSequences.h String decodeEscapeSequences(const String& string, const WTF::TextEncoding& encoding)
String            141 Source/platform/text/DecodeEscapeSequences.h         String decoded = string.is8Bit() ?
String             47 Source/platform/text/LocaleICU.cpp PassOwnPtr<Locale> Locale::create(const String& locale)
String             78 Source/platform/text/LocaleICU.cpp String LocaleICU::decimalSymbol(UNumberFormatSymbol symbol)
String             84 Source/platform/text/LocaleICU.cpp         return String();
String             89 Source/platform/text/LocaleICU.cpp         return String();
String             90 Source/platform/text/LocaleICU.cpp     return String::adopt(buffer);
String             93 Source/platform/text/LocaleICU.cpp String LocaleICU::decimalTextAttribute(UNumberFormatTextAttribute tag)
String             99 Source/platform/text/LocaleICU.cpp         return String();
String            105 Source/platform/text/LocaleICU.cpp         return String();
String            106 Source/platform/text/LocaleICU.cpp     return String::adopt(buffer);
String            119 Source/platform/text/LocaleICU.cpp     Vector<String, DecimalSymbolsSize> symbols;
String            152 Source/platform/text/LocaleICU.cpp static String getDateFormatPattern(const UDateFormat* dateFormat)
String            166 Source/platform/text/LocaleICU.cpp     return String::adopt(buffer);
String            169 Source/platform/text/LocaleICU.cpp PassOwnPtr<Vector<String> > LocaleICU::createLabelVector(const UDateFormat* dateFormat, UDateFormatSymbolType type, int32_t startIndex, int32_t size)
String            172 Source/platform/text/LocaleICU.cpp         return PassOwnPtr<Vector<String> >();
String            174 Source/platform/text/LocaleICU.cpp         return PassOwnPtr<Vector<String> >();
String            176 Source/platform/text/LocaleICU.cpp     OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>());
String            182 Source/platform/text/LocaleICU.cpp             return PassOwnPtr<Vector<String> >();
String            187 Source/platform/text/LocaleICU.cpp             return PassOwnPtr<Vector<String> >();
String            188 Source/platform/text/LocaleICU.cpp         labels->append(String::adopt(buffer));
String            193 Source/platform/text/LocaleICU.cpp static PassOwnPtr<Vector<String> > createFallbackWeekDayShortLabels()
String            195 Source/platform/text/LocaleICU.cpp     OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>());
String            224 Source/platform/text/LocaleICU.cpp static PassOwnPtr<Vector<String> > createFallbackMonthLabels()
String            226 Source/platform/text/LocaleICU.cpp     OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>());
String            233 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::monthLabels()
String            246 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::weekDayShortLabels()
String            264 Source/platform/text/LocaleICU.cpp static PassOwnPtr<Vector<String> > createFallbackAMPMLabels()
String            266 Source/platform/text/LocaleICU.cpp     OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>());
String            295 Source/platform/text/LocaleICU.cpp     OwnPtr<Vector<String> > timeAMPMLabels = createLabelVector(m_mediumTimeFormat, UDAT_AM_PMS, UCAL_AM, 2);
String            303 Source/platform/text/LocaleICU.cpp String LocaleICU::dateFormat()
String            313 Source/platform/text/LocaleICU.cpp static String getFormatForSkeleton(const char* locale, const String& skeleton)
String            315 Source/platform/text/LocaleICU.cpp     String format = "yyyy-MM";
String            329 Source/platform/text/LocaleICU.cpp             format = String::adopt(buffer);
String            335 Source/platform/text/LocaleICU.cpp String LocaleICU::monthFormat()
String            345 Source/platform/text/LocaleICU.cpp String LocaleICU::shortMonthFormat()
String            353 Source/platform/text/LocaleICU.cpp String LocaleICU::timeFormat()
String            359 Source/platform/text/LocaleICU.cpp String LocaleICU::shortTimeFormat()
String            365 Source/platform/text/LocaleICU.cpp String LocaleICU::dateTimeFormatWithSeconds()
String            371 Source/platform/text/LocaleICU.cpp String LocaleICU::dateTimeFormatWithoutSeconds()
String            377 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::shortMonthLabels()
String            382 Source/platform/text/LocaleICU.cpp         if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_SHORT_MONTHS, UCAL_JANUARY, 12)) {
String            393 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::standAloneMonthLabels()
String            398 Source/platform/text/LocaleICU.cpp         if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_MONTHS, UCAL_JANUARY, 12)) {
String            407 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::shortStandAloneMonthLabels()
String            412 Source/platform/text/LocaleICU.cpp         if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_SHORT_MONTHS, UCAL_JANUARY, 12)) {
String            421 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::timeAMPMLabels()
String             52 Source/platform/text/LocaleICU.h     virtual const Vector<String>& weekDayShortLabels() OVERRIDE;
String             55 Source/platform/text/LocaleICU.h     virtual String dateFormat() OVERRIDE;
String             56 Source/platform/text/LocaleICU.h     virtual String monthFormat() OVERRIDE;
String             57 Source/platform/text/LocaleICU.h     virtual String shortMonthFormat() OVERRIDE;
String             58 Source/platform/text/LocaleICU.h     virtual String timeFormat() OVERRIDE;
String             59 Source/platform/text/LocaleICU.h     virtual String shortTimeFormat() OVERRIDE;
String             60 Source/platform/text/LocaleICU.h     virtual String dateTimeFormatWithSeconds() OVERRIDE;
String             61 Source/platform/text/LocaleICU.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
String             62 Source/platform/text/LocaleICU.h     virtual const Vector<String>& monthLabels() OVERRIDE;
String             63 Source/platform/text/LocaleICU.h     virtual const Vector<String>& shortMonthLabels() OVERRIDE;
String             64 Source/platform/text/LocaleICU.h     virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
String             65 Source/platform/text/LocaleICU.h     virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
String             66 Source/platform/text/LocaleICU.h     virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
String             70 Source/platform/text/LocaleICU.h     String decimalSymbol(UNumberFormatSymbol);
String             71 Source/platform/text/LocaleICU.h     String decimalTextAttribute(UNumberFormatTextAttribute);
String             74 Source/platform/text/LocaleICU.h     bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
String             75 Source/platform/text/LocaleICU.h     unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
String             82 Source/platform/text/LocaleICU.h     PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
String             91 Source/platform/text/LocaleICU.h     OwnPtr<Vector<String> > m_weekDayShortLabels;
String             93 Source/platform/text/LocaleICU.h     OwnPtr<Vector<String> > m_monthLabels;
String             94 Source/platform/text/LocaleICU.h     String m_dateFormat;
String             95 Source/platform/text/LocaleICU.h     String m_monthFormat;
String             96 Source/platform/text/LocaleICU.h     String m_shortMonthFormat;
String             97 Source/platform/text/LocaleICU.h     String m_timeFormatWithSeconds;
String             98 Source/platform/text/LocaleICU.h     String m_timeFormatWithoutSeconds;
String             99 Source/platform/text/LocaleICU.h     String m_dateTimeFormatWithSeconds;
String            100 Source/platform/text/LocaleICU.h     String m_dateTimeFormatWithoutSeconds;
String            103 Source/platform/text/LocaleICU.h     Vector<String> m_shortMonthLabels;
String            104 Source/platform/text/LocaleICU.h     Vector<String> m_standAloneMonthLabels;
String            105 Source/platform/text/LocaleICU.h     Vector<String> m_shortStandAloneMonthLabels;
String            106 Source/platform/text/LocaleICU.h     Vector<String> m_timeAMPMLabels;
String             50 Source/platform/text/LocaleMac.h     static PassOwnPtr<LocaleMac> create(const String&);
String             54 Source/platform/text/LocaleMac.h     virtual const Vector<String>& weekDayShortLabels() OVERRIDE;
String             58 Source/platform/text/LocaleMac.h     virtual String dateFormat() OVERRIDE;
String             59 Source/platform/text/LocaleMac.h     virtual String monthFormat() OVERRIDE;
String             60 Source/platform/text/LocaleMac.h     virtual String shortMonthFormat() OVERRIDE;
String             61 Source/platform/text/LocaleMac.h     virtual String timeFormat() OVERRIDE;
String             62 Source/platform/text/LocaleMac.h     virtual String shortTimeFormat() OVERRIDE;
String             63 Source/platform/text/LocaleMac.h     virtual String dateTimeFormatWithSeconds() OVERRIDE;
String             64 Source/platform/text/LocaleMac.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
String             65 Source/platform/text/LocaleMac.h     virtual const Vector<String>& monthLabels() OVERRIDE;
String             66 Source/platform/text/LocaleMac.h     virtual const Vector<String>& shortMonthLabels() OVERRIDE;
String             67 Source/platform/text/LocaleMac.h     virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
String             68 Source/platform/text/LocaleMac.h     virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
String             69 Source/platform/text/LocaleMac.h     virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
String             78 Source/platform/text/LocaleMac.h     Vector<String> m_weekDayShortLabels;
String             79 Source/platform/text/LocaleMac.h     Vector<String> m_monthLabels;
String             85 Source/platform/text/LocaleMac.h     String m_dateFormat;
String             86 Source/platform/text/LocaleMac.h     String m_monthFormat;
String             87 Source/platform/text/LocaleMac.h     String m_shortMonthFormat;
String             88 Source/platform/text/LocaleMac.h     String m_timeFormatWithSeconds;
String             89 Source/platform/text/LocaleMac.h     String m_timeFormatWithoutSeconds;
String             90 Source/platform/text/LocaleMac.h     String m_dateTimeFormatWithSeconds;
String             91 Source/platform/text/LocaleMac.h     String m_dateTimeFormatWithoutSeconds;
String             92 Source/platform/text/LocaleMac.h     Vector<String> m_shortMonthLabels;
String             93 Source/platform/text/LocaleMac.h     Vector<String> m_standAloneMonthLabels;
String             94 Source/platform/text/LocaleMac.h     Vector<String> m_shortStandAloneMonthLabels;
String             95 Source/platform/text/LocaleMac.h     Vector<String> m_timeAMPMLabels;
String             40 Source/platform/text/LocaleToScriptMapping.cpp UScriptCode scriptNameToCode(const String& scriptName)
String            167 Source/platform/text/LocaleToScriptMapping.cpp     HashMap<String, UScriptCode>::iterator it = scriptNameCodeMap.find(scriptName.lower());
String            173 Source/platform/text/LocaleToScriptMapping.cpp UScriptCode localeToScriptCodeForFontSelection(const String& locale)
String            388 Source/platform/text/LocaleToScriptMapping.cpp     String canonicalLocale = locale.lower().replace('-', '_');
String            390 Source/platform/text/LocaleToScriptMapping.cpp         HashMap<String, UScriptCode>::iterator it = localeScriptMap.find(canonicalLocale);
String             42 Source/platform/text/LocaleToScriptMapping.h PLATFORM_EXPORT UScriptCode localeToScriptCodeForFontSelection(const String&);
String             43 Source/platform/text/LocaleToScriptMapping.h PLATFORM_EXPORT UScriptCode scriptNameToCode(const String&);
String             55 Source/platform/text/LocaleWin.cpp static String extractLanguageCode(const String& locale)
String             63 Source/platform/text/LocaleWin.cpp static String removeLastComponent(const String& name)
String            112 Source/platform/text/LocaleWin.cpp     String localeName = String(name).replace('_', '-');
String            123 Source/platform/text/LocaleWin.cpp static LCID LCIDFromLocaleInternal(LCID userDefaultLCID, const String& userDefaultLanguageCode, LocaleNameToLCIDPtr localeNameToLCID, const String& locale)
String            125 Source/platform/text/LocaleWin.cpp     String localeLanguageCode = extractLanguageCode(locale);
String            131 Source/platform/text/LocaleWin.cpp static LCID LCIDFromLocale(const String& locale, bool defaultsForLocale)
String            142 Source/platform/text/LocaleWin.cpp     String userDefaultLanguageCode = String(lowercaseLanguageCode);
String            150 Source/platform/text/LocaleWin.cpp PassOwnPtr<Locale> Locale::create(const String& locale)
String            178 Source/platform/text/LocaleWin.cpp String LocaleWin::getLocaleInfoString(LCTYPE type)
String            182 Source/platform/text/LocaleWin.cpp         return String();
String            186 Source/platform/text/LocaleWin.cpp     return String::adopt(buffer);
String            227 Source/platform/text/LocaleWin.cpp static unsigned countContinuousLetters(const String& format, unsigned index)
String            264 Source/platform/text/LocaleWin.cpp static String convertWindowsDateTimeFormat(const String& format)
String            389 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::monthLabels()
String            395 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::weekDayShortLabels()
String            412 Source/platform/text/LocaleWin.cpp String LocaleWin::dateFormat()
String            419 Source/platform/text/LocaleWin.cpp String LocaleWin::dateFormat(const String& windowsFormat)
String            424 Source/platform/text/LocaleWin.cpp String LocaleWin::monthFormat()
String            431 Source/platform/text/LocaleWin.cpp String LocaleWin::shortMonthFormat()
String            438 Source/platform/text/LocaleWin.cpp String LocaleWin::timeFormat()
String            445 Source/platform/text/LocaleWin.cpp String LocaleWin::shortTimeFormat()
String            449 Source/platform/text/LocaleWin.cpp     String format = getLocaleInfoString(LOCALE_SSHORTTIME);
String            464 Source/platform/text/LocaleWin.cpp String LocaleWin::dateTimeFormatWithSeconds()
String            476 Source/platform/text/LocaleWin.cpp String LocaleWin::dateTimeFormatWithoutSeconds()
String            488 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::shortMonthLabels()
String            494 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::standAloneMonthLabels()
String            500 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::shortStandAloneMonthLabels()
String            506 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::timeAMPMLabels()
String            520 Source/platform/text/LocaleWin.cpp     Vector<String, DecimalSymbolsSize> symbols;
String            540 Source/platform/text/LocaleWin.cpp         String digits = getLocaleInfoString(LOCALE_SNATIVEDIGITS);
String            551 Source/platform/text/LocaleWin.cpp     String negativeSign = getLocaleInfoString(LOCALE_SNEGATIVESIGN);
String            561 Source/platform/text/LocaleWin.cpp     String negativePrefix = emptyString();
String            562 Source/platform/text/LocaleWin.cpp     String negativeSuffix = emptyString();
String             49 Source/platform/text/LocaleWin.h     virtual const Vector<String>& weekDayShortLabels() OVERRIDE;
String             52 Source/platform/text/LocaleWin.h     virtual String dateFormat() OVERRIDE;
String             53 Source/platform/text/LocaleWin.h     virtual String monthFormat() OVERRIDE;
String             54 Source/platform/text/LocaleWin.h     virtual String shortMonthFormat() OVERRIDE;
String             55 Source/platform/text/LocaleWin.h     virtual String timeFormat() OVERRIDE;
String             56 Source/platform/text/LocaleWin.h     virtual String shortTimeFormat() OVERRIDE;
String             57 Source/platform/text/LocaleWin.h     virtual String dateTimeFormatWithSeconds() OVERRIDE;
String             58 Source/platform/text/LocaleWin.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
String             59 Source/platform/text/LocaleWin.h     virtual const Vector<String>& monthLabels() OVERRIDE;
String             60 Source/platform/text/LocaleWin.h     virtual const Vector<String>& shortMonthLabels() OVERRIDE;
String             61 Source/platform/text/LocaleWin.h     virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
String             62 Source/platform/text/LocaleWin.h     virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
String             63 Source/platform/text/LocaleWin.h     virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
String             65 Source/platform/text/LocaleWin.h     static String dateFormat(const String&);
String             69 Source/platform/text/LocaleWin.h     String getLocaleInfoString(LCTYPE);
String             78 Source/platform/text/LocaleWin.h     Vector<String> m_shortMonthLabels;
String             79 Source/platform/text/LocaleWin.h     Vector<String> m_monthLabels;
String             80 Source/platform/text/LocaleWin.h     String m_dateFormat;
String             81 Source/platform/text/LocaleWin.h     String m_monthFormat;
String             82 Source/platform/text/LocaleWin.h     String m_shortMonthFormat;
String             83 Source/platform/text/LocaleWin.h     String m_timeFormatWithSeconds;
String             84 Source/platform/text/LocaleWin.h     String m_timeFormatWithoutSeconds;
String             85 Source/platform/text/LocaleWin.h     String m_dateTimeFormatWithSeconds;
String             86 Source/platform/text/LocaleWin.h     String m_dateTimeFormatWithoutSeconds;
String             87 Source/platform/text/LocaleWin.h     Vector<String> m_timeAMPMLabels;
String             88 Source/platform/text/LocaleWin.h     Vector<String> m_weekDayShortLabels;
String             50 Source/platform/text/PlatformLocale.cpp     bool build(const String&);
String             51 Source/platform/text/PlatformLocale.cpp     String toString();
String             56 Source/platform/text/PlatformLocale.cpp     virtual void visitLiteral(const String&) OVERRIDE FINAL;
String             58 Source/platform/text/PlatformLocale.cpp     String zeroPadString(const String&, size_t width);
String             72 Source/platform/text/PlatformLocale.cpp bool DateTimeStringBuilder::build(const String& formatString)
String             78 Source/platform/text/PlatformLocale.cpp String DateTimeStringBuilder::zeroPadString(const String& string, size_t width)
String             92 Source/platform/text/PlatformLocale.cpp     String zeroPaddedNumberString = zeroPadString(String::number(number), width);
String            162 Source/platform/text/PlatformLocale.cpp             String zeroPaddedSecondString = zeroPadString(String::format("%.03f", second), numberOfPatternCharacters + 4);
String            171 Source/platform/text/PlatformLocale.cpp void DateTimeStringBuilder::visitLiteral(const String& text)
String            177 Source/platform/text/PlatformLocale.cpp String DateTimeStringBuilder::toString()
String            193 Source/platform/text/PlatformLocale.cpp String Locale::queryString(WebLocalizedString::Name name)
String            199 Source/platform/text/PlatformLocale.cpp String Locale::queryString(WebLocalizedString::Name name, const String& parameter)
String            205 Source/platform/text/PlatformLocale.cpp String Locale::queryString(WebLocalizedString::Name name, const String& parameter1, const String& parameter2)
String            211 Source/platform/text/PlatformLocale.cpp String Locale::validationMessageTooLongText(unsigned valueLength, int maxLength)
String            213 Source/platform/text/PlatformLocale.cpp     return queryString(WebLocalizedString::ValidationTooLong, convertToLocalizedNumber(String::number(valueLength)), convertToLocalizedNumber(String::number(maxLength)));
String            216 Source/platform/text/PlatformLocale.cpp String Locale::weekFormatInLDML()
String            218 Source/platform/text/PlatformLocale.cpp     String templ = queryString(WebLocalizedString::WeekFormatTemplate);
String            237 Source/platform/text/PlatformLocale.cpp void Locale::setLocaleData(const Vector<String, DecimalSymbolsSize>& symbols, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix)
String            251 Source/platform/text/PlatformLocale.cpp String Locale::convertToLocalizedNumber(const String& input)
String            297 Source/platform/text/PlatformLocale.cpp static bool matches(const String& text, unsigned position, const String& part)
String            310 Source/platform/text/PlatformLocale.cpp bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex)
String            340 Source/platform/text/PlatformLocale.cpp unsigned Locale::matchedDecimalSymbolIndex(const String& input, unsigned& position)
String            351 Source/platform/text/PlatformLocale.cpp String Locale::convertFromLocalizedNumber(const String& localized)
String            354 Source/platform/text/PlatformLocale.cpp     String input = localized.stripWhiteSpace();
String            383 Source/platform/text/PlatformLocale.cpp String Locale::localizedDecimalSeparator()
String            390 Source/platform/text/PlatformLocale.cpp String Locale::formatDateTime(const DateComponents& date, FormatType formatType)
String            393 Source/platform/text/PlatformLocale.cpp         return String();
String             40 Source/platform/text/PlatformLocale.h     static PassOwnPtr<Locale> create(const String& localeIdentifier);
String             43 Source/platform/text/PlatformLocale.h     String queryString(blink::WebLocalizedString::Name);
String             44 Source/platform/text/PlatformLocale.h     String queryString(blink::WebLocalizedString::Name, const String& parameter);
String             45 Source/platform/text/PlatformLocale.h     String queryString(blink::WebLocalizedString::Name, const String& parameter1, const String& parameter2);
String             46 Source/platform/text/PlatformLocale.h     String validationMessageTooLongText(unsigned valueLength, int maxLength);
String             51 Source/platform/text/PlatformLocale.h     String convertToLocalizedNumber(const String&);
String             59 Source/platform/text/PlatformLocale.h     String convertFromLocalizedNumber(const String&);
String             63 Source/platform/text/PlatformLocale.h     String localizedDecimalSeparator();
String             69 Source/platform/text/PlatformLocale.h     virtual String dateFormat() = 0;
String             72 Source/platform/text/PlatformLocale.h     virtual String monthFormat() = 0;
String             75 Source/platform/text/PlatformLocale.h     virtual String shortMonthFormat() = 0;
String             80 Source/platform/text/PlatformLocale.h     virtual String timeFormat() = 0;
String             85 Source/platform/text/PlatformLocale.h     virtual String shortTimeFormat() = 0;
String             89 Source/platform/text/PlatformLocale.h     virtual String dateTimeFormatWithSeconds() = 0;
String             93 Source/platform/text/PlatformLocale.h     virtual String dateTimeFormatWithoutSeconds() = 0;
String             97 Source/platform/text/PlatformLocale.h     String weekFormatInLDML();
String            102 Source/platform/text/PlatformLocale.h     virtual const Vector<String>& shortMonthLabels() = 0;
String            108 Source/platform/text/PlatformLocale.h     virtual const Vector<String>& standAloneMonthLabels() = 0;
String            111 Source/platform/text/PlatformLocale.h     virtual const Vector<String>& shortStandAloneMonthLabels() = 0;
String            114 Source/platform/text/PlatformLocale.h     virtual const Vector<String>& timeAMPMLabels() = 0;
String            119 Source/platform/text/PlatformLocale.h     virtual const Vector<String>& monthLabels() = 0;
String            124 Source/platform/text/PlatformLocale.h     virtual const Vector<String>& weekDayShortLabels() = 0;
String            139 Source/platform/text/PlatformLocale.h     String formatDateTime(const DateComponents&, FormatType = FormatTypeUnspecified);
String            153 Source/platform/text/PlatformLocale.h     void setLocaleData(const Vector<String, DecimalSymbolsSize>&, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix);
String            156 Source/platform/text/PlatformLocale.h     bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
String            157 Source/platform/text/PlatformLocale.h     unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
String            159 Source/platform/text/PlatformLocale.h     String m_decimalSymbols[DecimalSymbolsSize];
String            160 Source/platform/text/PlatformLocale.h     String m_positivePrefix;
String            161 Source/platform/text/PlatformLocale.h     String m_positiveSuffix;
String            162 Source/platform/text/PlatformLocale.h     String m_negativePrefix;
String            163 Source/platform/text/PlatformLocale.h     String m_negativeSuffix;
String            166 Source/platform/text/SegmentedString.cpp String SegmentedString::toString() const
String             43 Source/platform/text/SegmentedString.h     SegmentedSubstring(const String& str)
String            106 Source/platform/text/SegmentedString.h     String currentSubString(unsigned length)
String            138 Source/platform/text/SegmentedString.h     String m_string;
String            158 Source/platform/text/SegmentedString.h     SegmentedString(const String& str)
String            207 Source/platform/text/SegmentedString.h     LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); }
String            208 Source/platform/text/SegmentedString.h     LookAheadResult lookAheadIgnoringCase(const String& string) { return lookAheadInline(string, false); }
String            305 Source/platform/text/SegmentedString.h     String toString() const;
String            377 Source/platform/text/SegmentedString.h     inline LookAheadResult lookAheadInline(const String& string, bool caseSensitive)
String            380 Source/platform/text/SegmentedString.h             String currentSubstring = m_currentString.currentSubString(string.length());
String            388 Source/platform/text/SegmentedString.h     LookAheadResult lookAheadSlowCase(const String& string, bool caseSensitive)
String            394 Source/platform/text/SegmentedString.h         String consumedString = String::createUninitialized(count, consumedCharacters);
String             42 Source/platform/text/SegmentedStringTest.cpp     SegmentedString original(String("cde"));
String             43 Source/platform/text/StringTruncator.cpp typedef unsigned TruncationFunction(const String&, unsigned length, unsigned keepCount, UChar* buffer);
String             60 Source/platform/text/StringTruncator.cpp static unsigned centerTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer)
String             80 Source/platform/text/StringTruncator.cpp static unsigned rightTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer)
String             95 Source/platform/text/StringTruncator.cpp static float stringWidth(const Font& renderer, const String& string, bool disableRoundingHacks)
String            111 Source/platform/text/StringTruncator.cpp static String truncateString(const String& string, float maxWidth, const Font& font, TruncationFunction truncateToBuffer, bool disableRoundingHacks)
String            188 Source/platform/text/StringTruncator.cpp     return String(stringBuffer, truncatedLength);
String            191 Source/platform/text/StringTruncator.cpp String StringTruncator::centerTruncate(const String& string, float maxWidth, const Font& font, EnableRoundingHacksOrNot enableRoundingHacks)
String            196 Source/platform/text/StringTruncator.cpp String StringTruncator::rightTruncate(const String& string, float maxWidth, const Font& font, EnableRoundingHacksOrNot enableRoundingHacks)
String            201 Source/platform/text/StringTruncator.cpp float StringTruncator::width(const String& string, const Font& font, EnableRoundingHacksOrNot enableRoundingHacks)
String             43 Source/platform/text/StringTruncator.h     static String centerTruncate(const String&, float maxWidth, const Font&, EnableRoundingHacksOrNot = DisableRoundingHacks);
String             44 Source/platform/text/StringTruncator.h     static String rightTruncate(const String&, float maxWidth, const Font&, EnableRoundingHacksOrNot = DisableRoundingHacks);
String             45 Source/platform/text/StringTruncator.h     static float width(const String&, const Font&, EnableRoundingHacksOrNot = DisableRoundingHacks);
String             49 Source/platform/text/SuffixTree.h     SuffixTree(const String& text, unsigned depth)
String             56 Source/platform/text/SuffixTree.h     bool mightContain(const String& query)
String             96 Source/platform/text/SuffixTree.h     void build(const String& text)
String             27 Source/platform/text/TextBreakIterator.cpp unsigned numGraphemeClusters(const String& string)
String             48 Source/platform/text/TextBreakIterator.cpp unsigned numCharactersInGraphemeClusters(const String& string, unsigned numGraphemeClusters)
String             43 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* wordBreakIterator(const String&, int start, int length);
String             64 Source/platform/text/TextBreakIterator.h     LazyLineBreakIterator(String string, const AtomicString& locale = AtomicString())
String             80 Source/platform/text/TextBreakIterator.h     String string() const { return m_string; }
String            148 Source/platform/text/TextBreakIterator.h     void resetStringAndReleaseIterator(String string, const AtomicString& locale)
String            162 Source/platform/text/TextBreakIterator.h     String m_string;
String            178 Source/platform/text/TextBreakIterator.h     explicit NonSharedCharacterBreakIterator(const String&);
String            230 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT unsigned numGraphemeClusters(const String&);
String            233 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT unsigned numCharactersInGraphemeClusters(const String&, unsigned);
String            531 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* wordBreakIterator(const String& string, int start, int length)
String            616 Source/platform/text/TextBreakIteratorICU.cpp NonSharedCharacterBreakIterator::NonSharedCharacterBreakIterator(const String& string)
String            747 Source/platform/text/TextBreakIteratorICU.cpp         String(breakRules).appendTo(rules);
String             44 Source/platform/text/TextCheckerClient.h     virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) = 0;
String             45 Source/platform/text/TextCheckerClient.h     virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) = 0;
String             46 Source/platform/text/TextCheckerClient.h     virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0;
String             57 Source/platform/text/TextChecking.h     Vector<String> guesses;
String             58 Source/platform/text/TextChecking.h     String userDescription;
String             66 Source/platform/text/TextChecking.h     String replacement;
String             80 Source/platform/text/TextChecking.h     TextCheckingRequestData(int sequence, const String& text, TextCheckingTypeMask mask, TextCheckingProcessType processType, const Vector<uint32_t>& markers, const Vector<unsigned>& offsets)
String             90 Source/platform/text/TextChecking.h     String text() const { return m_text; }
String             99 Source/platform/text/TextChecking.h     String m_text;
String             51 Source/platform/text/TextRun.cpp void TextRun::setText(const String& string)
String            105 Source/platform/text/TextRun.h     TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
String            188 Source/platform/text/TextRun.h     void setText(const String&);
String             95 Source/platform/text/TextStream.cpp     m_text.append(String::numberToStringFixedWidth(f, 2));
String            101 Source/platform/text/TextStream.cpp     m_text.append(String::numberToStringFixedWidth(d, 2));
String            118 Source/platform/text/TextStream.cpp TextStream& TextStream::operator<<(const String& string)
String            133 Source/platform/text/TextStream.cpp String TextStream::release()
String            135 Source/platform/text/TextStream.cpp     String result = m_text.toString();
String             62 Source/platform/text/TextStream.h     TextStream& operator<<(const String&);
String             65 Source/platform/text/TextStream.h     String release();
String             71 Source/platform/text/UnicodeUtilities.cpp void foldQuoteMarksAndSoftHyphens(String& s)
String            286 Source/platform/text/UnicodeUtilities.cpp bool containsKanaLetters(const String& pattern)
String             38 Source/platform/text/UnicodeUtilities.h PLATFORM_EXPORT bool containsKanaLetters(const String&);
String             41 Source/platform/text/UnicodeUtilities.h PLATFORM_EXPORT void foldQuoteMarksAndSoftHyphens(String&);
String            109 Source/platform/text/UnicodeUtilitiesTest.cpp     String nonKanaString;
String            116 Source/platform/text/UnicodeUtilitiesTest.cpp         String str(nonKanaString);
String            123 Source/platform/text/UnicodeUtilitiesTest.cpp         String str(nonKanaString);
String            137 Source/platform/text/UnicodeUtilitiesTest.cpp     String stringToFold(charactersToFold, WTF_ARRAY_LENGTH(charactersToFold));
String            143 Source/platform/text/UnicodeUtilitiesTest.cpp     const String foldedString("\"\"\"\'\'\'\0", WTF_ARRAY_LENGTH(charactersToFold));
String            147 Source/platform/text/UnicodeUtilitiesTest.cpp     EXPECT_EQ(String(buffer), foldedString);
String             48 Source/platform/weborigin/DatabaseIdentifier.cpp PassRefPtr<SecurityOrigin> createSecurityOriginFromDatabaseIdentifier(const String& databaseIdentifier)
String             79 Source/platform/weborigin/DatabaseIdentifier.cpp     String protocol = databaseIdentifier.substring(0, separator1);
String             80 Source/platform/weborigin/DatabaseIdentifier.cpp     String host = databaseIdentifier.substring(separator1 + 1, separator2 - separator1 - 1);
String             83 Source/platform/weborigin/DatabaseIdentifier.cpp     KURL url(KURL(), protocol + "://" + host + ":" + String::number(port) + "/");
String             90 Source/platform/weborigin/DatabaseIdentifier.cpp String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin* securityOrigin)
String            100 Source/platform/weborigin/DatabaseIdentifier.cpp     String separatorString(&separatorCharacter, 1);
String            102 Source/platform/weborigin/DatabaseIdentifier.cpp     return securityOrigin->protocol() + separatorString + securityOrigin->host() + separatorString + String::number(securityOrigin->port());
String             38 Source/platform/weborigin/DatabaseIdentifier.h PLATFORM_EXPORT PassRefPtr<SecurityOrigin> createSecurityOriginFromDatabaseIdentifier(const String&);
String             39 Source/platform/weborigin/DatabaseIdentifier.h PLATFORM_EXPORT String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin*);
String             49 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String protocol;
String             50 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String host;
String             52 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String expectedIdentifier;
String             61 Source/platform/weborigin/DatabaseIdentifierTest.cpp         {"http", String::fromUTF8("\xe2\x98\x83.unicode.com"), 80, "http_xn--n3h.unicode.com_0"},
String             62 Source/platform/weborigin/DatabaseIdentifierTest.cpp         {"http", String::fromUTF8("\xf0\x9f\x92\xa9.unicode.com"), 80, "http_xn--ls8h.unicode.com_0"},
String             71 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String identifier = createDatabaseIdentifierFromSecurityOrigin(origin.get());
String             80 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String hostname;
String             81 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String expected;
String            193 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String identifier = createDatabaseIdentifierFromSecurityOrigin(origin.get());
String            206 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String identifier;
String            207 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String expectedProtocol;
String            208 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String expectedHost;
String            210 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String expectedStringRepresentation;
String            237 Source/platform/weborigin/DatabaseIdentifierTest.cpp     String bogusIdentifiers[] = {
String            239 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String("\x00", 1),
String            240 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String("http_\x00_0", 8),
String            247 Source/platform/weborigin/DatabaseIdentifierTest.cpp         String::fromUTF8("http_\xe2\x98\x83.unicode.com_0"),
String             60 Source/platform/weborigin/KURL.cpp static const char* asURLChar8Subtle(const String& spec)
String            106 Source/platform/weborigin/KURL.cpp         CString encoded = m_encoding->normalizeAndEncode(String(input, inputLength), WTF::URLEncodedEntitiesForUnencodables);
String            116 Source/platform/weborigin/KURL.cpp bool isValidProtocol(const String& protocol)
String            131 Source/platform/weborigin/KURL.cpp String KURL::strippedForUseAsReferrer() const
String            134 Source/platform/weborigin/KURL.cpp         return String();
String            137 Source/platform/weborigin/KURL.cpp     referrer.setUser(String());
String            138 Source/platform/weborigin/KURL.cpp     referrer.setPass(String());
String            152 Source/platform/weborigin/KURL.cpp bool protocolIsJavaScript(const String& url)
String            168 Source/platform/weborigin/KURL.cpp String KURL::elidedString() const
String            181 Source/platform/weborigin/KURL.cpp KURL::KURL(ParsedURLStringTag, const String& url)
String            194 Source/platform/weborigin/KURL.cpp KURL KURL::createIsolated(ParsedURLStringTag, const String& url)
String            203 Source/platform/weborigin/KURL.cpp KURL::KURL(const KURL& base, const String& relative)
String            210 Source/platform/weborigin/KURL.cpp KURL::KURL(const KURL& base, const String& relative, const WTF::TextEncoding& encoding)
String            301 Source/platform/weborigin/KURL.cpp String KURL::lastPathComponent() const
String            323 Source/platform/weborigin/KURL.cpp         return String();
String            327 Source/platform/weborigin/KURL.cpp String KURL::protocol() const
String            332 Source/platform/weborigin/KURL.cpp String KURL::host() const
String            358 Source/platform/weborigin/KURL.cpp String KURL::pass() const
String            363 Source/platform/weborigin/KURL.cpp         return String();
String            367 Source/platform/weborigin/KURL.cpp String KURL::user() const
String            372 Source/platform/weborigin/KURL.cpp String KURL::fragmentIdentifier() const
String            378 Source/platform/weborigin/KURL.cpp         return String();
String            387 Source/platform/weborigin/KURL.cpp String KURL::baseAsString() const
String            393 Source/platform/weborigin/KURL.cpp String KURL::query() const
String            404 Source/platform/weborigin/KURL.cpp     return String();
String            407 Source/platform/weborigin/KURL.cpp String KURL::path() const
String            412 Source/platform/weborigin/KURL.cpp bool KURL::setProtocol(const String& protocol)
String            416 Source/platform/weborigin/KURL.cpp     String newProtocol = protocol.substring(0, separatorPosition);
String            441 Source/platform/weborigin/KURL.cpp void KURL::setHost(const String& host)
String            449 Source/platform/weborigin/KURL.cpp static String parsePortFromStringPosition(const String& value, unsigned portStart)
String            467 Source/platform/weborigin/KURL.cpp void KURL::setHostAndPort(const String& hostAndPort)
String            481 Source/platform/weborigin/KURL.cpp     String host = hostAndPort.substring(0, separator);
String            482 Source/platform/weborigin/KURL.cpp     String port = parsePortFromStringPosition(hostAndPort, separator + 1);
String            502 Source/platform/weborigin/KURL.cpp void KURL::setPort(const String& port)
String            504 Source/platform/weborigin/KURL.cpp     String parsedPort = parsePortFromStringPosition(port, 0);
String            515 Source/platform/weborigin/KURL.cpp     String portString = String::number(port);
String            523 Source/platform/weborigin/KURL.cpp void KURL::setUser(const String& user)
String            538 Source/platform/weborigin/KURL.cpp void KURL::setPass(const String& pass)
String            553 Source/platform/weborigin/KURL.cpp void KURL::setFragmentIdentifier(const String& fragment)
String            577 Source/platform/weborigin/KURL.cpp void KURL::setQuery(const String& query)
String            600 Source/platform/weborigin/KURL.cpp void KURL::setPath(const String& path)
String            610 Source/platform/weborigin/KURL.cpp String decodeURLEscapeSequences(const String& string)
String            624 Source/platform/weborigin/KURL.cpp String decodeURLEscapeSequences(const String& string, const WTF::TextEncoding& encoding)
String            642 Source/platform/weborigin/KURL.cpp String encodeWithURLEscapeSequences(const String& notEncodedString)
String            652 Source/platform/weborigin/KURL.cpp     String escaped(buffer.data(), buffer.length());
String            690 Source/platform/weborigin/KURL.cpp     const String& aString = a.m_string;
String            691 Source/platform/weborigin/KURL.cpp     const String& bString = b.m_string;
String            734 Source/platform/weborigin/KURL.cpp bool protocolIs(const String& url, const char* protocol)
String            744 Source/platform/weborigin/KURL.cpp void KURL::init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding)
String            847 Source/platform/weborigin/KURL.cpp String KURL::stringForInvalidComponent() const
String            850 Source/platform/weborigin/KURL.cpp         return String();
String            854 Source/platform/weborigin/KURL.cpp String KURL::componentString(const url_parse::Component& component) const
String             62 Source/platform/weborigin/KURL.h     KURL(ParsedURLStringTag, const String&);
String             66 Source/platform/weborigin/KURL.h     static KURL createIsolated(ParsedURLStringTag, const String&);
String             77 Source/platform/weborigin/KURL.h     KURL(const KURL& base, const String& relative);
String             78 Source/platform/weborigin/KURL.h     KURL(const KURL& base, const String& relative, const WTF::TextEncoding&);
String             85 Source/platform/weborigin/KURL.h     String strippedForUseAsReferrer() const;
String            112 Source/platform/weborigin/KURL.h     const String& string() const { return m_string; }
String            114 Source/platform/weborigin/KURL.h     String elidedString() const;
String            116 Source/platform/weborigin/KURL.h     String protocol() const;
String            117 Source/platform/weborigin/KURL.h     String host() const;
String            120 Source/platform/weborigin/KURL.h     String user() const;
String            121 Source/platform/weborigin/KURL.h     String pass() const;
String            122 Source/platform/weborigin/KURL.h     String path() const;
String            123 Source/platform/weborigin/KURL.h     String lastPathComponent() const;
String            124 Source/platform/weborigin/KURL.h     String query() const;
String            125 Source/platform/weborigin/KURL.h     String fragmentIdentifier() const;
String            128 Source/platform/weborigin/KURL.h     String baseAsString() const;
String            138 Source/platform/weborigin/KURL.h     bool setProtocol(const String&);
String            139 Source/platform/weborigin/KURL.h     void setHost(const String&);
String            143 Source/platform/weborigin/KURL.h     void setPort(const String&);
String            146 Source/platform/weborigin/KURL.h     void setHostAndPort(const String&);
String            148 Source/platform/weborigin/KURL.h     void setUser(const String&);
String            149 Source/platform/weborigin/KURL.h     void setPass(const String&);
String            153 Source/platform/weborigin/KURL.h     void setPath(const String&);
String            158 Source/platform/weborigin/KURL.h     void setQuery(const String&);
String            160 Source/platform/weborigin/KURL.h     void setFragmentIdentifier(const String&);
String            172 Source/platform/weborigin/KURL.h     operator const String&() const { return string(); }
String            185 Source/platform/weborigin/KURL.h     void init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding);
String            187 Source/platform/weborigin/KURL.h     String componentString(const url_parse::Component&) const;
String            188 Source/platform/weborigin/KURL.h     String stringForInvalidComponent() const;
String            201 Source/platform/weborigin/KURL.h     String m_string;
String            206 Source/platform/weborigin/KURL.h PLATFORM_EXPORT bool operator==(const KURL&, const String&);
String            207 Source/platform/weborigin/KURL.h PLATFORM_EXPORT bool operator==(const String&, const KURL&);
String            209 Source/platform/weborigin/KURL.h PLATFORM_EXPORT bool operator!=(const KURL&, const String&);
String            210 Source/platform/weborigin/KURL.h PLATFORM_EXPORT bool operator!=(const String&, const KURL&);
String            221 Source/platform/weborigin/KURL.h PLATFORM_EXPORT bool protocolIs(const String& url, const char* protocol);
String            222 Source/platform/weborigin/KURL.h PLATFORM_EXPORT bool protocolIsJavaScript(const String& url);
String            224 Source/platform/weborigin/KURL.h PLATFORM_EXPORT bool isValidProtocol(const String&);
String            229 Source/platform/weborigin/KURL.h PLATFORM_EXPORT String decodeURLEscapeSequences(const String&);
String            230 Source/platform/weborigin/KURL.h PLATFORM_EXPORT String decodeURLEscapeSequences(const String&, const WTF::TextEncoding&);
String            232 Source/platform/weborigin/KURL.h PLATFORM_EXPORT String encodeWithURLEscapeSequences(const String&);
String            241 Source/platform/weborigin/KURL.h inline bool operator==(const KURL& a, const String& b)
String            246 Source/platform/weborigin/KURL.h inline bool operator==(const String& a, const KURL& b)
String            256 Source/platform/weborigin/KURL.h inline bool operator!=(const KURL& a, const String& b)
String            261 Source/platform/weborigin/KURL.h inline bool operator!=(const String& a, const KURL& b)
String             93 Source/platform/weborigin/KURLTest.cpp         WTF::String utf16(cases[i].url);
String            142 Source/platform/weborigin/KURLTest.cpp             EXPECT_EQ(WTF::String::fromUTF8(cases[i].ref), kurl.fragmentIdentifier());
String            154 Source/platform/weborigin/KURLTest.cpp     EXPECT_TRUE(asciiKURL.string() == WTF::String(asciiURL));
String            160 Source/platform/weborigin/KURLTest.cpp     EXPECT_TRUE(WTF::equalIgnoringCase(asciiKURL, WTF::String(asciiURL)));
String            170 Source/platform/weborigin/KURLTest.cpp     EXPECT_TRUE(utf8KURL.string() == WTF::String::fromUTF8(utf8URL));
String            274 Source/platform/weborigin/KURLTest.cpp         WTF::String input(decodeCases[i].input);
String            275 Source/platform/weborigin/KURLTest.cpp         WTF::String str = WebCore::decodeURLEscapeSequences(input);
String            280 Source/platform/weborigin/KURLTest.cpp     WTF::String zero = WebCore::decodeURLEscapeSequences("%00");
String            284 Source/platform/weborigin/KURLTest.cpp     WTF::String invalid = WebCore::decodeURLEscapeSequences(
String            287 Source/platform/weborigin/KURLTest.cpp     WTF::String invalidExpected(
String            318 Source/platform/weborigin/KURLTest.cpp         WTF::String input(encode_cases[i].input);
String            319 Source/platform/weborigin/KURLTest.cpp         WTF::String expectedOutput(encode_cases[i].output);
String            320 Source/platform/weborigin/KURLTest.cpp         WTF::String output = WebCore::encodeWithURLEscapeSequences(input);
String            325 Source/platform/weborigin/KURLTest.cpp     WTF::String input("\x00\x01", 2);
String            326 Source/platform/weborigin/KURLTest.cpp     WTF::String reference("%00%01");
String            328 Source/platform/weborigin/KURLTest.cpp     WTF::String output = WebCore::encodeWithURLEscapeSequences(input);
String            333 Source/platform/weborigin/KURLTest.cpp     WTF::String wideInput(
String            335 Source/platform/weborigin/KURLTest.cpp     WTF::String wideReference("%E4%BD%A0%E5%A5%BD");
String            336 Source/platform/weborigin/KURLTest.cpp     WTF::String wideOutput =
String            404 Source/platform/weborigin/KURLTest.cpp     WTF::String nullString;
String            418 Source/platform/weborigin/KURLTest.cpp     WTF::String nullString;
String            425 Source/platform/weborigin/KURLTest.cpp     WTF::String emptyString("");
String            465 Source/platform/weborigin/KURLTest.cpp     cur.setFragmentIdentifier(WTF::String());
String            468 Source/platform/weborigin/KURLTest.cpp     cur.setFragmentIdentifier(WTF::String());
String            494 Source/platform/weborigin/KURLTest.cpp     WebCore::KURL kurl22(kurl, WTF::String());
String            610 Source/platform/weborigin/KURLTest.cpp     EXPECT_EQ(String(), invalidUTF8.lastPathComponent());
String             37 Source/platform/weborigin/KnownPorts.cpp bool isDefaultPortForProtocol(unsigned short port, const String& protocol)
String             36 Source/platform/weborigin/KnownPorts.h PLATFORM_EXPORT bool isDefaultPortForProtocol(unsigned short port, const String& protocol);
String             40 Source/platform/weborigin/OriginAccessEntry.cpp OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting subdomainSetting, IPAddressSetting ipAddressSetting)
String             60 Source/platform/weborigin/OriginAccessEntry.h     OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting, IPAddressSetting);
String             63 Source/platform/weborigin/OriginAccessEntry.h     const String& protocol() const { return m_protocol; }
String             64 Source/platform/weborigin/OriginAccessEntry.h     const String& host() const { return m_host; }
String             69 Source/platform/weborigin/OriginAccessEntry.h     String m_protocol;
String             70 Source/platform/weborigin/OriginAccessEntry.h     String m_host;
String             40 Source/platform/weborigin/Referrer.h     Referrer(const String& referrer, ReferrerPolicy referrerPolicy) : referrer(referrer), referrerPolicy(referrerPolicy) { }
String             89 Source/platform/weborigin/SchemeRegistry.cpp static HashSet<String>& schemesForbiddenFromDomainRelaxation()
String             91 Source/platform/weborigin/SchemeRegistry.cpp     DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
String            113 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsLocal(const String& scheme)
String            118 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::removeURLSchemeRegisteredAsLocal(const String& scheme)
String            149 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::shouldTreatURLSchemeAsLocal(const String& scheme)
String            156 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsNoAccess(const String& scheme)
String            161 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::shouldTreatURLSchemeAsNoAccess(const String& scheme)
String            168 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsDisplayIsolated(const String& scheme)
String            173 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::shouldTreatURLSchemeAsDisplayIsolated(const String& scheme)
String            180 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsSecure(const String& scheme)
String            185 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::shouldTreatURLSchemeAsSecure(const String& scheme)
String            192 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsEmptyDocument(const String& scheme)
String            197 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::shouldLoadURLSchemeAsEmptyDocument(const String& scheme)
String            204 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme)
String            215 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::isDomainRelaxationForbiddenForURLScheme(const String& scheme)
String            222 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::canDisplayOnlyIfCanRequest(const String& scheme)
String            229 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerAsCanDisplayOnlyIfCanRequest(const String& scheme)
String            234 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsNotAllowingJavascriptURLs(const String& scheme)
String            239 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::shouldTreatURLSchemeAsNotAllowingJavascriptURLs(const String& scheme)
String            246 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsCORSEnabled(const String& scheme)
String            251 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(const String& scheme)
String            258 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme)
String            263 Source/platform/weborigin/SchemeRegistry.cpp void SchemeRegistry::removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme)
String            268 Source/platform/weborigin/SchemeRegistry.cpp bool SchemeRegistry::schemeShouldBypassContentSecurityPolicy(const String& scheme)
String             41 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsLocal(const String&);
String             42 Source/platform/weborigin/SchemeRegistry.h     static void removeURLSchemeRegisteredAsLocal(const String&);
String             45 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsLocal(const String&);
String             50 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsSecure(const String&);
String             51 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsSecure(const String&);
String             53 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsNoAccess(const String&);
String             54 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsNoAccess(const String&);
String             58 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsDisplayIsolated(const String&);
String             59 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsDisplayIsolated(const String&);
String             61 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsEmptyDocument(const String&);
String             62 Source/platform/weborigin/SchemeRegistry.h     static bool shouldLoadURLSchemeAsEmptyDocument(const String&);
String             64 Source/platform/weborigin/SchemeRegistry.h     static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String&);
String             65 Source/platform/weborigin/SchemeRegistry.h     static bool isDomainRelaxationForbiddenForURLScheme(const String&);
String             69 Source/platform/weborigin/SchemeRegistry.h     static bool canDisplayOnlyIfCanRequest(const String& scheme);
String             70 Source/platform/weborigin/SchemeRegistry.h     static void registerAsCanDisplayOnlyIfCanRequest(const String& scheme);
String             74 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsNotAllowingJavascriptURLs(const String& scheme);
String             75 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsNotAllowingJavascriptURLs(const String& scheme);
String             78 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsCORSEnabled(const String& scheme);
String             79 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsCORSEnabled(const String& scheme);
String             83 Source/platform/weborigin/SchemeRegistry.h     static void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme);
String             84 Source/platform/weborigin/SchemeRegistry.h     static void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme);
String             85 Source/platform/weborigin/SchemeRegistry.h     static bool schemeShouldBypassContentSecurityPolicy(const String& scheme);
String            109 Source/platform/weborigin/SecurityOrigin.cpp     String protocol = innerURL.protocol().lower();
String            207 Source/platform/weborigin/SecurityOrigin.cpp void SecurityOrigin::setDomainFromDOM(const String& newDomain)
String            346 Source/platform/weborigin/SecurityOrigin.cpp     const String& urlString = url.string();
String            361 Source/platform/weborigin/SecurityOrigin.cpp     String protocol = url.protocol().lower();
String            412 Source/platform/weborigin/SecurityOrigin.cpp String SecurityOrigin::toString() const
String            430 Source/platform/weborigin/SecurityOrigin.cpp String SecurityOrigin::toRawString() const
String            463 Source/platform/weborigin/SecurityOrigin.cpp PassRefPtr<SecurityOrigin> SecurityOrigin::createFromString(const String& originString)
String            468 Source/platform/weborigin/SecurityOrigin.cpp PassRefPtr<SecurityOrigin> SecurityOrigin::create(const String& protocol, const String& host, int port)
String            472 Source/platform/weborigin/SecurityOrigin.cpp     String decodedHost = decodeURLEscapeSequences(host);
String            473 Source/platform/weborigin/SecurityOrigin.cpp     return create(KURL(KURL(), protocol + "://" + host + ":" + String::number(port) + "/"));
String            493 Source/platform/weborigin/SecurityOrigin.cpp const String& SecurityOrigin::urlWithUniqueSecurityOrigin()
String            496 Source/platform/weborigin/SecurityOrigin.cpp     DEFINE_STATIC_LOCAL(const String, uniqueSecurityOriginURL, ("data:,"));
String             52 Source/platform/weborigin/SecurityOrigin.h     static PassRefPtr<SecurityOrigin> createFromString(const String&);
String             53 Source/platform/weborigin/SecurityOrigin.h     static PassRefPtr<SecurityOrigin> create(const String& protocol, const String& host, int port);
String             77 Source/platform/weborigin/SecurityOrigin.h     void setDomainFromDOM(const String& newDomain);
String             80 Source/platform/weborigin/SecurityOrigin.h     String protocol() const { return m_protocol; }
String             81 Source/platform/weborigin/SecurityOrigin.h     String host() const { return m_host; }
String             82 Source/platform/weborigin/SecurityOrigin.h     String domain() const { return m_domain; }
String            180 Source/platform/weborigin/SecurityOrigin.h     String toString() const;
String            185 Source/platform/weborigin/SecurityOrigin.h     String toRawString() const;
String            194 Source/platform/weborigin/SecurityOrigin.h     static const String& urlWithUniqueSecurityOrigin();
String            205 Source/platform/weborigin/SecurityOrigin.h     String m_protocol;
String            206 Source/platform/weborigin/SecurityOrigin.h     String m_host;
String            207 Source/platform/weborigin/SecurityOrigin.h     String m_domain;
String            208 Source/platform/weborigin/SecurityOrigin.h     String m_filePath;
String             52 Source/platform/weborigin/SecurityPolicy.cpp bool SecurityPolicy::shouldHideReferrer(const KURL& url, const String& referrer)
String             68 Source/platform/weborigin/SecurityPolicy.cpp String SecurityPolicy::generateReferrerHeader(ReferrerPolicy referrerPolicy, const KURL& url, const String& referrer)
String             71 Source/platform/weborigin/SecurityPolicy.cpp         return String();
String             74 Source/platform/weborigin/SecurityPolicy.cpp         return String();
String             78 Source/platform/weborigin/SecurityPolicy.cpp         return String();
String             82 Source/platform/weborigin/SecurityPolicy.cpp         String origin = SecurityOrigin::createFromString(referrer)->toString();
String             84 Source/platform/weborigin/SecurityPolicy.cpp             return String();
String             93 Source/platform/weborigin/SecurityPolicy.cpp     return shouldHideReferrer(url, referrer) ? String() : referrer;
String            113 Source/platform/weborigin/SecurityPolicy.cpp void SecurityPolicy::addOriginAccessWhitelistEntry(const SecurityOrigin& sourceOrigin, const String& destinationProtocol, const String& destinationDomain, bool allowDestinationSubdomains)
String            120 Source/platform/weborigin/SecurityPolicy.cpp     String sourceString = sourceOrigin.toString();
String            129 Source/platform/weborigin/SecurityPolicy.cpp void SecurityPolicy::removeOriginAccessWhitelistEntry(const SecurityOrigin& sourceOrigin, const String& destinationProtocol, const String& destinationDomain, bool allowDestinationSubdomains)
String            136 Source/platform/weborigin/SecurityPolicy.cpp     String sourceString = sourceOrigin.toString();
String             46 Source/platform/weborigin/SecurityPolicy.h     static bool shouldHideReferrer(const KURL&, const String& referrer);
String             51 Source/platform/weborigin/SecurityPolicy.h     static String generateReferrerHeader(ReferrerPolicy, const KURL&, const String& referrer);
String             53 Source/platform/weborigin/SecurityPolicy.h     static void addOriginAccessWhitelistEntry(const SecurityOrigin& sourceOrigin, const String& destinationProtocol, const String& destinationDomain, bool allowDestinationSubdomains);
String             54 Source/platform/weborigin/SecurityPolicy.h     static void removeOriginAccessWhitelistEntry(const SecurityOrigin& sourceOrigin, const String& destinationProtocol, const String& destinationDomain, bool allowDestinationSubdomains);
String             44 Source/platform/weborigin/SecurityPolicyTest.cpp     EXPECT_TRUE(String() == SecurityPolicy::generateReferrerHeader(WebCore::ReferrerPolicyAlways, KURL(WebCore::ParsedURLString, "http://example.com/"), String::fromUTF8("chrome://somepage/")));
String             96 Source/web/AssociatedURLLoader.cpp     String headerName(name);
String            366 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::shouldReportDetailedMessageForSource(const String& url)
String            372 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::addMessageToConsole(MessageSource source, MessageLevel level, const String& message, unsigned lineNumber, const String& sourceID, const String& stackTrace)
String            389 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
String            412 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::runJavaScriptAlert(LocalFrame* frame, const String& message)
String            423 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runJavaScriptConfirm(LocalFrame* frame, const String& message)
String            436 Source/web/ChromeClientImpl.cpp                                            const String& message,
String            437 Source/web/ChromeClientImpl.cpp                                            const String& defaultValue,
String            438 Source/web/ChromeClientImpl.cpp                                            String& result)
String            456 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::setStatusbarText(const String& message)
String            577 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::setToolTip(const String& tooltipText, TextDirection dir)
String            692 Source/web/ChromeClientImpl.cpp String ChromeClientImpl::acceptLanguages()
String            801 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, Document::PageDismissalType dismissalType) const
String            813 Source/web/ChromeClientImpl.cpp     String message = String("Blocked ") + kDialogs[dialog] + "('" + dialogMessage + "') during " + kDismissals[dismissal] + ".";
String            957 Source/web/ChromeClientImpl.cpp void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL& url, const String& title)
String            962 Source/web/ChromeClientImpl.cpp NavigatorContentUtilsClient::CustomHandlersState NavigatorContentUtilsClientImpl::isProtocolHandlerRegistered(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL& url)
String            967 Source/web/ChromeClientImpl.cpp void NavigatorContentUtilsClientImpl::unregisterProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL& url)
String            101 Source/web/ChromeClientImpl.h     virtual bool shouldReportDetailedMessageForSource(const WTF::String&) OVERRIDE;
String            104 Source/web/ChromeClientImpl.h         const WTF::String& message, unsigned lineNumber,
String            105 Source/web/ChromeClientImpl.h         const WTF::String& sourceID, const WTF::String& stackTrace) OVERRIDE;
String            108 Source/web/ChromeClientImpl.h         const WTF::String& message, WebCore::LocalFrame*) OVERRIDE;
String            110 Source/web/ChromeClientImpl.h     virtual void runJavaScriptAlert(WebCore::LocalFrame*, const WTF::String&) OVERRIDE;
String            111 Source/web/ChromeClientImpl.h     virtual bool runJavaScriptConfirm(WebCore::LocalFrame*, const WTF::String&) OVERRIDE;
String            113 Source/web/ChromeClientImpl.h         WebCore::LocalFrame*, const WTF::String& message,
String            114 Source/web/ChromeClientImpl.h         const WTF::String& defaultValue, WTF::String& result) OVERRIDE;
String            115 Source/web/ChromeClientImpl.h     virtual void setStatusbarText(const WTF::String& message) OVERRIDE;
String            132 Source/web/ChromeClientImpl.h     virtual void setToolTip(const WTF::String& tooltipText, WebCore::TextDirection) OVERRIDE;
String            158 Source/web/ChromeClientImpl.h     virtual String acceptLanguages() OVERRIDE;
String            174 Source/web/ChromeClientImpl.h     virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, WebCore::Document::PageDismissalType) const OVERRIDE;
String            215 Source/web/ChromeClientImpl.h     virtual void registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&, const String& title) OVERRIDE;
String            216 Source/web/ChromeClientImpl.h     virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&) OVERRIDE;
String            217 Source/web/ChromeClientImpl.h     virtual void unregisterProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&) OVERRIDE;
String             86 Source/web/ColorChooserPopupUIController.cpp     Vector<String> suggestionValues;
String            110 Source/web/ColorChooserPopupUIController.cpp void ColorChooserPopupUIController::setValueAndClosePopup(int numValue, const String& stringValue)
String            121 Source/web/ColorChooserPopupUIController.cpp void ColorChooserPopupUIController::setValue(const String& value)
String             56 Source/web/ColorChooserPopupUIController.h     virtual void setValueAndClosePopup(int, const String&) OVERRIDE;
String             57 Source/web/ColorChooserPopupUIController.h     virtual void setValue(const String&) OVERRIDE;
String             94 Source/web/ContextFeaturesClientImpl.cpp     String m_domain;
String            116 Source/web/ContextFeaturesClientImpl.cpp     String currentDomain = document->securityOrigin()->domain();
String            101 Source/web/ContextMenuClientImpl.cpp static bool isASingleWord(const String& text)
String            111 Source/web/ContextMenuClientImpl.cpp static String selectMisspelledWord(LocalFrame* selectedFrame)
String            114 Source/web/ContextMenuClientImpl.cpp     String misspelledWord = selectedFrame->selectedText().stripWhiteSpace();
String            120 Source/web/ContextMenuClientImpl.cpp             return String();
String            154 Source/web/ContextMenuClientImpl.cpp static String selectMisspellingAsync(LocalFrame* selectedFrame, DocumentMarker& marker)
String            158 Source/web/ContextMenuClientImpl.cpp         return String();
String            164 Source/web/ContextMenuClientImpl.cpp         return String();
String            173 Source/web/ContextMenuClientImpl.cpp         return String();
String            320 Source/web/ContextMenuClientImpl.cpp                 Vector<String> suggestions;
String             54 Source/web/DatabaseClientImpl.cpp bool DatabaseClientImpl::allowDatabase(ExecutionContext* executionContext, const String& name, const String& displayName, unsigned long estimatedSize)
String             45 Source/web/DatabaseClientImpl.h     virtual bool allowDatabase(WebCore::ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) OVERRIDE;
String             84 Source/web/DateTimeChooserImpl.cpp static String valueToDateTimeString(double value, AtomicString type)
String             99 Source/web/DateTimeChooserImpl.cpp     return components.type() == WebCore::DateComponents::Invalid ? String() : components.toString();
String            104 Source/web/DateTimeChooserImpl.cpp     String stepString = String::number(m_parameters.step);
String            105 Source/web/DateTimeChooserImpl.cpp     String stepBaseString = String::number(m_parameters.stepBase, 11, WTF::TruncateTrailingZeros);
String            107 Source/web/DateTimeChooserImpl.cpp     String todayLabelString;
String            108 Source/web/DateTimeChooserImpl.cpp     String otherDateLabelString;
String            145 Source/web/DateTimeChooserImpl.cpp         Vector<String> suggestionValues;
String            146 Source/web/DateTimeChooserImpl.cpp         Vector<String> localizedSuggestionValues;
String            147 Source/web/DateTimeChooserImpl.cpp         Vector<String> suggestionLabels;
String            175 Source/web/DateTimeChooserImpl.cpp void DateTimeChooserImpl::setValueAndClosePopup(int numValue, const String& stringValue)
String            183 Source/web/DateTimeChooserImpl.cpp void DateTimeChooserImpl::setValue(const String& value)
String             61 Source/web/DateTimeChooserImpl.h     virtual void setValueAndClosePopup(int, const String&) OVERRIDE;
String             62 Source/web/DateTimeChooserImpl.h     virtual void setValue(const String&) OVERRIDE;
String             79 Source/web/EditorClientImpl.cpp void EditorClientImpl::didExecuteCommand(String commandName)
String             55 Source/web/EditorClientImpl.h     virtual void didExecuteCommand(String commandName) OVERRIDE;
String            153 Source/web/FrameLoaderClientImpl.cpp bool FrameLoaderClientImpl::allowScriptExtension(const String& extensionName,
String            403 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidReceiveTitle(const String& title)
String            513 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::loadURLExternally(const ResourceRequest& request, NavigationPolicy policy, const String& suggestedName)
String            569 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors)
String            583 Source/web/FrameLoaderClientImpl.cpp String FrameLoaderClientImpl::userAgent(const KURL& url)
String            592 Source/web/FrameLoaderClientImpl.cpp String FrameLoaderClientImpl::doNotTrackValue()
String            597 Source/web/FrameLoaderClientImpl.cpp     return String();
String            618 Source/web/FrameLoaderClientImpl.cpp bool FrameLoaderClientImpl::canCreatePluginWithoutRenderer(const String& mimeType) const
String            629 Source/web/FrameLoaderClientImpl.cpp     const Vector<String>& paramNames,
String            630 Source/web/FrameLoaderClientImpl.cpp     const Vector<String>& paramValues,
String            631 Source/web/FrameLoaderClientImpl.cpp     const String& mimeType,
String            665 Source/web/FrameLoaderClientImpl.cpp     const Vector<String>& paramNames,
String            666 Source/web/FrameLoaderClientImpl.cpp     const Vector<String>& paramValues)
String            674 Source/web/FrameLoaderClientImpl.cpp     const String& explicitMimeType,
String            680 Source/web/FrameLoaderClientImpl.cpp     String mimeType = explicitMimeType;
String            683 Source/web/FrameLoaderClientImpl.cpp         String filename = url.lastPathComponent();
String            686 Source/web/FrameLoaderClientImpl.cpp             String extension = filename.substring(extensionPos + 1);
String            740 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::didChangeName(const String& name)
String             66 Source/web/FrameLoaderClientImpl.h     virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) OVERRIDE;
String             89 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidReceiveTitle(const String&) OVERRIDE;
String            104 Source/web/FrameLoaderClientImpl.h     virtual void loadURLExternally(const WebCore::ResourceRequest&, WebCore::NavigationPolicy, const String& suggestedName = String()) OVERRIDE;
String            111 Source/web/FrameLoaderClientImpl.h     virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) OVERRIDE;
String            113 Source/web/FrameLoaderClientImpl.h     virtual WTF::String userAgent(const WebCore::KURL&) OVERRIDE;
String            114 Source/web/FrameLoaderClientImpl.h     virtual WTF::String doNotTrackValue() OVERRIDE;
String            117 Source/web/FrameLoaderClientImpl.h     virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const;
String            120 Source/web/FrameLoaderClientImpl.h         const Vector<WTF::String>&, const Vector<WTF::String>&,
String            121 Source/web/FrameLoaderClientImpl.h         const WTF::String&, bool loadManually, DetachedPluginPolicy) OVERRIDE;
String            125 Source/web/FrameLoaderClientImpl.h         const Vector<WTF::String>& paramNames,
String            126 Source/web/FrameLoaderClientImpl.h         const Vector<WTF::String>& paramValues) OVERRIDE;
String            128 Source/web/FrameLoaderClientImpl.h         const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages) OVERRIDE;
String            142 Source/web/FrameLoaderClientImpl.h     virtual void didChangeName(const String&) OVERRIDE;
String             52 Source/web/IDBFactoryBackendProxy.cpp bool IDBFactoryBackendProxy::allowIndexedDB(ExecutionContext* context, const String& name)
String             46 Source/web/IDBFactoryBackendProxy.h     virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE;
String             86 Source/web/InspectorClientImpl.cpp void InspectorClientImpl::updateInspectorStateCookie(const WTF::String& inspectorState)
String            169 Source/web/InspectorClientImpl.cpp void InspectorClientImpl::setTraceEventCallback(const String& categoryFilter, TraceEventCallback callback)
String             57 Source/web/InspectorClientImpl.h     virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
String             78 Source/web/InspectorClientImpl.h     virtual void setTraceEventCallback(const String& categoryFilter, TraceEventCallback) OVERRIDE;
String             76 Source/web/InspectorFrontendClientImpl.cpp     global->Set(v8::String::NewFromUtf8(isolate, "InspectorFrontendHost"), frontendHostObj);
String             79 Source/web/InspectorFrontendClientImpl.cpp         String installAdditionalAPI =
String            146 Source/web/InspectorFrontendClientImpl.cpp void InspectorFrontendClientImpl::inspectedURLChanged(const String& url)
String            151 Source/web/InspectorFrontendClientImpl.cpp void InspectorFrontendClientImpl::sendMessageToBackend(const String& message)
String            156 Source/web/InspectorFrontendClientImpl.cpp void InspectorFrontendClientImpl::sendMessageToEmbedder(const String& message)
String             56 Source/web/InspectorFrontendClientImpl.h     virtual void inspectedURLChanged(const WTF::String&) OVERRIDE;
String             58 Source/web/InspectorFrontendClientImpl.h     virtual void sendMessageToBackend(const WTF::String&) OVERRIDE;
String             60 Source/web/InspectorFrontendClientImpl.h     virtual void sendMessageToEmbedder(const WTF::String&) OVERRIDE;
String             22 Source/web/MediaKeysClientImpl.cpp PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(WebCore::ExecutionContext* executionContext, const String& keySystem)
String             21 Source/web/MediaKeysClientImpl.h     virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(WebCore::ExecutionContext*, const String& keySystem) OVERRIDE;
String             84 Source/web/PageOverlay.cpp     virtual String debugName(const GraphicsLayer* graphicsLayer) OVERRIDE
String             86 Source/web/PageOverlay.cpp         return String("WebViewImpl Page Overlay Content Layer");
String            460 Source/web/PopupContainer.cpp String PopupContainer::getSelectedItemToolTip()
String            109 Source/web/PopupContainer.h     String getSelectedItemToolTip();
String            286 Source/web/PopupListBox.cpp static String stripLeadingWhiteSpace(const String& string)
String            311 Source/web/PopupListBox.cpp     String prefix;
String            314 Source/web/PopupListBox.cpp         m_typedString = prefix = String(&c, 1);
String            322 Source/web/PopupListBox.cpp             prefix = String(&c, 1);
String            334 Source/web/PopupListBox.cpp     String prefixWithCaseFolded(prefix.foldCase());
String            451 Source/web/PopupListBox.cpp     String itemText = m_popupClient->itemText(rowIndex);
String            743 Source/web/PopupListBox.cpp         String text = m_popupClient->itemText(i);
String             73 Source/web/PopupListBox.h     PopupItem(const String& label, Type type)
String             79 Source/web/PopupListBox.h     String label;
String            265 Source/web/PopupListBox.h     String m_typedString;
String            105 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL)
String            110 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL)
String            115 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::postMessageToPageInspector(const String& message)
String            120 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::updateInspectorStateCookie(const String& message)
String             76 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) OVERRIDE;
String             77 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void reportConsoleMessage(WebCore::MessageSource, WebCore::MessageLevel, const String& message, int lineNumber, const String& sourceURL) OVERRIDE;
String             78 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void postMessageToPageInspector(const String&) OVERRIDE;
String             79 Source/web/ServiceWorkerGlobalScopeProxy.h     virtual void updateInspectorStateCookie(const String&) OVERRIDE;
String             62 Source/web/SharedWorkerRepositoryClientImpl.cpp     SharedWorkerConnector(PassRefPtrWillBeRawPtr<SharedWorker> worker, const KURL& url, const String& name, PassOwnPtr<WebMessagePortChannel> channel, PassOwnPtr<WebSharedWorkerConnector> webWorkerConnector)
String             79 Source/web/SharedWorkerRepositoryClientImpl.cpp     String m_name;
String            113 Source/web/SharedWorkerRepositoryClientImpl.cpp void SharedWorkerRepositoryClientImpl::connect(PassRefPtrWillBeRawPtr<SharedWorker> worker, PassOwnPtr<WebMessagePortChannel> port, const KURL& url, const String& name, ExceptionState& exceptionState)
String             53 Source/web/SharedWorkerRepositoryClientImpl.h     virtual void connect(PassRefPtrWillBeRawPtr<WebCore::SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const WebCore::KURL&, const String& name, WebCore::ExceptionState&) OVERRIDE;
String             66 Source/web/SpeechInputClientImpl.cpp bool SpeechInputClientImpl::startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin* origin)
String             61 Source/web/SpeechInputClientImpl.h     virtual bool startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin*) OVERRIDE;
String             57 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::start(SpeechRecognition* recognition, const SpeechGrammarList* grammarList, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives)
String             49 Source/web/SpeechRecognitionClientProxy.h     virtual void start(WebCore::SpeechRecognition*, const WebCore::SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) OVERRIDE;
String            129 Source/web/SpellCheckerClientImpl.cpp void SpellCheckerClientImpl::checkSpellingOfString(const String& text, int* misspellingLocation, int* misspellingLength)
String            155 Source/web/SpellCheckerClientImpl.cpp         const String& text = request->data().text();
String            162 Source/web/SpellCheckerClientImpl.cpp String SpellCheckerClientImpl::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord)
String            165 Source/web/SpellCheckerClientImpl.cpp         return String();
String            171 Source/web/SpellCheckerClientImpl.cpp             return String();
String            176 Source/web/SpellCheckerClientImpl.cpp     return String();
String            179 Source/web/SpellCheckerClientImpl.cpp void SpellCheckerClientImpl::checkGrammarOfString(const String& text, WTF::Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength)
String            214 Source/web/SpellCheckerClientImpl.cpp void SpellCheckerClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
String             55 Source/web/SpellCheckerClientImpl.h     virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) OVERRIDE;
String             56 Source/web/SpellCheckerClientImpl.h     virtual void checkGrammarOfString(const String&, WTF::Vector<WebCore::GrammarDetail>&,
String             58 Source/web/SpellCheckerClientImpl.h     virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&) OVERRIDE;
String             59 Source/web/SpellCheckerClientImpl.h     virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) OVERRIDE;
String            655 Source/web/TextFinder.cpp bool TextFinder::shouldScopeMatches(const String& searchText)
String            671 Source/web/TextFinder.cpp         String previousSearchPrefix =
String            162 Source/web/TextFinder.h     bool shouldScopeMatches(const WTF::String& searchText);
String            213 Source/web/TextFinder.h     WTF::String m_lastSearchString;
String             69 Source/web/ValidationMessageClientImpl.cpp void ValidationMessageClientImpl::showValidationMessage(const Element& anchor, const String& message)
String            104 Source/web/ValidationMessageClientImpl.cpp     m_message = String();
String             52 Source/web/ValidationMessageClientImpl.h     virtual void showValidationMessage(const WebCore::Element& anchor, const String& message) OVERRIDE;
String             59 Source/web/ValidationMessageClientImpl.h     String m_message;
String            631 Source/web/WebAXObject.cpp     String accessKey = m_private->accessKey();
String            635 Source/web/WebAXObject.cpp     DEFINE_STATIC_LOCAL(String, modifierString, ());
String            653 Source/web/WebAXObject.cpp     return String(modifierString + accessKey);
String             52 Source/web/WebDOMActivityLogger.cpp     virtual void log(const String& apiName, int argc, const v8::Handle<v8::Value>* argv, const String& extraInfo) OVERRIDE
String             55 Source/web/WebDOMActivityLogger.cpp         String title;
String            481 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::setTraceEventCallback(const String& categoryFilter, TraceEventCallback callback)
String            580 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::updateInspectorStateCookie(const String& state)
String            658 Source/web/WebDevToolsAgentImpl.cpp     String commandName;
String            103 Source/web/WebDevToolsAgentImpl.h     virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
String            114 Source/web/WebDevToolsAgentImpl.h     virtual void setTraceEventCallback(const WTF::String& categoryFilter, TraceEventCallback) OVERRIDE;
String             94 Source/web/WebDevToolsFrontendImpl.cpp     const String& applicationLocale)
String            145 Source/web/WebDevToolsFrontendImpl.cpp     v8::Handle<v8::Value> inspectorFrontendApiValue = frameContext->Global()->Get(v8::String::NewFromUtf8(isolate, "InspectorFrontendAPI"));
String            149 Source/web/WebDevToolsFrontendImpl.cpp     v8::Handle<v8::Value> dispatchFunction = dispatcherObject->Get(v8::String::NewFromUtf8(isolate, "dispatchMessage"));
String            154 Source/web/WebDevToolsFrontendImpl.cpp         v8::Handle<v8::Value> inspectorBackendApiValue = frameContext->Global()->Get(v8::String::NewFromUtf8(isolate, "InspectorBackend"));
String            158 Source/web/WebDevToolsFrontendImpl.cpp         dispatchFunction = dispatcherObject->Get(v8::String::NewFromUtf8(isolate, "dispatch"));
String             48 Source/web/WebDevToolsFrontendImpl.h using WTF::String;
String             56 Source/web/WebDevToolsFrontendImpl.h         const String& applicationLocale);
String             70 Source/web/WebDevToolsFrontendImpl.h     String m_applicationLocale;
String            221 Source/web/WebDocument.cpp     Vector<String> selectors;
String            132 Source/web/WebDragData.cpp         if (String(item.stringType) == mimeTypeTextURIList)
String            134 Source/web/WebDragData.cpp         else if (String(item.stringType) == mimeTypeTextHTML)
String             67 Source/web/WebElement.cpp                              tagName.operator String());
String             78 Source/web/WebElement.cpp     return HTMLNames::xhtmlNamespaceURI == element->namespaceURI() && element->localName() == String(tagName).lower();
String             95 Source/web/WebEmbeddedWorkerImpl.cpp     String script() const { return m_scriptLoader->script(); }
String            260 Source/web/WebEmbeddedWorkerImpl.cpp             String(),
String             50 Source/web/WebEntities.cpp         m_entitiesMap.set(0x0027, String("#39"));
String             53 Source/web/WebEntities.cpp String WebEntities::entityNameByCode(int code) const
String             61 Source/web/WebEntities.cpp String WebEntities::convertEntitiesInString(const String& value) const
String             63 Source/web/WebEntities.h     WTF::String entityNameByCode(int code) const;
String             66 Source/web/WebEntities.h     WTF::String convertEntitiesInString(const WTF::String&) const;
String             68 Source/web/WebEntities.h     typedef HashMap<int, WTF::String> EntitiesMapType;
String            759 Source/web/WebFrameImpl.cpp     frame()->script().bindToWindowObject(frame(), String(name), object);
String           1022 Source/web/WebFrameImpl.cpp     String referrer = referrerURL.isEmpty() ? frame()->document()->outgoingReferrer() : String(referrerURL.spec().utf16());
String           1121 Source/web/WebFrameImpl.cpp     String command = name;
String           1163 Source/web/WebFrameImpl.cpp     String webName = name;
String           1257 Source/web/WebFrameImpl.cpp     String text = range->text();
String           1913 Source/web/WebFrameImpl.cpp     String script = decodeURLEscapeSequences(url.string().substring(strlen("javascript:")));
String           1917 Source/web/WebFrameImpl.cpp     String scriptResult;
String             64 Source/web/WebHelperPluginImpl.cpp bool WebHelperPluginImpl::initialize(const String& pluginType, WebFrameImpl* frame)
String             71 Source/web/WebHelperPluginImpl.cpp     Vector<String> attributeNames;
String             72 Source/web/WebHelperPluginImpl.cpp     Vector<String> attributeValues;
String             68 Source/web/WebHelperPluginImpl.h     bool initialize(const String& pluginType, WebFrameImpl*);
String             51 Source/web/WebHistoryItem.cpp void addReferencedFilePaths(HistoryItem* item, HashSet<String>& results)
String             62 Source/web/WebHistoryItem.cpp     const Vector<String>& filePaths = FormController::getReferencedFilePaths(item->documentState());
String            151 Source/web/WebHistoryItem.cpp     Vector<String> ds;
String            226 Source/web/WebHistoryItem.cpp     HashSet<String> filePaths;
String            229 Source/web/WebHistoryItem.cpp     Vector<String> results;
String             45 Source/web/WebIDBKeyPath.cpp     Vector<String> strings;
String            283 Source/web/WebInputEventConversion.cpp     m_text = String(e.text);
String            284 Source/web/WebInputEventConversion.cpp     m_unmodifiedText = String(e.unmodifiedText);
String            285 Source/web/WebInputEventConversion.cpp     m_keyIdentifier = String(e.keyIdentifier);
String            334 Source/web/WebInputEventConversion.cpp         m_text = String();
String            335 Source/web/WebInputEventConversion.cpp         m_unmodifiedText = String();
String            337 Source/web/WebInputEventConversion.cpp         m_keyIdentifier = String();
String            181 Source/web/WebMediaPlayerClientImpl.cpp void WebMediaPlayerClientImpl::load(WebMediaPlayer::LoadType loadType, const WTF::String& url, WebMediaPlayer::CORSMode corsMode)
String             97 Source/web/WebMediaPlayerClientImpl.h     virtual void load(WebMediaPlayer::LoadType, const WTF::String& url, WebMediaPlayer::CORSMode) OVERRIDE;
String             86 Source/web/WebPagePopupImpl.cpp     virtual void addMessageToConsole(MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String&, const String&) OVERRIDE
String             72 Source/web/WebPageSerializer.cpp     String value = element->getAttribute(attributeName);
String            253 Source/web/WebPageSerializer.cpp     String charsetString = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" + static_cast<const String&>(charset) + "\">";
String            259 Source/web/WebPageSerializer.cpp     return String::format("\n<!-- saved from url=(%04d)%s -->\n",
String            267 Source/web/WebPageSerializer.cpp         return String("<base href=\".\">");
String            268 Source/web/WebPageSerializer.cpp     String baseString = "<base href=\".\" target=\"" + static_cast<const String&>(baseTarget) + "\">";
String            109 Source/web/WebPageSerializerImpl.cpp                                                             const String& directoryName)
String            124 Source/web/WebPageSerializerImpl.cpp String WebPageSerializerImpl::preActionBeforeSerializeOpenTag(
String            138 Source/web/WebPageSerializerImpl.cpp             String equiv = meta.httpEquiv();
String            140 Source/web/WebPageSerializerImpl.cpp                 String content = meta.content();
String            168 Source/web/WebPageSerializerImpl.cpp             String xmlEncoding = param->document->xmlEncoding();
String            190 Source/web/WebPageSerializerImpl.cpp String WebPageSerializerImpl::postActionAfterSerializeOpenTag(
String            210 Source/web/WebPageSerializerImpl.cpp             String(param->textEncoding.name())));
String            222 Source/web/WebPageSerializerImpl.cpp String WebPageSerializerImpl::preActionBeforeSerializeEndTag(
String            225 Source/web/WebPageSerializerImpl.cpp     String result;
String            245 Source/web/WebPageSerializerImpl.cpp String WebPageSerializerImpl::postActionAfterSerializeEndTag(
String            264 Source/web/WebPageSerializerImpl.cpp     const String& result, SerializeDomParam* param)
String            281 Source/web/WebPageSerializerImpl.cpp     String content = m_dataBuffer.toString();
String            314 Source/web/WebPageSerializerImpl.cpp                 const String& attrValue = attribute.value();
String            326 Source/web/WebPageSerializerImpl.cpp                         String completeURL = subFrame ? subFrame->frame()->document()->url() :
String            351 Source/web/WebPageSerializerImpl.cpp     String addedContents = postActionAfterSerializeOpenTag(element, param);
String            508 Source/web/WebPageSerializerImpl.cpp         String directoryName = url == mainURL ? m_localDirectoryName : "";
String             99 Source/web/WebPageSerializerImpl.h     typedef HashMap<WTF::String, WTF::String> LinkLocalPathMap;
String            113 Source/web/WebPageSerializerImpl.h     WTF::String m_localDirectoryName;
String            125 Source/web/WebPageSerializerImpl.h         const WTF::String& directoryName;
String            141 Source/web/WebPageSerializerImpl.h         SerializeDomParam(const WebCore::KURL&, const WTF::TextEncoding&, WebCore::Document*, const WTF::String& directoryName);
String            148 Source/web/WebPageSerializerImpl.h     WTF::String preActionBeforeSerializeOpenTag(const WebCore::Element* element,
String            153 Source/web/WebPageSerializerImpl.h     WTF::String postActionAfterSerializeOpenTag(const WebCore::Element* element,
String            157 Source/web/WebPageSerializerImpl.h     WTF::String preActionBeforeSerializeEndTag(const WebCore::Element* element,
String            162 Source/web/WebPageSerializerImpl.h     WTF::String postActionAfterSerializeEndTag(const WebCore::Element* element,
String            165 Source/web/WebPageSerializerImpl.h     void saveHTMLContentToBuffer(const WTF::String& content,
String             99 Source/web/WebPasswordFormData.cpp     strippedURL.setUser(String());
String            100 Source/web/WebPasswordFormData.cpp     strippedURL.setPass(String());
String            101 Source/web/WebPasswordFormData.cpp     strippedURL.setQuery(String());
String            102 Source/web/WebPasswordFormData.cpp     strippedURL.setFragmentIdentifier(String());
String            116 Source/web/WebPasswordFormData.cpp                                 const Vector<String>& alternateUserNames,
String            163 Source/web/WebPasswordFormData.cpp     String action = form->action();
String             52 Source/web/WebPasswordFormUtils.h     Vector<String> alternateUserNames;
String            457 Source/web/WebPluginContainerImpl.cpp     String script = decodeURLEscapeSequences(
String            464 Source/web/WebPluginContainerImpl.cpp     String resultStr;
String            593 Source/web/WebPluginContainerImpl.cpp bool WebPluginContainerImpl::getFormValue(String& value)
String             78 Source/web/WebPluginContainerImpl.h     virtual bool getFormValue(String&) OVERRIDE;
String             41 Source/web/WebScriptBindings.cpp v8::Local<v8::String> WebScriptBindings::toV8String(const WebString& string, v8::Isolate* isolate)
String             46 Source/web/WebScriptBindings.cpp WebString WebScriptBindings::toWebString(v8::Handle<v8::String> v8String)
String             48 Source/web/WebScriptBindings.cpp     return v8StringToWebCoreString<String>(v8String, Externalize);
String             55 Source/web/WebSearchableFormData.cpp     String str(form->getAttribute(HTMLNames::accept_charsetAttr));
String             57 Source/web/WebSearchableFormData.cpp     Vector<String> charsets;
String             59 Source/web/WebSearchableFormData.cpp     for (Vector<String>::const_iterator i(charsets.begin()); i != charsets.end(); ++i) {
String             73 Source/web/WebSearchableFormData.cpp     String action(form->action());
String            285 Source/web/WebSearchableFormData.cpp     String action(formElement->action());
String            290 Source/web/WebSearchableFormData.cpp     m_encoding = String(encoding.name());
String            164 Source/web/WebSettingsImpl.cpp     m_settings->setDefaultTextEncodingName((String)encoding);
String            118 Source/web/WebSharedWorkerImpl.cpp     String script() const { return m_scriptLoader->script(); }
String            230 Source/web/WebSharedWorkerImpl.cpp void WebSharedWorkerImpl::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL)
String            235 Source/web/WebSharedWorkerImpl.cpp void WebSharedWorkerImpl::reportConsoleMessage(MessageSource source, MessageLevel level, const String& message, int lineNumber, const String& sourceURL)
String            240 Source/web/WebSharedWorkerImpl.cpp void WebSharedWorkerImpl::postMessageToPageInspector(const String& message)
String            249 Source/web/WebSharedWorkerImpl.cpp void WebSharedWorkerImpl::updateInspectorStateCookie(const String& cookie)
String            402 Source/web/WebSharedWorkerImpl.cpp static void reconnectToWorkerContextInspectorTask(ExecutionContext* context, const String& savedState)
String            411 Source/web/WebSharedWorkerImpl.cpp     workerThread()->runLoop().postDebuggerTask(createCallbackTask(reconnectToWorkerContextInspectorTask, String(savedState)));
String            425 Source/web/WebSharedWorkerImpl.cpp static void dispatchOnInspectorBackendTask(ExecutionContext* context, const String& message)
String            432 Source/web/WebSharedWorkerImpl.cpp     workerThread()->runLoop().postDebuggerTask(createCallbackTask(dispatchOnInspectorBackendTask, String(message)));
String             77 Source/web/WebSharedWorkerImpl.h         const WTF::String&, int, int, const WTF::String&) OVERRIDE;
String             80 Source/web/WebSharedWorkerImpl.h         const WTF::String&, int, const WTF::String&) OVERRIDE;
String             81 Source/web/WebSharedWorkerImpl.h     virtual void postMessageToPageInspector(const WTF::String&) OVERRIDE;
String             82 Source/web/WebSharedWorkerImpl.h     virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
String            131 Source/web/WebSocketImpl.cpp void WebSocketImpl::didReceiveMessage(const String& message)
String            163 Source/web/WebSocketImpl.cpp void WebSocketImpl::didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus status, unsigned short code, const String& reason)
String             70 Source/web/WebSocketImpl.h     virtual void didReceiveMessage(const String& message) OVERRIDE;
String             75 Source/web/WebSocketImpl.h     virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
String           1962 Source/web/WebViewImpl.cpp         String emptyString;
String           1972 Source/web/WebViewImpl.cpp     inputMethodController.setComposition(String(text),
String           3392 Source/web/WebViewImpl.cpp     SchemeRegistry::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme));
String           3412 Source/web/WebViewImpl.cpp     Vector<String> patterns;
String            716 Source/web/WebViewImpl.h     typedef HashMap<WTF::String, WTF::String> SettingsMap;
String             77 Source/web/tests/AssociatedURLLoaderTest.cpp     WebCore::KURL RegisterMockedUrl(const std::string& urlRoot, const WTF::String& filename)
String             82 Source/web/tests/AssociatedURLLoaderTest.cpp         WTF::String localPath = m_baseFilePath;
String            275 Source/web/tests/AssociatedURLLoaderTest.cpp     WTF::String m_baseFilePath;
String            276 Source/web/tests/AssociatedURLLoaderTest.cpp     WTF::String m_frameFilePath;
String             72 Source/web/tests/CustomEventTest.cpp         EXPECT_EQ(jsEvent->ToObject()->Get(v8::String::NewFromUtf8(isolate, "detail")), v8::Boolean::New(isolate, true));
String             51 Source/web/tests/ListenerLeakTest.cpp             v8::String::Utf8Value propName(prop->GetName());
String             64 Source/web/tests/ListenerLeakTest.cpp     const v8::HeapSnapshot* snapshot = profiler->TakeHeapSnapshot(v8::String::NewFromUtf8(isolate, ""));
String             72 Source/web/tests/ListenerLeakTest.cpp         v8::String::Utf8Value nodeName(node->GetName());
String             77 Source/web/tests/ListenerLeakTest.cpp                 v8::String::Utf8Value constructorName(constructorProp->GetName());
String             45 Source/web/tests/LocaleICUTest.cpp         Labels(const Vector<String> labels)
String             61 Source/web/tests/LocaleICUTest.cpp         String toString() const
String             77 Source/web/tests/LocaleICUTest.cpp         Vector<String> m_labels;
String             81 Source/web/tests/LocaleICUTest.cpp     Labels labels(const String& element1, const String& element2)
String             83 Source/web/tests/LocaleICUTest.cpp         Vector<String> labels = Vector<String>();
String             90 Source/web/tests/LocaleICUTest.cpp     String monthFormat(const char* localeString)
String             96 Source/web/tests/LocaleICUTest.cpp     String localizedDateFormatText(const char* localeString)
String            102 Source/web/tests/LocaleICUTest.cpp     String localizedShortDateFormatText(const char* localeString)
String            108 Source/web/tests/LocaleICUTest.cpp     String shortMonthLabel(const char* localeString, unsigned index)
String            114 Source/web/tests/LocaleICUTest.cpp     String shortStandAloneMonthLabel(const char* localeString, unsigned index)
String            120 Source/web/tests/LocaleICUTest.cpp     String standAloneMonthLabel(const char* localeString, unsigned index)
String            224 Source/web/tests/LocaleICUTest.cpp     EXPECT_EQ(labels(String(jaAM), String(jaPM)), timeAMPMLabels("ja"));
String            227 Source/web/tests/LocaleICUTest.cpp static String testDecimalSeparator(const AtomicString& localeIdentifier)
String            235 Source/web/tests/LocaleICUTest.cpp     EXPECT_EQ(String("."), testDecimalSeparator("en_US"));
String            236 Source/web/tests/LocaleICUTest.cpp     EXPECT_EQ(String(","), testDecimalSeparator("fr"));
String            243 Source/web/tests/LocaleICUTest.cpp     String localized = locale->convertToLocalizedNumber(original);
String            246 Source/web/tests/LocaleICUTest.cpp     String converted = locale->convertFromLocalizedNumber(localized);
String             72 Source/web/tests/LocaleMacTest.cpp     String formatWeek(const String& localeString, const String& isoString)
String             81 Source/web/tests/LocaleMacTest.cpp     String formatMonth(const String& localeString, const String& isoString, bool useShortFormat)
String             90 Source/web/tests/LocaleMacTest.cpp     String formatDate(const String& localeString, int year, int month, int day)
String             96 Source/web/tests/LocaleMacTest.cpp     String formatTime(const String& localeString, int hour, int minute, int second, int millisecond, bool useShortFormat)
String            102 Source/web/tests/LocaleMacTest.cpp     unsigned firstDayOfWeek(const String& localeString)
String            108 Source/web/tests/LocaleMacTest.cpp     String monthLabel(const String& localeString, unsigned index)
String            114 Source/web/tests/LocaleMacTest.cpp     String weekDayShortLabel(const String& localeString, unsigned index)
String            120 Source/web/tests/LocaleMacTest.cpp     bool isRTL(const String& localeString)
String            127 Source/web/tests/LocaleMacTest.cpp     String monthFormat(const String& localeString)
String            133 Source/web/tests/LocaleMacTest.cpp     String timeFormat(const String& localeString)
String            139 Source/web/tests/LocaleMacTest.cpp     String shortTimeFormat(const String& localeString)
String            145 Source/web/tests/LocaleMacTest.cpp     String shortMonthLabel(const String& localeString, unsigned index)
String            151 Source/web/tests/LocaleMacTest.cpp     String standAloneMonthLabel(const String& localeString, unsigned index)
String            157 Source/web/tests/LocaleMacTest.cpp     String shortStandAloneMonthLabel(const String& localeString, unsigned index)
String            163 Source/web/tests/LocaleMacTest.cpp     String timeAMPMLabel(const String& localeString, unsigned index)
String            169 Source/web/tests/LocaleMacTest.cpp     String decimalSeparator(const String& localeString)
String            359 Source/web/tests/LocaleMacTest.cpp     String localized = locale->convertToLocalizedNumber(original);
String            362 Source/web/tests/LocaleMacTest.cpp     String converted = locale->convertFromLocalizedNumber(localized);
String             87 Source/web/tests/LocaleWinTest.cpp     String formatDate(LCID lcid, int year, int month, int day)
String             99 Source/web/tests/LocaleWinTest.cpp     String monthLabel(LCID lcid, unsigned index)
String            105 Source/web/tests/LocaleWinTest.cpp     String weekDayShortLabel(LCID lcid, unsigned index)
String            118 Source/web/tests/LocaleWinTest.cpp     String monthFormat(LCID lcid)
String            124 Source/web/tests/LocaleWinTest.cpp     String timeFormat(LCID lcid)
String            130 Source/web/tests/LocaleWinTest.cpp     String shortTimeFormat(LCID lcid)
String            136 Source/web/tests/LocaleWinTest.cpp     String shortMonthLabel(LCID lcid, unsigned index)
String            142 Source/web/tests/LocaleWinTest.cpp     String timeAMPMLabel(LCID lcid, unsigned index)
String            148 Source/web/tests/LocaleWinTest.cpp     String decimalSeparator(LCID lcid)
String            268 Source/web/tests/LocaleWinTest.cpp     String localized = locale->convertToLocalizedNumber(original);
String            271 Source/web/tests/LocaleWinTest.cpp     String converted = locale->convertFromLocalizedNumber(localized);
String            134 Source/web/tests/PageSerializerTest.cpp         String mime(mimeType);
String            149 Source/web/tests/PageSerializerTest.cpp     String getSerializedData(const char* url, const char* mimeType = 0)
String            153 Source/web/tests/PageSerializerTest.cpp             return String(resource->data->data(), resource->data->size());
String            154 Source/web/tests/PageSerializerTest.cpp         return String();
String            193 Source/web/tests/PageSerializerTest.cpp     String expectedStart("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
String            204 Source/web/tests/PageSerializerTest.cpp     String expectedStart("<!DOCTYPE html>");
String             90 Source/web/tests/PopupMenuTest.cpp     virtual String itemText(unsigned listIndex) const
String             92 Source/web/tests/PopupMenuTest.cpp         String str("Item ");
String             93 Source/web/tests/PopupMenuTest.cpp         str.append(String::number(listIndex));
String             96 Source/web/tests/PopupMenuTest.cpp     virtual String itemLabel(unsigned) const { return String(); }
String             97 Source/web/tests/PopupMenuTest.cpp     virtual String itemIcon(unsigned) const { return String(); }
String             98 Source/web/tests/PopupMenuTest.cpp     virtual String itemToolTip(unsigned listIndex) const { return itemText(listIndex); }
String             99 Source/web/tests/PopupMenuTest.cpp     virtual String itemAccessibilityText(unsigned listIndex) const { return itemText(listIndex); }
String             45 Source/web/tests/URLTestHelpers.h     WTF::String wtfString(url.c_str());
String            166 Source/web/tests/WebFrameTest.cpp         styleSheet->parseString(String(WebCore::viewportAndroidUserAgentStyleSheet, sizeof(WebCore::viewportAndroidUserAgentStyleSheet)));
String           3215 Source/web/tests/WebFrameTest.cpp         EXPECT_EQ(result->text(), String::format("%s %02d", kFindString, resultIndex));
String           4719 Source/web/tests/WebFrameTest.cpp     WTF::String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
String             48 Source/web/tests/WebImageTest.cpp     String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
String            112 Source/wtf/ArrayBufferBuilder.cpp String ArrayBufferBuilder::toString()
String            114 Source/wtf/ArrayBufferBuilder.cpp     return String(static_cast<const char*>(m_buffer->data()), m_bytesUsed);
String             74 Source/wtf/ArrayBufferBuilder.h     String toString();
String            174 Source/wtf/ArrayBufferBuilderTest.cpp     String result = builder.toString();
String             60 Source/wtf/BloomFilter.h     void add(const String& string) { add(string.impl()->hash()); }
String             62 Source/wtf/BloomFilter.h     void remove(const String& string) { remove(string.impl()->hash()); }
String             65 Source/wtf/BloomFilter.h     bool mayContain(const String& string) const { return mayContain(string.impl()->hash()); }
String            166 Source/wtf/DateMath.cpp static String twoDigitStringFromNumber(int number)
String            170 Source/wtf/DateMath.cpp         return String::number(number);
String            171 Source/wtf/DateMath.cpp     return "0" + String::number(number);
String            857 Source/wtf/DateMath.cpp String makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset)
String             58 Source/wtf/DateMath.h WTF_EXPORT String makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset);
String             45 Source/wtf/Forward.h     class String;
String             71 Source/wtf/Forward.h using WTF::String;
String             33 Source/wtf/HashTraits.h     class String;
String            215 Source/wtf/HashTraits.h     template<> struct HashTraits<String> : SimpleClassHashTraits<String> {
String            217 Source/wtf/HashTraits.h         static bool isEmptyValue(const String&);
String             42 Source/wtf/InstanceCounter.cpp String extractNameFromFunctionName(const char* funcName)
String             51 Source/wtf/InstanceCounter.cpp     return String(funcNameWithoutPrefix, funcNameLength - prefixLength - 1 /* last ] */);
String             60 Source/wtf/InstanceCounter.cpp     void incrementInstanceCount(const String& instanceName, void* ptr);
String             61 Source/wtf/InstanceCounter.cpp     void decrementInstanceCount(const String& instanceName, void* ptr);
String             62 Source/wtf/InstanceCounter.cpp     String dump();
String             74 Source/wtf/InstanceCounter.cpp     HashMap<String, int> m_counterMap;
String             79 Source/wtf/InstanceCounter.cpp     String instanceName = extractNameFromFunctionName(extractNameFuncName);
String             85 Source/wtf/InstanceCounter.cpp     String instanceName = extractNameFromFunctionName(extractNameFuncName);
String             89 Source/wtf/InstanceCounter.cpp String dumpRefCountedInstanceCounts()
String             94 Source/wtf/InstanceCounter.cpp void InstanceCounter::incrementInstanceCount(const String& instanceName, void* ptr)
String             97 Source/wtf/InstanceCounter.cpp     HashMap<String, int>::AddResult result = m_counterMap.add(instanceName, 1);
String            102 Source/wtf/InstanceCounter.cpp void InstanceCounter::decrementInstanceCount(const String& instanceName, void* ptr)
String            105 Source/wtf/InstanceCounter.cpp     HashMap<String, int>::iterator it = m_counterMap.find(instanceName);
String            113 Source/wtf/InstanceCounter.cpp String InstanceCounter::dump()
String            120 Source/wtf/InstanceCounter.cpp     HashMap<String, int>::iterator it = m_counterMap.begin();
String            121 Source/wtf/InstanceCounter.cpp     HashMap<String, int>::iterator itEnd = m_counterMap.end();
String            128 Source/wtf/InstanceCounter.cpp         builder.append(String::number(it->value));
String            137 Source/wtf/InstanceCounter.cpp String dumpRefCountedInstanceCounts()
String            139 Source/wtf/InstanceCounter.cpp     return String("{}");
String             34 Source/wtf/InstanceCounter.h class String;
String             35 Source/wtf/InstanceCounter.h WTF_EXPORT String dumpRefCountedInstanceCounts();
String             60 Source/wtf/PrintStream.cpp void printInternal(PrintStream& out, const String& string)
String             37 Source/wtf/PrintStream.h class String;
String            211 Source/wtf/PrintStream.h void printInternal(PrintStream&, const String&);
String            214 Source/wtf/PrintStream.h inline void printInternal(PrintStream& out, String& value) { printInternal(out, static_cast<const String&>(value)); }
String             83 Source/wtf/SizeLimits.cpp COMPILE_ASSERT(sizeof(String) == sizeof(int*), String_should_stay_small);
String             84 Source/wtf/SizeLimits.cpp COMPILE_ASSERT(sizeof(AtomicString) == sizeof(String), AtomicString_should_stay_small);
String             80 Source/wtf/StringExtrasTest.cpp     CString minStringData = String::number(min).latin1();
String             85 Source/wtf/StringExtrasTest.cpp     CString maxStringData = String::number(max).latin1();
String             99 Source/wtf/StringExtrasTest.cpp         CString numberStringData = String::number(number).latin1();
String             40 Source/wtf/testing/WTFTestHelpers.cpp std::ostream& operator<<(std::ostream& out, const String& string)
String             41 Source/wtf/testing/WTFTestHelpers.h WTF_UNITTEST_HELPERS_EXPORT std::ostream& operator<<(std::ostream&, const String&);
String             45 Source/wtf/testing/WTFTestHelpersTest.cpp CString toCStringThroughPrinter(const String& string)
String             58 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\""), toCStringThroughPrinter(String("\x00\x01\x02\x03\x04\x05\x06\x07", 8)));
String             59 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0008\\t\\n\\u000B\\u000C\\r\\u000E\\u000F\""), toCStringThroughPrinter(String("\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F", 8)));
String             60 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0010\\u0011\\u0012\\u0013\\u0014\\u0015\\u0016\\u0017\""), toCStringThroughPrinter(String("\x10\x11\x12\x13\x14\x15\x16\x17", 8)));
String             61 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0018\\u0019\\u001A\\u001B\\u001C\\u001D\\u001E\\u001F\""), toCStringThroughPrinter(String("\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F", 8)));
String             64 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("<null>"), toCStringThroughPrinter(String()));
String             67 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u30C6\\u30B9\\u30C8\""), toCStringThroughPrinter(String(unicodeSample, WTF_ARRAY_LENGTH(unicodeSample))));
String             37 Source/wtf/text/AtomicString.cpp COMPILE_ASSERT(sizeof(AtomicString) == sizeof(String), atomic_string_and_string_must_be_same_size);
String             54 Source/wtf/text/AtomicString.h     explicit AtomicString(const String& s) : m_string(add(s.impl())) { }
String             78 Source/wtf/text/AtomicString.h     AtomicString(AtomicString&& other) : m_string(static_cast<String&&>(other.m_string)) { }
String             80 Source/wtf/text/AtomicString.h     AtomicString& operator=(AtomicString&& other) { m_string = static_cast<String&&>(other.m_string); return *this; }
String             89 Source/wtf/text/AtomicString.h     operator const String&() const { return m_string; }
String             90 Source/wtf/text/AtomicString.h     const String& string() const { return m_string; };
String            104 Source/wtf/text/AtomicString.h     bool contains(const String& s, bool caseSensitive = true) const
String            110 Source/wtf/text/AtomicString.h     size_t find(const String& s, size_t start = 0, bool caseSentitive = true) const
String            113 Source/wtf/text/AtomicString.h     bool startsWith(const String& s, bool caseSensitive = true) const
String            121 Source/wtf/text/AtomicString.h     bool endsWith(const String& s, bool caseSensitive = true) const
String            172 Source/wtf/text/AtomicString.h     String m_string;
String            201 Source/wtf/text/AtomicString.h inline bool operator==(const AtomicString& a, const String& b) { return equal(a.impl(), b.impl()); }
String            203 Source/wtf/text/AtomicString.h inline bool operator==(const String& a, const AtomicString& b) { return equal(a.impl(), b.impl()); }
String            209 Source/wtf/text/AtomicString.h inline bool operator!=(const AtomicString& a, const String& b) { return !equal(a.impl(), b.impl()); }
String            212 Source/wtf/text/AtomicString.h inline bool operator!=(const String& a, const AtomicString& b) { return !equal(a.impl(), b.impl()); }
String            218 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const AtomicString& a, const String& b) { return equalIgnoringCase(a.impl(), b.impl()); }
String            221 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return equalIgnoringCase(a.impl(), b.impl()); }
String             62 Source/wtf/text/Base64.cpp String base64Encode(const char* data, unsigned length, Base64EncodePolicy policy)
String             66 Source/wtf/text/Base64.cpp     return String(result.data(), result.size());
String            231 Source/wtf/text/Base64.cpp bool base64Decode(const String& in, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy)
String             50 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const char*, unsigned, Base64EncodePolicy = Base64DoNotInsertLFs);
String             51 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs);
String             52 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const CString&, Base64EncodePolicy = Base64DoNotInsertLFs);
String             54 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const String&, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding);
String             69 Source/wtf/text/Base64.h inline String base64Encode(const Vector<char>& in, Base64EncodePolicy policy)
String             74 Source/wtf/text/Base64.h inline String base64Encode(const CString& in, Base64EncodePolicy policy)
String             37 Source/wtf/text/IntegerToStringConversion.h template<> struct ConversionTrait<String> {
String             69 Source/wtf/text/StringBuilder.cpp String StringBuilder::reifySubstring(unsigned position, unsigned length) const
String             87 Source/wtf/text/StringBuilder.cpp         m_string = String(); // Clear the string to remove the reference to m_buffer if any before checking the reference count of m_buffer.
String            126 Source/wtf/text/StringBuilder.cpp     m_string = String();
String            140 Source/wtf/text/StringBuilder.cpp     m_string = String();
String            157 Source/wtf/text/StringBuilder.cpp     m_string = String();
String            165 Source/wtf/text/StringBuilder.cpp     m_string = String();
String            182 Source/wtf/text/StringBuilder.cpp     m_string = String();
String            232 Source/wtf/text/StringBuilder.cpp         m_string = String();
String             53 Source/wtf/text/StringBuilder.h     void append(const String& string)
String             92 Source/wtf/text/StringBuilder.h     void append(const String& string, unsigned offset, unsigned length)
String            177 Source/wtf/text/StringBuilder.h     String toString()
String            185 Source/wtf/text/StringBuilder.h     String substring(unsigned position, unsigned length) const
String            268 Source/wtf/text/StringBuilder.h         m_string = String();
String            296 Source/wtf/text/StringBuilder.h     String reifySubstring(unsigned position, unsigned length) const;
String            298 Source/wtf/text/StringBuilder.h     String m_string; // Pointers first: crbug.com/232031
String            393 Source/wtf/text/StringBuilder.h inline bool operator==(const StringBuilder& a, const String& b) { return equal(a, b); }
String            394 Source/wtf/text/StringBuilder.h inline bool operator!=(const StringBuilder& a, const String& b) { return !equal(a, b); }
String            395 Source/wtf/text/StringBuilder.h inline bool operator==(const String& a, const StringBuilder& b) { return equal(b, a); }
String            396 Source/wtf/text/StringBuilder.h inline bool operator!=(const String& a, const StringBuilder& b) { return !equal(b, a); }
String             43 Source/wtf/text/StringBuilderTest.cpp static std::ostream& operator<<(std::ostream& os, const String& string)
String             52 Source/wtf/text/StringBuilderTest.cpp static void expectBuilderContent(const String& expected, const StringBuilder& builder)
String             56 Source/wtf/text/StringBuilderTest.cpp         EXPECT_EQ(expected, String(builder.characters8(), builder.length()));
String             58 Source/wtf/text/StringBuilderTest.cpp         EXPECT_EQ(expected, String(builder.characters16(), builder.length()));
String             77 Source/wtf/text/StringBuilderTest.cpp     builder.append(String("0123456789"));
String            112 Source/wtf/text/StringBuilderTest.cpp     expectBuilderContent(String(resultArray, WTF_ARRAY_LENGTH(resultArray)), builderForUChar32Append);
String            119 Source/wtf/text/StringBuilderTest.cpp     String string = builder.toString();
String            120 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789"), string);
String            125 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789"), string);
String            130 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789abcdefghijklmnopqrstuvwxyz"), string);
String            132 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789abcdefghijklmnopqrstuvwxyz"), string);
String            135 Source/wtf/text/StringBuilderTest.cpp     String string1 = builder.toString();
String            136 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789abcdefghijklmnopqrstuvwxyzABC"), string1);
String            138 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789abcdefghijklmnopqrstuvwxyzABC"), builder.toString());
String            139 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789abcdefghijklmnopqrstuvwxyzABCDEF"), string1);
String            145 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("0123456789abcdefghijklmnopqrstuvwxyzABC"), string1);
String            192 Source/wtf/text/StringBuilderTest.cpp     ASSERT_TRUE(builder1 == String());
String            193 Source/wtf/text/StringBuilderTest.cpp     ASSERT_TRUE(String() == builder1);
String            194 Source/wtf/text/StringBuilderTest.cpp     ASSERT_TRUE(builder1 != String("abc"));
String            201 Source/wtf/text/StringBuilderTest.cpp     ASSERT_TRUE(builder1 == String("123"));
String            202 Source/wtf/text/StringBuilderTest.cpp     ASSERT_TRUE(String("123") == builder1);
String            207 Source/wtf/text/StringBuilderTest.cpp     ASSERT_TRUE(String("123") != builder2);
String            208 Source/wtf/text/StringBuilderTest.cpp     ASSERT_TRUE(builder2 != String("123"));
String            235 Source/wtf/text/StringBuilderTest.cpp     ASSERT_EQ(String("123"), atomicString);
String            251 Source/wtf/text/StringBuilderTest.cpp     String string = builder.toString();
String            272 Source/wtf/text/StringBuilderTest.cpp         builder.append(String());
String            308 Source/wtf/text/StringBuilderTest.cpp         String substring = builder.substring(0, 10);
String            315 Source/wtf/text/StringBuilderTest.cpp         String substring = builder.substring(2, 10);
String            316 Source/wtf/text/StringBuilderTest.cpp         ASSERT_EQ(String("c"), substring);
String            325 Source/wtf/text/StringBuilderTest.cpp     reference.append(String::number(someNumber));
String             32 Source/wtf/text/StringCF.cpp String::String(CFStringRef str)
String             55 Source/wtf/text/StringCF.cpp RetainPtr<CFStringRef> String::createCFString() const
String            327 Source/wtf/text/StringConcatenate.h class StringTypeAdapter<String> {
String            329 Source/wtf/text/StringConcatenate.h     StringTypeAdapter<String>(const String& string)
String            368 Source/wtf/text/StringConcatenate.h     const String& m_buffer;
String            387 Source/wtf/text/StringConcatenate.h     StringTypeAdapter<String> m_adapter;
String             31 Source/wtf/text/StringHash.h     inline bool HashTraits<String>::isEmptyValue(const String& value)
String             57 Source/wtf/text/StringHash.h         static unsigned hash(const String& key) { return key.impl()->hash(); }
String             58 Source/wtf/text/StringHash.h         static bool equal(const String& a, const String& b)
String            110 Source/wtf/text/StringHash.h         static unsigned hash(const String& key)
String            118 Source/wtf/text/StringHash.h         static bool equal(const String& a, const String& b)
String           1907 Source/wtf/text/StringImpl.cpp         return String::make16BitFrom8BitSource(characters8(), m_length).releaseImpl();
String             36 Source/wtf/text/StringOperators.h     operator String() const
String             38 Source/wtf/text/StringOperators.h         return String(makeString(m_string1, m_string2));
String            101 Source/wtf/text/StringOperators.h inline StringAppend<const char*, String> operator+(const char* string1, const String& string2)
String            103 Source/wtf/text/StringOperators.h     return StringAppend<const char*, String>(string1, string2);
String            117 Source/wtf/text/StringOperators.h inline StringAppend<const UChar*, String> operator+(const UChar* string1, const String& string2)
String            119 Source/wtf/text/StringOperators.h     return StringAppend<const UChar*, String>(string1, string2);
String            134 Source/wtf/text/StringOperators.h StringAppend<String, T> operator+(const String& string1, T string2)
String            136 Source/wtf/text/StringOperators.h     return StringAppend<String, T>(string1, string2);
String             40 Source/wtf/text/StringOperatorsTest.cpp         String __testString = expr; \
String             47 Source/wtf/text/StringOperatorsTest.cpp     String string("String");
String             50 Source/wtf/text/StringUTF8Adaptor.h     explicit StringUTF8Adaptor(const String& string, ShouldNormalize normalize = DoNotNormalize, UnencodableHandling handling = EntitiesForUnencodables)
String             81 Source/wtf/text/TextCodec.h     String decode(const char* str, size_t length, FlushBehavior flush = DoNotFlush)
String             87 Source/wtf/text/TextCodec.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) = 0;
String            333 Source/wtf/text/TextCodecICU.cpp String TextCodecICU::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError)
String            341 Source/wtf/text/TextCodecICU.cpp             return String();
String            369 Source/wtf/text/TextCodecICU.cpp     String resultString = result.toString();
String             51 Source/wtf/text/TextCodecICU.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
String            121 Source/wtf/text/TextCodecLatin1.cpp String TextCodecLatin1::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&)
String            126 Source/wtf/text/TextCodecLatin1.cpp     String result = String::createUninitialized(length, characters);
String            168 Source/wtf/text/TextCodecLatin1.cpp     String result16 = String::createUninitialized(length, characters16);
String             39 Source/wtf/text/TextCodecLatin1.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
String             70 Source/wtf/text/TextCodecUTF16.cpp String TextCodecUTF16::decode(const char* bytes, size_t length, FlushBehavior flush, bool, bool& sawError)
String             77 Source/wtf/text/TextCodecUTF16.cpp             return String();
String             79 Source/wtf/text/TextCodecUTF16.cpp         return String(&Unicode::replacementCharacter, 1);
String            132 Source/wtf/text/TextCodecUTF16.cpp     return String::adopt(buffer);
String             40 Source/wtf/text/TextCodecUTF16.h         virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
String            268 Source/wtf/text/TextCodecUTF8.cpp String TextCodecUTF8::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError)
String            349 Source/wtf/text/TextCodecUTF8.cpp     return String::adopt(buffer);
String            425 Source/wtf/text/TextCodecUTF8.cpp     return String::adopt(buffer16);
String             42 Source/wtf/text/TextCodecUTF8.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
String             55 Source/wtf/text/TextCodecUTF8Test.cpp     const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
String             73 Source/wtf/text/TextCodecUTF8Test.cpp     const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
String             86 Source/wtf/text/TextCodecUTF8Test.cpp     const String& result = codec->decode("\xff", 1, DataEOF, false, sawError);
String             52 Source/wtf/text/TextCodecUserDefined.cpp String TextCodecUserDefined::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&)
String             39 Source/wtf/text/TextCodecUserDefined.h         virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
String             52 Source/wtf/text/TextEncoding.cpp TextEncoding::TextEncoding(const String& name)
String             58 Source/wtf/text/TextEncoding.cpp String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const
String             61 Source/wtf/text/TextEncoding.cpp         return String();
String             66 Source/wtf/text/TextEncoding.cpp CString TextEncoding::encode(const String& string, UnencodableHandling handling) const
String             83 Source/wtf/text/TextEncoding.cpp CString TextEncoding::normalizeAndEncode(const String& string, UnencodableHandling handling) const
String             40 Source/wtf/text/TextEncoding.h     TextEncoding(const String& name);
String             48 Source/wtf/text/TextEncoding.h     String decode(const char* str, size_t length) const
String             53 Source/wtf/text/TextEncoding.h     String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
String             56 Source/wtf/text/TextEncoding.h     CString encode(const String&, UnencodableHandling) const;
String             59 Source/wtf/text/TextEncoding.h     CString normalizeAndEncode(const String&, UnencodableHandling) const;
String            330 Source/wtf/text/TextEncodingRegistry.cpp const char* atomicCanonicalTextEncodingName(const String& alias)
String             47 Source/wtf/text/TextEncodingRegistry.h const char* atomicCanonicalTextEncodingName(const String&);
String             33 Source/wtf/text/TextPosition.cpp PassOwnPtr<Vector<unsigned> > lineEndings(const String& text)
String             86 Source/wtf/text/TextPosition.h WTF_EXPORT PassOwnPtr<Vector<unsigned> > lineEndings(const String&);
String             47 Source/wtf/text/WTFString.cpp String::String(const UChar* characters, unsigned length)
String             53 Source/wtf/text/WTFString.cpp String::String(const UChar* str)
String             61 Source/wtf/text/WTFString.cpp String::String(const LChar* characters, unsigned length)
String             66 Source/wtf/text/WTFString.cpp String::String(const char* characters, unsigned length)
String             72 Source/wtf/text/WTFString.cpp String::String(const LChar* characters)
String             77 Source/wtf/text/WTFString.cpp String::String(const char* characters)
String             82 Source/wtf/text/WTFString.cpp void String::append(const String& string)
String            124 Source/wtf/text/WTFString.cpp inline void String::appendInternal(CharacterType c)
String            146 Source/wtf/text/WTFString.cpp void String::append(LChar c)
String            151 Source/wtf/text/WTFString.cpp void String::append(UChar c)
String            156 Source/wtf/text/WTFString.cpp int codePointCompare(const String& a, const String& b)
String            161 Source/wtf/text/WTFString.cpp void String::insert(const String& string, unsigned position)
String            177 Source/wtf/text/WTFString.cpp void String::append(const LChar* charactersToAppend, unsigned lengthToAppend)
String            211 Source/wtf/text/WTFString.cpp void String::append(const UChar* charactersToAppend, unsigned lengthToAppend)
String            263 Source/wtf/text/WTFString.cpp void String::insert(const UChar* charactersToInsert, unsigned lengthToInsert, unsigned position)
String            273 Source/wtf/text/WTFString.cpp void String::insert(const LChar* charactersToInsert, unsigned lengthToInsert, unsigned position)
String            283 Source/wtf/text/WTFString.cpp UChar32 String::characterStartingAt(unsigned i) const
String            290 Source/wtf/text/WTFString.cpp void String::ensure16Bit()
String            298 Source/wtf/text/WTFString.cpp void String::truncate(unsigned position)
String            316 Source/wtf/text/WTFString.cpp inline void String::removeInternal(const CharacterType* characters, unsigned position, int lengthToRemove)
String            327 Source/wtf/text/WTFString.cpp void String::remove(unsigned position, int lengthToRemove)
String            345 Source/wtf/text/WTFString.cpp String String::substring(unsigned pos, unsigned len) const
String            348 Source/wtf/text/WTFString.cpp         return String();
String            352 Source/wtf/text/WTFString.cpp String String::lower() const
String            355 Source/wtf/text/WTFString.cpp         return String();
String            359 Source/wtf/text/WTFString.cpp String String::upper() const
String            362 Source/wtf/text/WTFString.cpp         return String();
String            366 Source/wtf/text/WTFString.cpp String String::lower(const AtomicString& localeIdentifier) const
String            369 Source/wtf/text/WTFString.cpp         return String();
String            373 Source/wtf/text/WTFString.cpp String String::upper(const AtomicString& localeIdentifier) const
String            376 Source/wtf/text/WTFString.cpp         return String();
String            380 Source/wtf/text/WTFString.cpp String String::stripWhiteSpace() const
String            383 Source/wtf/text/WTFString.cpp         return String();
String            387 Source/wtf/text/WTFString.cpp String String::stripWhiteSpace(IsWhiteSpaceFunctionPtr isWhiteSpace) const
String            390 Source/wtf/text/WTFString.cpp         return String();
String            394 Source/wtf/text/WTFString.cpp String String::simplifyWhiteSpace(StripBehavior stripBehavior) const
String            397 Source/wtf/text/WTFString.cpp         return String();
String            401 Source/wtf/text/WTFString.cpp String String::simplifyWhiteSpace(IsWhiteSpaceFunctionPtr isWhiteSpace, StripBehavior stripBehavior) const
String            404 Source/wtf/text/WTFString.cpp         return String();
String            408 Source/wtf/text/WTFString.cpp String String::removeCharacters(CharacterMatchFunctionPtr findMatch) const
String            411 Source/wtf/text/WTFString.cpp         return String();
String            415 Source/wtf/text/WTFString.cpp String String::foldCase() const
String            418 Source/wtf/text/WTFString.cpp         return String();
String            422 Source/wtf/text/WTFString.cpp bool String::percentage(int& result) const
String            438 Source/wtf/text/WTFString.cpp Vector<UChar> String::charactersWithNullTermination() const
String            450 Source/wtf/text/WTFString.cpp unsigned String::copyTo(UChar* buffer, unsigned pos, unsigned maxLength) const
String            464 Source/wtf/text/WTFString.cpp String String::format(const char *format, ...)
String            488 Source/wtf/text/WTFString.cpp         return String("");
String            490 Source/wtf/text/WTFString.cpp         return String();
String            502 Source/wtf/text/WTFString.cpp String String::number(int number)
String            504 Source/wtf/text/WTFString.cpp     return numberToStringSigned<String>(number);
String            507 Source/wtf/text/WTFString.cpp String String::number(unsigned number)
String            509 Source/wtf/text/WTFString.cpp     return numberToStringUnsigned<String>(number);
String            512 Source/wtf/text/WTFString.cpp String String::number(long number)
String            514 Source/wtf/text/WTFString.cpp     return numberToStringSigned<String>(number);
String            517 Source/wtf/text/WTFString.cpp String String::number(unsigned long number)
String            519 Source/wtf/text/WTFString.cpp     return numberToStringUnsigned<String>(number);
String            522 Source/wtf/text/WTFString.cpp String String::number(long long number)
String            524 Source/wtf/text/WTFString.cpp     return numberToStringSigned<String>(number);
String            527 Source/wtf/text/WTFString.cpp String String::number(unsigned long long number)
String            529 Source/wtf/text/WTFString.cpp     return numberToStringUnsigned<String>(number);
String            532 Source/wtf/text/WTFString.cpp String String::number(double number, unsigned precision, TrailingZerosTruncatingPolicy trailingZerosTruncatingPolicy)
String            535 Source/wtf/text/WTFString.cpp     return String(numberToFixedPrecisionString(number, precision, buffer, trailingZerosTruncatingPolicy == TruncateTrailingZeros));
String            538 Source/wtf/text/WTFString.cpp String String::numberToStringECMAScript(double number)
String            541 Source/wtf/text/WTFString.cpp     return String(numberToString(number, buffer));
String            544 Source/wtf/text/WTFString.cpp String String::numberToStringFixedWidth(double number, unsigned decimalPlaces)
String            547 Source/wtf/text/WTFString.cpp     return String(numberToFixedWidthString(number, decimalPlaces, buffer));
String            550 Source/wtf/text/WTFString.cpp int String::toIntStrict(bool* ok, int base) const
String            560 Source/wtf/text/WTFString.cpp unsigned String::toUIntStrict(bool* ok, int base) const
String            570 Source/wtf/text/WTFString.cpp int64_t String::toInt64Strict(bool* ok, int base) const
String            580 Source/wtf/text/WTFString.cpp uint64_t String::toUInt64Strict(bool* ok, int base) const
String            590 Source/wtf/text/WTFString.cpp intptr_t String::toIntPtrStrict(bool* ok, int base) const
String            600 Source/wtf/text/WTFString.cpp int String::toInt(bool* ok) const
String            610 Source/wtf/text/WTFString.cpp unsigned String::toUInt(bool* ok) const
String            620 Source/wtf/text/WTFString.cpp int64_t String::toInt64(bool* ok) const
String            630 Source/wtf/text/WTFString.cpp uint64_t String::toUInt64(bool* ok) const
String            640 Source/wtf/text/WTFString.cpp intptr_t String::toIntPtr(bool* ok) const
String            650 Source/wtf/text/WTFString.cpp double String::toDouble(bool* ok) const
String            660 Source/wtf/text/WTFString.cpp float String::toFloat(bool* ok) const
String            670 Source/wtf/text/WTFString.cpp String String::isolatedCopy() const
String            673 Source/wtf/text/WTFString.cpp         return String();
String            677 Source/wtf/text/WTFString.cpp bool String::isSafeToSendToAnotherThread() const
String            692 Source/wtf/text/WTFString.cpp void String::split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const
String            707 Source/wtf/text/WTFString.cpp void String::split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const
String            722 Source/wtf/text/WTFString.cpp CString String::ascii() const
String            760 Source/wtf/text/WTFString.cpp CString String::latin1() const
String            795 Source/wtf/text/WTFString.cpp CString String::utf8(UTF8ConversionMode mode) const
String            874 Source/wtf/text/WTFString.cpp String String::make8BitFrom16BitSource(const UChar* source, size_t length)
String            877 Source/wtf/text/WTFString.cpp         return String();
String            880 Source/wtf/text/WTFString.cpp     String result = String::createUninitialized(length, destination);
String            887 Source/wtf/text/WTFString.cpp String String::make16BitFrom8BitSource(const LChar* source, size_t length)
String            890 Source/wtf/text/WTFString.cpp         return String();
String            893 Source/wtf/text/WTFString.cpp     String result = String::createUninitialized(length, destination);
String            900 Source/wtf/text/WTFString.cpp String String::fromUTF8(const LChar* stringStart, size_t length)
String            905 Source/wtf/text/WTFString.cpp         return String();
String            919 Source/wtf/text/WTFString.cpp         return String();
String            926 Source/wtf/text/WTFString.cpp String String::fromUTF8(const LChar* string)
String            929 Source/wtf/text/WTFString.cpp         return String();
String            933 Source/wtf/text/WTFString.cpp String String::fromUTF8(const CString& s)
String            938 Source/wtf/text/WTFString.cpp String String::fromUTF8WithLatin1Fallback(const LChar* string, size_t size)
String            940 Source/wtf/text/WTFString.cpp     String utf8 = fromUTF8(string, size);
String            942 Source/wtf/text/WTFString.cpp         return String(string, size);
String           1223 Source/wtf/text/WTFString.cpp const String& emptyString()
String           1225 Source/wtf/text/WTFString.cpp     DEFINE_STATIC_LOCAL(String, emptyString, (StringImpl::empty()));
String           1233 Source/wtf/text/WTFString.cpp String* string(const char*);
String           1235 Source/wtf/text/WTFString.cpp Vector<char> asciiDebug(String& string);
String           1237 Source/wtf/text/WTFString.cpp void String::show() const
String           1242 Source/wtf/text/WTFString.cpp String* string(const char* s)
String           1245 Source/wtf/text/WTFString.cpp     return new String(s);
String           1251 Source/wtf/text/WTFString.cpp         return asciiDebug(String("[null]").impl());
String           1270 Source/wtf/text/WTFString.cpp Vector<char> asciiDebug(String& string)
String             93 Source/wtf/text/WTFString.h class WTF_EXPORT String {
String             96 Source/wtf/text/WTFString.h     String() { }
String             99 Source/wtf/text/WTFString.h     String(const UChar* characters, unsigned length);
String            109 Source/wtf/text/WTFString.h     explicit String(const Vector<UChar, inlineCapacity>&);
String            112 Source/wtf/text/WTFString.h     String(const UChar*);
String            115 Source/wtf/text/WTFString.h     String(const LChar* characters, unsigned length);
String            116 Source/wtf/text/WTFString.h     String(const char* characters, unsigned length);
String            119 Source/wtf/text/WTFString.h     String(const LChar* characters);
String            120 Source/wtf/text/WTFString.h     String(const char* characters);
String            123 Source/wtf/text/WTFString.h     String(StringImpl* impl) : m_impl(impl) { }
String            124 Source/wtf/text/WTFString.h     String(PassRefPtr<StringImpl> impl) : m_impl(impl) { }
String            129 Source/wtf/text/WTFString.h     String(const String& other) : m_impl(other.m_impl) { }
String            130 Source/wtf/text/WTFString.h     String(String&& other) : m_impl(other.m_impl.release()) { }
String            131 Source/wtf/text/WTFString.h     String& operator=(const String& other) { m_impl = other.m_impl; return *this; }
String            132 Source/wtf/text/WTFString.h     String& operator=(String&& other) { m_impl = other.m_impl.release(); return *this; }
String            136 Source/wtf/text/WTFString.h     ALWAYS_INLINE ~String() { }
String            138 Source/wtf/text/WTFString.h     void swap(String& o) { m_impl.swap(o.m_impl); }
String            141 Source/wtf/text/WTFString.h     static String adopt(StringBuffer<CharType>& buffer)
String            145 Source/wtf/text/WTFString.h         return String(buffer.release());
String            201 Source/wtf/text/WTFString.h     static String number(int);
String            202 Source/wtf/text/WTFString.h     static String number(unsigned);
String            203 Source/wtf/text/WTFString.h     static String number(long);
String            204 Source/wtf/text/WTFString.h     static String number(unsigned long);
String            205 Source/wtf/text/WTFString.h     static String number(long long);
String            206 Source/wtf/text/WTFString.h     static String number(unsigned long long);
String            208 Source/wtf/text/WTFString.h     static String number(double, unsigned precision = 6, TrailingZerosTruncatingPolicy = TruncateTrailingZeros);
String            211 Source/wtf/text/WTFString.h     static String numberToStringECMAScript(double);
String            212 Source/wtf/text/WTFString.h     static String numberToStringFixedWidth(double, unsigned decimalPlaces);
String            218 Source/wtf/text/WTFString.h     size_t find(const String& str) const
String            220 Source/wtf/text/WTFString.h     size_t find(const String& str, unsigned start) const
String            234 Source/wtf/text/WTFString.h     size_t reverseFind(const String& str, unsigned start = UINT_MAX) const
String            240 Source/wtf/text/WTFString.h     size_t findIgnoringCase(const String& str, unsigned start = 0) const
String            242 Source/wtf/text/WTFString.h     size_t reverseFindIgnoringCase(const String& str, unsigned start = UINT_MAX) const
String            248 Source/wtf/text/WTFString.h     size_t find(const String& str, unsigned start, bool caseSensitive) const
String            250 Source/wtf/text/WTFString.h     size_t reverseFind(const String& str, unsigned start, bool caseSensitive) const
String            269 Source/wtf/text/WTFString.h     bool contains(const String& str, bool caseSensitive = true) const { return find(str, 0, caseSensitive) != kNotFound; }
String            271 Source/wtf/text/WTFString.h     bool startsWith(const String& s, bool caseSensitive = true) const
String            279 Source/wtf/text/WTFString.h     bool endsWith(const String& s, bool caseSensitive = true) const
String            287 Source/wtf/text/WTFString.h     void append(const String&);
String            293 Source/wtf/text/WTFString.h     void insert(const String&, unsigned pos);
String            297 Source/wtf/text/WTFString.h     String& replace(UChar a, UChar b) { if (m_impl) m_impl = m_impl->replace(a, b); return *this; }
String            298 Source/wtf/text/WTFString.h     String& replace(UChar a, const String& b) { if (m_impl) m_impl = m_impl->replace(a, b.impl()); return *this; }
String            299 Source/wtf/text/WTFString.h     String& replace(const String& a, const String& b) { if (m_impl) m_impl = m_impl->replace(a.impl(), b.impl()); return *this; }
String            300 Source/wtf/text/WTFString.h     String& replace(unsigned index, unsigned len, const String& b) { if (m_impl) m_impl = m_impl->replace(index, len, b.impl()); return *this; }
String            303 Source/wtf/text/WTFString.h     ALWAYS_INLINE String& replaceWithLiteral(UChar a, const char (&characters)[charactersCount])
String            318 Source/wtf/text/WTFString.h     String substring(unsigned pos, unsigned len = UINT_MAX) const;
String            319 Source/wtf/text/WTFString.h     String left(unsigned len) const { return substring(0, len); }
String            320 Source/wtf/text/WTFString.h     String right(unsigned len) const { return substring(length() - len, len); }
String            326 Source/wtf/text/WTFString.h     String lower() const;
String            327 Source/wtf/text/WTFString.h     String upper() const;
String            329 Source/wtf/text/WTFString.h     String lower(const AtomicString& localeIdentifier) const;
String            330 Source/wtf/text/WTFString.h     String upper(const AtomicString& localeIdentifier) const;
String            332 Source/wtf/text/WTFString.h     String stripWhiteSpace() const;
String            333 Source/wtf/text/WTFString.h     String stripWhiteSpace(IsWhiteSpaceFunctionPtr) const;
String            334 Source/wtf/text/WTFString.h     String simplifyWhiteSpace(StripBehavior stripBehavior = StripExtraWhiteSpace) const;
String            335 Source/wtf/text/WTFString.h     String simplifyWhiteSpace(IsWhiteSpaceFunctionPtr, StripBehavior stripBehavior = StripExtraWhiteSpace) const;
String            337 Source/wtf/text/WTFString.h     String removeCharacters(CharacterMatchFunctionPtr) const;
String            341 Source/wtf/text/WTFString.h     String foldCase() const;
String            343 Source/wtf/text/WTFString.h     static String format(const char *, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
String            348 Source/wtf/text/WTFString.h     static String createUninitialized(unsigned length, UChar*& data) { return StringImpl::createUninitialized(length, data); }
String            349 Source/wtf/text/WTFString.h     static String createUninitialized(unsigned length, LChar*& data) { return StringImpl::createUninitialized(length, data); }
String            351 Source/wtf/text/WTFString.h     void split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const;
String            352 Source/wtf/text/WTFString.h     void split(const String& separator, Vector<String>& result) const
String            356 Source/wtf/text/WTFString.h     void split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const;
String            357 Source/wtf/text/WTFString.h     void split(UChar separator, Vector<String>& result) const
String            382 Source/wtf/text/WTFString.h     String isolatedCopy() const;
String            386 Source/wtf/text/WTFString.h     String(CFStringRef);
String            391 Source/wtf/text/WTFString.h     String(NSString*);
String            398 Source/wtf/text/WTFString.h     static String make8BitFrom16BitSource(const UChar*, size_t);
String            400 Source/wtf/text/WTFString.h     static String make8BitFrom16BitSource(const Vector<UChar, inlineCapacity>& buffer)
String            405 Source/wtf/text/WTFString.h     static String make16BitFrom8BitSource(const LChar*, size_t);
String            409 Source/wtf/text/WTFString.h     static String fromUTF8(const LChar*, size_t);
String            410 Source/wtf/text/WTFString.h     static String fromUTF8(const LChar*);
String            411 Source/wtf/text/WTFString.h     static String fromUTF8(const char* s, size_t length) { return fromUTF8(reinterpret_cast<const LChar*>(s), length); };
String            412 Source/wtf/text/WTFString.h     static String fromUTF8(const char* s) { return fromUTF8(reinterpret_cast<const LChar*>(s)); };
String            413 Source/wtf/text/WTFString.h     static String fromUTF8(const CString&);
String            416 Source/wtf/text/WTFString.h     static String fromUTF8WithLatin1Fallback(const LChar*, size_t);
String            417 Source/wtf/text/WTFString.h     static String fromUTF8WithLatin1Fallback(const char* s, size_t length) { return fromUTF8WithLatin1Fallback(reinterpret_cast<const LChar*>(s), length); };
String            424 Source/wtf/text/WTFString.h     String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
String            440 Source/wtf/text/WTFString.h     typedef struct ImplicitConversionFromWTFStringToBoolDisallowed* (String::*UnspecifiedBoolType);
String            452 Source/wtf/text/WTFString.h inline bool operator==(const String& a, const String& b) { return equal(a.impl(), b.impl()); }
String            453 Source/wtf/text/WTFString.h inline bool operator==(const String& a, const LChar* b) { return equal(a.impl(), b); }
String            454 Source/wtf/text/WTFString.h inline bool operator==(const String& a, const char* b) { return equal(a.impl(), reinterpret_cast<const LChar*>(b)); }
String            455 Source/wtf/text/WTFString.h inline bool operator==(const LChar* a, const String& b) { return equal(a, b.impl()); }
String            456 Source/wtf/text/WTFString.h inline bool operator==(const char* a, const String& b) { return equal(reinterpret_cast<const LChar*>(a), b.impl()); }
String            458 Source/wtf/text/WTFString.h inline bool operator==(const Vector<char, inlineCapacity>& a, const String& b) { return equal(b.impl(), a.data(), a.size()); }
String            460 Source/wtf/text/WTFString.h inline bool operator==(const String& a, const Vector<char, inlineCapacity>& b) { return b == a; }
String            463 Source/wtf/text/WTFString.h inline bool operator!=(const String& a, const String& b) { return !equal(a.impl(), b.impl()); }
String            464 Source/wtf/text/WTFString.h inline bool operator!=(const String& a, const LChar* b) { return !equal(a.impl(), b); }
String            465 Source/wtf/text/WTFString.h inline bool operator!=(const String& a, const char* b) { return !equal(a.impl(), reinterpret_cast<const LChar*>(b)); }
String            466 Source/wtf/text/WTFString.h inline bool operator!=(const LChar* a, const String& b) { return !equal(a, b.impl()); }
String            467 Source/wtf/text/WTFString.h inline bool operator!=(const char* a, const String& b) { return !equal(reinterpret_cast<const LChar*>(a), b.impl()); }
String            469 Source/wtf/text/WTFString.h inline bool operator!=(const Vector<char, inlineCapacity>& a, const String& b) { return !(a == b); }
String            471 Source/wtf/text/WTFString.h inline bool operator!=(const String& a, const Vector<char, inlineCapacity>& b) { return b != a; }
String            473 Source/wtf/text/WTFString.h inline bool equalIgnoringCase(const String& a, const String& b) { return equalIgnoringCase(a.impl(), b.impl()); }
String            474 Source/wtf/text/WTFString.h inline bool equalIgnoringCase(const String& a, const LChar* b) { return equalIgnoringCase(a.impl(), b); }
String            475 Source/wtf/text/WTFString.h inline bool equalIgnoringCase(const String& a, const char* b) { return equalIgnoringCase(a.impl(), reinterpret_cast<const LChar*>(b)); }
String            476 Source/wtf/text/WTFString.h inline bool equalIgnoringCase(const LChar* a, const String& b) { return equalIgnoringCase(a, b.impl()); }
String            477 Source/wtf/text/WTFString.h inline bool equalIgnoringCase(const char* a, const String& b) { return equalIgnoringCase(reinterpret_cast<const LChar*>(a), b.impl()); }
String            479 Source/wtf/text/WTFString.h inline bool equalPossiblyIgnoringCase(const String& a, const String& b, bool ignoreCase)
String            484 Source/wtf/text/WTFString.h inline bool equalIgnoringNullity(const String& a, const String& b) { return equalIgnoringNullity(a.impl(), b.impl()); }
String            487 Source/wtf/text/WTFString.h inline bool equalIgnoringNullity(const Vector<UChar, inlineCapacity>& a, const String& b) { return equalIgnoringNullity(a, b.impl()); }
String            489 Source/wtf/text/WTFString.h inline bool operator!(const String& str) { return str.isNull(); }
String            491 Source/wtf/text/WTFString.h inline void swap(String& a, String& b) { a.swap(b); }
String            496 Source/wtf/text/WTFString.h String::String(const Vector<UChar, inlineCapacity>& vector)
String            502 Source/wtf/text/WTFString.h inline const LChar* String::getCharacters<LChar>() const
String            509 Source/wtf/text/WTFString.h inline const UChar* String::getCharacters<UChar>() const
String            515 Source/wtf/text/WTFString.h inline bool String::containsOnlyLatin1() const
String            535 Source/wtf/text/WTFString.h inline NSString* nsStringNilIfEmpty(const String& str) {  return str.isEmpty() ? nil : (NSString*)str; }
String            538 Source/wtf/text/WTFString.h inline bool String::containsOnlyASCII() const
String            549 Source/wtf/text/WTFString.h WTF_EXPORT int codePointCompare(const String&, const String&);
String            551 Source/wtf/text/WTFString.h inline bool codePointCompareLessThan(const String& a, const String& b)
String            557 Source/wtf/text/WTFString.h inline void append(Vector<UChar, inlineCapacity>& vector, const String& string)
String            604 Source/wtf/text/WTFString.h inline bool String::isAllSpecialCharacters() const
String            617 Source/wtf/text/WTFString.h inline void String::appendTo(Vector<UChar, inlineCapacity>& result, unsigned pos, unsigned len) const
String            634 Source/wtf/text/WTFString.h inline void String::appendTo(BufferType& result, unsigned pos, unsigned len) const
String            646 Source/wtf/text/WTFString.h inline void String::prependTo(Vector<UChar, inlineCapacity>& result, unsigned pos, unsigned len) const
String            663 Source/wtf/text/WTFString.h template<> struct DefaultHash<String> {
String            667 Source/wtf/text/WTFString.h template <> struct VectorTraits<String> : SimpleClassVectorTraits<String> {
String            672 Source/wtf/text/WTFString.h WTF_EXPORT const String& emptyString();
String            680 Source/wtf/text/WTFString.h using WTF::String;
String             38 Source/wtf/text/WTFStringTest.cpp     String stringFromLiteral("Explicit construction syntax");
String             42 Source/wtf/text/WTFStringTest.cpp     ASSERT_TRUE(String("Explicit construction syntax") == stringFromLiteral);
String             50 Source/wtf/text/WTFStringTest.cpp     output = String().ascii();
String             58 Source/wtf/text/WTFStringTest.cpp     output = String("foobar").ascii();
String             64 Source/wtf/text/WTFStringTest.cpp     CString numberString = String::numberToStringECMAScript(number).latin1();
String            114 Source/wtf/text/WTFStringTest.cpp     String testString = "1224";
String            135 Source/wtf/text/WTFStringTest.cpp     testString = String::fromUTF8("résumé");
String            140 Source/wtf/text/WTFStringTest.cpp     testString = String::fromUTF8("résumé");
String            145 Source/wtf/text/WTFStringTest.cpp     testString = String::fromUTF8("résumé");
String            153 Source/wtf/text/WTFStringTest.cpp     Vector<String> stringVector;
String            157 Source/wtf/text/WTFStringTest.cpp     Vector<String> sameStringVector;
String            166 Source/wtf/text/WTFStringTest.cpp     String extraSpaces("  Hello  world  ");
String            167 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("Hello world"), extraSpaces.simplifyWhiteSpace());
String            168 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("  Hello  world  "), extraSpaces.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
String            170 Source/wtf/text/WTFStringTest.cpp     String extraSpacesAndNewlines(" \nHello\n world\n ");
String            171 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("Hello world"), extraSpacesAndNewlines.simplifyWhiteSpace());
String            172 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("  Hello  world  "), extraSpacesAndNewlines.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
String            174 Source/wtf/text/WTFStringTest.cpp     String extraSpacesAndTabs(" \nHello\t world\t ");
String            175 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("Hello world"), extraSpacesAndTabs.simplifyWhiteSpace());
String            176 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("  Hello  world  "), extraSpacesAndTabs.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
String            257 Source/wtf/text/WTFStringTest.cpp         String source = String::fromUTF8(testDataList[i].source);
String            310 Source/wtf/text/WTFStringTest.cpp         String source = String::fromUTF8(testDataList[i].source);
String            123 public/platform/WebString.h     BLINK_COMMON_EXPORT WebString(const WTF::String&);
String            124 public/platform/WebString.h     BLINK_COMMON_EXPORT WebString& operator=(const WTF::String&);
String            125 public/platform/WebString.h     BLINK_COMMON_EXPORT operator WTF::String() const;
String             38 public/web/WebScriptBindings.h class String;
String             51 public/web/WebScriptBindings.h     BLINK_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*);
String             54 public/web/WebScriptBindings.h     BLINK_EXPORT static WebString toWebString(v8::Handle<v8::String>);