type 2 LayoutTests/http/tests/inspector/network/resources/json.php header("Content-Type: " . (isset($_GET["type"]) ? $_GET["type"] : "application/json")); type 2 LayoutTests/http/tests/inspector/network/resources/resource.php $type = $_GET["type"]; type 42 LayoutTests/http/tests/inspector/network/resources/resource.php if ($type == "js") type 44 LayoutTests/http/tests/inspector/network/resources/resource.php else if ($type == "image") type 55 LayoutTests/http/tests/inspector/network/resources/resource.php if ($type == "js") { type 82 LayoutTests/http/tests/inspector/network/resources/resource.php } else if ($type == "image") { type 4 LayoutTests/http/tests/media/resources/load-video.php $type = $_GET["type"]; type 8 LayoutTests/http/tests/media/resources/load-video.php $_GET['type'] = $type; type 4 LayoutTests/http/tests/media/resources/serve-video.php $type = $_GET["type"]; type 24 LayoutTests/http/tests/media/resources/serve-video.php header("Content-Type: " . $type); type 9 LayoutTests/http/tests/media/resources/video-check-useragent.php $type = $_GET["type"]; type 13 LayoutTests/http/tests/media/resources/video-check-useragent.php $_GET['type'] = $type; type 8 LayoutTests/http/tests/media/resources/video-referer-check-referer.php $type = $_GET["type"]; type 12 LayoutTests/http/tests/media/resources/video-referer-check-referer.php $_GET['type'] = $type; type 7 LayoutTests/http/tests/w3c/webperf/resources/generate_resource.php $type = $_GET["type"]; type 13 LayoutTests/http/tests/w3c/webperf/resources/generate_resource.php switch ($type) { type 2 LayoutTests/http/tests/xmlhttprequest/resources/post-echo.php if (isset($_POST['type'])) type 2 LayoutTests/jquery/resources/test/data/test.php <script type="text/javascript">/* <![CDATA[ */ type 43 ManualTests/NPN_Invoke/main.c NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype); type 183 ManualTests/NPN_Invoke/main.c NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) type 113 Source/bindings/templates/interface.cpp bool indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) type 119 Source/bindings/templates/interface.cpp bool namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>) type 629 Source/bindings/templates/interface.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, type, info[0]); type 640 Source/bindings/templates/interface.cpp {# Store attributes of type |any| on the wrapper to avoid leaking them type 649 Source/bindings/templates/interface.cpp RefPtrWillBeRawPtr<{{cpp_class}}> event = {{cpp_class}}::create(type, eventInit, exceptionState); type 653 Source/bindings/templates/interface.cpp RefPtrWillBeRawPtr<{{cpp_class}}> event = {{cpp_class}}::create(type, eventInit); type 139 Source/bindings/templates/methods.cpp {# IDL type is used for clamping, for the right bounds, since different type 140 Source/bindings/templates/methods.cpp IDL integer types have same internal C++ type (int or unsigned) #} type 166 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp bool indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) type 172 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp bool namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>) type 259 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, type, info[0]); type 272 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp RefPtrWillBeRawPtr<TestInterfaceEventConstructor> event = TestInterfaceEventConstructor::create(type, eventInit, exceptionState); type 71 Source/bindings/v8/CustomElementConstructorBuilder.cpp bool CustomElementConstructorBuilder::validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState& exceptionState) type 78 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::PrototypeNotAnObject, type, exceptionState); type 94 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::ContextDestroyedCheckingPrototype, type, exceptionState); type 108 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::ExtendsIsInvalidName, type, exceptionState); type 112 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::ExtendsIsCustomElementName, type, exceptionState); type 117 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::ExtendsIsInvalidName, type, exceptionState); type 120 Source/bindings/v8/CustomElementConstructorBuilder.cpp localName = type; type 170 Source/bindings/v8/CustomElementConstructorBuilder.cpp if (!prototypeIsValid(definition->descriptor().type(), exceptionState)) type 177 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefinition, definition->descriptor().type(), exceptionState); type 186 Source/bindings/v8/CustomElementConstructorBuilder.cpp v8Type = v8String(isolate, descriptor.type()); type 214 Source/bindings/v8/CustomElementConstructorBuilder.cpp bool CustomElementConstructorBuilder::prototypeIsValid(const AtomicString& type, ExceptionState& exceptionState) const type 217 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::PrototypeInUse, type, exceptionState); type 222 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementException::throwException(CustomElementException::ConstructorPropertyNotConfigurable, type, exceptionState); type 241 Source/bindings/v8/CustomElementConstructorBuilder.cpp bool CustomElementConstructorBuilder::hasValidPrototypeChainFor(const WrapperTypeInfo* type) const type 243 Source/bindings/v8/CustomElementConstructorBuilder.cpp v8::Handle<v8::Object> elementPrototype = m_scriptState->perContextData()->prototypeForType(type); type 275 Source/bindings/v8/CustomElementConstructorBuilder.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, type, maybeType); type 279 Source/bindings/v8/CustomElementConstructorBuilder.cpp RefPtr<Element> element = document->createElementNS(namespaceURI, tagName, maybeType->IsNull() ? nullAtom : type, exceptionState); type 70 Source/bindings/v8/CustomElementConstructorBuilder.h bool validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState&); type 82 Source/bindings/v8/CustomElementConstructorBuilder.h bool prototypeIsValid(const AtomicString& type, ExceptionState&) const; type 39 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToConstruct(const char* type, const String& detail) type 41 Source/bindings/v8/ExceptionMessages.cpp return "Failed to construct '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'")); type 44 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToEnumerate(const char* type, const String& detail) type 46 Source/bindings/v8/ExceptionMessages.cpp return "Failed to enumerate the properties of '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'")); type 49 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToExecute(const char* method, const char* type, const String& detail) type 51 Source/bindings/v8/ExceptionMessages.cpp return "Failed to execute '" + String(method) + "' on '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'")); type 54 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail) type 56 Source/bindings/v8/ExceptionMessages.cpp return "Failed to read the '" + String(property) + "' property from '" + String(type) + "': " + detail; type 59 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToSet(const char* property, const char* type, const String& detail) type 61 Source/bindings/v8/ExceptionMessages.cpp return "Failed to set the '" + String(property) + "' property on '" + String(type) + "': " + detail; type 64 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToDelete(const char* property, const char* type, const String& detail) type 66 Source/bindings/v8/ExceptionMessages.cpp return "Failed to delete the '" + String(property) + "' property from '" + String(type) + "': " + detail; type 69 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToGetIndexed(const char* type, const String& detail) type 71 Source/bindings/v8/ExceptionMessages.cpp return "Failed to read an indexed property from '" + String(type) + "': " + detail; type 74 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToSetIndexed(const char* type, const String& detail) type 76 Source/bindings/v8/ExceptionMessages.cpp return "Failed to set an indexed property on '" + String(type) + "': " + detail; type 79 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::failedToDeleteIndexed(const char* type, const String& detail) type 81 Source/bindings/v8/ExceptionMessages.cpp return "Failed to delete an indexed property from '" + String(type) + "': " + detail; type 84 Source/bindings/v8/ExceptionMessages.cpp String ExceptionMessages::constructorNotCallableAsFunction(const char* type) type 86 Source/bindings/v8/ExceptionMessages.cpp return failedToConstruct(type, "Please use the 'new' operator, this DOM object constructor cannot be called as a function."); type 50 Source/bindings/v8/ExceptionMessages.h static String constructorNotCallableAsFunction(const char* type); type 52 Source/bindings/v8/ExceptionMessages.h static String failedToConstruct(const char* type, const String& detail); type 53 Source/bindings/v8/ExceptionMessages.h static String failedToEnumerate(const char* type, const String& detail); type 54 Source/bindings/v8/ExceptionMessages.h static String failedToExecute(const char* method, const char* type, const String& detail); type 55 Source/bindings/v8/ExceptionMessages.h static String failedToGet(const char* property, const char* type, const String& detail); type 56 Source/bindings/v8/ExceptionMessages.h static String failedToSet(const char* property, const char* type, const String& detail); type 57 Source/bindings/v8/ExceptionMessages.h static String failedToDelete(const char* property, const char* type, const String& detail); type 58 Source/bindings/v8/ExceptionMessages.h static String failedToGetIndexed(const char* type, const String& detail); type 59 Source/bindings/v8/ExceptionMessages.h static String failedToSetIndexed(const char* type, const String& detail); type 60 Source/bindings/v8/ExceptionMessages.h static String failedToDeleteIndexed(const char* type, const String& detail); type 61 Source/bindings/v8/IDBBindingUtilities.cpp switch (value.type()) { type 84 Source/bindings/v8/IDBBindingUtilities.cpp switch (key->type()) { type 115 Source/bindings/v8/IDBBindingUtilities.cpp switch (impl->type()) { type 329 Source/bindings/v8/IDBBindingUtilities.cpp if (keyPath.type() == IDBKeyPath::ArrayType) { type 341 Source/bindings/v8/IDBBindingUtilities.cpp ASSERT(keyPath.type() == IDBKeyPath::StringType); type 370 Source/bindings/v8/IDBBindingUtilities.cpp ASSERT(keyPath.type() == IDBKeyPath::StringType); type 393 Source/bindings/v8/IDBBindingUtilities.cpp ASSERT(keyPath.type() == IDBKeyPath::StringType); type 80 Source/bindings/v8/IDBBindingUtilitiesTest.cpp ASSERT_EQ(IDBKey::StringType, idbKey->type()); type 88 Source/bindings/v8/IDBBindingUtilitiesTest.cpp ASSERT_EQ(IDBKey::NumberType, idbKey->type()); type 228 Source/bindings/v8/NPV8Object.cpp if (arguments[0].type != NPVariantType_String) type 117 Source/bindings/v8/ScriptEventListener.cpp if (listener->type() != EventListener::JSEventListenerType) type 137 Source/bindings/v8/ScriptEventListener.cpp if (listener->type() != EventListener::JSEventListenerType) type 153 Source/bindings/v8/ScriptEventListener.cpp if (listener->type() != EventListener::JSEventListenerType) type 163 Source/bindings/v8/ScriptEventListener.cpp if (listener->type() != EventListener::JSEventListenerType) type 89 Source/bindings/v8/ScriptGCEvent.cpp void ScriptGCEvent::gcPrologueCallback(v8::GCType type, v8::GCCallbackFlags flags) type 96 Source/bindings/v8/ScriptGCEvent.cpp void ScriptGCEvent::gcEpilogueCallback(v8::GCType type, v8::GCCallbackFlags flags) type 91 Source/bindings/v8/ScriptGCEvent.h static void gcEpilogueCallback(v8::GCType type, v8::GCCallbackFlags flags); type 92 Source/bindings/v8/ScriptGCEvent.h static void gcPrologueCallback(v8::GCType type, v8::GCCallbackFlags flags); type 453 Source/bindings/v8/SerializedScriptValue.cpp void writeBlob(const String& uuid, const String& type, unsigned long long size) type 457 Source/bindings/v8/SerializedScriptValue.cpp doWriteWebCoreString(type); type 461 Source/bindings/v8/SerializedScriptValue.cpp void writeDOMFileSystem(int type, const String& name, const String& url) type 464 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(type); type 529 Source/bindings/v8/SerializedScriptValue.cpp ArrayBufferView::ViewType type = arrayBufferView.type(); type 531 Source/bindings/v8/SerializedScriptValue.cpp if (type == ArrayBufferView::TypeInt8) type 533 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeUint8Clamped) type 535 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeUint8) type 537 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeInt16) type 539 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeUint16) type 541 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeInt32) type 543 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeUint32) type 545 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeFloat32) type 547 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeFloat64) type 549 Source/bindings/v8/SerializedScriptValue.cpp else if (type == ArrayBufferView::TypeDataView) type 651 Source/bindings/v8/SerializedScriptValue.cpp doWriteWebCoreString(file.type()); type 717 Source/bindings/v8/SerializedScriptValue.cpp switch (key.type()) { type 1262 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeBlob(blob->uuid(), blob->type(), blob->size()); type 1274 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeDOMFileSystem(fs->type(), fs->name(), fs->rootURL().string()); type 2072 Source/bindings/v8/SerializedScriptValue.cpp String type; type 2076 Source/bindings/v8/SerializedScriptValue.cpp if (!readWebCoreString(&type)) type 2080 Source/bindings/v8/SerializedScriptValue.cpp RefPtrWillBeRawPtr<Blob> blob = Blob::create(getOrCreateBlobDataHandle(uuid, type, size)); type 2087 Source/bindings/v8/SerializedScriptValue.cpp uint32_t type; type 2090 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&type)) type 2096 Source/bindings/v8/SerializedScriptValue.cpp RefPtrWillBeRawPtr<DOMFileSystem> fs = DOMFileSystem::create(currentExecutionContext(m_isolate), name, static_cast<WebCore::FileSystemType>(type), KURL(ParsedURLString, url)); type 2135 Source/bindings/v8/SerializedScriptValue.cpp blink::WebCryptoKeyType type; type 2139 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadAesKey(algorithm, type)) type 2143 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadHmacKey(algorithm, type)) type 2147 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadRsaKey(false, algorithm, type)) type 2151 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadRsaKey(true, algorithm, type)) type 2175 Source/bindings/v8/SerializedScriptValue.cpp algorithm, type, extractable, usages, keyData, keyDataLength, key)) { type 2192 Source/bindings/v8/SerializedScriptValue.cpp String type; type 2204 Source/bindings/v8/SerializedScriptValue.cpp if (!readWebCoreString(&type)) type 2214 Source/bindings/v8/SerializedScriptValue.cpp return File::create(path, name, relativePath, hasSnapshot > 0, size, lastModified, getOrCreateBlobDataHandle(uuid, type)); type 2253 Source/bindings/v8/SerializedScriptValue.cpp PassRefPtr<BlobDataHandle> getOrCreateBlobDataHandle(const String& uuid, const String& type, long long size = -1) type 2270 Source/bindings/v8/SerializedScriptValue.cpp return BlobDataHandle::create(uuid, type, size); type 2273 Source/bindings/v8/SerializedScriptValue.cpp bool doReadHmacKey(blink::WebCryptoKeyAlgorithm& algorithm, blink::WebCryptoKeyType& type) type 2282 Source/bindings/v8/SerializedScriptValue.cpp type = blink::WebCryptoKeyTypeSecret; type 2286 Source/bindings/v8/SerializedScriptValue.cpp bool doReadAesKey(blink::WebCryptoKeyAlgorithm& algorithm, blink::WebCryptoKeyType& type) type 2295 Source/bindings/v8/SerializedScriptValue.cpp type = blink::WebCryptoKeyTypeSecret; type 2299 Source/bindings/v8/SerializedScriptValue.cpp bool doReadRsaKey(bool hasHash, blink::WebCryptoKeyAlgorithm& algorithm, blink::WebCryptoKeyType& type) type 2311 Source/bindings/v8/SerializedScriptValue.cpp type = blink::WebCryptoKeyTypePublic; type 2314 Source/bindings/v8/SerializedScriptValue.cpp type = blink::WebCryptoKeyTypePrivate; type 59 Source/bindings/v8/V8AbstractEventListener.h return listener->type() == JSEventListenerType type 85 Source/bindings/v8/V8Binding.cpp void throwArityTypeErrorForMethod(const char* method, const char* type, unsigned expected, unsigned providedLeastNumMandatoryParams, v8::Isolate* isolate) type 87 Source/bindings/v8/V8Binding.cpp throwTypeError(ExceptionMessages::failedToExecute(method, type, ExceptionMessages::notEnoughArguments(expected, providedLeastNumMandatoryParams)), isolate); type 90 Source/bindings/v8/V8Binding.cpp void throwArityTypeErrorForConstructor(const char* type, unsigned expected, unsigned providedLeastNumMandatoryParams, v8::Isolate* isolate) type 92 Source/bindings/v8/V8Binding.cpp throwTypeError(ExceptionMessages::failedToConstruct(type, ExceptionMessages::notEnoughArguments(expected, providedLeastNumMandatoryParams)), isolate); type 71 Source/bindings/v8/V8Binding.h void throwArityTypeErrorForMethod(const char* method, const char* type, unsigned expected, unsigned providedLeastNumMandatoryParams, v8::Isolate*); type 72 Source/bindings/v8/V8Binding.h void throwArityTypeErrorForConstructor(const char* type, unsigned expected, unsigned providedLeastNumMandatoryParams, v8::Isolate*); type 36 Source/bindings/v8/V8BindingMacros.h #define V8TRYCATCH(type, var, value) \ type 37 Source/bindings/v8/V8BindingMacros.h type var; \ type 45 Source/bindings/v8/V8BindingMacros.h #define V8TRYCATCH_RETURN(type, var, value, retVal) \ type 46 Source/bindings/v8/V8BindingMacros.h type var; \ type 56 Source/bindings/v8/V8BindingMacros.h #define V8TRYCATCH_EXCEPTION_RETURN(type, var, value, exceptionState, retVal) \ type 57 Source/bindings/v8/V8BindingMacros.h type var; \ type 67 Source/bindings/v8/V8BindingMacros.h #define V8TRYCATCH_VOID(type, var, value) \ type 68 Source/bindings/v8/V8BindingMacros.h type var; \ type 78 Source/bindings/v8/V8BindingMacros.h #define V8TRYCATCH_EXCEPTION_VOID(type, var, value, exceptionState) \ type 79 Source/bindings/v8/V8BindingMacros.h type var; \ type 89 Source/bindings/v8/V8BindingMacros.h #define V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(type, var, value, retVal) \ type 90 Source/bindings/v8/V8BindingMacros.h type var(value); \ type 94 Source/bindings/v8/V8BindingMacros.h #define V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(type, var, value) \ type 95 Source/bindings/v8/V8BindingMacros.h type var(value); \ type 71 Source/bindings/v8/V8DOMWrapper.cpp v8::Local<v8::Object> V8DOMWrapper::createWrapper(v8::Handle<v8::Object> creationContext, const WrapperTypeInfo* type, void* impl, v8::Isolate* isolate) type 76 Source/bindings/v8/V8DOMWrapper.cpp v8::Local<v8::Object> wrapper = perContextData ? perContextData->createWrapperFromCache(type) : V8ObjectConstructor::newInstance(isolate, type->domTemplate(isolate)->GetFunction()); type 78 Source/bindings/v8/V8DOMWrapper.cpp if (type == &V8HTMLDocument::wrapperTypeInfo && !wrapper.IsEmpty()) type 51 Source/bindings/v8/V8DOMWrapper.h static inline v8::Handle<v8::Object> associateObjectWithWrapper(RawPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) { return associateObjectWithWrapper<V8T, T>(object.get(), type, wrapper, isolate, lifetime); } type 62 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object) type 66 Source/bindings/v8/V8DOMWrapper.h ASSERT(type); type 68 Source/bindings/v8/V8DOMWrapper.h ASSERT(!type->isGarbageCollected); type 71 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type)); type 74 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object) type 79 Source/bindings/v8/V8DOMWrapper.h ASSERT(type); type 81 Source/bindings/v8/V8DOMWrapper.h ASSERT(type->isGarbageCollected); type 84 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type)); type 90 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::setNativeInfoWithPersistentHandle(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object, PersistentNode* handle) type 94 Source/bindings/v8/V8DOMWrapper.h ASSERT(type); type 95 Source/bindings/v8/V8DOMWrapper.h ASSERT(type->isGarbageCollected); type 97 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type)); type 102 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::clearNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type) type 105 Source/bindings/v8/V8DOMWrapper.h ASSERT(type); type 107 Source/bindings/v8/V8DOMWrapper.h ASSERT(!type->isGarbageCollected); type 108 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type)); type 113 Source/bindings/v8/V8DOMWrapper.h inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) type 115 Source/bindings/v8/V8DOMWrapper.h setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get())); type 123 Source/bindings/v8/V8DOMWrapper.h inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(T* object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) type 125 Source/bindings/v8/V8DOMWrapper.h setNativeInfoWithPersistentHandle(wrapper, type, V8T::toInternalPointer(object), new Persistent<T>(object)); type 61 Source/bindings/v8/V8GCController.cpp if (listener->type() != EventListener::JSEventListenerType) type 130 Source/bindings/v8/V8GCController.cpp const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); type 131 Source/bindings/v8/V8GCController.cpp ActiveDOMObject* activeDOMObject = type->toActiveDOMObject(*wrapper); type 257 Source/bindings/v8/V8GCController.cpp const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); type 260 Source/bindings/v8/V8GCController.cpp ActiveDOMObject* activeDOMObject = type->toActiveDOMObject(*wrapper); type 274 Source/bindings/v8/V8GCController.cpp type->visitDOMWrapper(object, v8::Persistent<v8::Object>::Cast(*value), m_isolate); type 315 Source/bindings/v8/V8GCController.cpp void V8GCController::gcPrologue(v8::GCType type, v8::GCCallbackFlags flags) type 319 Source/bindings/v8/V8GCController.cpp if (type == v8::kGCTypeScavenge) type 321 Source/bindings/v8/V8GCController.cpp else if (type == v8::kGCTypeMarkSweepCompact) type 362 Source/bindings/v8/V8GCController.cpp void V8GCController::gcEpilogue(v8::GCType type, v8::GCCallbackFlags flags) type 366 Source/bindings/v8/V8GCController.cpp if (type == v8::kGCTypeScavenge) type 368 Source/bindings/v8/V8GCController.cpp else if (type == v8::kGCTypeMarkSweepCompact) type 59 Source/bindings/v8/V8Initializer.cpp const WrapperTypeInfo* type = WrapperTypeInfo::unwrap(data); type 61 Source/bindings/v8/V8Initializer.cpp if (V8Window::wrapperTypeInfo.equals(type)) { type 68 Source/bindings/v8/V8Initializer.cpp if (V8History::wrapperTypeInfo.equals(type)) type 71 Source/bindings/v8/V8Initializer.cpp if (V8Location::wrapperTypeInfo.equals(type)) type 118 Source/bindings/v8/V8Initializer.cpp const WrapperTypeInfo* type = toWrapperTypeInfo(obj); type 119 Source/bindings/v8/V8Initializer.cpp if (V8DOMException::wrapperTypeInfo.isSubclass(type)) { type 135 Source/bindings/v8/V8Initializer.cpp static void failedAccessCheckCallbackInMainThread(v8::Local<v8::Object> host, v8::AccessType type, v8::Local<v8::Value> data) type 82 Source/bindings/v8/V8NPUtils.cpp NPVariantType type = variant->type; type 84 Source/bindings/v8/V8NPUtils.cpp switch (type) { type 86 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Object> V8PerContextData::createWrapperFromCacheSlowCase(const WrapperTypeInfo* type) type 91 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Function> function = constructorForType(type); type 94 Source/bindings/v8/V8PerContextData.cpp m_wrapperBoilerplates.set(type, UnsafePersistent<v8::Object>(m_isolate, instanceTemplate)); type 100 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Function> V8PerContextData::constructorForTypeSlowCase(const WrapperTypeInfo* type) type 105 Source/bindings/v8/V8PerContextData.cpp v8::Handle<v8::FunctionTemplate> functionTemplate = type->domTemplate(m_isolate); type 112 Source/bindings/v8/V8PerContextData.cpp if (type->parentClass) { type 113 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Object> prototypeTemplate = constructorForType(type->parentClass); type 123 Source/bindings/v8/V8PerContextData.cpp && type->wrapperTypePrototype == WrapperTypeObjectPrototype) type 124 Source/bindings/v8/V8PerContextData.cpp prototypeObject->SetAlignedPointerInInternalField(v8PrototypeTypeIndex, const_cast<WrapperTypeInfo*>(type)); type 125 Source/bindings/v8/V8PerContextData.cpp type->installPerContextEnabledMethods(prototypeObject, m_isolate); type 126 Source/bindings/v8/V8PerContextData.cpp if (type->wrapperTypePrototype == WrapperTypeExceptionPrototype) type 130 Source/bindings/v8/V8PerContextData.cpp m_constructorMap.set(type, UnsafePersistent<v8::Function>(m_isolate, function)); type 135 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Object> V8PerContextData::prototypeForType(const WrapperTypeInfo* type) type 137 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Object> constructor = constructorForType(type); type 75 Source/bindings/v8/V8PerContextData.h v8::Local<v8::Object> createWrapperFromCache(const WrapperTypeInfo* type) type 77 Source/bindings/v8/V8PerContextData.h UnsafePersistent<v8::Object> boilerplate = m_wrapperBoilerplates.get(type); type 78 Source/bindings/v8/V8PerContextData.h return !boilerplate.isEmpty() ? boilerplate.newLocal(m_isolate)->Clone() : createWrapperFromCacheSlowCase(type); type 81 Source/bindings/v8/V8PerContextData.h v8::Local<v8::Function> constructorForType(const WrapperTypeInfo* type) type 83 Source/bindings/v8/V8PerContextData.h UnsafePersistent<v8::Function> function = m_constructorMap.get(type); type 86 Source/bindings/v8/V8PerContextData.h return constructorForTypeSlowCase(type); type 83 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::createError(V8ErrorType type, const String& message, v8::Isolate* isolate) type 85 Source/bindings/v8/V8ThrowException.cpp switch (type) { type 102 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::throwError(V8ErrorType type, const String& message, v8::Isolate* isolate) type 104 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> exception = V8ThrowException::createError(type, message, isolate); type 41 Source/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp uint32_t type = toUInt32(value, exceptionState); type 44 Source/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp if (!impl->setType(type)) { type 52 Source/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp String type = toCoreString(value.As<v8::String>()); type 53 Source/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp if (type == "lowpass" || type == "highpass" || type == "bandpass" || type == "lowshelf" || type == "highshelf" || type == "peaking" || type == "notch" || type == "allpass") { type 54 Source/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp impl->setType(type); type 51 Source/bindings/v8/custom/V8CSSRuleCustom.cpp switch (impl->type()) { type 107 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, type, info[0]); type 116 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp impl->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get()); type 38 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, type, info[0]); type 52 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp impl->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get()); type 77 Source/bindings/v8/custom/V8DocumentCustom.cpp int type = toInt32(info[3]); type 79 Source/bindings/v8/custom/V8DocumentCustom.cpp V8TRYCATCH_VOID(RefPtrWillBeRawPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(*document, expression, contextNode.get(), resolver.release(), type, inResult.get(), exceptionState)); type 139 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, type, info[0]); type 147 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp String result = canvas->toDataURL(type, qualityPtr, exceptionState); type 46 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp switch (impl->type()) { type 251 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (listener->type() != EventListener::JSEventListenerType) { type 64 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Value> type = item->Get(v8AtomicString(isolate, "type")); type 70 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp if (!type->IsString()) type 72 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp String typeString = toCoreStringWithNullCheck(type.As<v8::String>()); type 42 Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp uint32_t type = toUInt32(value, exceptionState); type 45 Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp if (!impl->setType(type)) { type 53 Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp String type = toCoreString(value.As<v8::String>()); type 54 Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp if (type == "sine" || type == "square" || type == "sawtooth" || type == "triangle") { type 55 Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp impl->setType(type); type 57 Source/bindings/v8/custom/V8PromiseCustom.cpp #define V8TRYCATCH_VOID_EMPTY(type, var, value) \ type 58 Source/bindings/v8/custom/V8PromiseCustom.cpp type var; \ type 73 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp switch(sqlValue.type()) { type 50 Source/bindings/v8/custom/V8TrackEventCustom.cpp switch (track->type()) { type 451 Source/bindings/v8/custom/V8WindowCustom.cpp bool V8Window::namedSecurityCheckCustom(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>) type 477 Source/bindings/v8/custom/V8WindowCustom.cpp if (type == v8::ACCESS_HAS && childFrame) type 483 Source/bindings/v8/custom/V8WindowCustom.cpp if (type == v8::ACCESS_GET type 494 Source/bindings/v8/custom/V8WindowCustom.cpp bool V8Window::indexedSecurityCheckCustom(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) type 517 Source/bindings/v8/custom/V8WindowCustom.cpp if (type == v8::ACCESS_HAS && childFrame) type 519 Source/bindings/v8/custom/V8WindowCustom.cpp if (type == v8::ACCESS_GET type 254 Source/bindings/v8/npruntime.cpp if (variant->type == NPVariantType_Object) { type 257 Source/bindings/v8/npruntime.cpp } else if (variant->type == NPVariantType_String) { type 263 Source/bindings/v8/npruntime.cpp variant->type = NPVariantType_Void; type 332 Source/bindings/v8/npruntime.cpp variant->type = NPVariantType_String; type 200 Source/core/accessibility/AXNodeObject.cpp const AtomicString& type = input.getAttribute(typeAttr); type 201 Source/core/accessibility/AXNodeObject.cpp if (equalIgnoringCase(type, "color")) type 917 Source/core/accessibility/AXNodeObject.cpp const AtomicString& type = input->getAttribute(typeAttr); type 918 Source/core/accessibility/AXNodeObject.cpp if (!equalIgnoringCase(type, "color")) type 321 Source/core/accessibility/AXRenderObject.cpp const AtomicString& type = input.getAttribute(typeAttr); type 322 Source/core/accessibility/AXRenderObject.cpp if (equalIgnoringCase(type, "color")) type 40 Source/core/animation/AnimatableClipPathOperation.cpp if (m_operation->type() != ClipPathOperation::SHAPE || toOperation->m_operation->type() != ClipPathOperation::SHAPE) type 60 Source/core/animation/AnimatableClipPathOperation.h virtual AnimatableType type() const OVERRIDE { return TypeClipPathOperation; } type 78 Source/core/animation/AnimatableColor.h virtual AnimatableType type() const OVERRIDE { return TypeColor; } type 69 Source/core/animation/AnimatableDouble.h virtual AnimatableType type() const OVERRIDE { return TypeDouble; } type 61 Source/core/animation/AnimatableFilterOperations.h virtual AnimatableType type() const OVERRIDE { return TypeFilterOperations; } type 65 Source/core/animation/AnimatableImage.h virtual AnimatableType type() const OVERRIDE { return TypeImage; } type 96 Source/core/animation/AnimatableLength.cpp NumberUnitType type = commonUnitType(length); type 97 Source/core/animation/AnimatableLength.cpp return type == UnitTypeCalc && (isViewportUnit() || length->isViewportUnit()); type 103 Source/core/animation/AnimatableLength.cpp NumberUnitType type = commonUnitType(length); type 104 Source/core/animation/AnimatableLength.cpp if (type != UnitTypeCalc) type 105 Source/core/animation/AnimatableLength.cpp return AnimatableLength::create(blend(m_number, length->m_number, fraction), type); type 124 Source/core/animation/AnimatableLength.cpp NumberUnitType type = commonUnitType(length); type 125 Source/core/animation/AnimatableLength.cpp if (type != UnitTypeCalc) type 126 Source/core/animation/AnimatableLength.cpp return AnimatableLength::create(m_number + length->m_number, type); type 100 Source/core/animation/AnimatableLength.h virtual AnimatableType type() const OVERRIDE { return TypeLength; } type 64 Source/core/animation/AnimatableLengthBox.h virtual AnimatableType type() const OVERRIDE { return TypeLengthBox; } type 61 Source/core/animation/AnimatableLengthBoxAndBool.h virtual AnimatableType type() const OVERRIDE { return TypeLengthBoxAndBool; } type 60 Source/core/animation/AnimatableLengthPoint.h virtual AnimatableType type() const OVERRIDE { return TypeLengthPoint; } type 62 Source/core/animation/AnimatableLengthPoint3D.h virtual AnimatableType type() const OVERRIDE { return TypeLengthPoint3D; } type 60 Source/core/animation/AnimatableLengthSize.h virtual AnimatableType type() const OVERRIDE { return TypeLengthSize; } type 59 Source/core/animation/AnimatableLengthTest.cpp PassRefPtrWillBeRawPtr<AnimatableLength> create(double value, CSSPrimitiveValue::UnitTypes type) type 61 Source/core/animation/AnimatableLengthTest.cpp return AnimatableLength::create(CSSPrimitiveValue::create(value, type).get()); type 54 Source/core/animation/AnimatableNeutral.h virtual AnimatableType type() const OVERRIDE { return TypeNeutral; } type 75 Source/core/animation/AnimatableRepeatable.h virtual AnimatableType type() const OVERRIDE { return TypeRepeatable; } type 65 Source/core/animation/AnimatableSVGLength.h virtual AnimatableType type() const OVERRIDE { return TypeSVGLength; } type 43 Source/core/animation/AnimatableSVGPaint.h static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const Color& color, const String& uri) type 45 Source/core/animation/AnimatableSVGPaint.h return create(type, AnimatableColorImpl(color), uri); type 47 Source/core/animation/AnimatableSVGPaint.h static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const AnimatableColorImpl& color, const String& uri) type 49 Source/core/animation/AnimatableSVGPaint.h return adoptRefWillBeNoop(new AnimatableSVGPaint(type, color, uri)); type 63 Source/core/animation/AnimatableSVGPaint.h AnimatableSVGPaint(SVGPaint::SVGPaintType type, const AnimatableColorImpl& color, const String& uri) type 64 Source/core/animation/AnimatableSVGPaint.h : m_type(type) type 69 Source/core/animation/AnimatableSVGPaint.h virtual AnimatableType type() const OVERRIDE { return TypeSVGPaint; } type 59 Source/core/animation/AnimatableShadow.h virtual AnimatableType type() const OVERRIDE { return TypeShadow; } type 40 Source/core/animation/AnimatableShapeValue.cpp if (m_shape->type() != ShapeValue::Shape type 41 Source/core/animation/AnimatableShapeValue.cpp || shapeValue->m_shape->type() != ShapeValue::Shape type 60 Source/core/animation/AnimatableShapeValue.h virtual AnimatableType type() const OVERRIDE { return TypeShapeValue; } type 64 Source/core/animation/AnimatableStrokeDasharrayList.h virtual AnimatableType type() const OVERRIDE { return TypeStrokeDasharrayList; } type 59 Source/core/animation/AnimatableTransform.h virtual AnimatableType type() const OVERRIDE { return TypeTransform; } type 75 Source/core/animation/AnimatableUnknown.h virtual AnimatableType type() const OVERRIDE { return TypeUnknown; } type 64 Source/core/animation/AnimatableValue.h bool isClipPathOperation() const { return type() == TypeClipPathOperation; } type 65 Source/core/animation/AnimatableValue.h bool isColor() const { return type() == TypeColor; } type 66 Source/core/animation/AnimatableValue.h bool isDouble() const { return type() == TypeDouble; } type 67 Source/core/animation/AnimatableValue.h bool isFilterOperations() const { return type() == TypeFilterOperations; } type 68 Source/core/animation/AnimatableValue.h bool isImage() const { return type() == TypeImage; } type 69 Source/core/animation/AnimatableValue.h bool isLength() const { return type() == TypeLength; } type 70 Source/core/animation/AnimatableValue.h bool isLengthBox() const { return type() == TypeLengthBox; } type 71 Source/core/animation/AnimatableValue.h bool isLengthBoxAndBool() const { return type() == TypeLengthBoxAndBool; } type 72 Source/core/animation/AnimatableValue.h bool isLengthPoint() const { return type() == TypeLengthPoint; } type 73 Source/core/animation/AnimatableValue.h bool isLengthPoint3D() const { return type() == TypeLengthPoint3D; } type 74 Source/core/animation/AnimatableValue.h bool isLengthSize() const { return type() == TypeLengthSize; } type 75 Source/core/animation/AnimatableValue.h bool isNeutral() const { return type() == TypeNeutral; } type 76 Source/core/animation/AnimatableValue.h bool isRepeatable() const { return type() == TypeRepeatable; } type 77 Source/core/animation/AnimatableValue.h bool isSVGLength() const { return type() == TypeSVGLength; } type 78 Source/core/animation/AnimatableValue.h bool isSVGPaint() const { return type() == TypeSVGPaint; } type 79 Source/core/animation/AnimatableValue.h bool isShadow() const { return type() == TypeShadow; } type 80 Source/core/animation/AnimatableValue.h bool isShapeValue() const { return type() == TypeShapeValue; } type 81 Source/core/animation/AnimatableValue.h bool isStrokeDasharrayList() const { return type() == TypeStrokeDasharrayList; } type 82 Source/core/animation/AnimatableValue.h bool isTransform() const { return type() == TypeTransform; } type 83 Source/core/animation/AnimatableValue.h bool isUnknown() const { return type() == TypeUnknown; } type 84 Source/core/animation/AnimatableValue.h bool isVisibility() const { return type() == TypeVisibility; } type 89 Source/core/animation/AnimatableValue.h return value->type() == type(); type 133 Source/core/animation/AnimatableValue.h virtual AnimatableType type() const = 0; type 60 Source/core/animation/AnimatableVisibility.h virtual AnimatableType type() const OVERRIDE { return TypeVisibility; } type 52 Source/core/animation/AnimationTranslationUtil.cpp switch (transformOperations.operations()[j]->type()) { type 110 Source/core/animation/CompositorAnimations.cpp switch (timefunc->type()) { type 165 Source/core/animation/CompositorAnimations.cpp if (op.type() == FilterOperation::VALIDATED_CUSTOM || op.type() == FilterOperation::CUSTOM) type 182 Source/core/animation/CompositorAnimations.cpp switch (timing.timingFunction->type()) { type 209 Source/core/animation/CompositorAnimations.cpp switch ((*iter)->easing()->type()) { type 348 Source/core/animation/CompositorAnimations.cpp switch (timingFunction->type()) { type 412 Source/core/animation/CompositorAnimations.cpp switch (curve.type()) { type 104 Source/core/animation/CompositorAnimationsTestHelper.h virtual blink::WebAnimationCurve::AnimationCurveType type() const { return CurveId; }; type 67 Source/core/animation/css/CSSAnimatableValueFactory.cpp switch (length.type()) { type 96 Source/core/animation/css/CSSAnimatableValueFactory.cpp if (length.type() == Percent) { type 166 Source/core/animation/css/CSSAnimatableValueFactory.cpp switch (fillSize.type) { type 172 Source/core/animation/css/CSSAnimatableValueFactory.cpp return AnimatableUnknown::create(CSSPrimitiveValue::create(fillSize.type)); type 98 Source/core/clipboard/Clipboard.cpp static String normalizeType(const String& type, bool* convertToURL = 0) type 100 Source/core/clipboard/Clipboard.cpp String cleanType = type.stripWhiteSpace().lower(); type 111 Source/core/clipboard/Clipboard.cpp PassRefPtrWillBeRawPtr<Clipboard> Clipboard::create(ClipboardType type, ClipboardAccessPolicy policy, PassRefPtrWillBeRawPtr<DataObject> dataObject) type 113 Source/core/clipboard/Clipboard.cpp return adoptRefWillBeNoop(new Clipboard(type, policy , dataObject)); type 155 Source/core/clipboard/Clipboard.cpp void Clipboard::clearData(const String& type) type 160 Source/core/clipboard/Clipboard.cpp if (type.isNull()) type 163 Source/core/clipboard/Clipboard.cpp m_dataObject->clearData(normalizeType(type)); type 166 Source/core/clipboard/Clipboard.cpp String Clipboard::getData(const String& type) const type 172 Source/core/clipboard/Clipboard.cpp String data = m_dataObject->getData(normalizeType(type, &convertToURL)); type 178 Source/core/clipboard/Clipboard.cpp bool Clipboard::setData(const String& type, const String& data) type 183 Source/core/clipboard/Clipboard.cpp return m_dataObject->setData(normalizeType(type), data); type 458 Source/core/clipboard/Clipboard.cpp Clipboard::Clipboard(ClipboardType type, ClipboardAccessPolicy policy, PassRefPtrWillBeRawPtr<DataObject> dataObject) type 462 Source/core/clipboard/Clipboard.cpp , m_clipboardType(type) type 478 Source/core/clipboard/Clipboard.cpp bool Clipboard::hasFileOfType(const String& type) const type 488 Source/core/clipboard/Clipboard.cpp if (equalIgnoringCase(fileList->item(f)->type(), type)) type 494 Source/core/clipboard/Clipboard.cpp bool Clipboard::hasStringOfType(const String& type) const type 499 Source/core/clipboard/Clipboard.cpp return types().contains(type); type 72 Source/core/clipboard/Clipboard.h void clearData(const String& type = String()); type 73 Source/core/clipboard/Clipboard.h String getData(const String& type) const; type 74 Source/core/clipboard/Clipboard.h bool setData(const String& type, const String& data); type 94 Source/core/clipboard/DataObject.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::add(const String& data, const String& type) type 96 Source/core/clipboard/DataObject.cpp RefPtrWillBeRawPtr<DataObjectItem> item = DataObjectItem::createFromString(type, data); type 112 Source/core/clipboard/DataObject.cpp void DataObject::clearData(const String& type) type 115 Source/core/clipboard/DataObject.cpp if (m_itemList[i]->kind() == DataObjectItem::StringKind && m_itemList[i]->type() == type) { type 141 Source/core/clipboard/DataObject.cpp results.add(m_itemList[i]->type()); type 153 Source/core/clipboard/DataObject.cpp String DataObject::getData(const String& type) const type 156 Source/core/clipboard/DataObject.cpp if (m_itemList[i]->kind() == DataObjectItem::StringKind && m_itemList[i]->type() == type) type 162 Source/core/clipboard/DataObject.cpp bool DataObject::setData(const String& type, const String& data) type 164 Source/core/clipboard/DataObject.cpp clearData(type); type 165 Source/core/clipboard/DataObject.cpp if (!add(data, type)) type 241 Source/core/clipboard/DataObject.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::findStringItem(const String& type) const type 244 Source/core/clipboard/DataObject.cpp if (m_itemList[i]->kind() == DataObjectItem::StringKind && m_itemList[i]->type() == type) type 254 Source/core/clipboard/DataObject.cpp if (m_itemList[i]->kind() == DataObjectItem::StringKind && m_itemList[i]->type() == item->type()) type 68 Source/core/clipboard/DataObject.h PassRefPtrWillBeRawPtr<DataObjectItem> add(const String& data, const String& type); type 72 Source/core/clipboard/DataObject.h void clearData(const String& type); type 76 Source/core/clipboard/DataObject.h String getData(const String& type) const; type 77 Source/core/clipboard/DataObject.h bool setData(const String& type, const String& data); type 101 Source/core/clipboard/DataObject.h PassRefPtrWillBeRawPtr<DataObjectItem> findStringItem(const String& type) const; type 42 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromString(const String& type, const String& data) type 44 Source/core/clipboard/DataObjectItem.cpp RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(StringKind, type)); type 51 Source/core/clipboard/DataObjectItem.cpp RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(FileKind, file->type())); type 80 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromPasteboard(const String& type, uint64_t sequenceNumber) type 82 Source/core/clipboard/DataObjectItem.cpp if (type == mimeTypeImagePng) type 83 Source/core/clipboard/DataObjectItem.cpp return adoptRefWillBeNoop(new DataObjectItem(FileKind, type, sequenceNumber)); type 84 Source/core/clipboard/DataObjectItem.cpp return adoptRefWillBeNoop(new DataObjectItem(StringKind, type, sequenceNumber)); type 87 Source/core/clipboard/DataObjectItem.cpp DataObjectItem::DataObjectItem(Kind kind, const String& type) type 90 Source/core/clipboard/DataObjectItem.cpp , m_type(type) type 95 Source/core/clipboard/DataObjectItem.cpp DataObjectItem::DataObjectItem(Kind kind, const String& type, uint64_t sequenceNumber) type 98 Source/core/clipboard/DataObjectItem.cpp , m_type(type) type 119 Source/core/clipboard/DataObjectItem.cpp if (type() == mimeTypeImagePng) { type 53 Source/core/clipboard/DataObjectItem.h static PassRefPtrWillBeRawPtr<DataObjectItem> createFromString(const String& type, const String& data); type 58 Source/core/clipboard/DataObjectItem.h static PassRefPtrWillBeRawPtr<DataObjectItem> createFromPasteboard(const String& type, uint64_t sequenceNumber); type 61 Source/core/clipboard/DataObjectItem.h String type() const { return m_type; } type 79 Source/core/clipboard/DataObjectItem.h DataObjectItem(Kind, const String& type); type 80 Source/core/clipboard/DataObjectItem.h DataObjectItem(Kind, const String& type, uint64_t sequenceNumber); type 71 Source/core/clipboard/DataTransferItem.cpp return m_item->type(); type 55 Source/core/clipboard/DataTransferItem.h String type() const; type 81 Source/core/clipboard/DataTransferItemList.cpp PassRefPtrWillBeRawPtr<DataTransferItem> DataTransferItemList::add(const String& data, const String& type, ExceptionState& exceptionState) type 85 Source/core/clipboard/DataTransferItemList.cpp RefPtrWillBeRawPtr<DataObjectItem> item = m_dataObject->add(data, type); type 87 Source/core/clipboard/DataTransferItemList.cpp exceptionState.throwDOMException(NotSupportedError, "An item already exists for type '" + type + "'."); type 58 Source/core/clipboard/DataTransferItemList.h PassRefPtrWillBeRawPtr<DataTransferItem> add(const String& data, const String& type, ExceptionState&); type 55 Source/core/css/BasicShapeFunctions.cpp switch (radius.type()) { type 73 Source/core/css/BasicShapeFunctions.cpp switch (basicShape->type()) { type 210 Source/core/css/BasicShapeFunctions.cpp switch (basicShapeValue->type()) { type 125 Source/core/css/CSSBasicShapes.cpp if (shape.type() != CSSBasicShapeCircleType) type 192 Source/core/css/CSSBasicShapes.cpp if (shape.type() != CSSBasicShapeEllipseType) type 270 Source/core/css/CSSBasicShapes.cpp if (shape.type() != CSSBasicShapePolygonType) type 385 Source/core/css/CSSBasicShapes.cpp if (shape.type() != CSSBasicShapeInsetType) type 51 Source/core/css/CSSBasicShapes.h virtual Type type() const = 0; type 69 Source/core/css/CSSBasicShapes.h virtual Type type() const OVERRIDE { return CSSBasicShapeCircleType; } type 95 Source/core/css/CSSBasicShapes.h virtual Type type() const OVERRIDE { return CSSBasicShapeEllipseType; } type 137 Source/core/css/CSSBasicShapes.h virtual Type type() const OVERRIDE { return CSSBasicShapePolygonType; } type 201 Source/core/css/CSSBasicShapes.h virtual Type type() const OVERRIDE { return CSSBasicShapeInsetType; } type 50 Source/core/css/CSSCalculationValue.cpp static CalculationCategory unitCategory(CSSPrimitiveValue::UnitTypes type) type 52 Source/core/css/CSSCalculationValue.cpp switch (type) { type 78 Source/core/css/CSSCalculationValue.cpp static bool hasDoubleValue(CSSPrimitiveValue::UnitTypes type) type 80 Source/core/css/CSSCalculationValue.cpp switch (type) { type 188 Source/core/css/CSSCalculationValue.cpp static PassRefPtrWillBeRawPtr<CSSCalcPrimitiveValue> create(double value, CSSPrimitiveValue::UnitTypes type, bool isInteger) type 192 Source/core/css/CSSCalculationValue.cpp return adoptRefWillBeNoop(new CSSCalcPrimitiveValue(CSSPrimitiveValue::create(value, type).get(), isInteger)); type 252 Source/core/css/CSSCalculationValue.cpp if (type() != other.type()) type 258 Source/core/css/CSSCalculationValue.cpp virtual Type type() const OVERRIDE { return CssCalcPrimitiveValue; } type 443 Source/core/css/CSSCalculationValue.cpp if (type() != exp.type()) type 683 Source/core/css/CSSCalculationValue.cpp switch (node->type()) { type 720 Source/core/css/CSSCalculationValue.cpp switch (length.type()) { type 73 Source/core/css/CSSCalculationValue.h virtual Type type() const = 0; type 40 Source/core/css/CSSCharsetRule.h virtual CSSRule::Type type() const OVERRIDE { return CHARSET_RULE; } type 651 Source/core/css/CSSComputedStyleDeclaration.cpp if (radius.width().type() == Percent) type 655 Source/core/css/CSSComputedStyleDeclaration.cpp if (radius.height().type() == Percent) type 792 Source/core/css/CSSComputedStyleDeclaration.cpp switch (filterOperation->type()) { type 864 Source/core/css/CSSComputedStyleDeclaration.cpp switch (trackSize.type()) { type 991 Source/core/css/CSSComputedStyleDeclaration.cpp switch (timingFunction->type()) { type 1301 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForFillSourceType(EMaskSourceType type) type 1303 Source/core/css/CSSComputedStyleDeclaration.cpp switch (type) { type 1317 Source/core/css/CSSComputedStyleDeclaration.cpp if (fillSize.type == Contain) type 1320 Source/core/css/CSSComputedStyleDeclaration.cpp if (fillSize.type == Cover) type 1441 Source/core/css/CSSComputedStyleDeclaration.cpp if (shapeValue->type() == ShapeValue::Outside) type 1443 Source/core/css/CSSComputedStyleDeclaration.cpp if (shapeValue->type() == ShapeValue::Box) type 1445 Source/core/css/CSSComputedStyleDeclaration.cpp if (shapeValue->type() == ShapeValue::Image) { type 1451 Source/core/css/CSSComputedStyleDeclaration.cpp ASSERT(shapeValue->type() == ShapeValue::Shape); type 2644 Source/core/css/CSSComputedStyleDeclaration.cpp if (operation->type() == ClipPathOperation::SHAPE) type 2646 Source/core/css/CSSComputedStyleDeclaration.cpp if (operation->type() == ClipPathOperation::REFERENCE) type 51 Source/core/css/CSSFilterRule.h virtual CSSRule::Type type() const OVERRIDE { return WEBKIT_FILTER_RULE; } type 54 Source/core/css/CSSFilterValue.h static PassRefPtrWillBeRawPtr<CSSFilterValue> create(FilterOperationType type) type 56 Source/core/css/CSSFilterValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSFilterValue(type)); type 41 Source/core/css/CSSFontFaceLoadEvent.cpp CSSFontFaceLoadEvent::CSSFontFaceLoadEvent(const AtomicString& type, const FontFaceArray& fontfaces) type 42 Source/core/css/CSSFontFaceLoadEvent.cpp : Event(type, false, false) type 48 Source/core/css/CSSFontFaceLoadEvent.cpp CSSFontFaceLoadEvent::CSSFontFaceLoadEvent(const AtomicString& type, const CSSFontFaceLoadEventInit& initializer) type 49 Source/core/css/CSSFontFaceLoadEvent.cpp : Event(type, initializer) type 53 Source/core/css/CSSFontFaceLoadEvent.h static PassRefPtrWillBeRawPtr<CSSFontFaceLoadEvent> create(const AtomicString& type, const CSSFontFaceLoadEventInit& initializer) type 55 Source/core/css/CSSFontFaceLoadEvent.h return adoptRefWillBeNoop(new CSSFontFaceLoadEvent(type, initializer)); type 58 Source/core/css/CSSFontFaceLoadEvent.h static PassRefPtrWillBeRawPtr<CSSFontFaceLoadEvent> createForFontFaces(const AtomicString& type, const FontFaceArray& fontfaces = FontFaceArray()) type 60 Source/core/css/CSSFontFaceLoadEvent.h return adoptRefWillBeNoop(new CSSFontFaceLoadEvent(type, fontfaces)); type 43 Source/core/css/CSSFontFaceRule.h virtual CSSRule::Type type() const OVERRIDE { return FONT_FACE_RULE; } type 582 Source/core/css/CSSGradientValue.cpp static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type) type 585 Source/core/css/CSSGradientValue.cpp if (type == CSSPrefixedLinearGradient) type 1312 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1313 Source/core/css/CSSGrammar.y if (type == CSSSelector::PseudoUnknown) type 1325 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1326 Source/core/css/CSSGrammar.y if (type == CSSSelector::PseudoUnknown) { type 1339 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1340 Source/core/css/CSSGrammar.y if (type == CSSSelector::PseudoUnknown) { type 1351 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1352 Source/core/css/CSSGrammar.y if (type != CSSSelector::PseudoCue) type 1369 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1370 Source/core/css/CSSGrammar.y if (type != CSSSelector::PseudoAny) type 1382 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1383 Source/core/css/CSSGrammar.y if (type == CSSSelector::PseudoUnknown) type 1392 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1393 Source/core/css/CSSGrammar.y if (type == CSSSelector::PseudoUnknown) type 1403 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1404 Source/core/css/CSSGrammar.y if (type == CSSSelector::PseudoUnknown) type 1406 Source/core/css/CSSGrammar.y else if (type == CSSSelector::PseudoNthChild || type 1407 Source/core/css/CSSGrammar.y type == CSSSelector::PseudoNthOfType || type 1408 Source/core/css/CSSGrammar.y type == CSSSelector::PseudoNthLastChild || type 1409 Source/core/css/CSSGrammar.y type == CSSSelector::PseudoNthLastOfType) { type 1442 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1443 Source/core/css/CSSGrammar.y if (type != CSSSelector::PseudoHost) type 1456 Source/core/css/CSSGrammar.y CSSSelector::PseudoType type = $$->pseudoType(); type 1457 Source/core/css/CSSGrammar.y if (type != CSSSelector::PseudoHostContext) type 44 Source/core/css/CSSImportRule.h virtual CSSRule::Type type() const OVERRIDE { return IMPORT_RULE; } type 81 Source/core/css/CSSKeyframeRule.h virtual CSSRule::Type type() const OVERRIDE { return KEYFRAME_RULE; } type 84 Source/core/css/CSSKeyframesRule.h virtual CSSRule::Type type() const OVERRIDE { return KEYFRAMES_RULE; } type 42 Source/core/css/CSSMediaRule.h virtual CSSRule::Type type() const OVERRIDE { return MEDIA_RULE; } type 44 Source/core/css/CSSPageRule.h virtual CSSRule::Type type() const OVERRIDE { return PAGE_RULE; } type 149 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::UnitCategory CSSPrimitiveValue::unitCategory(CSSPrimitiveValue::UnitTypes type) type 153 Source/core/css/CSSPrimitiveValue.cpp switch (type) { type 271 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::CSSPrimitiveValue(int parserOperator, UnitTypes type) type 274 Source/core/css/CSSPrimitiveValue.cpp ASSERT(type == CSS_PARSER_OPERATOR); type 279 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::CSSPrimitiveValue(double num, UnitTypes type) type 282 Source/core/css/CSSPrimitiveValue.cpp m_primitiveUnitType = type; type 287 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::CSSPrimitiveValue(const String& str, UnitTypes type) type 290 Source/core/css/CSSPrimitiveValue.cpp m_primitiveUnitType = type; type 301 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::CSSPrimitiveValue(RGBA32 color, UnitTypes type) type 304 Source/core/css/CSSPrimitiveValue.cpp ASSERT(type == CSS_RGBCOLOR); type 312 Source/core/css/CSSPrimitiveValue.cpp switch (length.type()) { type 341 Source/core/css/CSSPrimitiveValue.cpp switch (length.type()) { type 178 Source/core/css/CSSPrimitiveValue.h unsigned short type = primitiveType(); type 179 Source/core/css/CSSPrimitiveValue.h return (type >= CSS_EMS && type <= CSS_PC) || type == CSS_REMS || type == CSS_CHS || isViewportPercentageLength(); type 198 Source/core/css/CSSPrimitiveValue.h unsigned short type = primitiveType(); type 199 Source/core/css/CSSPrimitiveValue.h return type >= CSS_DPPX && type <= CSS_DPCM; type 222 Source/core/css/CSSPrimitiveValue.h static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(double value, UnitTypes type) type 224 Source/core/css/CSSPrimitiveValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSPrimitiveValue(value, type)); type 226 Source/core/css/CSSPrimitiveValue.h static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(const String& value, UnitTypes type) type 228 Source/core/css/CSSPrimitiveValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSPrimitiveValue(value, type)); type 247 Source/core/css/CSSPrimitiveValue.h static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createAllowingMarginQuirk(double value, UnitTypes type) type 249 Source/core/css/CSSPrimitiveValue.h CSSPrimitiveValue* quirkValue = new CSSPrimitiveValue(value, type); type 107 Source/core/css/CSSPropertySourceData.h static PassRefPtrWillBeRawPtr<CSSRuleSourceData> create(Type type) type 109 Source/core/css/CSSPropertySourceData.h return adoptRefWillBeNoop(new CSSRuleSourceData(type)); type 117 Source/core/css/CSSPropertySourceData.h CSSRuleSourceData(Type type) type 118 Source/core/css/CSSPropertySourceData.h : type(type) type 120 Source/core/css/CSSPropertySourceData.h if (type == STYLE_RULE || type == FONT_FACE_RULE || type == PAGE_RULE) type 126 Source/core/css/CSSPropertySourceData.h Type type; type 60 Source/core/css/CSSRule.h virtual Type type() const = 0; type 115 Source/core/css/CSSRule.h DEFINE_TYPE_CASTS(ToType, CSSRule, rule, rule->type() == CSSRule::TYPE_NAME, rule.type() == CSSRule::TYPE_NAME) type 163 Source/core/css/CSSSelector.cpp PseudoId CSSSelector::pseudoId(PseudoType type) type 165 Source/core/css/CSSSelector.cpp switch (type) { type 276 Source/core/css/CSSSelector.cpp unsigned type:8; type 370 Source/core/css/CSSSelector.cpp CSSSelector::PseudoType type; type 371 Source/core/css/CSSSelector.cpp type = static_cast<CSSSelector::PseudoType>(pseudoTypeMap[i].type); type 374 Source/core/css/CSSSelector.cpp nameToPseudoType->set(name->impl(), type); type 387 Source/core/css/CSSSelector.h PseudoType type = pseudoType(); type 390 Source/core/css/CSSSelector.h || type == PseudoEmpty type 391 Source/core/css/CSSSelector.h || type == PseudoFirstChild type 392 Source/core/css/CSSSelector.h || type == PseudoFirstOfType type 393 Source/core/css/CSSSelector.h || type == PseudoLastChild type 394 Source/core/css/CSSSelector.h || type == PseudoLastOfType type 395 Source/core/css/CSSSelector.h || type == PseudoOnlyChild type 396 Source/core/css/CSSSelector.h || type == PseudoOnlyOfType type 397 Source/core/css/CSSSelector.h || type == PseudoNthChild type 398 Source/core/css/CSSSelector.h || type == PseudoNthOfType type 399 Source/core/css/CSSSelector.h || type == PseudoNthLastChild type 400 Source/core/css/CSSSelector.h || type == PseudoNthLastOfType; type 43 Source/core/css/CSSStyleRule.h virtual CSSRule::Type type() const OVERRIDE { return STYLE_RULE; } type 291 Source/core/css/CSSStyleSheet.cpp if (rule->type() == CSSRule::CHARSET_RULE) type 128 Source/core/css/CSSStyleSheet.h virtual String type() const OVERRIDE { return "text/css"; } type 48 Source/core/css/CSSSupportsRule.h virtual CSSRule::Type type() const OVERRIDE { return SUPPORTS_RULE; } type 834 Source/core/css/CSSTokenizer-in.cpp inline void CSSTokenizer::detectNumberToken(CharacterType* type, int length) type 838 Source/core/css/CSSTokenizer-in.cpp SWITCH(type, length) { type 1266 Source/core/css/CSSTokenizer-in.cpp SrcCharacterType* type = currentCharacter<SrcCharacterType>(); type 1273 Source/core/css/CSSTokenizer-in.cpp detectNumberToken(type, currentCharacter<SrcCharacterType>() - type); type 62 Source/core/css/CSSTransformValue.h static PassRefPtrWillBeRawPtr<CSSTransformValue> create(TransformOperationType type) type 64 Source/core/css/CSSTransformValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSTransformValue(type)); type 34 Source/core/css/CSSUnknownRule.h virtual CSSRule::Type type() const OVERRIDE { return UNKNOWN_RULE; } type 98 Source/core/css/CSSValuePool.cpp PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSValuePool::createValue(double value, CSSPrimitiveValue::UnitTypes type) type 101 Source/core/css/CSSValuePool.cpp return CSSPrimitiveValue::create(value, type); type 105 Source/core/css/CSSValuePool.cpp return CSSPrimitiveValue::create(value, type); type 107 Source/core/css/CSSValuePool.cpp switch (type) { type 110 Source/core/css/CSSValuePool.cpp m_pixelValueCache[intValue] = CSSPrimitiveValue::create(value, type); type 114 Source/core/css/CSSValuePool.cpp m_percentValueCache[intValue] = CSSPrimitiveValue::create(value, type); type 118 Source/core/css/CSSValuePool.cpp m_numberValueCache[intValue] = CSSPrimitiveValue::create(value, type); type 121 Source/core/css/CSSValuePool.cpp return CSSPrimitiveValue::create(value, type); type 54 Source/core/css/CSSValuePool.h PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(const String& value, CSSPrimitiveValue::UnitTypes type) { return CSSPrimitiveValue::create(value, type); } type 51 Source/core/css/CSSViewportRule.h virtual CSSRule::Type type() const OVERRIDE { return VIEWPORT_RULE; } type 179 Source/core/css/ElementRuleCollector.cpp switch (rule->type()) { type 199 Source/core/css/ElementRuleCollector.cpp CSSRule::Type cssRuleType = cssRule->type(); type 339 Source/core/css/MediaQueryEvaluator.cpp unsigned short type = primitiveValue->primitiveType(); type 341 Source/core/css/MediaQueryEvaluator.cpp if (type == CSSPrimitiveValue::CSS_EMS || type == CSSPrimitiveValue::CSS_REMS) { type 346 Source/core/css/MediaQueryEvaluator.cpp } else if (type == CSSPrimitiveValue::CSS_PX) { type 329 Source/core/css/PropertySetCSSStyleDeclaration.cpp void StyleRuleCSSStyleDeclaration::didMutate(MutationType type) type 331 Source/core/css/PropertySetCSSStyleDeclaration.cpp if (type == PropertyChanged) type 356 Source/core/css/PropertySetCSSStyleDeclaration.cpp void InlineCSSStyleDeclaration::didMutate(MutationType type) type 358 Source/core/css/PropertySetCSSStyleDeclaration.cpp if (type == NoChanges) type 71 Source/core/css/SelectorChecker.cpp if (!root || root->type() != ShadowRoot::UserAgentShadowRoot) type 218 Source/core/css/SelectorChecker.cpp return node && node->isShadowRoot() && toShadowRoot(node)->type() == ShadowRoot::AuthorShadowRoot; type 60 Source/core/css/SiblingTraversalStrategies.h inline bool DOMSiblingTraversalStrategy::isFirstOfType(Element& element, const QualifiedName& type) const type 63 Source/core/css/SiblingTraversalStrategies.h if (sibling->hasTagName(type)) type 69 Source/core/css/SiblingTraversalStrategies.h inline bool DOMSiblingTraversalStrategy::isLastOfType(Element& element, const QualifiedName& type) const type 72 Source/core/css/SiblingTraversalStrategies.h if (sibling->hasTagName(type)) type 87 Source/core/css/SiblingTraversalStrategies.h inline int DOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element& element, const QualifiedName& type) const type 91 Source/core/css/SiblingTraversalStrategies.h if (sibling->hasTagName(type)) type 107 Source/core/css/SiblingTraversalStrategies.h inline int DOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element& element, const QualifiedName& type) const type 111 Source/core/css/SiblingTraversalStrategies.h if (sibling->hasTagName(type)) type 164 Source/core/css/SiblingTraversalStrategies.h inline bool ShadowDOMSiblingTraversalStrategy::isFirstOfType(Element& element, const QualifiedName& type) const type 169 Source/core/css/SiblingTraversalStrategies.h if (m_siblings[i]->hasTagName(type)) type 176 Source/core/css/SiblingTraversalStrategies.h inline bool ShadowDOMSiblingTraversalStrategy::isLastOfType(Element& element, const QualifiedName& type) const type 181 Source/core/css/SiblingTraversalStrategies.h if (m_siblings[i]->hasTagName(type)) type 214 Source/core/css/SiblingTraversalStrategies.h inline int ShadowDOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element& element, const QualifiedName& type) const type 220 Source/core/css/SiblingTraversalStrategies.h if (m_siblings[i]->hasTagName(type)) type 227 Source/core/css/SiblingTraversalStrategies.h inline int ShadowDOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element& element, const QualifiedName& type) const type 233 Source/core/css/SiblingTraversalStrategies.h if (m_siblings[i]->hasTagName(type)) type 70 Source/core/css/StyleMedia.cpp MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get()); type 43 Source/core/css/StyleMedia.h AtomicString type() const; type 57 Source/core/css/StyleRule.cpp switch (type()) { type 96 Source/core/css/StyleRule.cpp switch (type()) { type 135 Source/core/css/StyleRule.cpp switch (type()) { type 174 Source/core/css/StyleRule.cpp switch (type()) { type 209 Source/core/css/StyleRule.cpp switch (type()) { type 336 Source/core/css/StyleRule.cpp StyleRuleGroup::StyleRuleGroup(Type type, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& adoptRule) type 337 Source/core/css/StyleRule.cpp : StyleRuleBase(type) type 56 Source/core/css/StyleRule.h Type type() const { return static_cast<Type>(m_type); } type 58 Source/core/css/StyleRule.h bool isCharsetRule() const { return type() == Charset; } type 59 Source/core/css/StyleRule.h bool isFontFaceRule() const { return type() == FontFace; } type 60 Source/core/css/StyleRule.h bool isKeyframesRule() const { return type() == Keyframes; } type 61 Source/core/css/StyleRule.h bool isMediaRule() const { return type() == Media; } type 62 Source/core/css/StyleRule.h bool isPageRule() const { return type() == Page; } type 63 Source/core/css/StyleRule.h bool isStyleRule() const { return type() == Style; } type 64 Source/core/css/StyleRule.h bool isSupportsRule() const { return type() == Supports; } type 65 Source/core/css/StyleRule.h bool isViewportRule() const { return type() == Viewport; } type 66 Source/core/css/StyleRule.h bool isImportRule() const { return type() == Import; } type 67 Source/core/css/StyleRule.h bool isFilterRule() const { return type() == Filter; } type 88 Source/core/css/StyleRule.h StyleRuleBase(Type type) : m_type(type) { } type 48 Source/core/css/StyleSheet.h virtual String type() const = 0; type 486 Source/core/css/StyleSheetContents.cpp switch (rule->type()) { type 119 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp switch (rule->type()) { type 1458 Source/core/css/parser/BisonCSSParser-in.cpp RefPtrWillBeRawPtr<CSSTransformValue> transformValue = CSSTransformValue::create(info.type()); type 1466 Source/core/css/parser/BisonCSSParser-in.cpp if (info.type() == CSSTransformValue::Rotate3DTransformOperation && argNumber == 3) { type 1470 Source/core/css/parser/BisonCSSParser-in.cpp } else if (info.type() == CSSTransformValue::Translate3DTransformOperation && argNumber == 2) { type 1474 Source/core/css/parser/BisonCSSParser-in.cpp } else if (info.type() == CSSTransformValue::TranslateZTransformOperation && !argNumber) { type 1478 Source/core/css/parser/BisonCSSParser-in.cpp } else if (info.type() == CSSTransformValue::PerspectiveTransformOperation && !argNumber) { type 47 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readRestrictor(MediaQueryTokenType type, TokenIterator& token) type 49 Source/core/css/parser/MediaQueryParser.cpp readMediaType(type, token); type 52 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readMediaType(MediaQueryTokenType type, TokenIterator& token) type 54 Source/core/css/parser/MediaQueryParser.cpp if (type == LeftParenthesisToken) { type 56 Source/core/css/parser/MediaQueryParser.cpp } else if (type == IdentToken) { type 65 Source/core/css/parser/MediaQueryParser.cpp } else if (type == EOFToken && (!m_querySet->queryVector().size() || m_state != ReadRestrictor)) { type 68 Source/core/css/parser/MediaQueryParser.cpp if (type == CommaToken) type 74 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readAnd(MediaQueryTokenType type, TokenIterator& token) type 76 Source/core/css/parser/MediaQueryParser.cpp if (type == IdentToken && equalIgnoringCase(token->value(), "and")) { type 78 Source/core/css/parser/MediaQueryParser.cpp } else if (type == CommaToken) { type 81 Source/core/css/parser/MediaQueryParser.cpp } else if (type == EOFToken) { type 88 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readFeatureStart(MediaQueryTokenType type, TokenIterator& token) type 90 Source/core/css/parser/MediaQueryParser.cpp if (type == LeftParenthesisToken) type 96 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readFeature(MediaQueryTokenType type, TokenIterator& token) type 98 Source/core/css/parser/MediaQueryParser.cpp if (type == IdentToken) { type 106 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readFeatureColon(MediaQueryTokenType type, TokenIterator& token) type 108 Source/core/css/parser/MediaQueryParser.cpp if (type == ColonToken) { type 110 Source/core/css/parser/MediaQueryParser.cpp } else if (type == RightParenthesisToken || type == EOFToken) { type 118 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readFeatureValue(MediaQueryTokenType type, TokenIterator& token) type 120 Source/core/css/parser/MediaQueryParser.cpp if (type == DimensionToken && token->unitType() == CSSPrimitiveValue::CSS_UNKNOWN) { type 123 Source/core/css/parser/MediaQueryParser.cpp m_mediaQueryData.addParserValue(type, *token); type 128 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::readFeatureEnd(MediaQueryTokenType type, TokenIterator& token) type 130 Source/core/css/parser/MediaQueryParser.cpp if (type == RightParenthesisToken || type == EOFToken) { type 135 Source/core/css/parser/MediaQueryParser.cpp } else if (type == DelimiterToken && token->delimiter() == '/') { type 136 Source/core/css/parser/MediaQueryParser.cpp m_mediaQueryData.addParserValue(type, *token); type 143 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::skipUntilComma(MediaQueryTokenType type, TokenIterator& token) type 145 Source/core/css/parser/MediaQueryParser.cpp if ((type == CommaToken && m_blockStack.isEmpty()) || type == EOFToken) { type 152 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::skipUntilBlockEnd(MediaQueryTokenType type, TokenIterator& token) type 158 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::done(MediaQueryTokenType type, TokenIterator& token) { } type 160 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::popIfBlockMatches(Vector<BlockType>& blockStack, BlockType type) type 162 Source/core/css/parser/MediaQueryParser.cpp if (!blockStack.isEmpty() && blockStack.last() == type) type 166 Source/core/css/parser/MediaQueryParser.cpp bool MediaQueryParser::observeBlock(BlockParameters& parameters, MediaQueryTokenType type) type 168 Source/core/css/parser/MediaQueryParser.cpp if (type == parameters.leftToken) { type 172 Source/core/css/parser/MediaQueryParser.cpp } else if (type == parameters.rightToken) { type 180 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::observeBlocks(MediaQueryTokenType type) type 191 Source/core/css/parser/MediaQueryParser.cpp if (observeBlock(blockParameterSet[i], type)) type 198 Source/core/css/parser/MediaQueryParser.cpp MediaQueryTokenType type = token->type(); type 200 Source/core/css/parser/MediaQueryParser.cpp observeBlocks(type); type 203 Source/core/css/parser/MediaQueryParser.cpp if (type != WhitespaceToken && type != CommentToken) type 204 Source/core/css/parser/MediaQueryParser.cpp ((this)->*(m_state))(type, token); type 255 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryData::addParserValue(MediaQueryTokenType type, MediaQueryToken& token) type 258 Source/core/css/parser/MediaQueryParser.cpp if (type == NumberToken || type == PercentageToken || type == DimensionToken) { type 261 Source/core/css/parser/MediaQueryParser.cpp } else if (type == DelimiterToken) { type 15 Source/core/css/parser/MediaQueryToken.cpp MediaQueryToken::MediaQueryToken(MediaQueryTokenType type) type 16 Source/core/css/parser/MediaQueryToken.cpp : m_type(type) type 24 Source/core/css/parser/MediaQueryToken.cpp MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, UChar c) type 25 Source/core/css/parser/MediaQueryToken.cpp : m_type(type) type 33 Source/core/css/parser/MediaQueryToken.cpp MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, String value) type 34 Source/core/css/parser/MediaQueryToken.cpp : m_type(type) type 42 Source/core/css/parser/MediaQueryToken.cpp MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, double numericValue, NumericValueType numericValueType) type 43 Source/core/css/parser/MediaQueryToken.cpp : m_type(type) type 49 Source/core/css/parser/MediaQueryToken.cpp ASSERT(type == NumberToken); type 55 Source/core/css/parser/MediaQueryToken.h MediaQueryTokenType type() const { return m_type; } type 193 Source/core/css/parser/MediaQueryTokenizer.cpp if (token.type() == EOFToken) type 284 Source/core/css/parser/MediaQueryTokenizer.cpp NumericValueType type = IntegerValueType; type 298 Source/core/css/parser/MediaQueryTokenizer.cpp type = NumberValueType; type 300 Source/core/css/parser/MediaQueryTokenizer.cpp return MediaQueryToken(NumberToken, value, type); type 60 Source/core/css/parser/MediaQueryTokenizerTest.cpp ASSERT_EQ(tokens[0].type(), tokenType); type 63 Source/core/css/resolver/CSSToStyleMap.cpp layer->setAttachment(FillLayer::initialFillAttachment(layer->type())); type 89 Source/core/css/resolver/CSSToStyleMap.cpp layer->setClip(FillLayer::initialFillClip(layer->type())); type 103 Source/core/css/resolver/CSSToStyleMap.cpp layer->setComposite(FillLayer::initialFillComposite(layer->type())); type 117 Source/core/css/resolver/CSSToStyleMap.cpp layer->setBlendMode(FillLayer::initialFillBlendMode(layer->type())); type 131 Source/core/css/resolver/CSSToStyleMap.cpp layer->setOrigin(FillLayer::initialFillOrigin(layer->type())); type 146 Source/core/css/resolver/CSSToStyleMap.cpp layer->setImage(FillLayer::initialFillImage(layer->type())); type 156 Source/core/css/resolver/CSSToStyleMap.cpp layer->setRepeatX(FillLayer::initialFillRepeatX(layer->type())); type 170 Source/core/css/resolver/CSSToStyleMap.cpp layer->setRepeatY(FillLayer::initialFillRepeatY(layer->type())); type 184 Source/core/css/resolver/CSSToStyleMap.cpp layer->setSizeType(FillLayer::initialFillSizeType(layer->type())); type 185 Source/core/css/resolver/CSSToStyleMap.cpp layer->setSizeLength(FillLayer::initialFillSizeLength(layer->type())); type 200 Source/core/css/resolver/CSSToStyleMap.cpp LengthSize b = FillLayer::initialFillSizeLength(layer->type()); type 226 Source/core/css/resolver/CSSToStyleMap.cpp layer->setXPosition(FillLayer::initialFillXPosition(layer->type())); type 250 Source/core/css/resolver/CSSToStyleMap.cpp layer->setYPosition(FillLayer::initialFillYPosition(layer->type())); type 273 Source/core/css/resolver/CSSToStyleMap.cpp EMaskSourceType type = FillLayer::initialFillMaskSourceType(layer->type()); type 275 Source/core/css/resolver/CSSToStyleMap.cpp layer->setMaskSourceType(type); type 284 Source/core/css/resolver/CSSToStyleMap.cpp type = MaskAlpha; type 287 Source/core/css/resolver/CSSToStyleMap.cpp type = MaskLuminance; type 295 Source/core/css/resolver/CSSToStyleMap.cpp layer->setMaskSourceType(type); type 511 Source/core/css/resolver/CSSToStyleMap.cpp bool isStepMiddleFunction = (timingFunction->type() == TimingFunction::StepsFunction) && (toStepsTimingFunction(*timingFunction).stepAtPosition() == StepsTimingFunction::StepAtMiddle); type 42 Source/core/css/resolver/FilterOperationResolver.cpp static FilterOperation::OperationType filterOperationForType(CSSFilterValue::FilterOperationType type) type 44 Source/core/css/resolver/FilterOperationResolver.cpp switch (type) { type 57 Source/core/css/resolver/StyleResourceLoader.cpp if (filterOperation->type() == FilterOperation::REFERENCE) { type 53 Source/core/css/resolver/TransformBuilder.cpp static TransformOperation::OperationType getTransformOperationType(CSSTransformValue::TransformOperationType type) type 55 Source/core/css/resolver/TransformBuilder.cpp switch (type) { type 146 Source/core/dom/Attr.cpp bool Attr::childTypeAllowed(NodeType type) const type 148 Source/core/dom/Attr.cpp return TEXT_NODE == type; type 54 Source/core/dom/CharacterData.h CharacterData(TreeScope& treeScope, const String& text, ConstructionType type) type 55 Source/core/dom/CharacterData.h : Node(&treeScope, type) type 58 Source/core/dom/CharacterData.h ASSERT(type == CreateOther || type == CreateText || type == CreateEditingText); type 43 Source/core/dom/ClassCollection.h static PassRefPtr<ClassCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& classNames) type 45 Source/core/dom/ClassCollection.h ASSERT_UNUSED(type, type == ClassCollectionType); type 1090 Source/core/dom/ContainerNode.cpp CollectionType type = onlyMatchImgElements ? RadioImgNodeListType : RadioNodeListType; type 1091 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<RadioNodeList>(*this, type, name); type 246 Source/core/dom/ContainerNode.h inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type) type 247 Source/core/dom/ContainerNode.h : Node(treeScope, type) type 96 Source/core/dom/ContextFeatures.h inline bool ContextFeatures::isEnabled(Document* document, FeatureType type, bool defaultValue) const type 100 Source/core/dom/ContextFeatures.h return m_client->isEnabled(document, type, defaultValue); type 44 Source/core/dom/ContextLifecycleObserver.cpp ContextLifecycleObserver::ContextLifecycleObserver(ExecutionContext* executionContext, Type type) type 45 Source/core/dom/ContextLifecycleObserver.cpp : LifecycleObserver<ExecutionContext>(executionContext, type) type 352 Source/core/dom/DOMImplementation.cpp PassRefPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode) type 354 Source/core/dom/DOMImplementation.cpp return createDocument(type, DocumentInit(url, frame), inViewSourceMode); type 357 Source/core/dom/DOMImplementation.cpp PassRefPtr<Document> DOMImplementation::createDocument(const String& type, const DocumentInit& init, bool inViewSourceMode) type 360 Source/core/dom/DOMImplementation.cpp return HTMLViewSourceDocument::create(init, type); type 363 Source/core/dom/DOMImplementation.cpp if (type == "text/html") type 365 Source/core/dom/DOMImplementation.cpp if (type == "application/xhtml+xml") type 374 Source/core/dom/DOMImplementation.cpp if ((type == "application/pdf" || type == "text/pdf") && pluginData && pluginData->supportsMimeType(type)) type 376 Source/core/dom/DOMImplementation.cpp if (Image::supportsType(type)) type 380 Source/core/dom/DOMImplementation.cpp if (HTMLMediaElement::supportsType(ContentType(type))) type 386 Source/core/dom/DOMImplementation.cpp if (type != "text/plain" && pluginData && pluginData->supportsMimeType(type)) type 388 Source/core/dom/DOMImplementation.cpp if (isTextMIMEType(type)) type 390 Source/core/dom/DOMImplementation.cpp if (type == "image/svg+xml") type 392 Source/core/dom/DOMImplementation.cpp if (isXMLMIMEType(type)) type 3048 Source/core/dom/Document.cpp return settings() && settings()->viewportMetaMergeContentQuirk() && m_legacyViewportDescription.isMetaViewportType() && m_legacyViewportDescription.type == origin; type 3065 Source/core/dom/Document.cpp if (m_viewportDescription.type == ViewportDescription::AuthorStyleSheet) type 3071 Source/core/dom/Document.cpp if (!shouldOverrideLegacyDescription(viewportDescription.type)) type 3163 Source/core/dom/Document.cpp bool Document::childTypeAllowed(NodeType type) const type 3165 Source/core/dom/Document.cpp switch (type) { type 3180 Source/core/dom/Document.cpp if (c->nodeType() == type) type 3435 Source/core/dom/Document.cpp bool Document::setFocusedElement(PassRefPtr<Element> prpNewFocusedElement, FocusType type) type 3508 Source/core/dom/Document.cpp m_focusedElement->dispatchFocusEvent(oldFocusedElement.get(), type); type 4264 Source/core/dom/Document.cpp if (!equalIgnoringCase(linkElement->type(), openSearchMIMEType) || !equalIgnoringCase(linkElement->rel(), openSearchRelation)) type 4387 Source/core/dom/Document.cpp PassRefPtr<HTMLCollection> Document::ensureCachedCollection(CollectionType type) type 4389 Source/core/dom/Document.cpp return ensureRareData().ensureNodeLists().addCache<HTMLCollection>(*this, type); type 4528 Source/core/dom/Document.cpp IconURL newURL(linkElement->href(), linkElement->iconSizes(), linkElement->type(), linkElement->iconType()); type 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) type 4759 Source/core/dom/Document.cpp CanvasRenderingContext* context = element.getContext(type); type 5494 Source/core/dom/Document.cpp template<unsigned type> type 5497 Source/core/dom/Document.cpp if (nodeListCounts[type] && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<NodeListInvalidationType>(type), attrName)) type 5499 Source/core/dom/Document.cpp return shouldInvalidateNodeListCachesForAttr<type + 1>(nodeListCounts, attrName); type 5513 Source/core/dom/Document.cpp for (int type = 0; type < numNodeListInvalidationTypes; type++) { type 5514 Source/core/dom/Document.cpp if (m_nodeListCounts[type]) type 715 Source/core/dom/Document.h bool hasMutationObserversOfType(MutationObserver::MutationType type) const type 717 Source/core/dom/Document.h return m_mutationObserverTypes & type; type 857 Source/core/dom/Document.h void getCSSCanvasContext(const String& type, const String& name, int width, int height, bool&, RefPtr<CanvasRenderingContext2D>&, bool&, RefPtr<WebGLRenderingContext>&); type 1383 Source/core/dom/Document.h return origin >= m_legacyViewportDescription.type; type 53 Source/core/dom/DocumentFragment.cpp bool DocumentFragment::childTypeAllowed(NodeType type) const type 55 Source/core/dom/DocumentFragment.cpp switch (type) { type 108 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset) type 109 Source/core/dom/DocumentMarker.cpp : m_type(type) type 116 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const String& description) type 117 Source/core/dom/DocumentMarker.cpp : m_type(type) type 125 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash) type 126 Source/core/dom/DocumentMarker.cpp : m_type(type) type 143 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, PassRefPtr<DocumentMarkerDetails> details) type 144 Source/core/dom/DocumentMarker.cpp : m_type(type) type 61 Source/core/dom/DocumentMarker.h bool contains(MarkerType type) const { return m_mask & type; } type 103 Source/core/dom/DocumentMarker.h MarkerType type() const { return m_type; } type 123 Source/core/dom/DocumentMarker.h return type() == o.type() && startOffset() == o.startOffset() && endOffset() == o.endOffset(); type 45 Source/core/dom/DocumentMarkerController.cpp DocumentMarker::MarkerTypeIndex MarkerTypeToMarkerIndex(DocumentMarker::MarkerType type) type 47 Source/core/dom/DocumentMarkerController.cpp switch (type) { type 84 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description, uint32_t hash) type 89 Source/core/dom/DocumentMarkerController.cpp addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description, hash)); type 93 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description) type 98 Source/core/dom/DocumentMarkerController.cpp addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description)); type 102 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type) type 107 Source/core/dom/DocumentMarkerController.cpp addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset())); type 112 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarkerToNode(Node* node, unsigned startOffset, unsigned length, DocumentMarker::MarkerType type) type 114 Source/core/dom/DocumentMarkerController.cpp addMarker(node, DocumentMarker(type, startOffset, startOffset + length)); type 117 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarkerToNode(Node* node, unsigned startOffset, unsigned length, DocumentMarker::MarkerType type, PassRefPtr<DocumentMarkerDetails> details) type 119 Source/core/dom/DocumentMarkerController.cpp addMarker(node, DocumentMarker(type, startOffset, startOffset + length, details)); type 201 Source/core/dom/DocumentMarkerController.cpp m_possiblyExistingMarkerTypes.add(newMarker.type()); type 209 Source/core/dom/DocumentMarkerController.cpp DocumentMarker::MarkerTypeIndex markerListIndex = MarkerTypeToMarkerIndex(newMarker.type()); type 219 Source/core/dom/DocumentMarkerController.cpp if (toInsert.type() != DocumentMarker::TextMatch) { type 316 Source/core/dom/DocumentMarkerController.cpp if (!markerTypes.contains(list->begin()->type())) type 408 Source/core/dom/DocumentMarkerController.cpp if (!list || list->isEmpty() || !markerTypes.contains(list->begin()->type())) type 452 Source/core/dom/DocumentMarkerController.cpp if (!markerTypes.contains(marker->type())) type 479 Source/core/dom/DocumentMarkerController.cpp if (!list || list->isEmpty() || list->begin()->type() != markerType) type 544 Source/core/dom/DocumentMarkerController.cpp if (markerTypes.contains(list->begin()->type())) { type 582 Source/core/dom/DocumentMarkerController.cpp if (!list || list->isEmpty() || !markerTypes.contains(list->begin()->type())) type 702 Source/core/dom/DocumentMarkerController.cpp if (!markerTypes.contains(marker->type())) type 727 Source/core/dom/DocumentMarkerController.cpp fprintf(stderr, " %d:[%d:%d](%d)", marker.type(), marker.startOffset(), marker.endOffset(), marker.activeMatch()); type 1748 Source/core/dom/Element.cpp if (shadowRoot->type() == ShadowRoot::AuthorShadowRoot) type 1761 Source/core/dom/Element.cpp ASSERT(shadowRoot->type() == ShadowRoot::UserAgentShadowRoot); type 1778 Source/core/dom/Element.cpp bool Element::childTypeAllowed(NodeType type) const type 1780 Source/core/dom/Element.cpp switch (type) { type 2120 Source/core/dom/Element.cpp void Element::focus(bool restorePreviousSelection, FocusType type) type 2147 Source/core/dom/Element.cpp if (!page->focusController().setFocusedElement(this, doc.frame(), type)) type 2429 Source/core/dom/Element.cpp if (root->type() == ShadowRoot::UserAgentShadowRoot) type 2967 Source/core/dom/Element.cpp PassRefPtr<HTMLCollection> Element::ensureCachedHTMLCollection(CollectionType type) type 2969 Source/core/dom/Element.cpp if (HTMLCollection* collection = cachedHTMLCollection(type)) type 2972 Source/core/dom/Element.cpp if (type == TableRows) { type 2974 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLTableRowsCollection>(*this, type); type 2975 Source/core/dom/Element.cpp } else if (type == SelectOptions) { type 2977 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLOptionsCollection>(*this, type); type 2978 Source/core/dom/Element.cpp } else if (type == FormControls) { type 2980 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLFormControlsCollection>(*this, type); type 2982 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLCollection>(*this, type); type 2990 Source/core/dom/Element.cpp HTMLCollection* Element::cachedHTMLCollection(CollectionType type) type 2992 Source/core/dom/Element.cpp return hasRareData() && rareData()->nodeLists() ? rareData()->nodeLists()->cached<HTMLCollection>(type) : 0; type 514 Source/core/dom/Element.h Element(const QualifiedName& tagName, Document* document, ConstructionType type) type 515 Source/core/dom/Element.h : ContainerNode(document, type) type 59 Source/core/dom/IconURL.h IconURL(const KURL& url, const Vector<IntSize>& sizes, const String& mimeType, IconType type) type 60 Source/core/dom/IconURL.h : m_iconType(type) type 66 Source/core/dom/LiveNodeListBase.h ALWAYS_INLINE bool hasIdNameCache() const { return !isLiveNodeListType(type()); } type 69 Source/core/dom/LiveNodeListBase.h ALWAYS_INLINE CollectionType type() const { return static_cast<CollectionType>(m_collectionType); } type 110 Source/core/dom/LiveNodeListBase.h ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName) type 112 Source/core/dom/LiveNodeListBase.h switch (type) { type 225 Source/core/dom/MessagePort.cpp String type; type 227 Source/core/dom/MessagePort.cpp type = "null"; type 229 Source/core/dom/MessagePort.cpp type = "already neutered"; type 231 Source/core/dom/MessagePort.cpp type = "a duplicate"; type 232 Source/core/dom/MessagePort.cpp exceptionState.throwDOMException(DataCloneError, "Port at index " + String::number(i) + " is " + type + "."); type 39 Source/core/dom/MutationObserverInterestGroup.cpp PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName) type 41 Source/core/dom/MutationObserverInterestGroup.cpp ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName); type 43 Source/core/dom/MutationObserverInterestGroup.cpp target.getRegisteredMutationObserversOfType(observers, type, attributeName); type 106 Source/core/dom/MutationObserverRegistration.cpp bool MutationObserverRegistration::shouldReceiveMutationFrom(Node& node, MutationObserver::MutationType type, const QualifiedName* attributeName) const type 108 Source/core/dom/MutationObserverRegistration.cpp ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName); type 109 Source/core/dom/MutationObserverRegistration.cpp if (!(m_options & type)) type 115 Source/core/dom/MutationObserverRegistration.cpp if (type != MutationObserver::Attributes || !(m_options & MutationObserver::AttributeFilter)) type 57 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE; type 108 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE; type 124 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE; type 135 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE { return m_record->type(); } type 59 Source/core/dom/MutationRecord.h virtual const AtomicString& type() = 0; type 36 Source/core/dom/NameNodeList.h static PassRefPtr<NameNodeList> create(ContainerNode& rootNode, CollectionType type, const AtomicString& name) type 38 Source/core/dom/NameNodeList.h ASSERT_UNUSED(type, type == NameNodeListType); type 478 Source/core/dom/Node.cpp NodeType type = node->nodeType(); type 479 Source/core/dom/Node.cpp if (type == ELEMENT_NODE) type 485 Source/core/dom/Node.cpp if (type == TEXT_NODE) type 2052 Source/core/dom/Node.cpp static inline void collectMatchingObserversForMutation(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, Registry* registry, Node& target, MutationObserver::MutationType type, const QualifiedName* attributeName) type 2058 Source/core/dom/Node.cpp if (registration.shouldReceiveMutationFrom(target, type, attributeName)) { type 2067 Source/core/dom/Node.cpp void Node::getRegisteredMutationObserversOfType(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, MutationObserver::MutationType type, const QualifiedName* attributeName) type 2069 Source/core/dom/Node.cpp ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName); type 2070 Source/core/dom/Node.cpp collectMatchingObserversForMutation(observers, mutationObserverRegistry(), *this, type, attributeName); type 2071 Source/core/dom/Node.cpp collectMatchingObserversForMutation(observers, transientMutationObserverRegistry(), *this, type, attributeName); type 2073 Source/core/dom/Node.cpp collectMatchingObserversForMutation(observers, node->mutationObserverRegistry(), *this, type, attributeName); type 2074 Source/core/dom/Node.cpp collectMatchingObserversForMutation(observers, node->transientMutationObserverRegistry(), *this, type, attributeName); type 2246 Source/core/dom/Node.cpp const AtomicString& eventType = event->type(); type 2294 Source/core/dom/Node.cpp } else if (event->type() == EventTypeNames::webkitEditableContentChanged) { type 2420 Source/core/dom/Node.cpp if (insertionPoint->containingShadowRoot()->type() != ShadowRoot::UserAgentShadowRoot) type 746 Source/core/dom/Node.h Node(TreeScope* treeScope, ConstructionType type) type 747 Source/core/dom/Node.h : m_nodeFlags(type) type 753 Source/core/dom/Node.h ASSERT(m_treeScope || type == CreateDocument || type == CreateShadowRoot); type 197 Source/core/dom/NodeRareData.h std::pair<unsigned char, StringImpl*> namedNodeListKey(CollectionType type, const AtomicString& name) type 201 Source/core/dom/NodeRareData.h return std::pair<unsigned char, StringImpl*>(type, name.impl()); type 93 Source/core/dom/ProcessingInstruction.cpp String type; type 95 Source/core/dom/ProcessingInstruction.cpp type = i->value; type 97 Source/core/dom/ProcessingInstruction.cpp m_isCSS = type.isEmpty() || type == "text/css"; type 98 Source/core/dom/ProcessingInstruction.cpp m_isXSL = (type == "text/xml" || type == "text/xsl" || type == "application/xml" || type 99 Source/core/dom/ProcessingInstruction.cpp type == "application/xhtml+xml" || type == "application/rss+xml" || type == "application/atom+xml"); type 152 Source/core/dom/ScriptLoader.cpp String type = client()->typeAttributeValue(); type 154 Source/core/dom/ScriptLoader.cpp if (type.isEmpty() && language.isEmpty()) type 156 Source/core/dom/ScriptLoader.cpp if (type.isEmpty()) { type 157 Source/core/dom/ScriptLoader.cpp type = "text/" + language.lower(); type 158 Source/core/dom/ScriptLoader.cpp if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language)) type 160 Source/core/dom/ScriptLoader.cpp } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace()) || (supportLegacyTypes == AllowLegacyTypeInTypeAttribute && isLegacySupportedJavaScriptLanguage(type))) { type 41 Source/core/dom/ScriptedAnimationController.cpp return std::make_pair(event->target(), event->type().impl()); type 343 Source/core/dom/SelectorQuery.cpp if (shadowRoot->type() == ShadowRoot::AuthorShadowRoot) type 372 Source/core/dom/SelectorQuery.cpp ASSERT(youngerShadowRoot->type() == ShadowRoot::AuthorShadowRoot); type 38 Source/core/dom/StyleElement.cpp static bool isCSS(Element* element, const AtomicString& type) type 40 Source/core/dom/StyleElement.cpp return type.isEmpty() || (element->isHTMLElement() ? equalIgnoringCase(type, "text/css") : (type == "text/css")); type 149 Source/core/dom/StyleElement.cpp const AtomicString& type = this->type(); type 151 Source/core/dom/StyleElement.cpp if (isCSS(e, type) && passesContentSecurityPolicyChecks) { type 40 Source/core/dom/StyleElement.h virtual const AtomicString& type() const = 0; type 32 Source/core/dom/TagCollection.cpp TagCollection::TagCollection(ContainerNode& rootNode, CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName) type 33 Source/core/dom/TagCollection.cpp : HTMLCollection(rootNode, type, DoesNotOverrideItemAfter) type 43 Source/core/dom/TagCollection.cpp ownerNode().nodeLists()->removeCache(this, type(), m_localName); type 42 Source/core/dom/TagCollection.h static PassRefPtr<TagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) type 44 Source/core/dom/TagCollection.h ASSERT_UNUSED(type, type == TagCollectionType); type 61 Source/core/dom/TagCollection.h static PassRefPtr<HTMLTagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) type 63 Source/core/dom/TagCollection.h ASSERT_UNUSED(type, type == HTMLTagCollectionType); type 141 Source/core/dom/Text.cpp Node::NodeType type = n->nodeType(); type 142 Source/core/dom/Text.cpp if (type == Node::TEXT_NODE || type == Node::CDATA_SECTION_NODE) { type 156 Source/core/dom/Text.cpp Node::NodeType type = n->nodeType(); type 157 Source/core/dom/Text.cpp if (type == Node::TEXT_NODE || type == Node::CDATA_SECTION_NODE) { type 62 Source/core/dom/Text.h Text(TreeScope& treeScope, const String& data, ConstructionType type) type 63 Source/core/dom/Text.h : CharacterData(treeScope, data, type) type 54 Source/core/dom/ViewportDescription.cpp if (length.type() == ExtendToZoom) type 57 Source/core/dom/ViewportDescription.cpp if (length.type() == Percent && direction == Horizontal) type 60 Source/core/dom/ViewportDescription.cpp if (length.type() == Percent && direction == Vertical) type 63 Source/core/dom/ViewportDescription.cpp if (length.type() == DeviceWidth) type 66 Source/core/dom/ViewportDescription.cpp if (length.type() == DeviceHeight) type 46 Source/core/dom/ViewportDescription.h } type; type 61 Source/core/dom/ViewportDescription.h ViewportDescription(Type type = UserAgentStyleSheet) type 62 Source/core/dom/ViewportDescription.h : type(type) type 107 Source/core/dom/ViewportDescription.h bool isLegacyViewportType() const { return type >= HandheldFriendlyMeta && type <= ViewportMeta; } type 108 Source/core/dom/ViewportDescription.h bool isMetaViewportType() const { return type == ViewportMeta; } type 109 Source/core/dom/ViewportDescription.h bool isSpecifiedByAuthor() const { return type != UserAgentStyleSheet; } type 45 Source/core/dom/custom/CustomElementDescriptor.h CustomElementDescriptor(const AtomicString& type, const AtomicString& namespaceURI, const AtomicString& localName) type 46 Source/core/dom/custom/CustomElementDescriptor.h : m_type(type) type 64 Source/core/dom/custom/CustomElementDescriptor.h const AtomicString& type() const { return m_type; } type 44 Source/core/dom/custom/CustomElementDescriptorHash.h return WTF::pairIntHash(AtomicStringHash::hash(descriptor.type()), WTF::pairIntHash(AtomicStringHash::hash(descriptor.namespaceURI()), AtomicStringHash::hash(descriptor.localName()))); type 39 Source/core/dom/custom/CustomElementException.cpp String CustomElementException::preamble(const AtomicString& type) type 41 Source/core/dom/custom/CustomElementException.cpp return "Registration failed for type '" + type + "'. "; type 44 Source/core/dom/custom/CustomElementException.cpp void CustomElementException::throwException(Reason reason, const AtomicString& type, ExceptionState& exceptionState) type 48 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions."); type 52 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable."); type 56 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid."); type 60 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid."); type 64 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The context is no longer valid."); type 68 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is not a valid tag name."); type 72 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is a custom element name. Use inheritance instead."); type 76 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(SyntaxError, preamble(type) + "The type name is invalid."); type 80 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object."); type 84 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype option is not an object."); type 88 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "A type with that name is already registered."); type 57 Source/core/dom/custom/CustomElementException.h static void throwException(Reason, const AtomicString& type, ExceptionState&); type 62 Source/core/dom/custom/CustomElementException.h static String preamble(const AtomicString& type); type 53 Source/core/dom/custom/CustomElementLifecycleCallbacks.h bool hasCallback(CallbackType type) const { return m_which & type; } type 48 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState& exceptionState) type 50 Source/core/dom/custom/CustomElementRegistrationContext.cpp CustomElementDefinition* definition = m_registry.registerElement(document, constructorBuilder, type, validNames, exceptionState); type 81 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::didGiveTypeExtension(Element* element, const AtomicString& type) type 83 Source/core/dom/custom/CustomElementRegistrationContext.cpp resolveOrScheduleResolution(element, type); type 90 Source/core/dom/custom/CustomElementRegistrationContext.cpp const AtomicString& type = CustomElement::isValidName(element->localName()) type 93 Source/core/dom/custom/CustomElementRegistrationContext.cpp ASSERT(!type.isNull()); type 95 Source/core/dom/custom/CustomElementRegistrationContext.cpp CustomElementDescriptor descriptor(type, element->namespaceURI(), element->localName()); type 117 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::setIsAttributeAndTypeExtension(Element* element, const AtomicString& type) type 120 Source/core/dom/custom/CustomElementRegistrationContext.cpp ASSERT(!type.isEmpty()); type 121 Source/core/dom/custom/CustomElementRegistrationContext.cpp element->setAttribute(HTMLNames::isAttr, type); type 122 Source/core/dom/custom/CustomElementRegistrationContext.cpp setTypeExtension(element, type); type 125 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::setTypeExtension(Element* element, const AtomicString& type) type 145 Source/core/dom/custom/CustomElementRegistrationContext.cpp context->didGiveTypeExtension(element, type); type 58 Source/core/dom/custom/CustomElementRegistrationContext.h void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&); type 61 Source/core/dom/custom/CustomElementRegistrationContext.h static void setIsAttributeAndTypeExtension(Element*, const AtomicString& type); type 62 Source/core/dom/custom/CustomElementRegistrationContext.h static void setTypeExtension(Element*, const AtomicString& type); type 70 Source/core/dom/custom/CustomElementRegistrationContext.h void didGiveTypeExtension(Element*, const AtomicString& type); type 67 Source/core/dom/custom/CustomElementRegistry.cpp AtomicString type = userSuppliedName.lower(); type 70 Source/core/dom/custom/CustomElementRegistry.cpp CustomElementException::throwException(CustomElementException::CannotRegisterFromExtension, type, exceptionState); type 74 Source/core/dom/custom/CustomElementRegistry.cpp if (!CustomElement::isValidName(type, validNames)) { type 75 Source/core/dom/custom/CustomElementRegistry.cpp CustomElementException::throwException(CustomElementException::InvalidName, type, exceptionState); type 80 Source/core/dom/custom/CustomElementRegistry.cpp if (!constructorBuilder->validateOptions(type, tagName, exceptionState)) type 86 Source/core/dom/custom/CustomElementRegistry.cpp if (m_registeredTypeNames.contains(type)) { type 87 Source/core/dom/custom/CustomElementRegistry.cpp CustomElementException::throwException(CustomElementException::TypeAlreadyRegistered, type, exceptionState); type 98 Source/core/dom/custom/CustomElementRegistry.cpp CustomElementException::throwException(CustomElementException::ContextDestroyedCreatingCallbacks, type, exceptionState); type 102 Source/core/dom/custom/CustomElementRegistry.cpp const CustomElementDescriptor descriptor(type, tagName.namespaceURI(), tagName.localName()); type 109 Source/core/dom/custom/CustomElementRegistry.cpp m_registeredTypeNames.add(descriptor.type()); type 112 Source/core/dom/custom/CustomElementRegistry.cpp CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefinition, type, exceptionState); type 49 Source/core/dom/custom/CustomElementScheduler.cpp void CustomElementScheduler::scheduleCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, CustomElementLifecycleCallbacks::CallbackType type) type 51 Source/core/dom/custom/CustomElementScheduler.cpp ASSERT(type != CustomElementLifecycleCallbacks::AttributeChanged); type 53 Source/core/dom/custom/CustomElementScheduler.cpp if (!callbacks->hasCallback(type)) type 57 Source/core/dom/custom/CustomElementScheduler.cpp queue.append(CustomElementCallbackInvocation::createInvocation(callbacks, type)); type 142 Source/core/dom/shadow/ElementShadow.cpp ShadowRoot& ElementShadow::addShadowRoot(Element& shadowHost, ShadowRoot::ShadowRootType type) type 144 Source/core/dom/shadow/ElementShadow.cpp RefPtr<ShadowRoot> shadowRoot = ShadowRoot::create(shadowHost.document(), type); type 323 Source/core/dom/shadow/ElementShadow.cpp } else if (root->olderShadowRoot()->type() == root->type()) { type 53 Source/core/dom/shadow/ShadowRoot.cpp ShadowRoot::ShadowRoot(Document& document, ShadowRootType type) type 60 Source/core/dom/shadow/ShadowRoot.cpp , m_type(type) type 110 Source/core/dom/shadow/ShadowRoot.cpp if (type() != AuthorShadowRoot) type 113 Source/core/dom/shadow/ShadowRoot.cpp return older->type() == UserAgentShadowRoot; type 58 Source/core/dom/shadow/ShadowRoot.h static PassRefPtr<ShadowRoot> create(Document& document, ShadowRootType type) type 60 Source/core/dom/shadow/ShadowRoot.h return adoptRef(new ShadowRoot(document, type)); type 74 Source/core/dom/shadow/ShadowRoot.h bool shouldExposeToBindings() const { return type() == AuthorShadowRoot; } type 105 Source/core/dom/shadow/ShadowRoot.h ShadowRootType type() const { return static_cast<ShadowRootType>(m_type); } type 507 Source/core/editing/CompositeEditCommand.cpp markerController.addMarker(newRange.get(), markers[i].type(), markers[i].description()); type 215 Source/core/editing/EditingBehavior.cpp if (keyEvent->type() == PlatformEvent::RawKeyDown) { type 32 Source/core/editing/EditingBehavior.h explicit EditingBehavior(EditingBehaviorType type) type 33 Source/core/editing/EditingBehavior.h : m_type(type) type 125 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyEditingProperties(StyleDeclarationType* style, EditingPropertiesType type = OnlyInheritableEditingProperties) type 127 Source/core/editing/EditingStyle.cpp if (type == AllEditingProperties) type 137 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> editingStyleFromComputedStyle(PassRefPtr<CSSComputedStyleDeclaration> style, EditingPropertiesType type = OnlyInheritableEditingProperties) type 141 Source/core/editing/EditingStyle.cpp return copyEditingProperties(style.get(), type); type 47 Source/core/editing/EditorKeyBindings.cpp if (keyEvent->type() == PlatformEvent::RawKeyDown) { type 1123 Source/core/editing/FrameSelection.cpp LayoutUnit FrameSelection::lineDirectionPointForBlockDirectionNavigation(EPositionType type) type 1131 Source/core/editing/FrameSelection.cpp switch (type) { type 37 Source/core/editing/IndentOutdentCommand.h static PassRefPtr<IndentOutdentCommand> create(Document& document, EIndentType type) type 39 Source/core/editing/IndentOutdentCommand.h return adoptRef(new IndentOutdentCommand(document, type)); type 100 Source/core/editing/InsertListCommand.cpp InsertListCommand::InsertListCommand(Document& document, Type type) type 101 Source/core/editing/InsertListCommand.cpp : CompositeEditCommand(document), m_type(type) type 816 Source/core/editing/SpellChecker.cpp if (marker->startOffset() <= startOffset && endOffset <= marker->endOffset() && marker->type() == markerType) type 414 Source/core/editing/TextIterator.cpp ASSERT(youngestShadowRoot->type() == ShadowRoot::AuthorShadowRoot); type 429 Source/core/editing/TextIterator.cpp ASSERT(userAgentShadowRoot->type() == ShadowRoot::UserAgentShadowRoot); type 494 Source/core/editing/TextIterator.cpp if (shadowRoot->type() == ShadowRoot::AuthorShadowRoot) { type 496 Source/core/editing/TextIterator.cpp if (nextShadowRoot && nextShadowRoot->type() == ShadowRoot::AuthorShadowRoot) { type 511 Source/core/editing/TextIterator.cpp ASSERT(shadowRoot->type() == ShadowRoot::UserAgentShadowRoot); type 78 Source/core/editing/TypingCommand.h void setCompositionType(TextCompositionType type) { m_compositionType = type; } type 1098 Source/core/editing/VisibleUnits.cpp Position::AnchorType type = p.anchorType(); type 1127 Source/core/editing/VisibleUnits.cpp type = Position::PositionIsOffsetInAnchor; type 1144 Source/core/editing/VisibleUnits.cpp type = Position::PositionIsBeforeAnchor; type 1151 Source/core/editing/VisibleUnits.cpp if (type == Position::PositionIsOffsetInAnchor) { type 1152 Source/core/editing/VisibleUnits.cpp ASSERT(type == Position::PositionIsOffsetInAnchor || !offset); type 1153 Source/core/editing/VisibleUnits.cpp return VisiblePosition(Position(node, offset, type), DOWNSTREAM); type 1156 Source/core/editing/VisibleUnits.cpp return VisiblePosition(Position(node, type), DOWNSTREAM); type 1176 Source/core/editing/VisibleUnits.cpp Position::AnchorType type = p.anchorType(); type 1208 Source/core/editing/VisibleUnits.cpp type = Position::PositionIsOffsetInAnchor; type 1222 Source/core/editing/VisibleUnits.cpp type = Position::PositionIsAfterAnchor; type 1229 Source/core/editing/VisibleUnits.cpp if (type == Position::PositionIsOffsetInAnchor) type 1230 Source/core/editing/VisibleUnits.cpp return VisiblePosition(Position(node, offset, type), DOWNSTREAM); type 1232 Source/core/editing/VisibleUnits.cpp return VisiblePosition(Position(node, type), DOWNSTREAM); type 23 Source/core/events/AnimationPlayerEvent.cpp AnimationPlayerEvent::AnimationPlayerEvent(const AtomicString& type, double currentTime, double timelineTime) type 24 Source/core/events/AnimationPlayerEvent.cpp : Event(type, false, false) type 31 Source/core/events/AnimationPlayerEvent.cpp AnimationPlayerEvent::AnimationPlayerEvent(const AtomicString& type, const AnimationPlayerEventInit& initializer) type 32 Source/core/events/AnimationPlayerEvent.cpp : Event(type, initializer) type 25 Source/core/events/AnimationPlayerEvent.h static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, double currentTime, double timelineTime) type 27 Source/core/events/AnimationPlayerEvent.h return adoptRefWillBeNoop(new AnimationPlayerEvent(type, currentTime, timelineTime)); type 29 Source/core/events/AnimationPlayerEvent.h static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, const AnimationPlayerEventInit& initializer) type 31 Source/core/events/AnimationPlayerEvent.h return adoptRefWillBeNoop(new AnimationPlayerEvent(type, initializer)); type 45 Source/core/events/AnimationPlayerEvent.h AnimationPlayerEvent(const AtomicString& type, double currentTime, double timelineTime); type 37 Source/core/events/ClipboardEvent.h static PassRefPtrWillBeRawPtr<ClipboardEvent> create(const AtomicString& type, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeRawPtr<Clipboard> clipboardArg) type 39 Source/core/events/ClipboardEvent.h return adoptRefWillBeNoop(new ClipboardEvent(type, canBubbleArg, cancelableArg, clipboardArg)); type 48 Source/core/events/ClipboardEvent.h ClipboardEvent(const AtomicString& type, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeRawPtr<Clipboard>); type 44 Source/core/events/CompositionEvent.cpp CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) type 45 Source/core/events/CompositionEvent.cpp : UIEvent(type, true, true, view, 0) type 54 Source/core/events/CompositionEvent.cpp CompositionEvent::CompositionEvent(const AtomicString& type, const CompositionEventInit& initializer) type 55 Source/core/events/CompositionEvent.cpp : UIEvent(type, initializer) type 68 Source/core/events/CompositionEvent.cpp void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data) type 73 Source/core/events/CompositionEvent.cpp initUIEvent(type, canBubble, cancelable, view, 0); type 48 Source/core/events/CompositionEvent.h static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) type 50 Source/core/events/CompositionEvent.h return adoptRefWillBeNoop(new CompositionEvent(type, view, data, underlines)); type 53 Source/core/events/CompositionEvent.h static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, const CompositionEventInit& initializer) type 55 Source/core/events/CompositionEvent.h return adoptRefWillBeNoop(new CompositionEvent(type, initializer)); type 60 Source/core/events/CompositionEvent.h void initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data); type 73 Source/core/events/CompositionEvent.h CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView>, const String&, const Vector<CompositionUnderline>& underlines); type 74 Source/core/events/CompositionEvent.h CompositionEvent(const AtomicString& type, const CompositionEventInit&); type 38 Source/core/events/CustomEvent.cpp CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer) type 39 Source/core/events/CustomEvent.cpp : Event(type, initializer) type 48 Source/core/events/CustomEvent.cpp void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> serializedDetail) type 53 Source/core/events/CustomEvent.cpp initEvent(type, canBubble, cancelable); type 46 Source/core/events/CustomEvent.h static PassRefPtrWillBeRawPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer) type 48 Source/core/events/CustomEvent.h return adoptRefWillBeNoop(new CustomEvent(type, initializer)); type 51 Source/core/events/CustomEvent.h void initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue>); type 67 Source/core/events/CustomEvent.h CustomEvent(const AtomicString& type, const CustomEventInit& initializer); type 51 Source/core/events/ErrorEvent.cpp ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer) type 52 Source/core/events/ErrorEvent.cpp : Event(type, initializer) type 60 Source/core/events/ErrorEvent.h static PassRefPtrWillBeRawPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& initializer) type 62 Source/core/events/ErrorEvent.h return adoptRefWillBeNoop(new ErrorEvent(type, initializer)); type 85 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type) type 87 Source/core/events/Event.h return adoptRefWillBeNoop(new Event(type, false, false)); type 89 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> createCancelable(const AtomicString& type) type 91 Source/core/events/Event.h return adoptRefWillBeNoop(new Event(type, false, true)); type 93 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> createBubble(const AtomicString& type) type 95 Source/core/events/Event.h return adoptRefWillBeNoop(new Event(type, true, false)); type 97 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> createCancelableBubble(const AtomicString& type) type 99 Source/core/events/Event.h return adoptRefWillBeNoop(new Event(type, true, true)); type 102 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type, const EventInit& initializer) type 104 Source/core/events/Event.h return adoptRefWillBeNoop(new Event(type, initializer)); type 109 Source/core/events/Event.h void initEvent(const AtomicString& type, bool canBubble, bool cancelable); type 111 Source/core/events/Event.h const AtomicString& type() const { return m_type; } type 112 Source/core/events/Event.h void setType(const AtomicString& type) { m_type = type; } type 188 Source/core/events/Event.h Event(const AtomicString& type, bool canBubble, bool cancelable); type 189 Source/core/events/Event.h Event(const AtomicString& type, const EventInit&); type 61 Source/core/events/EventDispatcher.cpp ASSERT(!m_event->type().isNull()); // JavaScript code can create an event with an empty name, but not null. type 49 Source/core/events/EventListener.h Type type() const { return m_type; } type 52 Source/core/events/EventListener.h explicit EventListener(Type type) type 53 Source/core/events/EventListener.h : m_type(type) type 81 Source/core/events/EventPath.cpp const AtomicString eventType = event->type(); type 162 Source/core/events/EventTarget.cpp if (event->type().isEmpty()) { type 193 Source/core/events/EventTarget.cpp if (event->type() == EventTypeNames::transitionend) type 196 Source/core/events/EventTarget.cpp if (event->type() == EventTypeNames::animationstart) type 199 Source/core/events/EventTarget.cpp if (event->type() == EventTypeNames::animationend) type 202 Source/core/events/EventTarget.cpp if (event->type() == EventTypeNames::animationiteration) type 205 Source/core/events/EventTarget.cpp if (event->type() == EventTypeNames::wheel) type 257 Source/core/events/EventTarget.cpp ASSERT(event && !event->type().isEmpty()); type 268 Source/core/events/EventTarget.cpp EventListenerVector* listenersVector = d->eventListenerMap.find(event->type()); type 269 Source/core/events/EventTarget.cpp if (!RuntimeEnabledFeatures::cssAnimationUnprefixedEnabled() && (event->type() == EventTypeNames::animationiteration || event->type() == EventTypeNames::animationend type 270 Source/core/events/EventTarget.cpp || event->type() == EventTypeNames::animationstart)) type 276 Source/core/events/EventTarget.cpp AtomicString unprefixedTypeName = event->type(); type 296 Source/core/events/EventTarget.cpp if (event->type() == EventTypeNames::beforeunload) { type 302 Source/core/events/EventTarget.cpp } else if (event->type() == EventTypeNames::unload) { type 311 Source/core/events/EventTarget.cpp d->firingEventIterators->append(FiringEventIterator(event->type(), i, size)); type 328 Source/core/events/EventTarget.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willHandleEvent(this, event->type(), registeredListener.listener.get(), registeredListener.useCapture); type 204 Source/core/events/EventTarget.h #define DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(type, recipient, attribute) \ type 205 Source/core/events/EventTarget.h EventListener* type::on##attribute() { return recipient ? recipient->getAttributeEventListener(EventTypeNames::attribute) : 0; } \ type 206 Source/core/events/EventTarget.h void type::setOn##attribute(PassRefPtr<EventListener> listener) \ type 54 Source/core/events/FocusEvent.cpp FocusEvent::FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) type 55 Source/core/events/FocusEvent.cpp : UIEvent(type, canBubble, cancelable, view, detail) type 61 Source/core/events/FocusEvent.cpp FocusEvent::FocusEvent(const AtomicString& type, const FocusEventInit& initializer) type 62 Source/core/events/FocusEvent.cpp : UIEvent(type, initializer) type 49 Source/core/events/FocusEvent.h static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) type 51 Source/core/events/FocusEvent.h return adoptRefWillBeNoop(new FocusEvent(type, canBubble, cancelable, view, detail, relatedTarget)); type 54 Source/core/events/FocusEvent.h static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, const FocusEventInit& initializer) type 56 Source/core/events/FocusEvent.h return adoptRefWillBeNoop(new FocusEvent(type, initializer)); type 70 Source/core/events/FocusEvent.h FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int, EventTarget*); type 71 Source/core/events/FocusEvent.h FocusEvent(const AtomicString& type, const FocusEventInit&); type 59 Source/core/events/GenericEventQueue.cpp TRACE_EVENT_ASYNC_BEGIN1("event", "GenericEventQueue:enqueueEvent", event.get(), "type", event->type().ascii()); type 74 Source/core/events/GenericEventQueue.cpp TRACE_EVENT_ASYNC_END2("event", "GenericEventQueue:enqueueEvent", event, "type", event->type().ascii(), "status", "cancelled"); type 95 Source/core/events/GenericEventQueue.cpp CString type(event->type().ascii()); type 96 Source/core/events/GenericEventQueue.cpp TRACE_EVENT_ASYNC_STEP_INTO1("event", "GenericEventQueue:enqueueEvent", event, "dispatch", "type", type); type 98 Source/core/events/GenericEventQueue.cpp TRACE_EVENT_ASYNC_END1("event", "GenericEventQueue:enqueueEvent", event, "type", type); type 114 Source/core/events/GenericEventQueue.cpp TRACE_EVENT_ASYNC_END2("event", "GenericEventQueue:enqueueEvent", event, "type", event->type().ascii(), "status", "cancelled"); type 38 Source/core/events/GestureEvent.cpp switch (event.type()) { type 90 Source/core/events/GestureEvent.cpp GestureEvent::GestureEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) type 91 Source/core/events/GestureEvent.cpp : MouseRelatedEvent(type, true, true, view, 0, IntPoint(screenX, screenY), IntPoint(clientX, clientY), IntPoint(0, 0), ctrlKey, altKey, shiftKey, metaKey) type 52 Source/core/events/GestureEvent.h GestureEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY); type 49 Source/core/events/HashChangeEvent.h static PassRefPtrWillBeRawPtr<HashChangeEvent> create(const AtomicString& type, const HashChangeEventInit& initializer) type 51 Source/core/events/HashChangeEvent.h return adoptRefWillBeNoop(new HashChangeEvent(type, initializer)); type 86 Source/core/events/HashChangeEvent.h HashChangeEvent(const AtomicString& type, const HashChangeEventInit& initializer) type 87 Source/core/events/HashChangeEvent.h : Event(type, initializer) type 31 Source/core/events/KeyboardEvent.cpp static inline const AtomicString& eventTypeForKeyboardEventType(PlatformEvent::Type type) type 33 Source/core/events/KeyboardEvent.cpp switch (type) { type 107 Source/core/events/KeyboardEvent.cpp : UIEventWithKeyState(eventTypeForKeyboardEventType(key.type()), type 144 Source/core/events/KeyboardEvent.cpp void KeyboardEvent::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, type 151 Source/core/events/KeyboardEvent.cpp initUIEvent(type, canBubble, cancelable, view, 0); type 184 Source/core/events/KeyboardEvent.cpp if (type() == EventTypeNames::keydown || type() == EventTypeNames::keyup) type 196 Source/core/events/KeyboardEvent.cpp if (!m_keyEvent || (type() != EventTypeNames::keypress)) type 67 Source/core/events/KeyboardEvent.h static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const AtomicString& type, const KeyboardEventInit& initializer) type 69 Source/core/events/KeyboardEvent.h return adoptRefWillBeNoop(new KeyboardEvent(type, initializer)); type 72 Source/core/events/KeyboardEvent.h static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, type 76 Source/core/events/KeyboardEvent.h return adoptRefWillBeNoop(new KeyboardEvent(type, canBubble, cancelable, view, keyIdentifier, location, type 82 Source/core/events/KeyboardEvent.h void initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, type 109 Source/core/events/KeyboardEvent.h KeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, type 51 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(const AtomicString& type, const MessageEventInit& initializer) type 52 Source/core/events/MessageEvent.cpp : Event(type, initializer) type 136 Source/core/events/MessageEvent.cpp PassRefPtrWillBeRawPtr<MessageEvent> MessageEvent::create(const AtomicString& type, const MessageEventInit& initializer, ExceptionState& exceptionState) type 142 Source/core/events/MessageEvent.cpp return adoptRefWillBeNoop(new MessageEvent(type, initializer)); type 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) type 150 Source/core/events/MessageEvent.cpp initEvent(type, canBubble, cancelable); type 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) type 164 Source/core/events/MessageEvent.cpp initEvent(type, canBubble, cancelable); type 80 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(const AtomicString& type, const MessageEventInit& initializer, ExceptionState&); type 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>); type 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>); type 47 Source/core/events/MouseEvent.cpp PassRefPtrWillBeRawPtr<MouseEvent> MouseEvent::create(const AtomicString& type, const MouseEventInit& initializer) type 49 Source/core/events/MouseEvent.cpp return adoptRefWillBeNoop(new MouseEvent(type, initializer)); type 54 Source/core/events/MouseEvent.cpp ASSERT(event.type() == PlatformEvent::MouseMoved || event.button() != NoButton); type 68 Source/core/events/MouseEvent.cpp PassRefPtrWillBeRawPtr<MouseEvent> MouseEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, type 74 Source/core/events/MouseEvent.cpp return adoptRefWillBeNoop(new MouseEvent(type, canBubble, cancelable, view, type 123 Source/core/events/MouseEvent.cpp void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, type 131 Source/core/events/MouseEvent.cpp initUIEvent(type, canBubble, cancelable, view, detail); type 160 Source/core/events/MouseEvent.cpp const AtomicString& t = type(); type 178 Source/core/events/MouseEvent.cpp if (type() == EventTypeNames::mouseout || type() == EventTypeNames::mouseleave) type 187 Source/core/events/MouseEvent.cpp if (type() != EventTypeNames::mouseout && type() != EventTypeNames::mouseleave) type 258 Source/core/events/MouseEvent.cpp if (event()->type().isEmpty()) type 269 Source/core/events/MouseEvent.cpp if (event()->type() != EventTypeNames::click || event()->detail() != 2) type 58 Source/core/events/MouseEvent.h static PassRefPtrWillBeRawPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, type 70 Source/core/events/MouseEvent.h void initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, type 97 Source/core/events/MouseEvent.h MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, type 103 Source/core/events/MouseEvent.h MouseEvent(const AtomicString& type, const MouseEventInit&); type 64 Source/core/events/MouseRelatedEvent.h MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, type 34 Source/core/events/MutationEvent.cpp MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, type 37 Source/core/events/MutationEvent.cpp : Event(type, canBubble, cancelable) type 51 Source/core/events/MutationEvent.cpp void MutationEvent::initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, type 58 Source/core/events/MutationEvent.cpp initEvent(type, canBubble, cancelable); type 47 Source/core/events/MutationEvent.h static PassRefPtrWillBeRawPtr<MutationEvent> create(const AtomicString& type, bool canBubble, PassRefPtr<Node> relatedNode = nullptr, type 50 Source/core/events/MutationEvent.h return adoptRefWillBeNoop(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange)); type 53 Source/core/events/MutationEvent.h void initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, type 69 Source/core/events/MutationEvent.h MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, type 63 Source/core/events/OverflowEvent.cpp OverflowEvent::OverflowEvent(const AtomicString& type, const OverflowEventInit& initializer) type 64 Source/core/events/OverflowEvent.cpp : Event(type, initializer) type 57 Source/core/events/OverflowEvent.h static PassRefPtrWillBeRawPtr<OverflowEvent> create(const AtomicString& type, const OverflowEventInit& initializer) type 59 Source/core/events/OverflowEvent.h return adoptRefWillBeNoop(new OverflowEvent(type, initializer)); type 42 Source/core/events/PageTransitionEvent.cpp PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) type 43 Source/core/events/PageTransitionEvent.cpp : Event(type, true, true) type 49 Source/core/events/PageTransitionEvent.cpp PageTransitionEvent::PageTransitionEvent(const AtomicString& type, const PageTransitionEventInit& initializer) type 50 Source/core/events/PageTransitionEvent.cpp : Event(type, initializer) type 45 Source/core/events/PageTransitionEvent.h static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) type 47 Source/core/events/PageTransitionEvent.h return adoptRefWillBeNoop(new PageTransitionEvent(type, persisted)); type 49 Source/core/events/PageTransitionEvent.h static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, const PageTransitionEventInit& initializer) type 51 Source/core/events/PageTransitionEvent.h return adoptRefWillBeNoop(new PageTransitionEvent(type, initializer)); type 64 Source/core/events/PageTransitionEvent.h PageTransitionEvent(const AtomicString& type, bool persisted); type 43 Source/core/events/PopStateEvent.cpp PopStateEvent::PopStateEvent(const AtomicString& type, const PopStateEventInit& initializer) type 44 Source/core/events/PopStateEvent.cpp : Event(type, initializer) type 72 Source/core/events/PopStateEvent.cpp PassRefPtrWillBeRawPtr<PopStateEvent> PopStateEvent::create(const AtomicString& type, const PopStateEventInit& initializer) type 74 Source/core/events/PopStateEvent.cpp return adoptRefWillBeNoop(new PopStateEvent(type, initializer)); type 46 Source/core/events/ProgressEvent.cpp ProgressEvent::ProgressEvent(const AtomicString& type, const ProgressEventInit& initializer) type 47 Source/core/events/ProgressEvent.cpp : Event(type, initializer) type 55 Source/core/events/ProgressEvent.cpp ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) type 56 Source/core/events/ProgressEvent.cpp : Event(type, false, true) type 47 Source/core/events/ProgressEvent.h static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) type 49 Source/core/events/ProgressEvent.h return adoptRefWillBeNoop(new ProgressEvent(type, lengthComputable, loaded, total)); type 51 Source/core/events/ProgressEvent.h static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, const ProgressEventInit& initializer) type 53 Source/core/events/ProgressEvent.h return adoptRefWillBeNoop(new ProgressEvent(type, initializer)); type 66 Source/core/events/ProgressEvent.h ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total); type 37 Source/core/events/ResourceProgressEvent.cpp ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) type 38 Source/core/events/ResourceProgressEvent.cpp : ProgressEvent(type, lengthComputable, loaded, total) type 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) type 53 Source/core/events/ResourceProgressEvent.h return adoptRefWillBeNoop(new ResourceProgressEvent(type, lengthComputable, loaded, total, url)); type 64 Source/core/events/ResourceProgressEvent.h ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url); type 56 Source/core/events/SecurityPolicyViolationEvent.h static PassRefPtrWillBeRawPtr<SecurityPolicyViolationEvent> create(const AtomicString& type, const SecurityPolicyViolationEventInit& initializer) type 58 Source/core/events/SecurityPolicyViolationEvent.h return adoptRefWillBeNoop(new SecurityPolicyViolationEvent(type, initializer)); type 82 Source/core/events/SecurityPolicyViolationEvent.h SecurityPolicyViolationEvent(const AtomicString& type, const SecurityPolicyViolationEventInit& initializer) type 83 Source/core/events/SecurityPolicyViolationEvent.h : Event(type, initializer) type 94 Source/core/events/TextEvent.cpp void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data) type 99 Source/core/events/TextEvent.cpp initUIEvent(type, canBubble, cancelable, view, 0); type 48 Source/core/events/TextEvent.h void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data); type 82 Source/core/events/TextEvent.h return event.type() == EventTypeNames::textInput && event.hasInterface(EventNames::TextEvent); type 41 Source/core/events/TouchEvent.cpp TouchList* changedTouches, const AtomicString& type, type 44 Source/core/events/TouchEvent.cpp : MouseRelatedEvent(type, true, true, view, 0, IntPoint(screenX, screenY), type 60 Source/core/events/TouchEvent.cpp TouchList* changedTouches, const AtomicString& type, type 67 Source/core/events/TouchEvent.cpp initUIEvent(type, true, true, view, 0); type 46 Source/core/events/TouchEvent.h const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, type 51 Source/core/events/TouchEvent.h type, view, screenX, screenY, pageX, pageY, type 56 Source/core/events/TouchEvent.h TouchList* changedTouches, const AtomicString& type, type 78 Source/core/events/TouchEvent.h TouchList* changedTouches, const AtomicString& type, type 43 Source/core/events/TransitionEvent.cpp TransitionEvent::TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) type 44 Source/core/events/TransitionEvent.cpp : Event(type, true, true) type 52 Source/core/events/TransitionEvent.cpp TransitionEvent::TransitionEvent(const AtomicString& type, const TransitionEventInit& initializer) type 53 Source/core/events/TransitionEvent.cpp : Event(type, initializer) type 48 Source/core/events/TransitionEvent.h static PassRefPtrWillBeRawPtr<TransitionEvent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) type 50 Source/core/events/TransitionEvent.h return adoptRefWillBeNoop(new TransitionEvent(type, propertyName, elapsedTime, pseudoElement)); type 52 Source/core/events/TransitionEvent.h static PassRefPtrWillBeRawPtr<TransitionEvent> create(const AtomicString& type, const TransitionEventInit& initializer) type 54 Source/core/events/TransitionEvent.h return adoptRefWillBeNoop(new TransitionEvent(type, initializer)); type 69 Source/core/events/TransitionEvent.h TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement); type 70 Source/core/events/TransitionEvent.h TransitionEvent(const AtomicString& type, const TransitionEventInit& initializer); type 48 Source/core/events/UIEvent.h static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail) type 50 Source/core/events/UIEvent.h return adoptRefWillBeNoop(new UIEvent(type, canBubble, cancelable, view, detail)); type 52 Source/core/events/UIEvent.h static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, const UIEventInit& initializer) type 54 Source/core/events/UIEvent.h return adoptRefWillBeNoop(new UIEvent(type, initializer)); type 58 Source/core/events/UIEvent.h void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail); type 82 Source/core/events/UIEvent.h UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail); type 47 Source/core/events/UIEventWithKeyState.h UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, type 49 Source/core/events/UIEventWithKeyState.h : UIEvent(type, canBubble, cancelable, view, detail) type 43 Source/core/events/WebKitAnimationEvent.cpp WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const WebKitAnimationEventInit& initializer) type 44 Source/core/events/WebKitAnimationEvent.cpp : Event(type, initializer) type 51 Source/core/events/WebKitAnimationEvent.cpp WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) type 52 Source/core/events/WebKitAnimationEvent.cpp : Event(type, true, true) type 49 Source/core/events/WebKitAnimationEvent.h static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) type 51 Source/core/events/WebKitAnimationEvent.h return adoptRefWillBeNoop(new WebKitAnimationEvent(type, animationName, elapsedTime)); type 53 Source/core/events/WebKitAnimationEvent.h static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const WebKitAnimationEventInit& initializer) type 55 Source/core/events/WebKitAnimationEvent.h return adoptRefWillBeNoop(new WebKitAnimationEvent(type, initializer)); type 69 Source/core/events/WebKitAnimationEvent.h WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime); type 52 Source/core/events/WheelEvent.cpp WheelEvent::WheelEvent(const AtomicString& type, const WheelEventInit& initializer) type 53 Source/core/events/WheelEvent.cpp : MouseEvent(type, initializer) type 62 Source/core/events/WheelEvent.h static PassRefPtrWillBeRawPtr<WheelEvent> create(const AtomicString& type, const WheelEventInit& initializer) type 64 Source/core/events/WheelEvent.h return adoptRefWillBeNoop(new WheelEvent(type, initializer)); type 42 Source/core/events/WindowEventContext.cpp if (event->type() == EventTypeNames::load) type 33 Source/core/fetch/DocumentResource.cpp DocumentResource::DocumentResource(const ResourceRequest& request, Type type) type 34 Source/core/fetch/DocumentResource.cpp : Resource(request, type) type 38 Source/core/fetch/DocumentResource.cpp ASSERT(type == SVGDocument); type 70 Source/core/fetch/DocumentResource.cpp switch (type()) { type 55 Source/core/fetch/DocumentResource.h DEFINE_TYPE_CASTS(DocumentResource, Resource, resource, resource->type() == Resource::SVGDocument, resource.type() == Resource::SVGDocument); \ type 540 Source/core/fetch/MemoryCache.cpp switch (resource->type()) { type 49 Source/core/fetch/MemoryCacheTest.cpp FakeDecodedResource(const ResourceRequest& request, Type type) type 50 Source/core/fetch/MemoryCacheTest.cpp : Resource(request, type) type 69 Source/core/fetch/MemoryCacheTest.cpp FakeResource(const ResourceRequest& request, Type type) type 70 Source/core/fetch/MemoryCacheTest.cpp : Resource(request, type) type 36 Source/core/fetch/RawResource.cpp RawResource::RawResource(const ResourceRequest& resourceRequest, Type type) type 37 Source/core/fetch/RawResource.cpp : Resource(resourceRequest, type) type 62 Source/core/fetch/RawResource.h Resource::Type type = resource.type(); type 63 Source/core/fetch/RawResource.h return type == Resource::MainResource || type == Resource::Raw || type == Resource::TextTrack || type == Resource::ImportResource; type 96 Source/core/fetch/Resource.cpp Resource::Resource(const ResourceRequest& request, Type type) type 113 Source/core/fetch/Resource.cpp , m_type(type) type 123 Source/core/fetch/Resource.cpp ASSERT(m_type == unsigned(type)); // m_type is a bitfield, so this tests careless updates of the enum. type 440 Source/core/fetch/Resource.cpp static bool shouldSendCachedDataSynchronouslyForType(Resource::Type type) type 448 Source/core/fetch/Resource.cpp if (type == Resource::Image) type 450 Source/core/fetch/Resource.cpp if (type == Resource::CSSStyleSheet) type 452 Source/core/fetch/Resource.cpp if (type == Resource::Script) type 454 Source/core/fetch/Resource.cpp if (type == Resource::Font) type 475 Source/core/fetch/Resource.cpp if (!m_response.isNull() && !m_proxyResource && !shouldSendCachedDataSynchronouslyForType(type()) && !m_needsSynchronousCacheHit) { type 623 Source/core/fetch/Resource.cpp ASSERT(resource->type() == type()); type 918 Source/core/fetch/Resource.cpp const char* Resource::resourceTypeToString(Type type, const FetchInitiatorInfo& initiatorInfo) type 920 Source/core/fetch/Resource.cpp switch (type) { type 953 Source/core/fetch/Resource.cpp const char* ResourceTypeName(Resource::Type type) type 955 Source/core/fetch/Resource.cpp switch (type) { type 116 Source/core/fetch/Resource.h Type type() const { return static_cast<Type>(m_type); } type 160 Source/core/fetch/Resource.h return type() == MainResource type 161 Source/core/fetch/Resource.h || type() == LinkPrefetch type 162 Source/core/fetch/Resource.h || type() == LinkSubresource type 163 Source/core/fetch/Resource.h || type() == Raw; type 406 Source/core/fetch/Resource.h DEFINE_TYPE_CASTS(typeName##Resource, Resource, resource, resource->type() == Resource::typeName, resource.type() == Resource::typeName); \ type 76 Source/core/fetch/ResourceFetcher.cpp static Resource* createResource(Resource::Type type, const ResourceRequest& request, const String& charset) type 78 Source/core/fetch/ResourceFetcher.cpp switch (type) { type 92 Source/core/fetch/ResourceFetcher.cpp return new RawResource(request, type); type 102 Source/core/fetch/ResourceFetcher.cpp return new RawResource(request, type); type 109 Source/core/fetch/ResourceFetcher.cpp static ResourceLoadPriority loadPriority(Resource::Type type, const FetchRequest& request) type 114 Source/core/fetch/ResourceFetcher.cpp switch (type) { type 187 Source/core/fetch/ResourceFetcher.cpp static ResourceRequest::TargetType requestTargetType(const ResourceFetcher* fetcher, const ResourceRequest& request, Resource::Type type) type 189 Source/core/fetch/ResourceFetcher.cpp switch (type) { type 333 Source/core/fetch/ResourceFetcher.cpp if (existing->type() == Resource::CSSStyleSheet) type 358 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> ResourceFetcher::fetchLinkResource(Resource::Type type, FetchRequest& request) type 361 Source/core/fetch/ResourceFetcher.cpp ASSERT(type == Resource::LinkPrefetch || type == Resource::LinkSubresource); type 362 Source/core/fetch/ResourceFetcher.cpp return requestResource(type, request); type 395 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::checkInsecureContent(Resource::Type type, const KURL& url, MixedContentBlockingTreatment treatment) const type 398 Source/core/fetch/ResourceFetcher.cpp switch (type) { type 447 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::canRequest(Resource::Type type, const KURL& url, const ResourceLoaderOptions& options, bool forPreload, FetchRequest::OriginRestriction originRestriction) const type 466 Source/core/fetch/ResourceFetcher.cpp switch (type) { type 495 Source/core/fetch/ResourceFetcher.cpp switch (type) { type 546 Source/core/fetch/ResourceFetcher.cpp if (!checkInsecureContent(type, url, options.mixedContentBlockingTreatment)) type 555 Source/core/fetch/ResourceFetcher.cpp if (!canRequest(resource->type(), url, resource->options(), false, FetchRequest::UseDefaultOriginRestrictionForType)) type 567 Source/core/fetch/ResourceFetcher.cpp String resourceType = Resource::resourceTypeToString(resource->type(), resource->options().initiatorInfo); type 575 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::shouldLoadNewResource(Resource::Type type) const type 581 Source/core/fetch/ResourceFetcher.cpp if (type == Resource::MainResource) type 597 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> ResourceFetcher::requestResource(Resource::Type type, FetchRequest& request) type 599 Source/core/fetch/ResourceFetcher.cpp ASSERT(request.options().synchronousPolicy == RequestAsynchronously || type == Resource::Raw); type 605 Source/core/fetch/ResourceFetcher.cpp WTF_LOG(ResourceLoading, "ResourceFetcher::requestResource '%s', charset '%s', priority=%d, forPreload=%u, type=%s", url.elidedString().latin1().data(), request.charset().latin1().data(), request.priority(), request.forPreload(), ResourceTypeName(type)); type 613 Source/core/fetch/ResourceFetcher.cpp if (!canRequest(type, url, request.options(), request.forPreload(), request.originRestriction())) type 622 Source/core/fetch/ResourceFetcher.cpp const RevalidationPolicy policy = determineRevalidationPolicy(type, request.mutableResourceRequest(), request.forPreload(), resource.get(), request.defer(), request.options()); type 628 Source/core/fetch/ResourceFetcher.cpp resource = loadResource(type, request, request.charset()); type 649 Source/core/fetch/ResourceFetcher.cpp ResourceLoadPriority priority = loadPriority(type, request); type 657 Source/core/fetch/ResourceFetcher.cpp if (!shouldLoadNewResource(type)) { type 686 Source/core/fetch/ResourceFetcher.cpp if (type == Resource::MainResource) { type 699 Source/core/fetch/ResourceFetcher.cpp m_scheduledResourceTimingReports.add(info, resource->type() == Resource::MainResource); type 725 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::determineTargetType(ResourceRequest& request, Resource::Type type) type 727 Source/core/fetch/ResourceFetcher.cpp ResourceRequest::TargetType targetType = requestTargetType(this, request, type); type 731 Source/core/fetch/ResourceFetcher.cpp ResourceRequestCachePolicy ResourceFetcher::resourceRequestCachePolicy(const ResourceRequest& request, Resource::Type type) type 733 Source/core/fetch/ResourceFetcher.cpp if (type == Resource::MainResource) { type 743 Source/core/fetch/ResourceFetcher.cpp return parent->document()->fetcher()->resourceRequestCachePolicy(request, type); type 761 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::addAdditionalRequestHeaders(ResourceRequest& request, Resource::Type type) type 767 Source/core/fetch/ResourceFetcher.cpp request.setCachePolicy(resourceRequestCachePolicy(request, type)); type 769 Source/core/fetch/ResourceFetcher.cpp determineTargetType(request, type); type 770 Source/core/fetch/ResourceFetcher.cpp if (type == Resource::LinkPrefetch || type == Resource::LinkSubresource) type 773 Source/core/fetch/ResourceFetcher.cpp context().addAdditionalRequestHeaders(document(), request, (type == Resource::MainResource) ? FetchMainResource : FetchSubresource); type 786 Source/core/fetch/ResourceFetcher.cpp addAdditionalRequestHeaders(revalidatingRequest, resource->type()); type 800 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> newResource = createResource(resource->type(), revalidatingRequest, resource->encoding()); type 812 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> ResourceFetcher::loadResource(Resource::Type type, FetchRequest& request, const String& charset) type 818 Source/core/fetch/ResourceFetcher.cpp addAdditionalRequestHeaders(request.mutableResourceRequest(), type); type 819 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> resource = createResource(type, request.mutableResourceRequest(), charset); type 834 Source/core/fetch/ResourceFetcher.cpp if (resource->type() == Resource::MainResource) { type 846 Source/core/fetch/ResourceFetcher.cpp ResourceFetcher::RevalidationPolicy ResourceFetcher::determineRevalidationPolicy(Resource::Type type, ResourceRequest& request, bool forPreload, Resource* existingResource, FetchRequest::DeferOption defer, const ResourceLoaderOptions& options) const type 856 Source/core/fetch/ResourceFetcher.cpp if (existingResource->type() != type) { type 868 Source/core/fetch/ResourceFetcher.cpp if (type == Resource::Image && request.url().protocolIsData()) type 872 Source/core/fetch/ResourceFetcher.cpp if (type == Resource::MainResource && m_documentLoader->substituteData().isValid()) type 908 Source/core/fetch/ResourceFetcher.cpp if (type != Resource::MainResource && options.corsEnabled != existingResource->options().corsEnabled) type 924 Source/core/fetch/ResourceFetcher.cpp if (type != Resource::Raw && document() && !document()->loadEventFinished() && m_validatedURLs.contains(existingResource->url())) type 1021 Source/core/fetch/ResourceFetcher.cpp if (resource->type() == Resource::Image && resource->stillNeedsLoad() && !clientDefersImage(resource->url())) type 1044 Source/core/fetch/ResourceFetcher.cpp reportResourceTiming(info.get(), document(), resource->type() == Resource::MainResource); type 1116 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::preload(Resource::Type type, FetchRequest& request, const String& charset) type 1118 Source/core/fetch/ResourceFetcher.cpp requestPreload(type, request, charset); type 1121 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::requestPreload(Resource::Type type, FetchRequest& request, const String& charset) type 1124 Source/core/fetch/ResourceFetcher.cpp if (type == Resource::Script || type == Resource::CSSStyleSheet) type 1130 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> resource = requestResource(type, request); type 1286 Source/core/fetch/ResourceFetcher.cpp if (!canRequest(resource->type(), request.url(), options, false, FetchRequest::UseDefaultOriginRestrictionForType)) type 1300 Source/core/fetch/ResourceFetcher.cpp if (resource->type() == Resource::Image && shouldDeferImageLoad(request.url())) type 1337 Source/core/fetch/ResourceFetcher.cpp if (res->type() == Resource::Script) { type 1341 Source/core/fetch/ResourceFetcher.cpp } else if (res->type() == Resource::CSSStyleSheet) { type 44 Source/core/fetch/StyleSheetResource.h StyleSheetResource(const ResourceRequest& request, Type type) type 45 Source/core/fetch/StyleSheetResource.h : Resource(request, type) type 143 Source/core/fileapi/Blob.cpp blobData->setContentType(type()); type 81 Source/core/fileapi/Blob.h String type() const { return m_blobDataHandle->type(); } type 42 Source/core/fileapi/File.cpp String type; type 46 Source/core/fileapi/File.cpp type = MIMETypeRegistry::getWellKnownMIMETypeForExtension(name.substring(index + 1)); type 49 Source/core/fileapi/File.cpp type = MIMETypeRegistry::getMIMETypeForExtension(name.substring(index + 1)); type 52 Source/core/fileapi/File.cpp return type; type 223 Source/core/fileapi/FileReader.cpp void FileReader::readInternal(Blob* blob, FileReaderLoader::ReadType type, ExceptionState& exceptionState) type 240 Source/core/fileapi/FileReader.cpp m_blobType = blob->type(); type 241 Source/core/fileapi/FileReader.cpp m_readType = type; type 374 Source/core/fileapi/FileReader.cpp void FileReader::fireEvent(const AtomicString& type) type 377 Source/core/fileapi/FileReader.cpp dispatchEvent(ProgressEvent::create(type, false, 0, 0)); type 382 Source/core/fileapi/FileReader.cpp dispatchEvent(ProgressEvent::create(type, true, m_loader->bytesLoaded(), m_loader->totalBytes())); type 384 Source/core/fileapi/FileReader.cpp dispatchEvent(ProgressEvent::create(type, false, m_loader->bytesLoaded(), 0)); type 110 Source/core/fileapi/FileReader.h void fireEvent(const AtomicString& type); type 95 Source/core/fileapi/FileReaderSync.cpp loader.setDataType(blob->type()); type 60 Source/core/fileapi/Stream.h const String& type() const { return m_mediaType; } type 38 Source/core/frame/BarProp.cpp BarProp::BarProp(LocalFrame* frame, Type type) type 40 Source/core/frame/BarProp.cpp , m_type(type) type 46 Source/core/frame/BarProp.h static PassRefPtrWillBeRawPtr<BarProp> create(LocalFrame* frame, Type type) type 48 Source/core/frame/BarProp.h return adoptRefWillBeNoop(new BarProp(frame, type)); type 166 Source/core/frame/ConsoleBase.cpp void ConsoleBase::internalAddMessage(MessageType type, MessageLevel level, ScriptState* state, PassRefPtr<ScriptArguments> scriptArguments, bool acceptNoArguments, bool printTrace) type 180 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, type, level, message, state, arguments); type 15 Source/core/frame/csp/CSPDirectiveList.cpp CSPDirectiveList::CSPDirectiveList(ContentSecurityPolicy* policy, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source) type 17 Source/core/frame/csp/CSPDirectiveList.cpp , m_headerType(type) type 25 Source/core/frame/csp/CSPDirectiveList.cpp m_reportOnly = type == ContentSecurityPolicyHeaderTypeReport; type 28 Source/core/frame/csp/CSPDirectiveList.cpp PassOwnPtr<CSPDirectiveList> CSPDirectiveList::create(ContentSecurityPolicy* policy, const UChar* begin, const UChar* end, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source) type 30 Source/core/frame/csp/CSPDirectiveList.cpp OwnPtr<CSPDirectiveList> directives = adoptPtr(new CSPDirectiveList(policy, type, source)); type 102 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkMediaType(MediaListDirective* directive, const String& type, const String& typeAttribute) const type 106 Source/core/frame/csp/CSPDirectiveList.cpp if (typeAttribute.isEmpty() || typeAttribute.stripWhiteSpace() != type) type 108 Source/core/frame/csp/CSPDirectiveList.cpp return directive->allows(type); type 138 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkMediaTypeAndReportViolation(MediaListDirective* directive, const String& type, const String& typeAttribute, const String& consoleMessage) const type 140 Source/core/frame/csp/CSPDirectiveList.cpp if (checkMediaType(directive, type, typeAttribute)) type 264 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowPluginType(const String& type, const String& typeAttribute, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const type 267 Source/core/frame/csp/CSPDirectiveList.cpp checkMediaTypeAndReportViolation(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.elidedString() + "' (MIME type '" + typeAttribute + "') because it violates the following Content Security Policy Directive: ") : type 268 Source/core/frame/csp/CSPDirectiveList.cpp checkMediaType(m_pluginTypes.get(), type, typeAttribute); type 40 Source/core/frame/csp/CSPDirectiveList.h bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ContentSecurityPolicy::ReportingStatus) const; type 91 Source/core/frame/csp/CSPDirectiveList.h bool checkMediaType(MediaListDirective*, const String& type, const String& typeAttribute) const; type 100 Source/core/frame/csp/CSPDirectiveList.h bool checkMediaTypeAndReportViolation(MediaListDirective*, const String& type, const String& typeAttribute, const String& consoleMessage) const; type 114 Source/core/frame/csp/ContentSecurityPolicy.cpp static UseCounter::Feature getUseCounterType(ContentSecurityPolicyHeaderType type) type 116 Source/core/frame/csp/ContentSecurityPolicy.cpp switch (type) { type 160 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::didReceiveHeader(const String& header, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source) type 162 Source/core/frame/csp/ContentSecurityPolicy.cpp addPolicyFromHeaderValue(header, type, source); type 165 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::addPolicyFromHeaderValue(const String& header, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source) type 169 Source/core/frame/csp/ContentSecurityPolicy.cpp UseCounter::count(*document, getUseCounterType(type)); type 172 Source/core/frame/csp/ContentSecurityPolicy.cpp if (source == ContentSecurityPolicyHeaderSourceMeta && type == ContentSecurityPolicyHeaderTypeReport) { type 197 Source/core/frame/csp/ContentSecurityPolicy.cpp OwnPtr<CSPDirectiveList> policy = CSPDirectiveList::create(this, begin, position, type, source); type 211 Source/core/frame/csp/ContentSecurityPolicy.cpp if (document && type != ContentSecurityPolicyHeaderTypeReport && didSetReferrerPolicy()) type 389 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowPluginType(const String& type, const String& typeAttribute, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const type 392 Source/core/frame/csp/ContentSecurityPolicy.cpp if (!m_policies[i]->allowPluginType(type, typeAttribute, url, reportingStatus)) type 111 Source/core/frame/csp/ContentSecurityPolicy.h bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const; type 24 Source/core/frame/csp/MediaListDirective.cpp bool MediaListDirective::allows(const String& type) type 26 Source/core/frame/csp/MediaListDirective.cpp return m_pluginTypes.contains(type); type 21 Source/core/frame/csp/MediaListDirective.h bool allows(const String& type); type 68 Source/core/html/CollectionType.h inline bool isLiveNodeListType(CollectionType type) type 70 Source/core/html/CollectionType.h return type >= FirstLiveNodeListType; type 106 Source/core/html/FormDataList.cpp if (value.blob()->type().isEmpty()) type 109 Source/core/html/FormDataList.cpp contentType = value.blob()->type(); type 34 Source/core/html/HTMLAllCollection.cpp PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(ContainerNode& node, CollectionType type) type 36 Source/core/html/HTMLAllCollection.cpp return adoptRef(new HTMLAllCollection(node, type)); type 39 Source/core/html/HTMLAllCollection.cpp HTMLAllCollection::HTMLAllCollection(ContainerNode& node, CollectionType type) type 40 Source/core/html/HTMLAllCollection.cpp : HTMLCollection(node, type, DoesNotOverrideItemAfter) type 214 Source/core/html/HTMLAnchorElement.cpp if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() != RightButton && document().frame()) { type 217 Source/core/html/HTMLAnchorElement.cpp } else if (event->type() == EventTypeNames::mouseover) { type 487 Source/core/html/HTMLAnchorElement.cpp return event->type() == EventTypeNames::keydown && event->isKeyboardEvent() && toKeyboardEvent(event)->keyIdentifier() == "Enter"; type 492 Source/core/html/HTMLAnchorElement.cpp return event->type() == EventTypeNames::click && (!event->isMouseEvent() || toMouseEvent(event)->button() != RightButton); type 565 Source/core/html/HTMLAnchorElement.cpp if (event->type() == EventTypeNames::mouseover) type 567 Source/core/html/HTMLAnchorElement.cpp else if (event->type() == EventTypeNames::mouseout) type 569 Source/core/html/HTMLAnchorElement.cpp else if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) type 571 Source/core/html/HTMLAnchorElement.cpp else if (event->type() == EventTypeNames::gestureshowpress) type 573 Source/core/html/HTMLAnchorElement.cpp else if (event->type() == EventTypeNames::gesturetapunconfirmed) type 54 Source/core/html/HTMLButtonElement.cpp void HTMLButtonElement::setType(const AtomicString& type) type 56 Source/core/html/HTMLButtonElement.cpp setAttribute(typeAttr, type); type 112 Source/core/html/HTMLButtonElement.cpp if (event->type() == EventTypeNames::DOMActivate && !isDisabledFormControl()) { type 126 Source/core/html/HTMLButtonElement.cpp if (event->type() == EventTypeNames::keydown && toKeyboardEvent(event)->keyIdentifier() == "U+0020") { type 131 Source/core/html/HTMLButtonElement.cpp if (event->type() == EventTypeNames::keypress) { type 143 Source/core/html/HTMLButtonElement.cpp if (event->type() == EventTypeNames::keyup && toKeyboardEvent(event)->keyIdentifier() == "U+0020") { type 148 Source/core/html/HTMLCanvasElement.cpp CanvasRenderingContext* HTMLCanvasElement::getContext(const String& type, CanvasContextAttributes* attrs) type 166 Source/core/html/HTMLCanvasElement.cpp if (type == "2d") { type 182 Source/core/html/HTMLCanvasElement.cpp if (type == "webkit-3d") type 184 Source/core/html/HTMLCanvasElement.cpp else if (type == "experimental-webgl") type 186 Source/core/html/HTMLCanvasElement.cpp else if (type == "webgl") type 40 Source/core/html/HTMLCollection.cpp static bool shouldTypeOnlyIncludeDirectChildren(CollectionType type) type 42 Source/core/html/HTMLCollection.cpp switch (type) { type 78 Source/core/html/HTMLCollection.cpp static NodeListRootType rootTypeFromCollectionType(CollectionType type) type 80 Source/core/html/HTMLCollection.cpp switch (type) { type 116 Source/core/html/HTMLCollection.cpp static NodeListInvalidationType invalidationTypeExcludingIdAndNameAttributes(CollectionType type) type 118 Source/core/html/HTMLCollection.cpp switch (type) { type 161 Source/core/html/HTMLCollection.cpp HTMLCollection::HTMLCollection(ContainerNode& ownerNode, CollectionType type, ItemAfterOverrideType itemAfterOverrideType) type 162 Source/core/html/HTMLCollection.cpp : LiveNodeListBase(ownerNode, rootTypeFromCollectionType(type), invalidationTypeExcludingIdAndNameAttributes(type), type) type 164 Source/core/html/HTMLCollection.cpp , m_shouldOnlyIncludeDirectChildren(shouldTypeOnlyIncludeDirectChildren(type)) type 169 Source/core/html/HTMLCollection.cpp PassRefPtr<HTMLCollection> HTMLCollection::create(ContainerNode& base, CollectionType type) type 171 Source/core/html/HTMLCollection.cpp return adoptRef(new HTMLCollection(base, type, DoesNotOverrideItemAfter)); type 179 Source/core/html/HTMLCollection.cpp if (type() != WindowNamedItems && type() != DocumentNamedItems && type() != ClassCollectionType type 180 Source/core/html/HTMLCollection.cpp && type() != HTMLTagCollectionType && type() != TagCollectionType) { type 181 Source/core/html/HTMLCollection.cpp ownerNode().nodeLists()->removeCache(this, type()); type 196 Source/core/html/HTMLCollection.cpp CollectionType type = htmlCollection.type(); type 199 Source/core/html/HTMLCollection.cpp switch (type) { type 217 Source/core/html/HTMLCollection.cpp switch (type) { type 328 Source/core/html/HTMLCollection.cpp switch (type()) { type 354 Source/core/html/HTMLCollection.cpp switch (type()) { type 427 Source/core/html/HTMLCollection.cpp if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element)))) { type 453 Source/core/html/HTMLCollection.cpp if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element)))) type 200 Source/core/html/HTMLDialogElement.cpp if (event->type() == EventTypeNames::cancel) { type 42 Source/core/html/HTMLDimension.cpp HTMLDimension::HTMLDimensionType type = HTMLDimension::Absolute; type 86 Source/core/html/HTMLDimension.cpp type = HTMLDimension::Relative; type 88 Source/core/html/HTMLDimension.cpp type = HTMLDimension::Percentage; type 91 Source/core/html/HTMLDimension.cpp return HTMLDimension(value, type); type 53 Source/core/html/HTMLDimension.h HTMLDimension(double value, HTMLDimensionType type) type 54 Source/core/html/HTMLDimension.h : m_type(type) type 59 Source/core/html/HTMLDimension.h HTMLDimensionType type() const { return m_type; } type 42 Source/core/html/HTMLDimensionTest.cpp *os << "HTMLDimension => type: " << dimension.type() << ", value=" << dimension.value(); type 917 Source/core/html/HTMLElement.cpp if (event->type() == EventTypeNames::keypress && event->isKeyboardEvent()) { type 132 Source/core/html/HTMLElement.h inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document& document, ConstructionType type = CreateHTMLElement) type 133 Source/core/html/HTMLElement.h : Element(tagName, &document, type) type 325 Source/core/html/HTMLFormControlElement.cpp void HTMLFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) type 327 Source/core/html/HTMLFormControlElement.cpp if (type != FocusTypePage) type 328 Source/core/html/HTMLFormControlElement.cpp m_wasFocusedByMouse = type == FocusTypeMouse; type 329 Source/core/html/HTMLFormControlElement.cpp HTMLElement::dispatchFocusEvent(oldFocusedElement, type); type 340 Source/core/html/HTMLFormControlElement.cpp if (!event.isKeyboardEvent() || event.type() != EventTypeNames::keydown) type 74 Source/core/html/HTMLFormControlElement.h const AtomicString& type() const { return formControlType(); } type 168 Source/core/html/HTMLFormElement.cpp if (event->eventPhase() != Event::CAPTURING_PHASE && targetNode && targetNode != this && (event->type() == EventTypeNames::submit || event->type() == EventTypeNames::reset)) { type 383 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::handleFocusEvent(Element* oldFocusedElement, FocusType type) type 385 Source/core/html/HTMLInputElement.cpp m_inputTypeView->handleFocusEvent(oldFocusedElement, type); type 395 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setType(const AtomicString& type) type 397 Source/core/html/HTMLInputElement.cpp setAttribute(typeAttr, type); type 411 Source/core/html/HTMLInputElement.cpp setAttribute(typeAttr, type()); type 1094 Source/core/html/HTMLInputElement.cpp if (event->type() == EventTypeNames::textInput && m_inputTypeView->shouldSubmitImplicitly(event)) { type 1098 Source/core/html/HTMLInputElement.cpp if (event->type() != EventTypeNames::click) type 1116 Source/core/html/HTMLInputElement.cpp if (evt->isMouseEvent() && evt->type() == EventTypeNames::click && toMouseEvent(evt)->button() == LeftButton) { type 1128 Source/core/html/HTMLInputElement.cpp if (evt->isKeyboardEvent() && evt->type() == EventTypeNames::keydown) { type 1136 Source/core/html/HTMLInputElement.cpp bool callBaseClassEarly = isTextField() && (evt->type() == EventTypeNames::keydown || evt->type() == EventTypeNames::keypress); type 1147 Source/core/html/HTMLInputElement.cpp if (evt->type() == EventTypeNames::DOMActivate) { type 1155 Source/core/html/HTMLInputElement.cpp if (evt->isKeyboardEvent() && evt->type() == EventTypeNames::keypress) { type 1161 Source/core/html/HTMLInputElement.cpp if (evt->isKeyboardEvent() && evt->type() == EventTypeNames::keyup) { type 1187 Source/core/html/HTMLInputElement.cpp if (evt->isMouseEvent() && evt->type() == EventTypeNames::mousedown) { type 1238 Source/core/html/HTMLInputElement.cpp static bool isValidMIMEType(const String& type) type 1240 Source/core/html/HTMLInputElement.cpp size_t slashPosition = type.find('/'); type 1241 Source/core/html/HTMLInputElement.cpp if (slashPosition == kNotFound || !slashPosition || slashPosition == type.length() - 1) type 1243 Source/core/html/HTMLInputElement.cpp for (size_t i = 0; i < type.length(); ++i) { type 1244 Source/core/html/HTMLInputElement.cpp if (!isRFC2616TokenCharacter(type[i]) && i != slashPosition) type 1250 Source/core/html/HTMLInputElement.cpp static bool isValidFileExtension(const String& type) type 1252 Source/core/html/HTMLInputElement.cpp if (type.length() < 2) type 1254 Source/core/html/HTMLInputElement.cpp return type[0] == '.'; type 1820 Source/core/html/HTMLInputElement.cpp parameters.type = type(); type 138 Source/core/html/HTMLLabelElement.cpp if (evt->type() == EventTypeNames::click && !processingClick) { type 174 Source/core/html/HTMLLabelElement.cpp void HTMLLabelElement::focus(bool, FocusType type) type 178 Source/core/html/HTMLLabelElement.cpp element->focus(true, type); type 180 Source/core/html/HTMLLabelElement.cpp HTMLElement::focus(true, type); type 63 Source/core/html/HTMLLegendElement.cpp void HTMLLegendElement::focus(bool, FocusType type) type 66 Source/core/html/HTMLLegendElement.cpp Element::focus(true, type); type 70 Source/core/html/HTMLLegendElement.cpp control->focus(false, type); type 193 Source/core/html/HTMLLinkElement.cpp bool HTMLLinkElement::loadLink(const String& type, const KURL& url) type 195 Source/core/html/HTMLLinkElement.cpp return m_linkLoader.loadLink(m_relAttribute, fastGetAttribute(HTMLNames::crossoriginAttr), type, url, document()); type 222 Source/core/html/HTMLLinkElement.cpp if (!m_link || m_link->type() != LinkResource::Style) type 229 Source/core/html/HTMLLinkElement.cpp if (!m_link || m_link->type() != LinkResource::Import) type 541 Source/core/html/HTMLLinkElement.cpp void LinkStyle::addPendingSheet(PendingSheetType type) type 543 Source/core/html/HTMLLinkElement.cpp if (type <= m_pendingSheetType) type 545 Source/core/html/HTMLLinkElement.cpp m_pendingSheetType = type; type 554 Source/core/html/HTMLLinkElement.cpp PendingSheetType type = m_pendingSheetType; type 557 Source/core/html/HTMLLinkElement.cpp if (type == None) type 559 Source/core/html/HTMLLinkElement.cpp if (type == NonBlocking) { type 620 Source/core/html/HTMLLinkElement.cpp String type = m_owner->typeValue().lower(); type 634 Source/core/html/HTMLLinkElement.cpp if (!m_owner->loadLink(type, builder.url())) type 66 Source/core/html/HTMLLinkElement.h virtual Type type() const OVERRIDE { return Style; } type 132 Source/core/html/HTMLLinkElement.h const AtomicString& type() const; type 161 Source/core/html/HTMLLinkElement.h bool loadLink(const String& type, const KURL&); type 170 Source/core/html/HTMLMediaElement.cpp String contentMIMEType = contentType.type().lower(); type 201 Source/core/html/HTMLMediaElement.cpp String type = contentType.type().lower(); type 207 Source/core/html/HTMLMediaElement.cpp if (type.isEmpty()) type 212 Source/core/html/HTMLMediaElement.cpp if (type == "application/octet-stream") type 215 Source/core/html/HTMLMediaElement.cpp return blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(type, typeCodecs, system); type 519 Source/core/html/HTMLMediaElement.cpp WTF_LOG(Media, "HTMLMediaElement::scheduleEvent - scheduling '%s'", event->type().ascii().data()); type 2588 Source/core/html/HTMLMediaElement.cpp String type; type 2618 Source/core/html/HTMLMediaElement.cpp type = source->type(); type 2620 Source/core/html/HTMLMediaElement.cpp if (type.isEmpty() && mediaURL.protocolIsData()) type 2621 Source/core/html/HTMLMediaElement.cpp type = mimeTypeFromDataURL(mediaURL); type 2622 Source/core/html/HTMLMediaElement.cpp if (!type.isEmpty() || !system.isEmpty()) { type 2625 Source/core/html/HTMLMediaElement.cpp WTF_LOG(Media, "HTMLMediaElement::selectNextSourceChild - 'type' is '%s' - key system is '%s'", type.utf8().data(), system.utf8().data()); type 2627 Source/core/html/HTMLMediaElement.cpp if (!supportsType(ContentType(type), system)) type 2645 Source/core/html/HTMLMediaElement.cpp *contentType = ContentType(type); type 3407 Source/core/html/HTMLMediaElement.cpp if (event && event->type() == EventTypeNames::webkitfullscreenchange) type 3415 Source/core/html/HTMLMediaElement.cpp if (event->type() == EventTypeNames::click && willRespondToMouseClickEvents()) { type 37 Source/core/html/HTMLNameCollection.cpp HTMLNameCollection::HTMLNameCollection(ContainerNode& document, CollectionType type, const AtomicString& name) type 38 Source/core/html/HTMLNameCollection.cpp : HTMLCollection(document, type, OverridesItemAfter) type 46 Source/core/html/HTMLNameCollection.cpp ASSERT(type() == WindowNamedItems || type() == DocumentNamedItems); type 48 Source/core/html/HTMLNameCollection.cpp ownerNode().nodeLists()->removeCache(this, type(), m_name); type 62 Source/core/html/HTMLNameCollection.cpp switch (type()) { type 36 Source/core/html/HTMLNameCollection.h static PassRefPtr<HTMLNameCollection> create(ContainerNode& document, CollectionType type, const AtomicString& name) type 38 Source/core/html/HTMLNameCollection.h return adoptRef(new HTMLNameCollection(document, type, name)); type 954 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) type 960 Source/core/html/HTMLSelectElement.cpp HTMLFormControlElementWithState::dispatchFocusEvent(oldFocusedElement, type); type 1149 Source/core/html/HTMLSelectElement.cpp if (event->type() == EventTypeNames::keydown) { type 1193 Source/core/html/HTMLSelectElement.cpp if (event->type() == EventTypeNames::keypress) { type 1254 Source/core/html/HTMLSelectElement.cpp if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 1274 Source/core/html/HTMLSelectElement.cpp if (event->type() == EventTypeNames::blur) { type 1336 Source/core/html/HTMLSelectElement.cpp if (event->type() == EventTypeNames::gesturetap && event->isGestureEvent()) { type 1351 Source/core/html/HTMLSelectElement.cpp } else if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 1374 Source/core/html/HTMLSelectElement.cpp } else if (event->type() == EventTypeNames::mousemove && event->isMouseEvent() && !toRenderBox(renderer())->canBeScrolledAndHasScrollableArea()) { type 1398 Source/core/html/HTMLSelectElement.cpp } else if (event->type() == EventTypeNames::mouseup && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton && renderer() && !toRenderBox(renderer())->autoscrollInProgress()) { type 1408 Source/core/html/HTMLSelectElement.cpp } else if (event->type() == EventTypeNames::keydown) { type 1491 Source/core/html/HTMLSelectElement.cpp } else if (event->type() == EventTypeNames::keypress) { type 1527 Source/core/html/HTMLSelectElement.cpp if (event->type() == EventTypeNames::keypress && event->isKeyboardEvent()) { type 77 Source/core/html/HTMLShadowElement.cpp if (root && root->olderShadowRoot() && root->type() != root->olderShadowRoot()->type()) { type 92 Source/core/html/HTMLSourceElement.cpp void HTMLSourceElement::setType(const AtomicString& type) type 94 Source/core/html/HTMLSourceElement.cpp setAttribute(typeAttr, type); type 39 Source/core/html/HTMLSourceElement.h const AtomicString& type() const; type 86 Source/core/html/HTMLStyleElement.h virtual const AtomicString& type() const OVERRIDE; type 96 Source/core/html/HTMLSummaryElement.cpp if (event->type() == EventTypeNames::DOMActivate && !isClickableControl(event->target()->toNode())) { type 104 Source/core/html/HTMLSummaryElement.cpp if (event->type() == EventTypeNames::keydown && toKeyboardEvent(event)->keyIdentifier() == "U+0020") { type 109 Source/core/html/HTMLSummaryElement.cpp if (event->type() == EventTypeNames::keypress) { type 121 Source/core/html/HTMLSummaryElement.cpp if (event->type() == EventTypeNames::keyup && toKeyboardEvent(event)->keyIdentifier() == "U+0020") { type 257 Source/core/html/HTMLTextAreaElement.cpp if (renderer() && (event->isMouseEvent() || event->isDragEvent() || event->hasInterface(EventNames::WheelEvent) || event->type() == EventTypeNames::blur)) type 76 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) type 80 Source/core/html/HTMLTextFormControlElement.cpp handleFocusEvent(oldFocusedElement, type); type 81 Source/core/html/HTMLTextFormControlElement.cpp HTMLFormControlElementWithState::dispatchFocusEvent(oldFocusedElement, type); type 94 Source/core/html/HTMLTextFormControlElement.cpp if (event->type() == EventTypeNames::webkitEditableContentChanged && renderer() && renderer()->isTextControl()) { type 105 Source/core/html/HTMLTextFormControlElement.cpp if (event->type() == EventTypeNames::blur || event->type() == EventTypeNames::focus) type 618 Source/core/html/HTMLTextFormControlElement.cpp return ancestor && isHTMLTextFormControlElement(*ancestor) && container->containingShadowRoot()->type() == ShadowRoot::UserAgentShadowRoot ? toHTMLTextFormControlElement(ancestor) : 0; type 196 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::copyVideoTextureToPlatformTexture(blink::WebGraphicsContext3D* context, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) type 200 Source/core/html/HTMLVideoElement.cpp return player()->copyVideoTextureToPlatformTexture(context, texture, level, type, internalFormat, premultiplyAlpha, flipY); type 63 Source/core/html/HTMLVideoElement.h bool copyVideoTextureToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY); type 94 Source/core/html/HTMLViewSourceDocument.cpp switch (token.type()) { type 58 Source/core/html/ImageDocument.cpp return listener->type() == ImageEventListenerType type 378 Source/core/html/ImageDocument.cpp if (event->type() == EventTypeNames::resize) type 380 Source/core/html/ImageDocument.cpp else if (event->type() == EventTypeNames::click && event->isMouseEvent()) { type 35 Source/core/html/LabelsNodeList.h static PassRefPtr<LabelsNodeList> create(ContainerNode& ownerNode, CollectionType type) type 37 Source/core/html/LabelsNodeList.h ASSERT_UNUSED(type, type == LabelsNodeListType); type 56 Source/core/html/LinkResource.h virtual Type type() const = 0; type 137 Source/core/html/MediaDocument.cpp if (event->type() == EventTypeNames::keydown && event->isKeyboardEvent()) { type 43 Source/core/html/MediaKeyEvent.cpp MediaKeyEvent::MediaKeyEvent(const AtomicString& type, const MediaKeyEventInit& initializer) type 44 Source/core/html/MediaKeyEvent.cpp : Event(type, initializer) type 55 Source/core/html/MediaKeyEvent.h static PassRefPtrWillBeRawPtr<MediaKeyEvent> create(const AtomicString& type, const MediaKeyEventInit& initializer) type 57 Source/core/html/MediaKeyEvent.h return adoptRefWillBeNoop(new MediaKeyEvent(type, initializer)); type 75 Source/core/html/MediaKeyEvent.h MediaKeyEvent(const AtomicString& type, const MediaKeyEventInit& initializer); type 40 Source/core/html/RadioNodeList.cpp RadioNodeList::RadioNodeList(ContainerNode& rootNode, const AtomicString& name, CollectionType type) type 41 Source/core/html/RadioNodeList.cpp : LiveNodeList(rootNode, type, InvalidateForFormControls, isHTMLFormElement(rootNode) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode) type 43 Source/core/html/RadioNodeList.cpp , m_onlyMatchImgElements(type == RadioImgNodeListType) type 37 Source/core/html/RadioNodeList.h static PassRefPtr<RadioNodeList> create(ContainerNode& ownerNode, CollectionType type, const AtomicString& name) type 39 Source/core/html/RadioNodeList.h ASSERT_UNUSED(type, type == RadioNodeListType || type == RadioImgNodeListType); type 40 Source/core/html/RadioNodeList.h return adoptRef(new RadioNodeList(ownerNode, name, type)); type 78 Source/core/html/canvas/ANGLEInstancedArrays.cpp void ANGLEInstancedArrays::drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount) type 83 Source/core/html/canvas/ANGLEInstancedArrays.cpp m_context->drawElementsInstancedANGLE(mode, count, type, offset, primcount); type 51 Source/core/html/canvas/ANGLEInstancedArrays.h void drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount); type 35 Source/core/html/canvas/CanvasPattern.cpp void CanvasPattern::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionState& exceptionState) type 37 Source/core/html/canvas/CanvasPattern.cpp if (type.isEmpty() || type == "repeat") { type 42 Source/core/html/canvas/CanvasPattern.cpp if (type == "no-repeat") { type 47 Source/core/html/canvas/CanvasPattern.cpp if (type == "repeat-x") { type 52 Source/core/html/canvas/CanvasPattern.cpp if (type == "repeat-y") { type 57 Source/core/html/canvas/CanvasPattern.cpp exceptionState.throwDOMException(SyntaxError, "The provided type ('" + type + "') is not one of 'repeat', 'no-repeat', 'repeat-x', or 'repeat-y'."); type 83 Source/core/html/canvas/CanvasStyle.cpp CanvasStyle::CanvasStyle(Type type, float overrideAlpha) type 84 Source/core/html/canvas/CanvasStyle.cpp : m_type(type) type 74 Source/core/html/canvas/DataView.h virtual ViewType type() const OVERRIDE type 39 Source/core/html/canvas/WebGLActiveInfo.h static PassRefPtr<WebGLActiveInfo> create(const String& name, GLenum type, GLint size) type 41 Source/core/html/canvas/WebGLActiveInfo.h return adoptRef(new WebGLActiveInfo(name, type, size)); type 44 Source/core/html/canvas/WebGLActiveInfo.h GLenum type() const { return m_type; } type 48 Source/core/html/canvas/WebGLActiveInfo.h WebGLActiveInfo(const String& name, GLenum type, GLint size) type 50 Source/core/html/canvas/WebGLActiveInfo.h , m_type(type) type 54 Source/core/html/canvas/WebGLActiveInfo.h ASSERT(type); type 40 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) type 41 Source/core/html/canvas/WebGLContextEvent.cpp : Event(type, canBubble, cancelable) type 47 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, const WebGLContextEventInit& initializer) type 48 Source/core/html/canvas/WebGLContextEvent.cpp : Event(type, initializer) type 45 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) type 47 Source/core/html/canvas/WebGLContextEvent.h return adoptRefWillBeNoop(new WebGLContextEvent(type, canBubble, cancelable, statusMessage)); type 49 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, const WebGLContextEventInit& initializer) type 51 Source/core/html/canvas/WebGLContextEvent.h return adoptRefWillBeNoop(new WebGLContextEvent(type, initializer)); type 63 Source/core/html/canvas/WebGLContextEvent.h WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage); type 51 Source/core/html/canvas/WebGLFramebuffer.cpp virtual GLenum type() const OVERRIDE; type 151 Source/core/html/canvas/WebGLFramebuffer.cpp virtual GLenum type() const OVERRIDE; type 332 Source/core/html/canvas/WebGLFramebuffer.cpp GLenum type = attachedObject->type(); type 334 Source/core/html/canvas/WebGLFramebuffer.cpp && (type == GL_UNSIGNED_SHORT || type == GL_UNSIGNED_INT))) { type 355 Source/core/html/canvas/WebGLFramebuffer.cpp GLenum type = attachedObject->type(); type 357 Source/core/html/canvas/WebGLFramebuffer.cpp && type == GL_UNSIGNED_INT_24_8_OES)) { type 371 Source/core/html/canvas/WebGLFramebuffer.cpp GLenum type = attachedObject->type(); type 380 Source/core/html/canvas/WebGLFramebuffer.cpp if (type != GL_UNSIGNED_BYTE type 381 Source/core/html/canvas/WebGLFramebuffer.cpp && type != GL_UNSIGNED_SHORT_5_6_5 type 382 Source/core/html/canvas/WebGLFramebuffer.cpp && type != GL_UNSIGNED_SHORT_4_4_4_4 type 383 Source/core/html/canvas/WebGLFramebuffer.cpp && type != GL_UNSIGNED_SHORT_5_5_5_1 type 384 Source/core/html/canvas/WebGLFramebuffer.cpp && !(type == GL_FLOAT && context()->extensionEnabled(OESTextureFloatName)) type 385 Source/core/html/canvas/WebGLFramebuffer.cpp && !(type == GL_HALF_FLOAT_OES && context()->extensionEnabled(OESTextureHalfFloatName))) { type 53 Source/core/html/canvas/WebGLFramebuffer.h virtual GLenum type() const = 0; type 109 Source/core/html/canvas/WebGLProgram.cpp WebGLShader* WebGLProgram::getAttachedShader(GLenum type) type 111 Source/core/html/canvas/WebGLProgram.cpp switch (type) { type 125 Source/core/html/canvas/WebGLProgram.cpp switch (shader->type()) { type 145 Source/core/html/canvas/WebGLProgram.cpp switch (shader->type()) { type 928 Source/core/html/canvas/WebGLRenderingContextBase.cpp unsigned WebGLRenderingContextBase::sizeInBytes(GLenum type) type 930 Source/core/html/canvas/WebGLRenderingContextBase.cpp switch (type) { type 1536 Source/core/html/canvas/WebGLRenderingContextBase.cpp PassRefPtr<WebGLShader> WebGLRenderingContextBase::createShader(GLenum type) type 1540 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type != GL_VERTEX_SHADER && type != GL_FRAGMENT_SHADER) { type 1545 Source/core/html/canvas/WebGLRenderingContextBase.cpp RefPtr<WebGLShader> o = WebGLShader::create(this, type); type 1775 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::drawElements(GLenum mode, GLsizei count, GLenum type, long long offset) type 1777 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateDrawElements("drawElements", mode, count, type, offset)) type 1783 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->drawElements(mode, count, type, static_cast<GLintptr>(offset)); type 1804 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount) type 1806 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateDrawElements("drawElementsInstancedANGLE", mode, count, type, offset)) type 1815 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->drawElementsInstancedANGLE(mode, count, type, static_cast<GLintptr>(offset), primcount); type 2000 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLActiveInfo::create(info.name, info.type, info.size); type 2010 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLActiveInfo::create(info.name, info.type, info.size); type 2674 Source/core/html/canvas/WebGLRenderingContextBase.cpp switch (info.type) { type 2829 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(state.type); type 3008 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels) type 3029 Source/core/html/canvas/WebGLRenderingContextBase.cpp switch (type) { type 3039 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (format != GL_RGBA || type != GL_UNSIGNED_BYTE) { type 3044 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (pixels->type() != ArrayBufferView::TypeUint8) { type 3056 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_packAlignment, &totalBytesRequired, &padding); type 3071 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->readPixels(x, y, width, height, format, type, data); type 3254 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum WebGLRenderingContextBase::convertTexInternalFormat(GLenum internalformat, GLenum type) type 3257 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type == GL_FLOAT && internalformat == GL_RGBA type 3260 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type == GL_FLOAT && internalformat == GL_RGB type 3266 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texImage2DBase(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels, ExceptionState& exceptionState) type 3271 Source/core/html/canvas/WebGLRenderingContextBase.cpp ASSERT(validateTexFuncParameters("texImage2D", NotTexSubImage2D, target, level, internalformat, width, height, border, format, type)); type 3275 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->texImage2D(target, level, convertTexInternalFormat(internalformat, type), width, height, border, format, type, pixels); type 3276 Source/core/html/canvas/WebGLRenderingContextBase.cpp tex->setLevelInfo(target, level, internalformat, width, height, type); type 3279 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texImage2DImpl(GLenum target, GLint level, GLenum internalformat, GLenum format, GLenum type, Image* image, WebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionState& exceptionState) type 3293 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type == GL_UNSIGNED_BYTE && sourceDataFormat == WebGLImageConversion::DataFormatRGBA8 && format == GL_RGBA && alphaOp == WebGLImageConversion::AlphaDoNothing && !flipY) type 3296 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!WebGLImageConversion::packImageData(image, imagePixelData, format, type, flipY, alphaOp, sourceDataFormat, imageExtractor.imageWidth(), imageExtractor.imageHeight(), imageExtractor.imageSourceUnpackAlignment(), data)) { type 3304 Source/core/html/canvas/WebGLRenderingContextBase.cpp texImage2DBase(target, level, internalformat, imageExtractor.imageWidth(), imageExtractor.imageHeight(), 0, format, type, needConversion ? data.data() : imagePixelData, exceptionState); type 3309 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFunc(const char* functionName, TexFuncValidationFunctionType functionType, TexFuncValidationSourceType sourceType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset) type 3311 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncParameters(functionName, functionType, target, level, internalformat, width, height, border, format, type)) type 3343 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (texture->getInternalFormat(target, level) != format || texture->getType(target, level) != type) { type 3369 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, ArrayBufferView* pixels, ExceptionState& exceptionState) type 3371 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateTexFuncData("texImage2D", level, width, height, format, type, pixels, NullAllowed) type 3372 Source/core/html/canvas/WebGLRenderingContextBase.cpp || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceArrayBufferView, target, level, internalformat, width, height, border, format, type, 0, 0)) type 3378 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!WebGLImageConversion::extractTextureData(width, height, format, type, m_unpackAlignment, m_unpackFlipY, m_unpackPremultiplyAlpha, data, tempData)) type 3385 Source/core/html/canvas/WebGLRenderingContextBase.cpp texImage2DBase(target, level, internalformat, width, height, border, format, type, data, exceptionState); type 3391 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, ImageData* pixels, ExceptionState& exceptionState) type 3393 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !pixels || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceImageData, target, level, internalformat, pixels->width(), pixels->height(), 0, format, type, 0, 0)) type 3399 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_unpackFlipY && !m_unpackPremultiplyAlpha && format == GL_RGBA && type == GL_UNSIGNED_BYTE) type 3402 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!WebGLImageConversion::extractImageData(pixels->data()->data(), pixels->size(), format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) { type 3409 Source/core/html/canvas/WebGLRenderingContextBase.cpp texImage2DBase(target, level, internalformat, pixels->width(), pixels->height(), 0, format, type, needConversion ? data.data() : pixels->data()->data(), exceptionState); type 3415 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLImageElement* image, ExceptionState& exceptionState) type 3424 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!imageForRender || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLImageElement, target, level, internalformat, imageForRender->width(), imageForRender->height(), 0, format, type, 0, 0)) type 3427 Source/core/html/canvas/WebGLRenderingContextBase.cpp texImage2DImpl(target, level, internalformat, format, type, imageForRender.get(), WebGLImageConversion::HtmlDomImage, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); type 3431 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLCanvasElement* canvas, ExceptionState& exceptionState) type 3433 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateHTMLCanvasElement("texImage2D", canvas, exceptionState) || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLCanvasElement, target, level, internalformat, canvas->width(), canvas->height(), 0, format, type, 0, 0)) type 3445 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (buffer && buffer->copyToPlatformTexture(m_context.get(), texture->object(), internalformat, type, type 3447 Source/core/html/canvas/WebGLRenderingContextBase.cpp texture->setLevelInfo(target, level, internalformat, canvas->width(), canvas->height(), type); type 3453 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (gl && gl->m_drawingBuffer->copyToPlatformTexture(m_context.get(), texture->object(), internalformat, type, type 3455 Source/core/html/canvas/WebGLRenderingContextBase.cpp texture->setLevelInfo(target, level, internalformat, canvas->width(), canvas->height(), type); type 3463 Source/core/html/canvas/WebGLRenderingContextBase.cpp texImage2D(target, level, internalformat, format, type, imageData.get(), exceptionState); type 3465 Source/core/html/canvas/WebGLRenderingContextBase.cpp texImage2DImpl(target, level, internalformat, format, type, canvas->copiedImage(), WebGLImageConversion::HtmlDomCanvas, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); type 3483 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLVideoElement* video, ExceptionState& exceptionState) type 3486 Source/core/html/canvas/WebGLRenderingContextBase.cpp || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLVideoElement, target, level, internalformat, video->videoWidth(), video->videoHeight(), 0, format, type, 0, 0)) type 3493 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (video->copyVideoTextureToPlatformTexture(m_context.get(), texture->object(), level, type, internalformat, m_unpackPremultiplyAlpha, m_unpackFlipY)) { type 3494 Source/core/html/canvas/WebGLRenderingContextBase.cpp texture->setLevelInfo(target, level, internalformat, video->videoWidth(), video->videoHeight(), type); type 3503 Source/core/html/canvas/WebGLRenderingContextBase.cpp texImage2DImpl(target, level, internalformat, format, type, image.get(), WebGLImageConversion::HtmlDomVideo, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); type 3554 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texSubImage2DBase(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels, ExceptionState& exceptionState) type 3558 Source/core/html/canvas/WebGLRenderingContextBase.cpp ASSERT(validateTexFuncParameters("texSubImage2D", TexSubImage2D, target, level, format, width, height, 0, format, type)); type 3571 Source/core/html/canvas/WebGLRenderingContextBase.cpp ASSERT(tex->getType(target, level) == type); type 3572 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); type 3575 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texSubImage2DImpl(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLenum format, GLenum type, Image* image, WebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionState& exceptionState) type 3589 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type == GL_UNSIGNED_BYTE && sourceDataFormat == WebGLImageConversion::DataFormatRGBA8 && format == GL_RGBA && alphaOp == WebGLImageConversion::AlphaDoNothing && !flipY) type 3592 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!WebGLImageConversion::packImageData(image, imagePixelData, format, type, flipY, alphaOp, sourceDataFormat, imageExtractor.imageWidth(), imageExtractor.imageHeight(), imageExtractor.imageSourceUnpackAlignment(), data)) { type 3600 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DBase(target, level, xoffset, yoffset, imageExtractor.imageWidth(), imageExtractor.imageHeight(), format, type, needConversion ? data.data() : imagePixelData, exceptionState); type 3607 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, ArrayBufferView* pixels, ExceptionState& exceptionState) type 3609 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateTexFuncData("texSubImage2D", level, width, height, format, type, pixels, NullNotAllowed) type 3610 Source/core/html/canvas/WebGLRenderingContextBase.cpp || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceArrayBufferView, target, level, format, width, height, 0, format, type, xoffset, yoffset)) type 3616 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!WebGLImageConversion::extractTextureData(width, height, format, type, type 3627 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DBase(target, level, xoffset, yoffset, width, height, format, type, data, exceptionState); type 3633 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, ImageData* pixels, ExceptionState& exceptionState) type 3635 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !pixels || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceImageData, target, level, format, pixels->width(), pixels->height(), 0, format, type, xoffset, yoffset)) type 3642 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (format == GL_RGBA && type == GL_UNSIGNED_BYTE && !m_unpackFlipY && !m_unpackPremultiplyAlpha) type 3645 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!WebGLImageConversion::extractImageData(pixels->data()->data(), pixels->size(), format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) { type 3652 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DBase(target, level, xoffset, yoffset, pixels->width(), pixels->height(), format, type, needConversion ? data.data() : pixels->data()->data(), exceptionState); type 3658 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLImageElement* image, ExceptionState& exceptionState) type 3667 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!imageForRender || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLImageElement, target, level, format, imageForRender->width(), imageForRender->height(), 0, format, type, xoffset, yoffset)) type 3670 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DImpl(target, level, xoffset, yoffset, format, type, imageForRender.get(), WebGLImageConversion::HtmlDomImage, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); type 3674 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLCanvasElement* canvas, ExceptionState& exceptionState) type 3677 Source/core/html/canvas/WebGLRenderingContextBase.cpp || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLCanvasElement, target, level, format, canvas->width(), canvas->height(), 0, format, type, xoffset, yoffset)) type 3682 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2D(target, level, xoffset, yoffset, format, type, imageData.get(), exceptionState); type 3684 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DImpl(target, level, xoffset, yoffset, format, type, canvas->copiedImage(), WebGLImageConversion::HtmlDomCanvas, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); type 3688 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLVideoElement* video, ExceptionState& exceptionState) type 3691 Source/core/html/canvas/WebGLRenderingContextBase.cpp || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLVideoElement, target, level, format, video->videoWidth(), video->videoHeight(), 0, format, type, xoffset, yoffset)) type 3697 Source/core/html/canvas/WebGLRenderingContextBase.cpp texSubImage2DImpl(target, level, xoffset, yoffset, format, type, image.get(), WebGLImageConversion::HtmlDomVideo, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState); type 4062 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, long long offset) type 4066 Source/core/html/canvas/WebGLRenderingContextBase.cpp switch (type) { type 4090 Source/core/html/canvas/WebGLRenderingContextBase.cpp unsigned typeSize = sizeInBytes(type); type 4101 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_boundVertexArrayObject->setVertexAttribState(index, bytesPerElement, size, type, normalized, stride, static_cast<GLintptr>(offset), m_boundArrayBuffer); type 4102 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->vertexAttribPointer(index, size, type, normalized, stride, static_cast<GLintptr>(offset)); type 4492 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level) type 4512 Source/core/html/canvas/WebGLRenderingContextBase.cpp switch (type) { type 4545 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type != GL_UNSIGNED_BYTE type 4546 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_FLOAT type 4547 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_HALF_FLOAT_OES) { type 4553 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type != GL_UNSIGNED_BYTE type 4554 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_UNSIGNED_SHORT_5_6_5 type 4555 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_FLOAT type 4556 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_HALF_FLOAT_OES) { type 4562 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type != GL_UNSIGNED_BYTE type 4563 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_UNSIGNED_SHORT_4_4_4_4 type 4564 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_UNSIGNED_SHORT_5_5_5_1 type 4565 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_FLOAT type 4566 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_HALF_FLOAT_OES) { type 4576 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type != GL_UNSIGNED_SHORT type 4577 Source/core/html/canvas/WebGLRenderingContextBase.cpp && type != GL_UNSIGNED_INT) { type 4591 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (type != GL_UNSIGNED_INT_24_8_OES) { type 4677 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) type 4682 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncFormatAndType(functionName, format, type, level) || !validateTexFuncLevel(functionName, target, level)) type 4701 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition disposition) type 4711 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncFormatAndType(functionName, format, type, level)) type 4716 Source/core/html/canvas/WebGLRenderingContextBase.cpp switch (type) { type 4718 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (pixels->type() != ArrayBufferView::TypeUint8) { type 4726 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (pixels->type() != ArrayBufferView::TypeUint16) { type 4732 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (pixels->type() != ArrayBufferView::TypeFloat32) { type 4750 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_unpackAlignment, &totalBytesRequired, 0); type 4757 Source/core/html/canvas/WebGLRenderingContextBase.cpp error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, 1, &totalBytesRequired, 0); type 5193 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateDrawElements(const char* functionName, GLenum mode, GLsizei count, GLenum type, long long offset) type 5201 Source/core/html/canvas/WebGLRenderingContextBase.cpp switch (type) { type 149 Source/core/html/canvas/WebGLRenderingContextBase.h PassRefPtr<WebGLShader> createShader(GLenum type); type 168 Source/core/html/canvas/WebGLRenderingContextBase.h void drawElements(GLenum mode, GLsizei count, GLenum type, long long offset); type 171 Source/core/html/canvas/WebGLRenderingContextBase.h void drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount); type 220 Source/core/html/canvas/WebGLRenderingContextBase.h void readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels); type 234 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, ArrayBufferView*, ExceptionState&); type 236 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, ImageData*, ExceptionState&); type 238 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLImageElement*, ExceptionState&); type 240 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLCanvasElement*, ExceptionState&); type 242 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLVideoElement*, ExceptionState&); type 249 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, ArrayBufferView*, ExceptionState&); type 251 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, ImageData*, ExceptionState&); type 253 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLImageElement*, ExceptionState&); type 255 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLCanvasElement*, ExceptionState&); type 257 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLVideoElement*, ExceptionState&); type 305 Source/core/html/canvas/WebGLRenderingContextBase.h void vertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, type 378 Source/core/html/canvas/WebGLRenderingContextBase.h unsigned sizeInBytes(GLenum type); type 680 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum convertTexInternalFormat(GLenum internalformat, GLenum type); type 682 Source/core/html/canvas/WebGLRenderingContextBase.h void texImage2DBase(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels, ExceptionState&); type 683 Source/core/html/canvas/WebGLRenderingContextBase.h void texImage2DImpl(GLenum target, GLint level, GLenum internalformat, GLenum format, GLenum type, Image*, WebGLImageConversion::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionState&); type 684 Source/core/html/canvas/WebGLRenderingContextBase.h void texSubImage2DBase(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels, ExceptionState&); type 685 Source/core/html/canvas/WebGLRenderingContextBase.h void texSubImage2DImpl(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLenum format, GLenum type, Image*, WebGLImageConversion::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionState&); type 716 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level); type 738 Source/core/html/canvas/WebGLRenderingContextBase.h GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset); type 746 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncParameters(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type); type 756 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition); type 835 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateDrawElements(const char* functionName, GLenum mode, GLsizei count, GLenum type, long long offset); type 34 Source/core/html/canvas/WebGLShader.cpp PassRefPtr<WebGLShader> WebGLShader::create(WebGLRenderingContextBase* ctx, GLenum type) type 36 Source/core/html/canvas/WebGLShader.cpp return adoptRef(new WebGLShader(ctx, type)); type 39 Source/core/html/canvas/WebGLShader.cpp WebGLShader::WebGLShader(WebGLRenderingContextBase* ctx, GLenum type) type 41 Source/core/html/canvas/WebGLShader.cpp , m_type(type) type 45 Source/core/html/canvas/WebGLShader.cpp setObject(ctx->webGraphicsContext3D()->createShader(type)); type 42 Source/core/html/canvas/WebGLShader.h GLenum type() const { return m_type; } type 141 Source/core/html/canvas/WebGLTexture.cpp void WebGLTexture::setLevelInfo(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum type) type 150 Source/core/html/canvas/WebGLTexture.cpp m_info[index][level].setInfo(internalFormat, width, height, type); type 170 Source/core/html/canvas/WebGLTexture.cpp info.setInfo(info0.internalFormat, width, height, info0.type); type 191 Source/core/html/canvas/WebGLTexture.cpp return info->type; type 286 Source/core/html/canvas/WebGLTexture.cpp || info.internalFormat != first.internalFormat || info.type != first.type type 333 Source/core/html/canvas/WebGLTexture.cpp || info0.internalFormat != first.internalFormat || info0.type != first.type type 348 Source/core/html/canvas/WebGLTexture.cpp || info.internalFormat != info0.internalFormat || info.type != info0.type) { type 356 Source/core/html/canvas/WebGLTexture.cpp m_isFloatType = m_info[0][0].type == GL_FLOAT; type 357 Source/core/html/canvas/WebGLTexture.cpp m_isHalfFloatType = m_info[0][0].type == GL_HALF_FLOAT_OES; type 55 Source/core/html/canvas/WebGLTexture.h void setLevelInfo(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum type); type 91 Source/core/html/canvas/WebGLTexture.h , type(0) type 101 Source/core/html/canvas/WebGLTexture.h type = tp; type 108 Source/core/html/canvas/WebGLTexture.h GLenum type; type 34 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp PassRefPtr<WebGLVertexArrayObjectOES> WebGLVertexArrayObjectOES::create(WebGLRenderingContextBase* ctx, VaoType type) type 36 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp return adoptRef(new WebGLVertexArrayObjectOES(ctx, type)); type 39 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp WebGLVertexArrayObjectOES::WebGLVertexArrayObjectOES(WebGLRenderingContextBase* ctx, VaoType type) type 41 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp , m_type(type) type 93 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp GLuint index, GLsizei bytesPerElement, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset, PassRefPtr<WebGLBuffer> buffer) type 107 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp state.type = type; type 53 Source/core/html/canvas/WebGLVertexArrayObjectOES.h , type(GL_FLOAT) type 66 Source/core/html/canvas/WebGLVertexArrayObjectOES.h GLenum type; type 375 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp void BaseMultipleFieldsDateAndTimeInputType::handleFocusEvent(Element* oldFocusedElement, FocusType type) type 380 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp if (type == FocusTypeBackward) { type 382 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp element().document().page()->focusController().advanceFocus(type); type 383 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp } else if (type == FocusTypeNone || type == FocusTypeMouse || type == FocusTypePage) { type 108 Source/core/html/forms/FormController.cpp FormElementKey::FormElementKey(StringImpl* name, StringImpl* type) type 110 Source/core/html/forms/FormController.cpp , m_type(type) type 122 Source/core/html/forms/FormController.cpp , m_type(other.type()) type 132 Source/core/html/forms/FormController.cpp m_type = other.type(); type 140 Source/core/html/forms/FormController.cpp if (type()) type 141 Source/core/html/forms/FormController.cpp type()->ref(); type 148 Source/core/html/forms/FormController.cpp if (type()) type 149 Source/core/html/forms/FormController.cpp type()->deref(); type 154 Source/core/html/forms/FormController.cpp return a.name() == b.name() && a.type() == b.type(); type 184 Source/core/html/forms/FormController.cpp void appendControlState(const AtomicString& name, const AtomicString& type, const FormControlState&); type 185 Source/core/html/forms/FormController.cpp FormControlState takeControlState(const AtomicString& name, const AtomicString& type); type 220 Source/core/html/forms/FormController.cpp String type = stateVector[index++]; type 222 Source/core/html/forms/FormController.cpp if (type.isEmpty() || type.find(isNotFormControlTypeCharacter) != kNotFound || state.isFailure()) type 224 Source/core/html/forms/FormController.cpp savedFormState->appendControlState(AtomicString(name), AtomicString(type), state); type 237 Source/core/html/forms/FormController.cpp stateVector.append(key.type()); type 243 Source/core/html/forms/FormController.cpp void SavedFormState::appendControlState(const AtomicString& name, const AtomicString& type, const FormControlState& state) type 245 Source/core/html/forms/FormController.cpp FormElementKey key(name.impl(), type.impl()); type 257 Source/core/html/forms/FormController.cpp FormControlState SavedFormState::takeControlState(const AtomicString& name, const AtomicString& type) type 261 Source/core/html/forms/FormController.cpp FormElementStateMap::iterator it = m_stateForNewFormElements.find(FormElementKey(name.impl(), type.impl())); type 277 Source/core/html/forms/FormController.cpp if (!equal(key.type(), "file", 4)) type 406 Source/core/html/forms/FormController.cpp result.storedValue->value->appendControlState(control->name(), control->type(), control->saveFormControlState()); type 441 Source/core/html/forms/FormController.cpp FormControlState state = it->value->takeControlState(control.name(), control.type()); type 55 Source/core/html/forms/FormController.h explicit FormControlState(Type type) : m_type(type) { } type 421 Source/core/html/forms/InputType.cpp return event->isKeyboardEvent() && event->type() == EventTypeNames::keypress && toKeyboardEvent(event)->charCode() == '\r'; type 168 Source/core/html/forms/RangeInputType.cpp if (event->type() == EventTypeNames::touchend) { type 78 Source/core/html/forms/TextFieldInputType.cpp if (event->type() == EventTypeNames::mousedown) type 86 Source/core/html/forms/TextFieldInputType.cpp if (event->type() != EventTypeNames::click) type 226 Source/core/html/forms/TextFieldInputType.cpp if (element().renderer() && (event->isMouseEvent() || event->isDragEvent() || event->hasInterface(EventNames::WheelEvent) || event->type() == EventTypeNames::blur || event->type() == EventTypeNames::focus)) { type 228 Source/core/html/forms/TextFieldInputType.cpp if (event->type() == EventTypeNames::blur) { type 239 Source/core/html/forms/TextFieldInputType.cpp } else if (event->type() == EventTypeNames::focus) { type 261 Source/core/html/forms/TextFieldInputType.cpp return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event); type 52 Source/core/html/forms/TextInputType.cpp const AtomicString& type = element().fastGetAttribute(typeAttr); type 53 Source/core/html/forms/TextInputType.cpp if (equalIgnoringCase(type, InputTypeNames::datetime)) type 55 Source/core/html/forms/TextInputType.cpp else if (equalIgnoringCase(type, InputTypeNames::week)) type 59 Source/core/html/imports/LinkImport.h virtual Type type() const OVERRIDE { return Import; } type 48 Source/core/html/parser/AtomicHTMLToken.h HTMLToken::Type type() const { return m_type; } type 113 Source/core/html/parser/AtomicHTMLToken.h : m_type(token.type()) type 146 Source/core/html/parser/AtomicHTMLToken.h : m_type(token.type()) type 183 Source/core/html/parser/AtomicHTMLToken.h explicit AtomicHTMLToken(HTMLToken::Type type) type 184 Source/core/html/parser/AtomicHTMLToken.h : m_type(type) type 189 Source/core/html/parser/AtomicHTMLToken.h AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>()) type 190 Source/core/html/parser/AtomicHTMLToken.h : m_type(type) type 44 Source/core/html/parser/CompactHTMLToken.cpp : m_type(token->type()) type 55 Source/core/html/parser/CompactHTMLToken.h HTMLToken::Type type() const { return static_cast<HTMLToken::Type>(m_type); } type 538 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(token->type() == HTMLToken::DOCTYPE); type 563 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(token->type() == HTMLToken::Comment); type 569 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(token->type() == HTMLToken::Comment); type 576 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(token->type() == HTMLToken::Comment); type 618 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(token->type() == HTMLToken::StartTag); type 654 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(token->type() == HTMLToken::StartTag); type 447 Source/core/html/parser/HTMLDocumentParser.cpp if (tokens->last().type() == HTMLToken::EndOfFile) { type 468 Source/core/html/parser/HTMLDocumentParser.cpp if (it->type() == HTMLToken::EndOfFile) { type 631 Source/core/html/parser/HTMLDocumentParser.cpp if (rawToken.type() != HTMLToken::Character) type 637 Source/core/html/parser/HTMLDocumentParser.cpp ASSERT(rawToken.type() == HTMLToken::Character); type 98 Source/core/html/parser/HTMLMetaCharsetParser.cpp bool end = m_token.type() == HTMLToken::EndTag; type 99 Source/core/html/parser/HTMLMetaCharsetParser.cpp if (end || m_token.type() == HTMLToken::StartTag) { type 326 Source/core/html/parser/HTMLPreloadScanner.cpp switch (token.type()) { type 416 Source/core/html/parser/HTMLPreloadScanner.cpp if (m_token.type() == HTMLToken::StartTag) type 40 Source/core/html/parser/HTMLSourceTracker.cpp if (token.type() == HTMLToken::Uninitialized) { type 65 Source/core/html/parser/HTMLSourceTracker.cpp if (token.type() == HTMLToken::EndOfFile) { type 50 Source/core/html/parser/HTMLStackItem.h static PassRefPtr<HTMLStackItem> create(PassRefPtr<ContainerNode> node, ItemType type) type 52 Source/core/html/parser/HTMLStackItem.h return adoptRef(new HTMLStackItem(node, type)); type 211 Source/core/html/parser/HTMLStackItem.h HTMLStackItem(PassRefPtr<ContainerNode> node, ItemType type) type 214 Source/core/html/parser/HTMLStackItem.h switch (type) { type 116 Source/core/html/parser/HTMLToken.h Type type() const { return m_type; } type 174 Source/core/html/parser/HTMLTokenizer.cpp ASSERT(m_token->type() == HTMLToken::Character || m_token->type() == HTMLToken::Uninitialized); type 176 Source/core/html/parser/HTMLTokenizer.cpp if (m_token->type() == HTMLToken::Character) type 208 Source/core/html/parser/HTMLTokenizer.cpp ASSERT(!m_token || m_token == &token || token.type() == HTMLToken::Uninitialized); type 234 Source/core/html/parser/HTMLTokenizer.cpp if (m_token->type() == HTMLToken::Character) { type 250 Source/core/html/parser/HTMLTokenizer.h ASSERT(m_token->type() != HTMLToken::Uninitialized); type 251 Source/core/html/parser/HTMLTokenizer.h if (m_token->type() == HTMLToken::StartTag) type 259 Source/core/html/parser/HTMLTokenizer.h return m_token->type() == HTMLToken::Character; type 386 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->type() == HTMLToken::Character) { type 396 Source/core/html/parser/HTMLTreeBuilder.cpp switch (token->type()) { type 421 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::DOCTYPE); type 590 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::StartTag); type 970 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::StartTag); type 1044 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::StartTag); type 1428 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 1441 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 1621 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 1658 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 1694 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 1731 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 1909 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 1931 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndTag); type 2198 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::Comment); type 2220 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::Character); type 2402 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::EndOfFile); type 2545 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::StartTag); type 2594 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::StartTag); type 2604 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::StartTag); type 2614 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->type() == HTMLToken::StartTag); type 2637 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->type() == HTMLToken::StartTag type 2641 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->type() == HTMLToken::Character) type 2645 Source/core/html/parser/HTMLTreeBuilder.cpp && token->type() == HTMLToken::StartTag type 2649 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->type() == HTMLToken::StartTag) type 2651 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->type() == HTMLToken::Character) type 2654 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->type() == HTMLToken::EndOfFile) type 2661 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->type() == HTMLToken::Character) { type 2672 Source/core/html/parser/HTMLTreeBuilder.cpp switch (token->type()) { type 134 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp if (token.type() == HTMLToken::StartTag) { type 163 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp if (token.type() == HTMLToken::EndTag) { type 55 Source/core/html/parser/HTMLViewSourceParser.cpp if (m_token.type() == HTMLToken::StartTag) type 349 Source/core/html/parser/XSSAuditor.cpp if (request.token.type() == HTMLToken::StartTag) type 352 Source/core/html/parser/XSSAuditor.cpp if (request.token.type() == HTMLToken::Character) type 354 Source/core/html/parser/XSSAuditor.cpp else if (request.token.type() == HTMLToken::EndTag) type 430 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 444 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 458 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 474 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 488 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 501 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 513 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 521 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 529 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 537 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 545 Source/core/html/parser/XSSAuditor.cpp ASSERT(request.token.type() == HTMLToken::StartTag); type 88 Source/core/html/shadow/ClearButtonElement.cpp if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 98 Source/core/html/shadow/ClearButtonElement.cpp if (event->type() == EventTypeNames::mouseup && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 94 Source/core/html/shadow/DateTimeEditElement.cpp if (m_dateValue.type() == DateComponents::Date || m_dateValue.type() == DateComponents::DateTimeLocal) { type 95 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.minimum.type() != DateComponents::Invalid type 96 Source/core/html/shadow/DateTimeEditElement.cpp && m_parameters.maximum.type() != DateComponents::Invalid type 105 Source/core/html/shadow/DateTimeEditElement.cpp if (m_dateValue.type() == DateComponents::Time || m_dayRange.isSingleton()) { type 106 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.minimum.type() != DateComponents::Invalid type 107 Source/core/html/shadow/DateTimeEditElement.cpp && m_parameters.maximum.type() != DateComponents::Invalid type 217 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.minimum.type() != DateComponents::Invalid type 218 Source/core/html/shadow/DateTimeEditElement.cpp && m_parameters.maximum.type() != DateComponents::Invalid type 238 Source/core/html/shadow/DateTimeEditElement.cpp if (minMonth == maxMonth && minMonth == m_dateValue.month() && m_dateValue.type() != DateComponents::Month) { type 284 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.minimum.type() != DateComponents::Invalid type 285 Source/core/html/shadow/DateTimeEditElement.cpp && m_parameters.maximum.type() != DateComponents::Invalid type 297 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.minimum.type() == DateComponents::Invalid) { type 304 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.maximum.type() == DateComponents::Invalid) { type 339 Source/core/html/shadow/DateTimeEditElement.cpp return m_dayRange.isSingleton() && m_dayRange.minimum == m_dateValue.monthDay() && m_dateValue.type() != DateComponents::Date; type 348 Source/core/html/shadow/DateTimeEditElement.cpp if (m_dateValue.type() == DateComponents::Time) type 350 Source/core/html/shadow/DateTimeEditElement.cpp ASSERT(m_dateValue.type() == DateComponents::DateTimeLocal); type 394 Source/core/html/shadow/DateTimeEditElement.cpp return m_parameters.minimum.type() != DateComponents::Invalid type 395 Source/core/html/shadow/DateTimeEditElement.cpp && m_parameters.maximum.type() != DateComponents::Invalid type 749 Source/core/html/shadow/DateTimeEditElement.cpp ASSERT(date.type() == DateComponents::Date); type 74 Source/core/html/shadow/DateTimeFieldElement.cpp if (keyboardEvent->type() != EventTypeNames::keydown) type 118 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (keyboardEvent->type() != EventTypeNames::keypress) type 75 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp if (keyboardEvent->type() != EventTypeNames::keypress) type 84 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { type 204 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { type 240 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { type 314 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { type 354 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::mousedown) type 357 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::mouseup) type 362 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::mouseover || event->type() == EventTypeNames::mouseout || event->type() == EventTypeNames::mousemove) type 366 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::input) { type 429 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::mouseover || event->type() == EventTypeNames::mouseout || event->type() == EventTypeNames::mousemove) type 483 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { type 346 Source/core/html/shadow/MediaControls.cpp if (event->type() == EventTypeNames::mouseover) { type 358 Source/core/html/shadow/MediaControls.cpp if (event->type() == EventTypeNames::mouseout) { type 366 Source/core/html/shadow/MediaControls.cpp if (event->type() == EventTypeNames::mousemove) { type 135 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp if (event->type() == EventTypeNames::click) { type 140 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp if (event->type() == EventTypeNames::mouseover) { type 145 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp if (event->type() == EventTypeNames::mouseout) { type 79 Source/core/html/shadow/PickerIndicatorElement.cpp if (event->type() == EventTypeNames::click) { type 347 Source/core/html/shadow/SliderThumbElement.cpp const AtomicString& eventType = event->type(); type 92 Source/core/html/shadow/SpinButtonElement.cpp if (mouseEvent->type() == EventTypeNames::mousedown && mouseEvent->button() == LeftButton) { type 113 Source/core/html/shadow/SpinButtonElement.cpp } else if (mouseEvent->type() == EventTypeNames::mouseup && mouseEvent->button() == LeftButton) { type 115 Source/core/html/shadow/SpinButtonElement.cpp } else if (event->type() == EventTypeNames::mousemove) { type 121 Source/core/html/shadow/TextControlInnerElements.cpp if (event->isBeforeTextInsertedEvent() || event->type() == EventTypeNames::webkitEditableContentChanged) { type 182 Source/core/html/shadow/TextControlInnerElements.cpp if (input && event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 234 Source/core/html/shadow/TextControlInnerElements.cpp if (event->type() == EventTypeNames::click && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 303 Source/core/html/shadow/TextControlInnerElements.cpp if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 316 Source/core/html/shadow/TextControlInnerElements.cpp if (event->type() == EventTypeNames::mouseup && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { type 325 Source/core/html/shadow/TextControlInnerElements.cpp if (event->type() == EventTypeNames::click && m_listenerId) { type 98 Source/core/html/track/TextTrack.cpp TextTrack::TextTrack(Document& document, const AtomicString& kind, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType type) type 105 Source/core/html/track/TextTrack.cpp , m_trackType(type) type 36 Source/core/html/track/TrackBase.cpp TrackBase::TrackBase(Type type, const AtomicString& label, const AtomicString& language, const AtomicString& id) type 37 Source/core/html/track/TrackBase.cpp : m_type(type) type 39 Source/core/html/track/TrackBase.h Type type() const { return m_type; } type 42 Source/core/html/track/TrackEvent.cpp TrackEvent::TrackEvent(const AtomicString& type, const TrackEventInit& initializer) type 43 Source/core/html/track/TrackEvent.cpp : Event(type, initializer) type 49 Source/core/html/track/TrackEvent.h static PassRefPtrWillBeRawPtr<TrackEvent> create(const AtomicString& type, const TrackEventInit& initializer) type 51 Source/core/html/track/TrackEvent.h return adoptRefWillBeNoop(new TrackEvent(type, initializer)); type 62 Source/core/html/track/TrackEvent.h TrackEvent(const AtomicString& type, const TrackEventInit& initializer); type 173 Source/core/html/track/vtt/BufferedLineReaderTest.cpp String LineBreakString(LineBreakType type) type 176 Source/core/html/track/vtt/BufferedLineReaderTest.cpp return String(type == Lf ? breakStrings + 1 : breakStrings, type == CrLf ? 2 : 1); type 50 Source/core/html/track/vtt/VTTElement.h void setVTTNodeType(VTTNodeType type) { m_webVTTNodeType = static_cast<unsigned>(type); } type 489 Source/core/html/track/vtt/VTTParser.cpp switch (m_token.type()) { type 73 Source/core/html/track/vtt/VTTToken.h Type::Type type() const { return m_type; } type 80 Source/core/html/track/vtt/VTTToken.h VTTToken(Type::Type type, const String& data) type 81 Source/core/html/track/vtt/VTTToken.h : m_type(type) type 49 Source/core/inspector/ConsoleMessage.cpp ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message) type 51 Source/core/inspector/ConsoleMessage.cpp , m_type(type) type 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) type 65 Source/core/inspector/ConsoleMessage.cpp , m_type(type) type 78 Source/core/inspector/ConsoleMessage.cpp ConsoleMessage::ConsoleMessage(bool, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier) type 80 Source/core/inspector/ConsoleMessage.cpp , m_type(type) type 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) type 101 Source/core/inspector/ConsoleMessage.cpp , m_type(type) type 160 Source/core/inspector/ConsoleMessage.cpp static TypeBuilder::Console::ConsoleMessage::Type::Enum messageTypeValue(MessageType type) type 162 Source/core/inspector/ConsoleMessage.cpp switch (type) { type 62 Source/core/inspector/ConsoleMessage.h MessageType type() const { return m_type; } type 104 Source/core/inspector/InjectedScript.cpp if (resultValue->type() == JSONValue::TypeString) { type 108 Source/core/inspector/InjectedScript.cpp if (resultValue->type() == JSONValue::TypeObject) { type 124 Source/core/inspector/InjectedScript.cpp if (resultValue->type() == JSONValue::TypeString) { type 128 Source/core/inspector/InjectedScript.cpp if (resultValue->type() == JSONValue::TypeArray) { type 159 Source/core/inspector/InjectedScript.cpp if (resultValue->type() == JSONValue::TypeString) { type 172 Source/core/inspector/InjectedScript.cpp if (!resultValue || resultValue->type() != JSONValue::TypeObject) { type 189 Source/core/inspector/InjectedScript.cpp if (!result || result->type() != JSONValue::TypeArray) { type 203 Source/core/inspector/InjectedScript.cpp if (!result || result->type() != JSONValue::TypeArray) { type 245 Source/core/inspector/InjectedScript.cpp if (result->type() == JSONValue::TypeArray) type 126 Source/core/inspector/InjectedScriptBase.cpp if (result->type() == JSONValue::TypeString) { type 110 Source/core/inspector/InjectedScriptCanvasModule.cpp if (!resultValue || resultValue->type() != JSONValue::TypeString || !resultValue->asString(traceLogId)) type 145 Source/core/inspector/InjectedScriptCanvasModule.cpp if (!resultValue || resultValue->type() != JSONValue::TypeObject) { type 160 Source/core/inspector/InjectedScriptCanvasModule.cpp if (!resultValue || resultValue->type() != JSONValue::TypeObject) { type 183 Source/core/inspector/InjectedScriptCanvasModule.cpp if (!resultValue || resultValue->type() != JSONValue::TypeObject) { type 200 Source/core/inspector/InjectedScriptCanvasModule.cpp if (!resultValue || resultValue->type() != JSONValue::TypeObject) { type 101 Source/core/inspector/InjectedScriptManager.cpp if (parsedObjectId && parsedObjectId->type() == JSONValue::TypeObject) { type 353 Source/core/inspector/InspectorCSSAgent.cpp if (!rule || rule->type() != CSSRule::STYLE_RULE) type 1042 Source/core/inspector/InspectorCSSAgent.cpp if (parentRule->type() == CSSRule::MEDIA_RULE) { type 1046 Source/core/inspector/InspectorCSSAgent.cpp } else if (parentRule->type() == CSSRule::IMPORT_RULE) { type 1151 Source/core/inspector/InspectorCSSAgent.cpp if (rule->type() == CSSRule::IMPORT_RULE) { type 158 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptCallStack* callStack, unsigned long requestIdentifier) type 160 Source/core/inspector/InspectorConsoleAgent.cpp if (type == ClearMessageType) { type 165 Source/core/inspector/InspectorConsoleAgent.cpp addConsoleMessage(adoptPtr(new ConsoleMessage(!isWorkerAgent(), source, type, level, message, callStack, requestIdentifier))); type 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) type 170 Source/core/inspector/InspectorConsoleAgent.cpp if (type == ClearMessageType) { type 175 Source/core/inspector/InspectorConsoleAgent.cpp addConsoleMessage(adoptPtr(new ConsoleMessage(!isWorkerAgent(), source, type, level, message, arguments, state, requestIdentifier))); type 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) type 180 Source/core/inspector/InspectorConsoleAgent.cpp if (type == ClearMessageType) { type 186 Source/core/inspector/InspectorConsoleAgent.cpp addConsoleMessage(adoptPtr(new ConsoleMessage(canGenerateCallStack, source, type, level, message, scriptId, lineNumber, columnNumber, state, requestIdentifier))); type 359 Source/core/inspector/InspectorController.cpp if (event.type() == PlatformEvent::MouseMoved) { type 364 Source/core/inspector/InspectorController.cpp if (event.type() == PlatformEvent::MousePressed) { type 38 Source/core/inspector/InspectorCounters.cpp int InspectorCounters::counterValue(CounterType type) type 40 Source/core/inspector/InspectorCounters.cpp return s_counters[type]; type 51 Source/core/inspector/InspectorCounters.h static inline void incrementCounter(CounterType type) type 54 Source/core/inspector/InspectorCounters.h ++s_counters[type]; type 57 Source/core/inspector/InspectorCounters.h static inline void decrementCounter(CounterType type) type 60 Source/core/inspector/InspectorCounters.h --s_counters[type]; type 437 Source/core/inspector/InspectorDOMAgent.cpp return shadowRoot->type() == ShadowRoot::UserAgentShadowRoot ? shadowRoot : 0; type 934 Source/core/inspector/InspectorDOMAgent.cpp AtomicString& type = eventTypes[j]; type 935 Source/core/inspector/InspectorDOMAgent.cpp const EventListenerVector& listeners = ancestor->getEventListeners(type); type 939 Source/core/inspector/InspectorDOMAgent.cpp if (listeners[k].listener->type() == EventListener::JSEventListenerType) type 943 Source/core/inspector/InspectorDOMAgent.cpp eventInformation.append(EventListenerInfo(ancestor, type, filteredListeners)); type 1111 Source/core/inspector/InspectorDOMAgent.cpp if (m_searchingForNode == NotSearching || event.type() != PlatformEvent::GestureTap) type 1485 Source/core/inspector/InspectorDOMAgent.cpp switch (shadowRoot->type()) { type 2005 Source/core/inspector/InspectorDOMAgent.cpp static ShadowRoot* shadowRootForNode(Node* node, const String& type) type 2009 Source/core/inspector/InspectorDOMAgent.cpp if (type == "a") type 2011 Source/core/inspector/InspectorDOMAgent.cpp if (type == "u") type 230 Source/core/inspector/InspectorDOMAgent.h bool hasBreakpoint(Node*, int type); type 241 Source/core/inspector/InspectorDOMDebuggerAgent.cpp static String domTypeName(int type) type 243 Source/core/inspector/InspectorDOMDebuggerAgent.cpp switch (type) { type 258 Source/core/inspector/InspectorDOMDebuggerAgent.cpp int type = domTypeForName(errorString, typeString); type 259 Source/core/inspector/InspectorDOMDebuggerAgent.cpp if (type == -1) type 262 Source/core/inspector/InspectorDOMDebuggerAgent.cpp uint32_t rootBit = 1 << type; type 275 Source/core/inspector/InspectorDOMDebuggerAgent.cpp int type = domTypeForName(errorString, typeString); type 276 Source/core/inspector/InspectorDOMDebuggerAgent.cpp if (type == -1) type 279 Source/core/inspector/InspectorDOMDebuggerAgent.cpp uint32_t rootBit = 1 << type; type 357 Source/core/inspector/InspectorDOMDebuggerAgent.cpp bool InspectorDOMDebuggerAgent::hasBreakpoint(Node* node, int type) type 359 Source/core/inspector/InspectorDOMDebuggerAgent.cpp uint32_t rootBit = 1 << type; type 70 Source/core/inspector/InspectorDOMDebuggerAgent.h virtual void setDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE; type 71 Source/core/inspector/InspectorDOMDebuggerAgent.h virtual void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE; type 113 Source/core/inspector/InspectorDOMDebuggerAgent.h bool hasBreakpoint(Node*, int type); type 260 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::addMessageToConsole(MessageSource source, MessageType type) type 262 Source/core/inspector/InspectorDebuggerAgent.cpp if (source == ConsoleAPIMessageSource && type == AssertMessageType && scriptDebugServer().pauseOnExceptionsState() != ScriptDebugServer::DontPauseOnExceptions) type 266 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel, const String&, ScriptCallStack*, unsigned long) type 268 Source/core/inspector/InspectorDebuggerAgent.cpp addMessageToConsole(source, type); type 271 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel, const String&, ScriptState*, ScriptArguments*, unsigned long) type 273 Source/core/inspector/InspectorDebuggerAgent.cpp addMessageToConsole(source, type); type 69 Source/core/inspector/InspectorInputAgent.cpp SyntheticInspectorTouchEvent(const WebCore::PlatformEvent::Type type, unsigned modifiers, double timestamp) type 71 Source/core/inspector/InspectorInputAgent.cpp m_type = type; type 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) type 105 Source/core/inspector/InspectorInputAgent.cpp if (type == "keyDown") type 107 Source/core/inspector/InspectorInputAgent.cpp else if (type == "keyUp") type 109 Source/core/inspector/InspectorInputAgent.cpp else if (type == "char") type 111 Source/core/inspector/InspectorInputAgent.cpp else if (type == "rawKeyDown") type 114 Source/core/inspector/InspectorInputAgent.cpp *error = "Unrecognized type: " + type; type 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) type 141 Source/core/inspector/InspectorInputAgent.cpp if (type == "mousePressed") type 143 Source/core/inspector/InspectorInputAgent.cpp else if (type == "mouseReleased") type 145 Source/core/inspector/InspectorInputAgent.cpp else if (type == "mouseMoved") type 148 Source/core/inspector/InspectorInputAgent.cpp *error = "Unrecognized type: " + type; type 188 Source/core/inspector/InspectorInputAgent.cpp void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) type 191 Source/core/inspector/InspectorInputAgent.cpp if (type == "touchStart") { type 193 Source/core/inspector/InspectorInputAgent.cpp } else if (type == "touchEnd") { type 195 Source/core/inspector/InspectorInputAgent.cpp } else if (type == "touchMove") { type 198 Source/core/inspector/InspectorInputAgent.cpp *error = "Unrecognized type: " + type; type 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; type 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; type 58 Source/core/inspector/InspectorInputAgent.h virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) OVERRIDE; type 80 Source/core/inspector/InspectorLayerTreeAgent.cpp static PassRefPtr<TypeBuilder::LayerTree::ScrollRect> buildScrollRect(const blink::WebRect& rect, const TypeBuilder::LayerTree::ScrollRect::Type::Enum& type) type 89 Source/core/inspector/InspectorLayerTreeAgent.cpp .setType(type); type 225 Source/core/inspector/InspectorOverlay.cpp highlight->type = HighlightTypeRects; type 227 Source/core/inspector/InspectorOverlay.cpp highlight->type = HighlightTypeNode; type 236 Source/core/inspector/InspectorOverlay.cpp highlight->type = HighlightTypeRects; type 288 Source/core/inspector/InspectorOverlay.cpp switch (event.type()) { type 333 Source/core/inspector/InspectorOverlay.cpp highlight->type = HighlightTypeRects; type 77 Source/core/inspector/InspectorOverlay.h : type(HighlightTypeNode) type 102 Source/core/inspector/InspectorOverlay.h HighlightType type; type 165 Source/core/inspector/InspectorPageAgent.cpp InspectorPageAgent::ResourceType type = InspectorPageAgent::cachedResourceType(*cachedResource); type 166 Source/core/inspector/InspectorPageAgent.cpp return type == InspectorPageAgent::DocumentResource || type == InspectorPageAgent::StylesheetResource || type == InspectorPageAgent::ScriptResource || type == InspectorPageAgent::XHRResource; type 207 Source/core/inspector/InspectorPageAgent.cpp switch (cachedResource->type()) { type 297 Source/core/inspector/InspectorPageAgent.cpp switch (cachedResource.type()) { type 522 Source/core/inspector/InspectorPageAgent.cpp switch (cachedResource->type()) { type 352 Source/core/inspector/InspectorResourceAgent.cpp if (!cachedResource || cachedResource->type() == Resource::MainResource) type 362 Source/core/inspector/InspectorResourceAgent.cpp InspectorPageAgent::ResourceType type = cachedResource ? InspectorPageAgent::cachedResourceType(*cachedResource) : InspectorPageAgent::OtherResource; type 365 Source/core/inspector/InspectorResourceAgent.cpp type = InspectorPageAgent::ScriptResource; type 368 Source/core/inspector/InspectorResourceAgent.cpp type = InspectorPageAgent::DocumentResource; type 371 Source/core/inspector/InspectorResourceAgent.cpp m_resourcesData->setResourceType(requestId, type); type 372 Source/core/inspector/InspectorResourceAgent.cpp m_frontend->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), m_pageAgent->loaderId(loader), currentTime(), InspectorPageAgent::resourceTypeJson(type), resourceResponse); type 116 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::startRuleHeader(CSSRuleSourceData::Type type, unsigned offset) type 122 Source/core/inspector/InspectorStyleSheet.cpp RefPtrWillBeRawPtr<CSSRuleSourceData> data = CSSRuleSourceData::create(type); type 398 Source/core/inspector/InspectorStyleSheet.cpp if (data->type == CSSRuleSourceData::STYLE_RULE) { type 400 Source/core/inspector/InspectorStyleSheet.cpp } else if (data->type == CSSRuleSourceData::IMPORT_RULE) { type 402 Source/core/inspector/InspectorStyleSheet.cpp } else if (data->type == CSSRuleSourceData::MEDIA_RULE) { type 405 Source/core/inspector/InspectorStyleSheet.cpp } else if (data->type == CSSRuleSourceData::SUPPORTS_RULE) { type 483 Source/core/inspector/InspectorStyleSheet.cpp if (item->type() == CSSRule::CHARSET_RULE) type 495 Source/core/inspector/InspectorStyleSheet.cpp if (rule->type() == CSSRule::MEDIA_RULE) type 498 Source/core/inspector/InspectorStyleSheet.cpp if (rule->type() == CSSRule::KEYFRAMES_RULE) type 501 Source/core/inspector/InspectorStyleSheet.cpp if (rule->type() == CSSRule::SUPPORTS_RULE) type 1423 Source/core/inspector/InspectorStyleSheet.cpp switch (rule->type()) { type 149 Source/core/inspector/InspectorTimelineAgent.cpp TimelineRecordEntry(PassRefPtr<TimelineEvent> record, PassRefPtr<JSONObject> data, PassRefPtr<TypeBuilder::Array<TimelineEvent> > children, const String& type, size_t usedHeapSizeAtStart) type 153 Source/core/inspector/InspectorTimelineAgent.cpp , type(type) type 161 Source/core/inspector/InspectorTimelineAgent.cpp String type; type 169 Source/core/inspector/InspectorTimelineAgent.cpp Entry(PassRefPtr<TimelineEvent> record, const String& type) type 173 Source/core/inspector/InspectorTimelineAgent.cpp , type(type) type 181 Source/core/inspector/InspectorTimelineAgent.cpp String type; type 189 Source/core/inspector/InspectorTimelineAgent.cpp void addScopedRecord(PassRefPtr<TimelineEvent> record, const String& type); type 194 Source/core/inspector/InspectorTimelineAgent.cpp bool isOpenRecordOfType(const String& type); type 475 Source/core/inspector/InspectorTimelineAgent.cpp if (!eventHasListeners(event.type(), window, node, eventPath)) type 484 Source/core/inspector/InspectorTimelineAgent.cpp if (!window->hasEventListeners(event.type())) type 521 Source/core/inspector/InspectorTimelineAgent.cpp ASSERT(entry.type == TimelineRecordType::Layout); type 546 Source/core/inspector/InspectorTimelineAgent.cpp ASSERT(entry.type == TimelineRecordType::AutosizeText); type 569 Source/core/inspector/InspectorTimelineAgent.cpp ASSERT(entry.type == TimelineRecordType::RecalculateStyles); type 604 Source/core/inspector/InspectorTimelineAgent.cpp ASSERT(entry.type == TimelineRecordType::Paint); type 801 Source/core/inspector/InspectorTimelineAgent.cpp if (m_recordStack.last().type != TimelineRecordType::ConsoleTime) type 1150 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didCompleteCurrentRecord(const String& type) type 1163 Source/core/inspector/InspectorTimelineAgent.cpp while (entry.type != type && entry.skipWhenUnbalanced && !m_recordStack.isEmpty()) { type 1170 Source/core/inspector/InspectorTimelineAgent.cpp ASSERT(entry.type == type); type 1185 Source/core/inspector/InspectorTimelineAgent.cpp didCompleteCurrentRecord(entry.type); type 1190 Source/core/inspector/InspectorTimelineAgent.cpp InspectorOverlay* overlay, InspectorType type, InspectorClient* client) type 1198 Source/core/inspector/InspectorTimelineAgent.cpp , m_inspectorType(type) type 1211 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame) type 1215 Source/core/inspector/InspectorTimelineAgent.cpp RefPtr<TimelineEvent> record = TimelineRecordFactory::createGenericRecord(ts, captureCallStack ? m_maxCallStackDepth : 0, type, data); type 1225 Source/core/inspector/InspectorTimelineAgent.cpp if (!m_liveEvents.contains(TimelineRecordFactory::type(retain.get()))) type 1231 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame, bool hasLowLevelDetails) type 1235 Source/core/inspector/InspectorTimelineAgent.cpp RefPtr<TimelineEvent> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallStack ? m_maxCallStackDepth : 0, type, data.get()); type 1237 Source/core/inspector/InspectorTimelineAgent.cpp m_recordStack.append(TimelineRecordEntry(record.release(), data, TypeBuilder::Array<TimelineEvent>::create(), type, getUsedHeapSize())); type 1310 Source/core/inspector/InspectorTimelineAgent.cpp PassRefPtr<TimelineEvent> InspectorTimelineAgent::createRecordForEvent(const TraceEventDispatcher::TraceEvent& event, const String& type, PassRefPtr<JSONObject> data) type 1313 Source/core/inspector/InspectorTimelineAgent.cpp return TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdentifier()), type, data); type 1332 Source/core/inspector/InspectorTimelineAgent.cpp void TimelineRecordStack::addScopedRecord(PassRefPtr<TimelineEvent> record, const String& type) type 1334 Source/core/inspector/InspectorTimelineAgent.cpp m_stack.append(Entry(record, type)); type 1358 Source/core/inspector/InspectorTimelineAgent.cpp bool TimelineRecordStack::isOpenRecordOfType(const String& type) type 1360 Source/core/inspector/InspectorTimelineAgent.cpp return !m_stack.isEmpty() && m_stack.last().type == type; type 120 Source/core/inspector/InspectorTimelineAgent.h InspectorOverlay* overlay, InspectorType type, InspectorClient* client) type 122 Source/core/inspector/InspectorTimelineAgent.h return adoptPtr(new InspectorTimelineAgent(pageAgent, domAgent, layerTreeAgent, overlay, type, client)); type 263 Source/core/inspector/InspectorTimelineAgent.h void appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame*); type 264 Source/core/inspector/InspectorTimelineAgent.h void pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame*, bool hasLowLevelDetails = false); type 273 Source/core/inspector/InspectorTimelineAgent.h void didCompleteCurrentRecord(const String& type); type 281 Source/core/inspector/InspectorTimelineAgent.h PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createRecordForEvent(const TraceEventDispatcher::TraceEvent&, const String& type, PassRefPtr<JSONObject> data); type 188 Source/core/inspector/NetworkResourcesData.cpp void NetworkResourcesData::setResourceType(const String& requestId, InspectorPageAgent::ResourceType type) type 193 Source/core/inspector/NetworkResourcesData.cpp resourceData->setType(type); type 201 Source/core/inspector/NetworkResourcesData.cpp return resourceData->type(); type 105 Source/core/inspector/NetworkResourcesData.h InspectorPageAgent::ResourceType type() const { return m_type; } type 106 Source/core/inspector/NetworkResourcesData.h void setType(InspectorPageAgent::ResourceType type) { m_type = type; } type 79 Source/core/inspector/PageConsoleAgent.cpp if (!ancestor.isShadowRoot() || toShadowRoot(ancestor).type() == ShadowRoot::AuthorShadowRoot) type 47 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<TimelineEvent> TimelineRecordFactory::createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data) type 51 Source/core/inspector/TimelineRecordFactory.cpp .setType(type) type 62 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<TimelineEvent> TimelineRecordFactory::createBackgroundRecord(double startTime, const String& threadName, const String& type, PassRefPtr<JSONObject> data) type 66 Source/core/inspector/TimelineRecordFactory.cpp .setType(type) type 92 Source/core/inspector/TimelineRecordFactory.cpp data->setString("type", event.type().string()); type 330 Source/core/inspector/TimelineRecordFactory.cpp String type; type 331 Source/core/inspector/TimelineRecordFactory.cpp event->type(&type); type 332 Source/core/inspector/TimelineRecordFactory.cpp return type; type 51 Source/core/inspector/TimelineRecordFactory.h static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data); type 52 Source/core/inspector/TimelineRecordFactory.h static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createBackgroundRecord(double startTime, const String& thread, const String& type, PassRefPtr<JSONObject> data); type 107 Source/core/inspector/TimelineRecordFactory.h static String type(TypeBuilder::Timeline::TimelineEvent*); type 334 Source/core/loader/DocumentLoader.cpp static bool isFormSubmission(NavigationType type) type 336 Source/core/loader/DocumentLoader.cpp return type == NavigationTypeFormSubmitted || type == NavigationTypeFormResubmitted; type 346 Source/core/loader/DocumentLoader.cpp if (isFormSubmission(m_triggeringAction.type()) && !m_frame->document()->contentSecurityPolicy()->allowFormAction(newRequest.url())) { type 92 Source/core/loader/FormSubmission.cpp AtomicString FormSubmission::Attributes::parseEncodingType(const String& type) type 94 Source/core/loader/FormSubmission.cpp if (equalIgnoringCase(type, "multipart/form-data")) type 96 Source/core/loader/FormSubmission.cpp if (equalIgnoringCase(type, "text/plain")) type 101 Source/core/loader/FormSubmission.cpp void FormSubmission::Attributes::updateEncodingType(const String& type) type 103 Source/core/loader/FormSubmission.cpp m_encodingType = parseEncodingType(type); type 107 Source/core/loader/FormSubmission.cpp FormSubmission::Method FormSubmission::Attributes::parseMethodType(const String& type) type 109 Source/core/loader/FormSubmission.cpp if (equalIgnoringCase(type, "post")) type 111 Source/core/loader/FormSubmission.cpp if (RuntimeEnabledFeatures::dialogElementEnabled() && equalIgnoringCase(type, "dialog")) type 116 Source/core/loader/FormSubmission.cpp void FormSubmission::Attributes::updateMethodType(const String& type) type 118 Source/core/loader/FormSubmission.cpp m_method = parseMethodType(type); type 59 Source/core/loader/FrameFetchContext.cpp void FrameFetchContext::addAdditionalRequestHeaders(Document* document, ResourceRequest& request, FetchResourceType type) type 61 Source/core/loader/FrameFetchContext.cpp bool isMainResource = type == FetchMainResource; type 98 Source/core/loader/FrameLoader.cpp bool isBackForwardLoadType(FrameLoadType type) type 100 Source/core/loader/FrameLoader.cpp return type == FrameLoadTypeBackForward; type 103 Source/core/loader/FrameLoader.cpp static bool needsHistoryItemRestore(FrameLoadType type) type 105 Source/core/loader/FrameLoader.cpp return type == FrameLoadTypeBackForward || type == FrameLoadTypeReload || type == FrameLoadTypeReloadFromOrigin; type 292 Source/core/loader/FrameLoader.cpp static HistoryCommitType loadTypeToCommitType(FrameLoadType type, bool isValidHistoryURL) type 294 Source/core/loader/FrameLoader.cpp switch (type) { type 784 Source/core/loader/FrameLoader.cpp FrameLoadType type = reloadPolicy == EndToEndReload ? FrameLoadTypeReloadFromOrigin : FrameLoadTypeReload; type 785 Source/core/loader/FrameLoader.cpp loadWithNavigationAction(NavigationAction(request, type), type, nullptr, SubstituteData(), NotClientRedirect, overrideEncoding); type 1232 Source/core/loader/FrameLoader.cpp void FrameLoader::loadWithNavigationAction(const NavigationAction& action, FrameLoadType type, PassRefPtr<FormState> formState, const SubstituteData& substituteData, ClientRedirectPolicy clientRedirect, const AtomicString& overrideEncoding) type 1246 Source/core/loader/FrameLoader.cpp if (type == FrameLoadTypeRedirectWithLockedBackForwardList type 1284 Source/core/loader/FrameLoader.cpp m_loadType = type; type 258 Source/core/loader/FrameLoader.h DeferredHistoryLoad(HistoryItem* item, HistoryLoadType type, ResourceRequestCachePolicy cachePolicy) type 260 Source/core/loader/FrameLoader.h , m_type(type) type 113 Source/core/loader/LinkLoader.cpp bool LinkLoader::loadLink(const LinkRelAttribute& relAttribute, const AtomicString& crossOriginMode, const String& type, const KURL& href, Document& document) type 127 Source/core/loader/LinkLoader.cpp Resource::Type type = relAttribute.isLinkSubresource() ? Resource::LinkSubresource : Resource::LinkPrefetch; type 131 Source/core/loader/LinkLoader.cpp setResource(document.fetcher()->fetchLinkResource(type, linkRequest)); type 65 Source/core/loader/LinkLoader.h bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const KURL&, Document&); type 48 Source/core/loader/NavigationAction.h NavigationType type() const { return m_type; } type 104 Source/core/loader/PingLoader.cpp void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType type) type 109 Source/core/loader/PingLoader.cpp request.setHTTPContentType(type == ContentSecurityPolicyViolationReport ? "application/csp-report" : "application/json"); type 118 Source/core/page/Chrome.cpp bool Chrome::canTakeFocus(FocusType type) const type 120 Source/core/page/Chrome.cpp return m_client->canTakeFocus(type); type 123 Source/core/page/Chrome.cpp void Chrome::takeFocus(FocusType type) const type 125 Source/core/page/Chrome.cpp m_client->takeFocus(type); type 129 Source/core/page/ContextMenuController.cpp ASSERT(item->type() == ActionType || item->type() == CheckableActionType); type 66 Source/core/page/DOMSelection.h String type() const; type 198 Source/core/page/EventHandler.cpp PlatformEvent::Type type = event.type(); type 199 Source/core/page/EventHandler.cpp ASSERT(type == PlatformEvent::MouseMoved || type == PlatformEvent::MousePressed || type == PlatformEvent::MouseReleased); type 201 Source/core/page/EventHandler.cpp switch (type) { type 222 Source/core/page/EventHandler.cpp switch (event.type()) { type 1730 Source/core/page/EventHandler.cpp if (mouseEvent.type() != PlatformEvent::MouseReleased) type 2267 Source/core/page/EventHandler.cpp switch (gestureEvent.type()) { type 2299 Source/core/page/EventHandler.cpp if (gestureEvent.type() == PlatformEvent::GestureScrollEnd type 2300 Source/core/page/EventHandler.cpp || gestureEvent.type() == PlatformEvent::GestureScrollUpdate type 2301 Source/core/page/EventHandler.cpp || gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation type 2302 Source/core/page/EventHandler.cpp || gestureEvent.type() == PlatformEvent::GestureFlingStart) { type 2310 Source/core/page/EventHandler.cpp if (gestureEvent.type() == PlatformEvent::GestureShowPress type 2311 Source/core/page/EventHandler.cpp || gestureEvent.type() == PlatformEvent::GestureTapUnconfirmed) { type 2313 Source/core/page/EventHandler.cpp } else if (gestureEvent.type() == PlatformEvent::GestureTapDownCancel) { type 2318 Source/core/page/EventHandler.cpp } else if (gestureEvent.type() == PlatformEvent::GestureTap) { type 2350 Source/core/page/EventHandler.cpp if (gestureEvent.type() == PlatformEvent::GestureTapDown && eventSwallowed) { type 2352 Source/core/page/EventHandler.cpp } else if (gestureEvent.type() == PlatformEvent::GestureScrollEnd type 2353 Source/core/page/EventHandler.cpp || gestureEvent.type() == PlatformEvent::GestureFlingStart type 2368 Source/core/page/EventHandler.cpp if (gestureEvent.type() == PlatformEvent::GestureScrollBegin || gestureEvent.type() == PlatformEvent::GestureScrollEnd) { type 2379 Source/core/page/EventHandler.cpp TemporaryChange<PlatformEvent::Type> baseEventType(m_baseEventType, gestureEvent.type()); type 2381 Source/core/page/EventHandler.cpp switch (gestureEvent.type()) { type 2503 Source/core/page/EventHandler.cpp if (gestureEvent.type() == PlatformEvent::GestureScrollBegin) { type 2512 Source/core/page/EventHandler.cpp } else if (gestureEvent.type() == PlatformEvent::GestureScrollUpdate || type 2513 Source/core/page/EventHandler.cpp gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation) { type 2518 Source/core/page/EventHandler.cpp } else if (gestureEvent.type() == PlatformEvent::GestureScrollEnd) { type 2619 Source/core/page/EventHandler.cpp bool scrollShouldNotPropagate = gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation; type 2760 Source/core/page/EventHandler.cpp switch (gestureEvent.type()) { type 3069 Source/core/page/EventHandler.cpp if (keyEvent.type() == PlatformKeyboardEvent::Char) { type 3099 Source/core/page/EventHandler.cpp if (initialKeyEvent.type() == PlatformEvent::KeyDown || initialKeyEvent.type() == PlatformEvent::RawKeyDown) type 3121 Source/core/page/EventHandler.cpp if (initialKeyEvent.type() == PlatformEvent::KeyDown) type 3125 Source/core/page/EventHandler.cpp if (initialKeyEvent.type() == PlatformEvent::KeyUp || initialKeyEvent.type() == PlatformEvent::Char) type 3129 Source/core/page/EventHandler.cpp if (keyDownEvent.type() != PlatformEvent::RawKeyDown) type 3136 Source/core/page/EventHandler.cpp if (initialKeyEvent.type() == PlatformEvent::RawKeyDown) { type 3192 Source/core/page/EventHandler.cpp if (event->type() == EventTypeNames::keydown) { type 3203 Source/core/page/EventHandler.cpp FocusType type = focusDirectionForKey(AtomicString(event->keyIdentifier())); type 3204 Source/core/page/EventHandler.cpp if (type != FocusTypeNone) type 3205 Source/core/page/EventHandler.cpp defaultArrowEventHandler(type, event); type 3208 Source/core/page/EventHandler.cpp if (event->type() == EventTypeNames::keypress) { type 3290 Source/core/page/EventHandler.cpp ASSERT(event.event().type() == PlatformEvent::MouseMoved); type 3298 Source/core/page/EventHandler.cpp if (event.event().button() != LeftButton || event.event().type() != PlatformEvent::MouseMoved) { type 3399 Source/core/page/EventHandler.cpp ASSERT(!underlyingEvent || !underlyingEvent->isKeyboardEvent() || toKeyboardEvent(underlyingEvent)->type() == EventTypeNames::keypress); type 3427 Source/core/page/EventHandler.cpp ASSERT(event->type() == EventTypeNames::keypress); type 3448 Source/core/page/EventHandler.cpp ASSERT(event->type() == EventTypeNames::keydown); type 3466 Source/core/page/EventHandler.cpp ASSERT(event->type() == EventTypeNames::keydown); type 3489 Source/core/page/EventHandler.cpp ASSERT(event->type() == EventTypeNames::keydown); type 3804 Source/core/page/EventHandler.cpp PlatformEvent::Type eventType = event.type(); type 3826 Source/core/page/EventHandler.cpp PlatformEvent::Type eventType = event.type(); type 293 Source/core/page/FocusController.cpp Node* FocusController::findFocusableNodeDecendingDownIntoFrameDocument(FocusType type, Node* node) type 302 Source/core/page/FocusController.cpp Node* foundNode = findFocusableNode(type, FocusNavigationScope::ownedByIFrame(owner), 0); type 311 Source/core/page/FocusController.cpp bool FocusController::setInitialFocus(FocusType type) type 313 Source/core/page/FocusController.cpp bool didAdvanceFocus = advanceFocus(type, true); type 324 Source/core/page/FocusController.cpp bool FocusController::advanceFocus(FocusType type, bool initialFocus) type 326 Source/core/page/FocusController.cpp switch (type) { type 329 Source/core/page/FocusController.cpp return advanceFocusInDocumentOrder(type, initialFocus); type 334 Source/core/page/FocusController.cpp return advanceFocusDirectionally(type); type 342 Source/core/page/FocusController.cpp bool FocusController::advanceFocusInDocumentOrder(FocusType type, bool initialFocus) type 361 Source/core/page/FocusController.cpp RefPtr<Node> node = findFocusableNodeAcrossFocusScope(type, FocusNavigationScope::focusNavigationScopeOf(currentNode ? currentNode : document), currentNode); type 365 Source/core/page/FocusController.cpp if (!initialFocus && m_page->chrome().canTakeFocus(type)) { type 368 Source/core/page/FocusController.cpp m_page->chrome().takeFocus(type); type 373 Source/core/page/FocusController.cpp node = findFocusableNodeRecursively(type, FocusNavigationScope::focusNavigationScopeOf(m_page->mainFrame()->document()), 0); type 374 Source/core/page/FocusController.cpp node = findFocusableNodeDecendingDownIntoFrameDocument(type, node.get()); type 421 Source/core/page/FocusController.cpp element->focus(false, type); type 425 Source/core/page/FocusController.cpp Node* FocusController::findFocusableNodeAcrossFocusScope(FocusType type, FocusNavigationScope scope, Node* currentNode) type 429 Source/core/page/FocusController.cpp if (currentNode && type == FocusTypeForward && isKeyboardFocusableShadowHost(currentNode)) { type 430 Source/core/page/FocusController.cpp Node* foundInInnerFocusScope = findFocusableNodeRecursively(type, FocusNavigationScope::ownedByShadowHost(currentNode), 0); type 431 Source/core/page/FocusController.cpp found = foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(type, scope, currentNode); type 433 Source/core/page/FocusController.cpp found = findFocusableNodeRecursively(type, scope, currentNode); type 442 Source/core/page/FocusController.cpp if (type == FocusTypeBackward && isKeyboardFocusableShadowHost(owner)) { type 446 Source/core/page/FocusController.cpp found = findFocusableNodeRecursively(type, scope, owner); type 448 Source/core/page/FocusController.cpp found = findFocusableNodeDecendingDownIntoFrameDocument(type, found); type 452 Source/core/page/FocusController.cpp Node* FocusController::findFocusableNodeRecursively(FocusType type, FocusNavigationScope scope, Node* start) type 455 Source/core/page/FocusController.cpp Node* found = findFocusableNode(type, scope, start); type 458 Source/core/page/FocusController.cpp if (type == FocusTypeForward) { type 461 Source/core/page/FocusController.cpp Node* foundInInnerFocusScope = findFocusableNodeRecursively(type, FocusNavigationScope::ownedByNonFocusableFocusScopeOwner(found), 0); type 462 Source/core/page/FocusController.cpp return foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(type, scope, found); type 464 Source/core/page/FocusController.cpp ASSERT(type == FocusTypeBackward); type 466 Source/core/page/FocusController.cpp Node* foundInInnerFocusScope = findFocusableNodeRecursively(type, FocusNavigationScope::ownedByShadowHost(found), 0); type 470 Source/core/page/FocusController.cpp Node* foundInInnerFocusScope = findFocusableNodeRecursively(type, FocusNavigationScope::ownedByNonFocusableFocusScopeOwner(found), 0); type 471 Source/core/page/FocusController.cpp return foundInInnerFocusScope ? foundInInnerFocusScope :findFocusableNodeRecursively(type, scope, found); type 476 Source/core/page/FocusController.cpp Node* FocusController::findFocusableNode(FocusType type, FocusNavigationScope scope, Node* node) type 478 Source/core/page/FocusController.cpp return type == FocusTypeForward ? nextFocusableNode(scope, node) : previousFocusableNode(scope, node); type 481 Source/core/page/FocusController.cpp Node* FocusController::findNodeWithExactTabIndex(Node* start, int tabIndex, FocusType type) type 484 Source/core/page/FocusController.cpp for (Node* node = start; node; node = type == FocusTypeForward ? NodeTraversal::next(*node) : NodeTraversal::previous(*node)) { type 634 Source/core/page/FocusController.cpp bool FocusController::setFocusedElement(Element* element, PassRefPtr<Frame> newFocusedFrame, FocusType type) type 672 Source/core/page/FocusController.cpp bool successfullyFocused = newDocument->setFocusedElement(element, type); type 732 Source/core/page/FocusController.cpp static void updateFocusCandidateIfNeeded(FocusType type, const FocusCandidate& current, FocusCandidate& candidate, FocusCandidate& closest) type 742 Source/core/page/FocusController.cpp if (candidate.isOffscreen && !canBeScrolledIntoView(type, candidate)) type 745 Source/core/page/FocusController.cpp distanceDataForNode(type, current, candidate); type 781 Source/core/page/FocusController.cpp void FocusController::findFocusCandidateInContainer(Node& container, const LayoutRect& startingRect, FocusType type, FocusCandidate& closest) type 791 Source/core/page/FocusController.cpp for (; element; element = (element->isFrameOwnerElement() || canScrollInDirection(element, type)) type 797 Source/core/page/FocusController.cpp if (!element->isKeyboardFocusable() && !element->isFrameOwnerElement() && !canScrollInDirection(element, type)) type 800 Source/core/page/FocusController.cpp FocusCandidate candidate = FocusCandidate(element, type); type 805 Source/core/page/FocusController.cpp updateFocusCandidateIfNeeded(type, current, candidate, closest); type 809 Source/core/page/FocusController.cpp bool FocusController::advanceFocusDirectionallyInContainer(Node* container, const LayoutRect& startingRect, FocusType type) type 817 Source/core/page/FocusController.cpp newStartingRect = virtualRectForDirection(type, nodeRectInAbsoluteCoordinates(container)); type 821 Source/core/page/FocusController.cpp findFocusCandidateInContainer(*container, newStartingRect, type, focusCandidate); type 827 Source/core/page/FocusController.cpp return scrollInDirection(container, type); type 837 Source/core/page/FocusController.cpp scrollInDirection(&focusCandidate.visibleNode->document(), type); type 846 Source/core/page/FocusController.cpp if (!advanceFocusDirectionallyInContainer(frameElement->contentFrame()->document(), rect, type)) { type 848 Source/core/page/FocusController.cpp return advanceFocusDirectionallyInContainer(container, nodeRectInAbsoluteCoordinates(focusCandidate.visibleNode, true), type); type 853 Source/core/page/FocusController.cpp if (canScrollInDirection(focusCandidate.visibleNode, type)) { type 855 Source/core/page/FocusController.cpp scrollInDirection(focusCandidate.visibleNode, type); type 863 Source/core/page/FocusController.cpp return advanceFocusDirectionallyInContainer(focusCandidate.visibleNode, startingRect, type); type 867 Source/core/page/FocusController.cpp scrollInDirection(container, type); type 875 Source/core/page/FocusController.cpp element->focus(false, type); type 879 Source/core/page/FocusController.cpp bool FocusController::advanceFocusDirectionally(FocusType type) type 901 Source/core/page/FocusController.cpp container = scrollableEnclosingBoxOrParentFrameForNodeInDirection(type, focusedElement); type 905 Source/core/page/FocusController.cpp container = scrollableEnclosingBoxOrParentFrameForNodeInDirection(type, area.imageElement()); type 906 Source/core/page/FocusController.cpp startingRect = virtualRectForAreaElementAndDirection(area, type); type 912 Source/core/page/FocusController.cpp consumed = advanceFocusDirectionallyInContainer(container, startingRect, type); type 914 Source/core/page/FocusController.cpp container = scrollableEnclosingBoxOrParentFrameForNodeInDirection(type, container); type 74 Source/core/page/FocusController.h bool advanceFocus(FocusType type) { return advanceFocus(type, false); } type 272 Source/core/page/PageSerializer.cpp if (rule->type() == CSSRule::IMPORT_RULE) { type 278 Source/core/page/PageSerializer.cpp } else if (rule->type() == CSSRule::FONT_FACE_RULE) { type 280 Source/core/page/PageSerializer.cpp } else if (rule->type() == CSSRule::STYLE_RULE) { type 149 Source/core/page/PointerLockController.cpp void PointerLockController::enqueueEvent(const AtomicString& type, Element* element) type 152 Source/core/page/PointerLockController.cpp enqueueEvent(type, &element->document()); type 155 Source/core/page/PointerLockController.cpp void PointerLockController::enqueueEvent(const AtomicString& type, Document* document) type 158 Source/core/page/PointerLockController.cpp document->domWindow()->enqueueDocumentEvent(Event::create(type)); type 60 Source/core/page/PointerLockController.h void enqueueEvent(const AtomicString& type, Element*); type 61 Source/core/page/PointerLockController.h void enqueueEvent(const AtomicString& type, Document*); type 57 Source/core/page/SpatialNavigation.cpp FocusCandidate::FocusCandidate(Node* node, FocusType type) type 78 Source/core/page/SpatialNavigation.cpp rect = virtualRectForAreaElementAndDirection(area, type); type 89 Source/core/page/SpatialNavigation.cpp isOffscreenAfterScrolling = hasOffscreenRect(visibleNode, type); type 97 Source/core/page/SpatialNavigation.cpp static RectsAlignment alignmentForRects(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize) type 100 Source/core/page/SpatialNavigation.cpp if (areRectsMoreThanFullScreenApart(type, curRect, targetRect, viewSize)) type 103 Source/core/page/SpatialNavigation.cpp if (areRectsFullyAligned(type, curRect, targetRect)) type 106 Source/core/page/SpatialNavigation.cpp if (areRectsPartiallyAligned(type, curRect, targetRect)) type 112 Source/core/page/SpatialNavigation.cpp static inline bool isHorizontalMove(FocusType type) type 114 Source/core/page/SpatialNavigation.cpp return type == FocusTypeLeft || type == FocusTypeRight; type 117 Source/core/page/SpatialNavigation.cpp static inline LayoutUnit start(FocusType type, const LayoutRect& rect) type 119 Source/core/page/SpatialNavigation.cpp return isHorizontalMove(type) ? rect.y() : rect.x(); type 122 Source/core/page/SpatialNavigation.cpp static inline LayoutUnit middle(FocusType type, const LayoutRect& rect) type 125 Source/core/page/SpatialNavigation.cpp return isHorizontalMove(type) ? center.y(): center.x(); type 128 Source/core/page/SpatialNavigation.cpp static inline LayoutUnit end(FocusType type, const LayoutRect& rect) type 130 Source/core/page/SpatialNavigation.cpp return isHorizontalMove(type) ? rect.maxY() : rect.maxX(); type 140 Source/core/page/SpatialNavigation.cpp static bool areRectsFullyAligned(FocusType type, const LayoutRect& a, const LayoutRect& b) type 144 Source/core/page/SpatialNavigation.cpp switch (type) { type 169 Source/core/page/SpatialNavigation.cpp aStart = start(type, a); type 170 Source/core/page/SpatialNavigation.cpp bStart = start(type, b); type 172 Source/core/page/SpatialNavigation.cpp LayoutUnit aMiddle = middle(type, a); type 173 Source/core/page/SpatialNavigation.cpp LayoutUnit bMiddle = middle(type, b); type 175 Source/core/page/SpatialNavigation.cpp aEnd = end(type, a); type 176 Source/core/page/SpatialNavigation.cpp bEnd = end(type, b); type 212 Source/core/page/SpatialNavigation.cpp static bool areRectsPartiallyAligned(FocusType type, const LayoutRect& a, const LayoutRect& b) type 214 Source/core/page/SpatialNavigation.cpp LayoutUnit aStart = start(type, a); type 215 Source/core/page/SpatialNavigation.cpp LayoutUnit bStart = start(type, b); type 216 Source/core/page/SpatialNavigation.cpp LayoutUnit bMiddle = middle(type, b); type 217 Source/core/page/SpatialNavigation.cpp LayoutUnit aEnd = end(type, a); type 218 Source/core/page/SpatialNavigation.cpp LayoutUnit bEnd = end(type, b); type 240 Source/core/page/SpatialNavigation.cpp static bool areRectsMoreThanFullScreenApart(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize) type 242 Source/core/page/SpatialNavigation.cpp ASSERT(isRectInDirection(type, curRect, targetRect)); type 244 Source/core/page/SpatialNavigation.cpp switch (type) { type 271 Source/core/page/SpatialNavigation.cpp static bool isRectInDirection(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect) type 273 Source/core/page/SpatialNavigation.cpp switch (type) { type 291 Source/core/page/SpatialNavigation.cpp bool hasOffscreenRect(Node* node, FocusType type) type 307 Source/core/page/SpatialNavigation.cpp switch (type) { type 337 Source/core/page/SpatialNavigation.cpp bool scrollInDirection(LocalFrame* frame, FocusType type) type 341 Source/core/page/SpatialNavigation.cpp if (frame && canScrollInDirection(frame->document(), type)) { type 344 Source/core/page/SpatialNavigation.cpp switch (type) { type 368 Source/core/page/SpatialNavigation.cpp bool scrollInDirection(Node* container, FocusType type) type 372 Source/core/page/SpatialNavigation.cpp return scrollInDirection(toDocument(container)->frame(), type); type 377 Source/core/page/SpatialNavigation.cpp if (canScrollInDirection(container, type)) { type 380 Source/core/page/SpatialNavigation.cpp switch (type) { type 435 Source/core/page/SpatialNavigation.cpp Node* scrollableEnclosingBoxOrParentFrameForNodeInDirection(FocusType type, Node* node) type 444 Source/core/page/SpatialNavigation.cpp } while (parent && !canScrollInDirection(parent, type) && !parent->isDocumentNode()); type 449 Source/core/page/SpatialNavigation.cpp bool canScrollInDirection(const Node* container, FocusType type) type 453 Source/core/page/SpatialNavigation.cpp return canScrollInDirection(toDocument(container)->frame(), type); type 458 Source/core/page/SpatialNavigation.cpp switch (type) { type 473 Source/core/page/SpatialNavigation.cpp bool canScrollInDirection(const LocalFrame* frame, FocusType type) type 480 Source/core/page/SpatialNavigation.cpp if ((type == FocusTypeLeft || type == FocusTypeRight) && ScrollbarAlwaysOff == horizontalMode) type 482 Source/core/page/SpatialNavigation.cpp if ((type == FocusTypeUp || type == FocusTypeDown) && ScrollbarAlwaysOff == verticalMode) type 488 Source/core/page/SpatialNavigation.cpp switch (type) { type 542 Source/core/page/SpatialNavigation.cpp void entryAndExitPointsForDirection(FocusType type, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint& entryPoint) type 544 Source/core/page/SpatialNavigation.cpp switch (type) { type 565 Source/core/page/SpatialNavigation.cpp switch (type) { type 620 Source/core/page/SpatialNavigation.cpp void distanceDataForNode(FocusType type, const FocusCandidate& current, FocusCandidate& candidate) type 623 Source/core/page/SpatialNavigation.cpp if ((type == FocusTypeUp && current.rect.y() > candidate.rect.y()) || (type == FocusTypeDown && candidate.rect.y() > current.rect.y())) { type 634 Source/core/page/SpatialNavigation.cpp if (!isRectInDirection(type, currentRect, nodeRect)) type 641 Source/core/page/SpatialNavigation.cpp entryAndExitPointsForDirection(type, currentRect, nodeRect, exitPoint, entryPoint); type 643 Source/core/page/SpatialNavigation.cpp switch (type) { type 676 Source/core/page/SpatialNavigation.cpp candidate.alignment = alignmentForRects(type, currentRect, nodeRect, viewSize); type 679 Source/core/page/SpatialNavigation.cpp bool canBeScrolledIntoView(FocusType type, const FocusCandidate& candidate) type 686 Source/core/page/SpatialNavigation.cpp if (((type == FocusTypeLeft || type == FocusTypeRight) && parentNode->renderer()->style()->overflowX() == OHIDDEN) type 687 Source/core/page/SpatialNavigation.cpp || ((type == FocusTypeUp || type == FocusTypeDown) && parentNode->renderer()->style()->overflowY() == OHIDDEN)) type 691 Source/core/page/SpatialNavigation.cpp return canScrollInDirection(parentNode, type); type 700 Source/core/page/SpatialNavigation.cpp LayoutRect virtualRectForDirection(FocusType type, const LayoutRect& startingRect, LayoutUnit width) type 703 Source/core/page/SpatialNavigation.cpp switch (type) { type 725 Source/core/page/SpatialNavigation.cpp LayoutRect virtualRectForAreaElementAndDirection(HTMLAreaElement& area, FocusType type) type 730 Source/core/page/SpatialNavigation.cpp LayoutRect rect = virtualRectForDirection(type, rectToAbsoluteCoordinates(area.document().frame(), area.computeRect(area.imageElement()->renderer())), 1); type 44 Source/core/plugins/DOMMimeType.cpp return mimeClassInfo().type; type 45 Source/core/plugins/DOMMimeType.h const String& type() const; type 66 Source/core/plugins/DOMMimeTypeArray.cpp if (mimes[i].type == propertyName) type 79 Source/core/plugins/DOMMimeTypeArray.cpp if (mimes[i].type == propertyName) type 78 Source/core/plugins/DOMPlugin.cpp if (mimes[i].type == propertyName) type 87 Source/core/plugins/DOMPlugin.cpp if (mimes[i].type == propertyName) type 93 Source/core/rendering/AutoTableLayout.cpp switch (cellLogicalWidth.type()) { type 296 Source/core/rendering/AutoTableLayout.cpp switch (columnLayout.logicalWidth.type()) { type 508 Source/core/rendering/AutoTableLayout.cpp switch (logicalWidth.type()) { type 54 Source/core/rendering/ClipPathOperation.h OperationType type() const { return m_type; } type 55 Source/core/rendering/ClipPathOperation.h bool isSameType(const ClipPathOperation& o) const { return o.type() == m_type; } type 58 Source/core/rendering/ClipPathOperation.h ClipPathOperation(OperationType type) type 59 Source/core/rendering/ClipPathOperation.h : m_type(type) type 93 Source/core/rendering/ClipPathOperation.h DEFINE_TYPE_CASTS(ReferenceClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::REFERENCE, op.type() == ClipPathOperation::REFERENCE); type 126 Source/core/rendering/ClipPathOperation.h DEFINE_TYPE_CASTS(ShapeClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::SHAPE, op.type() == ClipPathOperation::SHAPE); type 636 Source/core/rendering/FastTextAutosizer.cpp data.m_packedStyleProperties |= (style->width().type() << 11); type 103 Source/core/rendering/FilterEffectRenderer.cpp switch (filterOperation->type()) { type 177 Source/core/rendering/FilterEffectRenderer.cpp transferFunction.type = FECOMPONENTTRANSFER_TYPE_TABLE; type 189 Source/core/rendering/FilterEffectRenderer.cpp transferFunction.type = FECOMPONENTTRANSFER_TYPE_TABLE; type 201 Source/core/rendering/FilterEffectRenderer.cpp transferFunction.type = FECOMPONENTTRANSFER_TYPE_LINEAR; type 211 Source/core/rendering/FilterEffectRenderer.cpp transferFunction.type = FECOMPONENTTRANSFER_TYPE_LINEAR; type 238 Source/core/rendering/FilterEffectRenderer.cpp if (filterOperation->type() != FilterOperation::REFERENCE) { type 161 Source/core/rendering/FixedTableLayout.cpp if (m_width[currentColumn].isAuto() && logicalWidth.type() != Auto) { type 56 Source/core/rendering/FloatingObjects.cpp EFloat type = renderer->style()->floating(); type 57 Source/core/rendering/FloatingObjects.cpp ASSERT(type != NoFloat); type 58 Source/core/rendering/FloatingObjects.cpp if (type == LeftFloat) type 60 Source/core/rendering/FloatingObjects.cpp else if (type == RightFloat) type 64 Source/core/rendering/FloatingObjects.cpp FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant) type 69 Source/core/rendering/FloatingObjects.cpp , m_type(type) type 90 Source/core/rendering/FloatingObjects.cpp return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant)); type 95 Source/core/rendering/FloatingObjects.cpp OwnPtr<FloatingObject> cloneObject = adoptPtr(new FloatingObject(renderer(), type(), m_frameRect, m_shouldPaint, m_isDescendant)); type 221 Source/core/rendering/FloatingObjects.cpp FloatingObject::Type curType = floatingObject->type(); type 235 Source/core/rendering/FloatingObjects.cpp if (floatingObject->isPlaced() && floatingObject->type() == floatType) type 244 Source/core/rendering/FloatingObjects.cpp bool FloatingObjects::hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type type) const type 246 Source/core/rendering/FloatingObjects.cpp int floatIndex = static_cast<int>(type) - 1; type 252 Source/core/rendering/FloatingObjects.cpp LayoutUnit FloatingObjects::getCachedlowestFloatLogicalBottom(FloatingObject::Type type) const type 254 Source/core/rendering/FloatingObjects.cpp int floatIndex = static_cast<int>(type) - 1; type 260 Source/core/rendering/FloatingObjects.cpp void FloatingObjects::setCachedLowestFloatLogicalBottom(bool isHorizontal, FloatingObject::Type type, LayoutUnit value) type 262 Source/core/rendering/FloatingObjects.cpp int floatIndex = static_cast<int>(type) - 1; type 288 Source/core/rendering/FloatingObjects.cpp inline void FloatingObjects::increaseObjectsCount(FloatingObject::Type type) type 290 Source/core/rendering/FloatingObjects.cpp if (type == FloatingObject::FloatLeft) type 296 Source/core/rendering/FloatingObjects.cpp inline void FloatingObjects::decreaseObjectsCount(FloatingObject::Type type) type 298 Source/core/rendering/FloatingObjects.cpp if (type == FloatingObject::FloatLeft) type 344 Source/core/rendering/FloatingObjects.cpp increaseObjectsCount(newObject->type()); type 354 Source/core/rendering/FloatingObjects.cpp decreaseObjectsCount(floatingObject->type()); type 477 Source/core/rendering/FloatingObjects.cpp if (floatingObject->type() != FloatTypeValue || !rangesIntersect(interval.low(), interval.high(), m_lineTop, m_lineBottom)) type 58 Source/core/rendering/FloatingObjects.h Type type() const { return static_cast<Type>(m_type); } type 73 Source/core/rendering/HitTestRequest.h HitTestRequestType type() const { return m_requestType; } type 145 Source/core/rendering/HitTestResult.cpp if (containingShadowRoot->type() == ShadowRoot::UserAgentShadowRoot) type 152 Source/core/rendering/HitTestResult.cpp if (containingShadowRoot->type() == ShadowRoot::UserAgentShadowRoot) type 1269 Source/core/rendering/InlineTextBox.cpp pt->drawLineForDocumentMarker(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + underlineOffset), width, lineStyleForMarkerType(marker->type())); type 1314 Source/core/rendering/InlineTextBox.cpp switch (marker->type()) { type 1338 Source/core/rendering/InlineTextBox.cpp switch (marker->type()) { type 1977 Source/core/rendering/RenderBlock.cpp bool RenderBlock::hasCaret(CaretType type) const type 1983 Source/core/rendering/RenderBlock.cpp if (type == CursorCaret) { type 1993 Source/core/rendering/RenderBlock.cpp void RenderBlock::paintCaret(PaintInfo& paintInfo, const LayoutPoint& paintOffset, CaretType type) type 1995 Source/core/rendering/RenderBlock.cpp if (!hasCaret(type)) type 1998 Source/core/rendering/RenderBlock.cpp if (type == CursorCaret) type 1318 Source/core/rendering/RenderBlockLineLayout.cpp if (cssUnit.type() != Auto) type 2243 Source/core/rendering/RenderBox.cpp if (styleToUse->textAutosizingMultiplier() != 1 && styleToUse->marginStart().type() == Fixed) { type 2273 Source/core/rendering/RenderBox.cpp if (logicalWidthLength.type() == FillAvailable) type 2280 Source/core/rendering/RenderBox.cpp if (logicalWidthLength.type() == MinContent) type 2283 Source/core/rendering/RenderBox.cpp if (logicalWidthLength.type() == MaxContent) type 2286 Source/core/rendering/RenderBox.cpp if (logicalWidthLength.type() == FitContent) { type 2348 Source/core/rendering/RenderBox.cpp if (logicalWidth.type() == Intrinsic) type 2779 Source/core/rendering/RenderBox.cpp switch (logicalWidth.type()) { type 2834 Source/core/rendering/RenderBox.cpp switch (logicalHeight.type()) { type 848 Source/core/rendering/RenderBoxModelObject.cpp EFillSizeType type = fillLayer->size().type; type 852 Source/core/rendering/RenderBoxModelObject.cpp switch (type) { type 893 Source/core/rendering/RenderBoxModelObject.cpp type = Contain; type 901 Source/core/rendering/RenderBoxModelObject.cpp float scaleFactor = type == Contain ? min(horizontalScaleFactor, verticalScaleFactor) : max(horizontalScaleFactor, verticalScaleFactor); type 1022 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp else if (child->style()->maxWidth().type() == Intrinsic) type 1024 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp else if (child->style()->maxWidth().type() == MinIntrinsic) type 1047 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp else if (child->style()->minWidth().type() == Intrinsic) type 1049 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp else if (child->style()->minWidth().type() == MinIntrinsic) type 1051 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp else if (child->style()->minWidth().type() == Auto) type 70 Source/core/rendering/RenderEmbeddedObject.cpp LayerType type = RenderPart::layerTypeRequired(); type 71 Source/core/rendering/RenderEmbeddedObject.cpp if (type != NoLayer) type 72 Source/core/rendering/RenderEmbeddedObject.cpp return type; type 567 Source/core/rendering/RenderFrameSet.cpp if (evt->type() == EventTypeNames::mousedown && evt->button() == LeftButton) { type 577 Source/core/rendering/RenderFrameSet.cpp if (evt->type() == EventTypeNames::mousemove || (evt->type() == EventTypeNames::mouseup && evt->button() == LeftButton)) { type 581 Source/core/rendering/RenderFrameSet.cpp if (evt->type() == EventTypeNames::mouseup && evt->button() == LeftButton) { type 1061 Source/core/rendering/RenderGrid.cpp switch (position.type()) { type 49 Source/core/rendering/RenderHTMLCanvas.cpp LayerType type = RenderReplaced::layerTypeRequired(); type 50 Source/core/rendering/RenderHTMLCanvas.cpp if (type != NoLayer) type 51 Source/core/rendering/RenderHTMLCanvas.cpp return type; type 57 Source/core/rendering/RenderIFrame.cpp LayerType type = RenderPart::layerTypeRequired(); type 58 Source/core/rendering/RenderIFrame.cpp if (type != NoLayer) type 59 Source/core/rendering/RenderIFrame.cpp return type; type 100 Source/core/rendering/RenderImageResource.cpp LayoutSize RenderImageResource::getImageSize(float multiplier, ImageResource::SizeType type) const type 104 Source/core/rendering/RenderImageResource.cpp LayoutSize size = m_cachedImage->imageSizeForRenderer(m_renderer, multiplier, type); type 108 Source/core/rendering/RenderLayer.cpp RenderLayer::RenderLayer(RenderLayerModelObject* renderer, LayerType type) type 109 Source/core/rendering/RenderLayer.cpp : m_layerType(type) type 2097 Source/core/rendering/RenderLayer.cpp if (style->clipPath()->type() == ClipPathOperation::SHAPE) { type 2108 Source/core/rendering/RenderLayer.cpp } else if (style->clipPath()->type() == ClipPathOperation::REFERENCE) { type 3963 Source/core/rendering/RenderLayer.cpp if (filterOperation->type() != FilterOperation::REFERENCE) type 120 Source/core/rendering/RenderLayerFilterInfo.cpp if (filterOperation->type() != FilterOperation::REFERENCE) type 56 Source/core/rendering/RenderLayerModelObject.cpp void RenderLayerModelObject::createLayer(LayerType type) type 59 Source/core/rendering/RenderLayerModelObject.cpp m_layer = adoptPtr(new RenderLayer(this, type)); type 144 Source/core/rendering/RenderLayerModelObject.cpp LayerType type = layerTypeRequired(); type 145 Source/core/rendering/RenderLayerModelObject.cpp if (type != NoLayer) { type 149 Source/core/rendering/RenderLayerModelObject.cpp createLayer(type); type 177 Source/core/rendering/RenderLayerModelObject.cpp layer()->setLayerType(type); type 826 Source/core/rendering/RenderLayerScrollableArea.cpp if (shadowRoot->type() == ShadowRoot::UserAgentShadowRoot) type 1324 Source/core/rendering/RenderLayerScrollableArea.cpp switch (evt.type()) { type 573 Source/core/rendering/RenderLayerStackingNode.cpp void RenderLayerStackingNode::computePaintOrderList(PaintOrderListType type, Vector<RefPtr<Node> >& list) type 582 Source/core/rendering/RenderLayerStackingNode.cpp switch (type) { type 91 Source/core/rendering/RenderListMarker.cpp static inline String toAlphabeticOrNumeric(numberType number, const CharacterType* sequence, unsigned sequenceSize, SequenceType type) type 101 Source/core/rendering/RenderListMarker.cpp if (type == AlphabeticSequence) { type 111 Source/core/rendering/RenderListMarker.cpp if (type == AlphabeticSequence) { type 409 Source/core/rendering/RenderListMarker.cpp static EListStyleType effectiveListMarkerType(EListStyleType type, int value) type 413 Source/core/rendering/RenderListMarker.cpp switch (type) { type 442 Source/core/rendering/RenderListMarker.cpp return type; // Can represent all ordinals. type 444 Source/core/rendering/RenderListMarker.cpp return (value < 1 || value > 99999999) ? DecimalListStyle : type; type 446 Source/core/rendering/RenderListMarker.cpp return (value < 0) ? DecimalListStyle : type; type 448 Source/core/rendering/RenderListMarker.cpp return (value < 1 || value > 19999) ? DecimalListStyle : type; type 450 Source/core/rendering/RenderListMarker.cpp return (value < 0 || value > 999999) ? DecimalListStyle : type; type 453 Source/core/rendering/RenderListMarker.cpp return (value < 1 || value > 3999) ? DecimalListStyle : type; type 501 Source/core/rendering/RenderListMarker.cpp return (value < 1) ? DecimalListStyle : type; type 505 Source/core/rendering/RenderListMarker.cpp return type; type 508 Source/core/rendering/RenderListMarker.cpp static UChar listMarkerSuffix(EListStyleType type, int value) type 512 Source/core/rendering/RenderListMarker.cpp EListStyleType effectiveType = effectiveListMarkerType(type, value); type 607 Source/core/rendering/RenderListMarker.cpp String listMarkerText(EListStyleType type, int value) type 611 Source/core/rendering/RenderListMarker.cpp switch (effectiveListMarkerType(type, value)) { type 1172 Source/core/rendering/RenderListMarker.cpp EListStyleType type = style()->listStyleType(); type 1173 Source/core/rendering/RenderListMarker.cpp switch (type) { type 1285 Source/core/rendering/RenderListMarker.cpp if (type == Asterisks || type == Footnotes) { type 1302 Source/core/rendering/RenderListMarker.cpp const UChar suffix = listMarkerSuffix(type, m_listItem->value()); type 1385 Source/core/rendering/RenderListMarker.cpp EListStyleType type = style()->listStyleType(); type 1386 Source/core/rendering/RenderListMarker.cpp switch (type) { type 1392 Source/core/rendering/RenderListMarker.cpp m_text = listMarkerText(type, 0); // value is ignored for these types type 1471 Source/core/rendering/RenderListMarker.cpp m_text = listMarkerText(type, m_listItem->value()); type 1492 Source/core/rendering/RenderListMarker.cpp EListStyleType type = style()->listStyleType(); type 1493 Source/core/rendering/RenderListMarker.cpp switch (type) { type 1584 Source/core/rendering/RenderListMarker.cpp UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; type 1681 Source/core/rendering/RenderListMarker.cpp EListStyleType type = style()->listStyleType(); type 1682 Source/core/rendering/RenderListMarker.cpp const UChar suffix = listMarkerSuffix(type, m_listItem->value()); type 1711 Source/core/rendering/RenderListMarker.cpp EListStyleType type = style()->listStyleType(); type 1712 Source/core/rendering/RenderListMarker.cpp switch (type) { type 1810 Source/core/rendering/RenderListMarker.cpp UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; type 2908 Source/core/rendering/RenderObject.cpp static PassRefPtr<RenderStyle> firstLineStyleForCachedUncachedType(StyleCacheState type, const RenderObject* renderer, RenderStyle* style) type 2916 Source/core/rendering/RenderObject.cpp if (type == Cached) type 2923 Source/core/rendering/RenderObject.cpp if (type == Cached) { type 53 Source/core/rendering/RenderPart.cpp LayerType type = RenderWidget::layerTypeRequired(); type 54 Source/core/rendering/RenderPart.cpp if (type != NoLayer) type 55 Source/core/rendering/RenderPart.cpp return type; type 110 Source/core/rendering/RenderPart.cpp HitTestRequest newHitTestRequest(request.type() | HitTestRequest::ChildFrameHitTest); type 66 Source/core/rendering/RenderTableSection.cpp switch (logicalHeight.type()) { type 73 Source/core/rendering/RenderTableSection.cpp if (cRowLogicalHeight.type() < Percent type 1123 Source/core/rendering/RenderTheme.cpp bool RenderTheme::supportsCalendarPicker(const AtomicString& type) const type 1125 Source/core/rendering/RenderTheme.cpp return type == InputTypeNames::date type 1126 Source/core/rendering/RenderTheme.cpp || type == InputTypeNames::datetime type 1127 Source/core/rendering/RenderTheme.cpp || type == InputTypeNames::datetime_local type 1128 Source/core/rendering/RenderTheme.cpp || type == InputTypeNames::month type 1129 Source/core/rendering/RenderTheme.cpp || type == InputTypeNames::week; type 138 Source/core/rendering/TextAutosizer.cpp podForHash.packedStyleProperties |= (style->width().type() << 11); type 330 Source/core/rendering/compositing/CompositedLayerMapping.cpp return (style->transformOriginX().type() == Fixed && style->transformOriginX().value()) type 331 Source/core/rendering/compositing/CompositedLayerMapping.cpp || (style->transformOriginY().type() == Fixed && style->transformOriginY().value()); type 74 Source/core/rendering/line/LineWidth.cpp if (newFloat->type() == FloatingObject::FloatLeft) { type 49 Source/core/rendering/shapes/PolygonShape.cpp EdgeIntersectionType type; type 81 Source/core/rendering/shapes/PolygonShape.cpp result.type = intersectionType; type 164 Source/core/rendering/shapes/PolygonShape.cpp if (intersection.type != VertexMinY && intersection.type != VertexMaxY) type 171 Source/core/rendering/shapes/PolygonShape.cpp if ((intersection.type == VertexMinY && (thisEdge.vertex1().y() < thisEdge.vertex2().y())) type 172 Source/core/rendering/shapes/PolygonShape.cpp || (intersection.type == VertexMaxY && (thisEdge.vertex1().y() > thisEdge.vertex2().y()))) { type 199 Source/core/rendering/shapes/PolygonShape.cpp return (x1 == x2) ? intersection1.type < intersection2.type : x1 < x2; type 211 Source/core/rendering/shapes/PolygonShape.cpp if (computeXIntersection(edges[i], y, intersection) && intersection.type != VertexYBoth) type 228 Source/core/rendering/shapes/PolygonShape.cpp if ((thisIntersection.point.x() == nextIntersection.point.x()) && (thisIntersection.type == VertexMinY || thisIntersection.type == VertexMaxY)) { type 229 Source/core/rendering/shapes/PolygonShape.cpp if (thisIntersection.type == nextIntersection.type) { type 240 Source/core/rendering/shapes/PolygonShape.cpp bool edgeCrossing = thisIntersection.type == Normal; type 106 Source/core/rendering/shapes/Shape.cpp switch (basicShape->type()) { type 120 Source/core/rendering/shapes/ShapeInfo.cpp switch (shapeValue->type()) { type 44 Source/core/rendering/shapes/ShapeOutsideInfo.cpp switch (shapeValue->type()) { type 65 Source/core/rendering/style/BasicShapes.cpp if (type() == BasicShape::BasicShapePolygonType type 71 Source/core/rendering/style/BasicShapes.cpp if (type() == BasicShape::BasicShapeCircleType) { type 79 Source/core/rendering/style/BasicShapes.cpp if (type() != BasicShape::BasicShapeEllipseType) type 98 Source/core/rendering/style/BasicShapes.cpp if (m_radius.type() == BasicShapeRadius::Value) type 103 Source/core/rendering/style/BasicShapes.cpp if (m_radius.type() == BasicShapeRadius::ClosestSide) type 125 Source/core/rendering/style/BasicShapes.cpp ASSERT(type() == other->type()); type 145 Source/core/rendering/style/BasicShapes.cpp if (radius.type() == BasicShapeRadius::Value) type 148 Source/core/rendering/style/BasicShapes.cpp if (radius.type() == BasicShapeRadius::ClosestSide) type 151 Source/core/rendering/style/BasicShapes.cpp ASSERT(radius.type() == BasicShapeRadius::FarthestSide); type 171 Source/core/rendering/style/BasicShapes.cpp ASSERT(type() == other->type()); type 175 Source/core/rendering/style/BasicShapes.cpp if (m_radiusX.type() != BasicShapeRadius::Value || o->radiusX().type() != BasicShapeRadius::Value type 176 Source/core/rendering/style/BasicShapes.cpp || m_radiusY.type() != BasicShapeRadius::Value || o->radiusY().type() != BasicShapeRadius::Value) { type 267 Source/core/rendering/style/BasicShapes.cpp ASSERT(type() == other->type()); type 59 Source/core/rendering/style/BasicShapes.h bool isSameType(const BasicShape& other) const { return type() == other.type(); } type 66 Source/core/rendering/style/BasicShapes.h virtual Type type() const = 0; type 76 Source/core/rendering/style/BasicShapes.h DEFINE_TYPE_CASTS(thisType, BasicShape, value, value->type() == BasicShape::thisType##Type, value.type() == BasicShape::thisType##Type) type 134 Source/core/rendering/style/BasicShapes.h BasicShapeRadius(const BasicShapeRadius& other) : m_value(other.value()), m_type(other.type()) { } type 138 Source/core/rendering/style/BasicShapes.h Type type() const { return m_type; } type 143 Source/core/rendering/style/BasicShapes.h return m_type == Value && other.type() == Value; type 148 Source/core/rendering/style/BasicShapes.h if (m_type != Value || other.type() != Value) type 177 Source/core/rendering/style/BasicShapes.h virtual Type type() const OVERRIDE { return BasicShapeCircleType; } type 207 Source/core/rendering/style/BasicShapes.h virtual Type type() const OVERRIDE { return BasicShapeEllipseType; } type 236 Source/core/rendering/style/BasicShapes.h virtual Type type() const OVERRIDE { return BasicShapePolygonType; } type 276 Source/core/rendering/style/BasicShapes.h virtual Type type() const OVERRIDE { return BasicShapeInsetType; } type 43 Source/core/rendering/style/FillLayer.cpp FillLayer::FillLayer(EFillLayerType type, bool useInitialValues) type 45 Source/core/rendering/style/FillLayer.cpp , m_image(FillLayer::initialFillImage(type)) type 46 Source/core/rendering/style/FillLayer.cpp , m_xPosition(FillLayer::initialFillXPosition(type)) type 47 Source/core/rendering/style/FillLayer.cpp , m_yPosition(FillLayer::initialFillYPosition(type)) type 48 Source/core/rendering/style/FillLayer.cpp , m_sizeLength(FillLayer::initialFillSizeLength(type)) type 49 Source/core/rendering/style/FillLayer.cpp , m_attachment(FillLayer::initialFillAttachment(type)) type 50 Source/core/rendering/style/FillLayer.cpp , m_clip(FillLayer::initialFillClip(type)) type 51 Source/core/rendering/style/FillLayer.cpp , m_origin(FillLayer::initialFillOrigin(type)) type 52 Source/core/rendering/style/FillLayer.cpp , m_repeatX(FillLayer::initialFillRepeatX(type)) type 53 Source/core/rendering/style/FillLayer.cpp , m_repeatY(FillLayer::initialFillRepeatY(type)) type 54 Source/core/rendering/style/FillLayer.cpp , m_composite(FillLayer::initialFillComposite(type)) type 55 Source/core/rendering/style/FillLayer.cpp , m_sizeType(useInitialValues ? FillLayer::initialFillSizeType(type) : SizeNone) type 56 Source/core/rendering/style/FillLayer.cpp , m_blendMode(FillLayer::initialFillBlendMode(type)) type 57 Source/core/rendering/style/FillLayer.cpp , m_maskSourceType(FillLayer::initialFillMaskSourceType(type)) type 70 Source/core/rendering/style/FillLayer.cpp , m_compositeSet(useInitialValues || type == MaskFillLayer) type 73 Source/core/rendering/style/FillLayer.cpp , m_type(type) type 39 Source/core/rendering/style/FillLayer.h : type(SizeLength) type 44 Source/core/rendering/style/FillLayer.h : type(t) type 51 Source/core/rendering/style/FillLayer.h return type == o.type && size == o.size; type 58 Source/core/rendering/style/FillLayer.h EFillSizeType type; type 117 Source/core/rendering/style/FillLayer.h void setSize(FillSize f) { m_sizeType = f.type; m_sizeLength = f.size; } type 174 Source/core/rendering/style/FillLayer.h EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); } type 181 Source/core/rendering/style/FillLayer.h static EFillBox initialFillOrigin(EFillLayerType type) { return type == BackgroundFillLayer ? PaddingFillBox : BorderFillBox; } type 188 Source/core/rendering/style/FillLayer.h static FillSize initialFillSize(EFillLayerType type) { return FillSize(initialFillSizeType(type), initialFillSizeLength(type)); } type 76 Source/core/rendering/style/GridPosition.h GridPositionType type() const { return m_type; } type 112 Source/core/rendering/style/GridPosition.h ASSERT(type() == ExplicitPosition); type 118 Source/core/rendering/style/GridPosition.h ASSERT(type() == ExplicitPosition || type() == SpanPosition || type() == NamedGridAreaPosition); type 124 Source/core/rendering/style/GridPosition.h ASSERT(type() == SpanPosition); type 95 Source/core/rendering/style/GridTrackSize.h GridTrackSizeType type() const { return m_type; } type 40 Source/core/rendering/style/LineClampValue.h LineClampValue(int value, ELineClampType type) type 41 Source/core/rendering/style/LineClampValue.h : m_type(type) type 345 Source/core/rendering/style/RenderStyle.cpp if (a.left().type() != b.left().type() type 346 Source/core/rendering/style/RenderStyle.cpp || a.right().type() != b.right().type() type 347 Source/core/rendering/style/RenderStyle.cpp || a.top().type() != b.top().type() type 348 Source/core/rendering/style/RenderStyle.cpp || a.bottom().type() != b.bottom().type()) type 884 Source/core/rendering/style/RenderStyle.cpp TransformOperation::OperationType type = transformOperations[i]->type(); type 885 Source/core/rendering/style/RenderStyle.cpp if (type != TransformOperation::TranslateX type 886 Source/core/rendering/style/RenderStyle.cpp && type != TransformOperation::TranslateY type 887 Source/core/rendering/style/RenderStyle.cpp && type != TransformOperation::Translate type 888 Source/core/rendering/style/RenderStyle.cpp && type != TransformOperation::TranslateZ type 889 Source/core/rendering/style/RenderStyle.cpp && type != TransformOperation::Translate3D) type 906 Source/core/rendering/style/RenderStyle.cpp float offsetX = transformOriginX().type() == Percent ? boundingBox.x() : 0; type 907 Source/core/rendering/style/RenderStyle.cpp float offsetY = transformOriginY().type() == Percent ? boundingBox.y() : 0; type 153 Source/core/rendering/style/SVGRenderStyle.h void setFillPaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) type 156 Source/core/rendering/style/SVGRenderStyle.h if (!(fill->paintType == type)) type 157 Source/core/rendering/style/SVGRenderStyle.h fill.access()->paintType = type; type 164 Source/core/rendering/style/SVGRenderStyle.h if (!(fill->visitedLinkPaintType == type)) type 165 Source/core/rendering/style/SVGRenderStyle.h fill.access()->visitedLinkPaintType = type; type 179 Source/core/rendering/style/SVGRenderStyle.h void setStrokePaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) type 182 Source/core/rendering/style/SVGRenderStyle.h if (!(stroke->paintType == type)) type 183 Source/core/rendering/style/SVGRenderStyle.h stroke.access()->paintType = type; type 190 Source/core/rendering/style/SVGRenderStyle.h if (!(stroke->visitedLinkPaintType == type)) type 191 Source/core/rendering/style/SVGRenderStyle.h stroke.access()->visitedLinkPaintType = type; type 71 Source/core/rendering/style/ShapeValue.h ShapeValueType type() const { return m_type; } type 78 Source/core/rendering/style/ShapeValue.h ASSERT(type() == Image); type 93 Source/core/rendering/style/ShapeValue.h ShapeValue(ShapeValueType type) type 94 Source/core/rendering/style/ShapeValue.h : m_type(type) type 119 Source/core/rendering/style/ShapeValue.h if (type() != other.type()) type 122 Source/core/rendering/style/ShapeValue.h switch (type()) { type 342 Source/core/rendering/svg/RenderSVGShape.cpp static inline RenderSVGResourceMarker* markerForType(SVGMarkerType type, RenderSVGResourceMarker* markerStart, RenderSVGResourceMarker* markerMid, RenderSVGResourceMarker* markerEnd) type 344 Source/core/rendering/svg/RenderSVGShape.cpp switch (type) { type 372 Source/core/rendering/svg/RenderSVGShape.cpp if (RenderSVGResourceMarker* marker = markerForType(m_markerPositions[i].type, markerStart, markerMid, markerEnd)) type 450 Source/core/rendering/svg/RenderSVGShape.cpp if (RenderSVGResourceMarker* marker = markerForType(m_markerPositions[i].type, markerStart, markerMid, markerEnd)) type 698 Source/core/rendering/svg/SVGInlineTextBox.cpp if (marker->type() != DocumentMarker::TextMatch) type 39 Source/core/rendering/svg/SVGMarkerData.h : type(useType) type 45 Source/core/rendering/svg/SVGMarkerData.h SVGMarkerType type; type 82 Source/core/rendering/svg/SVGMarkerData.h float currentAngle(SVGMarkerType type) const type 91 Source/core/rendering/svg/SVGMarkerData.h switch (type) { type 117 Source/core/rendering/svg/SVGMarkerData.h switch (element->type) { type 242 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static TextStream& operator<<(TextStream& ts, const SVGSpreadMethodType& type) type 244 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << SVGEnumerationToString<SVGSpreadMethodType>(type).upper(); type 141 Source/core/rendering/svg/SVGRenderingContext.cpp if (clipPathOperation && clipPathOperation->type() == ClipPathOperation::SHAPE) { type 42 Source/core/rendering/svg/SVGSubpathData.h switch (element->type) { type 46 Source/core/rendering/svg/SVGTextFragment.h void buildFragmentTransform(AffineTransform& result, TransformType type = TransformRespectingTextLength) const type 48 Source/core/rendering/svg/SVGTextFragment.h if (type == TransformIgnoringTextLength) { type 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) type 53 Source/core/storage/StorageEvent.cpp return adoptRefWillBeNoop(new StorageEvent(type, key, oldValue, newValue, url, storageArea)); type 56 Source/core/storage/StorageEvent.cpp PassRefPtrWillBeRawPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const StorageEventInit& initializer) type 58 Source/core/storage/StorageEvent.cpp return adoptRefWillBeNoop(new StorageEvent(type, initializer)); type 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) type 62 Source/core/storage/StorageEvent.cpp : Event(type, false, false) type 72 Source/core/storage/StorageEvent.cpp StorageEvent::StorageEvent(const AtomicString& type, const StorageEventInit& initializer) type 73 Source/core/storage/StorageEvent.cpp : Event(type, initializer) type 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) type 88 Source/core/storage/StorageEvent.cpp initEvent(type, canBubble, cancelable); type 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); type 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); type 72 Source/core/storage/StorageEvent.h StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); type 120 Source/core/svg/SVGAngle.h ASSERT(base->type() == SVGAngle::classType()); type 78 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animator->type() == m_animatedPropertyType); type 80 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_fromProperty->type() == m_animatedPropertyType); type 117 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == m_animator->type()); type 138 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == m_animator->type()); type 166 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == animator->type()); type 397 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == m_animator->type()); type 72 Source/core/svg/SVGAnimatedColor.h ASSERT(base->type() == SVGColorProperty::classType()); type 39 Source/core/svg/SVGAnimatedTypeAnimator.cpp SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement* contextElement) type 40 Source/core/svg/SVGAnimatedTypeAnimator.cpp : m_type(type) type 54 Source/core/svg/SVGAnimatedTypeAnimator.cpp ASSERT(m_animatedProperty->type() == m_type); type 190 Source/core/svg/SVGAnimatedTypeAnimator.cpp ASSERT(animatedValue->type() == m_type); type 40 Source/core/svg/SVGAnimatedTypeAnimator.h static PassOwnPtr<SVGAnimatedTypeAnimator> create(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement* targetElement) type 42 Source/core/svg/SVGAnimatedTypeAnimator.h return adoptPtr(new SVGAnimatedTypeAnimator(type, animationElement, targetElement)); type 59 Source/core/svg/SVGAnimatedTypeAnimator.h AnimatedPropertyType type() const { return m_type; } type 496 Source/core/svg/SVGAnimationElement.cpp AnimatedPropertyType propertyType = property->type(); type 80 Source/core/svg/SVGBoolean.h ASSERT(base->type() == SVGBoolean::classType()); type 125 Source/core/svg/SVGComponentTransferFunctionElement.cpp func.type = m_type->currentValue()->enumValue(); type 44 Source/core/svg/SVGComponentTransferFunctionElement.h SVGAnimatedEnumeration<ComponentTransferType>* type() { return m_type.get(); } type 45 Source/core/svg/SVGEnumeration.cpp ASSERT(base->type() == SVGEnumerationBase::classType()); type 39 Source/core/svg/SVGFEColorMatrixElement.h SVGAnimatedEnumeration<ColorMatrixType>* type() { return m_type.get(); } type 50 Source/core/svg/SVGFETurbulenceElement.h SVGAnimatedEnumeration<TurbulenceType>* type() { return m_type.get(); } type 76 Source/core/svg/SVGInteger.h ASSERT(base->type() == SVGInteger::classType()); type 74 Source/core/svg/SVGIntegerOptionalInteger.h ASSERT(base->type() == SVGIntegerOptionalInteger::classType()); type 40 Source/core/svg/SVGLength.cpp inline String lengthTypeToString(SVGLengthType type) type 42 Source/core/svg/SVGLength.cpp switch (type) { type 171 Source/core/svg/SVGLength.cpp void SVGLength::setUnitType(SVGLengthType type) type 173 Source/core/svg/SVGLength.cpp ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); type 174 Source/core/svg/SVGLength.cpp m_unitType = type; type 187 Source/core/svg/SVGLength.cpp static bool parseValueInternal(const String& string, float& convertedNumber, SVGLengthType& type) type 195 Source/core/svg/SVGLength.cpp type = stringToLengthType(ptr, end); type 197 Source/core/svg/SVGLength.cpp if (type == LengthTypeUnknown) type 212 Source/core/svg/SVGLength.cpp SVGLengthType type = LengthTypeUnknown; type 215 Source/core/svg/SVGLength.cpp parseValueInternal<LChar>(string, convertedNumber, type) : type 216 Source/core/svg/SVGLength.cpp parseValueInternal<UChar>(string, convertedNumber, type); type 223 Source/core/svg/SVGLength.cpp m_unitType = type; type 232 Source/core/svg/SVGLength.cpp void SVGLength::newValueSpecifiedUnits(SVGLengthType type, float value) type 234 Source/core/svg/SVGLength.cpp setUnitType(type); type 238 Source/core/svg/SVGLength.cpp void SVGLength::convertToSpecifiedUnits(SVGLengthType type, const SVGLengthContext& context, ExceptionState& exceptionState) type 240 Source/core/svg/SVGLength.cpp ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); type 247 Source/core/svg/SVGLength.cpp m_unitType = type; type 117 Source/core/svg/SVGLength.h ASSERT(base->type() == SVGLength::classType()); type 51 Source/core/svg/SVGLengthContext.cpp FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY, PassRefPtr<SVGLength> passWidth, PassRefPtr<SVGLength> passHeight) type 58 Source/core/svg/SVGLengthContext.cpp ASSERT(type != SVGUnitTypes::SVG_UNIT_TYPE_UNKNOWN); type 59 Source/core/svg/SVGLengthContext.cpp if (type == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) { type 72 Source/core/svg/SVGLengthContext.cpp FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY) type 77 Source/core/svg/SVGLengthContext.cpp ASSERT(type != SVGUnitTypes::SVG_UNIT_TYPE_UNKNOWN); type 78 Source/core/svg/SVGLengthContext.cpp if (type == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) { type 87 Source/core/svg/SVGLengthContext.cpp float SVGLengthContext::resolveLength(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX) type 91 Source/core/svg/SVGLengthContext.cpp ASSERT(type != SVGUnitTypes::SVG_UNIT_TYPE_UNKNOWN); type 92 Source/core/svg/SVGLengthContext.cpp if (type == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) { type 57 Source/core/svg/SVGLengthContext.h static FloatRect resolveRectangle(const T* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport) type 59 Source/core/svg/SVGLengthContext.h return SVGLengthContext::resolveRectangle(context, type, viewport, context->x()->currentValue(), context->y()->currentValue(), context->width()->currentValue(), context->height()->currentValue()); type 34 Source/core/svg/SVGLengthList.cpp ASSERT(base->type() == SVGLengthList::classType()); type 42 Source/core/svg/SVGLengthTearOff.cpp inline SVGLengthType toSVGLengthType(unsigned short type) type 44 Source/core/svg/SVGLengthTearOff.cpp ASSERT(type >= LengthTypeUnknown && type <= LengthTypePC); type 45 Source/core/svg/SVGLengthTearOff.cpp return static_cast<SVGLengthType>(type); type 80 Source/core/svg/SVGNumber.h ASSERT(base->type() == SVGNumber::classType()); type 34 Source/core/svg/SVGNumberList.cpp ASSERT(base->type() == SVGNumberList::classType()); type 74 Source/core/svg/SVGNumberOptionalNumber.h ASSERT(base->type() == SVGNumberOptionalNumber::classType()); type 116 Source/core/svg/SVGPaint.h static PassRefPtrWillBeRawPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color) type 118 Source/core/svg/SVGPaint.h RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeRefCountedGarbageCollected(new SVGPaint(type, uri)); type 485 Source/core/svg/SVGParserUtilities.cpp bool parseAndSkipTransformType(const CharType*& ptr, const CharType* end, SVGTransformType& type) type 492 Source/core/svg/SVGParserUtilities.cpp type = SVG_TRANSFORM_SKEWX; type 494 Source/core/svg/SVGParserUtilities.cpp type = SVG_TRANSFORM_SKEWY; type 496 Source/core/svg/SVGParserUtilities.cpp type = SVG_TRANSFORM_SCALE; type 500 Source/core/svg/SVGParserUtilities.cpp type = SVG_TRANSFORM_TRANSLATE; type 502 Source/core/svg/SVGParserUtilities.cpp type = SVG_TRANSFORM_ROTATE; type 504 Source/core/svg/SVGParserUtilities.cpp type = SVG_TRANSFORM_MATRIX; type 518 Source/core/svg/SVGParserUtilities.cpp SVGTransformType type = SVG_TRANSFORM_UNKNOWN; type 522 Source/core/svg/SVGParserUtilities.cpp parseAndSkipTransformType(ptr, end, type); type 526 Source/core/svg/SVGParserUtilities.cpp parseAndSkipTransformType(ptr, end, type); type 528 Source/core/svg/SVGParserUtilities.cpp return type; type 273 Source/core/svg/SVGPathBlender.cpp static inline PathCoordinateMode coordinateModeOfCommand(const SVGPathSegType& type) type 275 Source/core/svg/SVGPathBlender.cpp if (type < PathSegMoveToAbs) type 279 Source/core/svg/SVGPathBlender.cpp if (type % 2) type 173 Source/core/svg/SVGPathSegList.h ASSERT(base->type() == SVGPathSegList::classType()); type 94 Source/core/svg/SVGPoint.h ASSERT(base->type() == SVGPoint::classType()); type 35 Source/core/svg/SVGPointList.cpp ASSERT(base->type() == SVGPointList::classType()); type 104 Source/core/svg/SVGPreserveAspectRatio.h ASSERT(base->type() == SVGPreserveAspectRatio::classType()); type 96 Source/core/svg/SVGRect.h ASSERT(base->type() == SVGRect::classType()); type 113 Source/core/svg/SVGSVGElement.cpp void SVGSVGElement::setContentScriptType(const AtomicString& type) type 115 Source/core/svg/SVGSVGElement.cpp setAttribute(SVGNames::contentScriptTypeAttr, type); type 125 Source/core/svg/SVGSVGElement.cpp void SVGSVGElement::setContentStyleType(const AtomicString& type) type 127 Source/core/svg/SVGSVGElement.cpp setAttribute(SVGNames::contentStyleTypeAttr, type); type 56 Source/core/svg/SVGSVGElement.h void setContentScriptType(const AtomicString& type); type 59 Source/core/svg/SVGSVGElement.h void setContentStyleType(const AtomicString& type); type 90 Source/core/svg/SVGString.h ASSERT(base->type() == SVGString::classType()); type 70 Source/core/svg/SVGStyleElement.cpp void SVGStyleElement::setType(const AtomicString& type) type 72 Source/core/svg/SVGStyleElement.cpp setAttribute(SVGNames::typeAttr, type); type 41 Source/core/svg/SVGStyleElement.h virtual const AtomicString& type() const OVERRIDE; type 154 Source/core/svg/SVGTransform.cpp const String& transformTypePrefixForParsing(SVGTransformType type) type 156 Source/core/svg/SVGTransform.cpp switch (type) { type 58 Source/core/svg/SVGTransform.h static PassRefPtr<SVGTransform> create(SVGTransformType type, ConstructionMode mode = ConstructIdentityTransform) type 60 Source/core/svg/SVGTransform.h return adoptRef(new SVGTransform(type, mode)); type 132 Source/core/svg/SVGTransform.h ASSERT(base->type() == SVGTransform::classType()); type 41 Source/core/svg/SVGTransformList.cpp ASSERT(base->type() == SVGTransformList::classType()); type 122 Source/core/svg/SVGTransformList.cpp PassRefPtr<SVGTransform> parseTransformOfType(unsigned type, const CharType*& ptr, const CharType* end) type 124 Source/core/svg/SVGTransformList.cpp if (type == SVG_TRANSFORM_UNKNOWN) type 129 Source/core/svg/SVGTransformList.cpp if ((valueCount = parseTransformParamList(ptr, end, values, requiredValuesForType[type], optionalValuesForType[type])) < 0) { type 135 Source/core/svg/SVGTransformList.cpp switch (type) { type 896 Source/core/svg/SVGUseElement.cpp return shadowRoot->type() == ShadowRoot::UserAgentShadowRoot; type 52 Source/core/svg/animation/SVGSMILElement.cpp static PassRefPtrWillBeRawPtr<RepeatEvent> create(const AtomicString& type, int repeat) type 54 Source/core/svg/animation/SVGSMILElement.cpp return adoptRefWillBeNoop(new RepeatEvent(type, false, false, repeat)); type 67 Source/core/svg/animation/SVGSMILElement.cpp RepeatEvent(const AtomicString& type, bool canBubble, bool cancelable, int repeat = -1) type 68 Source/core/svg/animation/SVGSMILElement.cpp : Event(type, canBubble, cancelable) type 79 Source/core/svg/animation/SVGSMILElement.cpp ASSERT_WITH_SECURITY_IMPLICATION(!event || event->type() == "repeatn"); type 119 Source/core/svg/animation/SVGSMILElement.cpp return listener->type() == ConditionEventListenerType type 159 Source/core/svg/animation/SVGSMILElement.cpp SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat) type 160 Source/core/svg/animation/SVGSMILElement.cpp : m_type(type) type 454 Source/core/svg/animation/SVGSMILElement.cpp Condition::Type type; type 461 Source/core/svg/animation/SVGSMILElement.cpp type = Condition::EventBase; type 465 Source/core/svg/animation/SVGSMILElement.cpp type = Condition::Syncbase; type 468 Source/core/svg/animation/SVGSMILElement.cpp type = Condition::AccessKey; type 470 Source/core/svg/animation/SVGSMILElement.cpp type = Condition::EventBase; type 472 Source/core/svg/animation/SVGSMILElement.cpp m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeat)); type 474 Source/core/svg/animation/SVGSMILElement.cpp if (type == Condition::EventBase && beginOrEnd == End) type 1291 Source/core/svg/animation/SVGSMILElement.cpp if (event->type() == "repeatn" && toRepeatEvent(event)->repeat() != condition->m_repeat) type 38 Source/core/svg/properties/SVGAnimatedProperty.cpp SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGElement* contextElement, const QualifiedName& attributeName) type 39 Source/core/svg/properties/SVGAnimatedProperty.cpp : m_type(type) type 62 Source/core/svg/properties/SVGAnimatedProperty.h AnimatedPropertyType type() const type 153 Source/core/svg/properties/SVGAnimatedProperty.h ASSERT(value->type() == Property::classType()); type 163 Source/core/svg/properties/SVGListPropertyHelper.h ASSERT(base->type() == Derived::classType()); type 70 Source/core/svg/properties/SVGProperty.h AnimatedPropertyType type() type 89 Source/core/svg/properties/SVGProperty.h explicit SVGPropertyBase(AnimatedPropertyType type) type 90 Source/core/svg/properties/SVGProperty.h : m_type(type) type 86 Source/core/svg/properties/SVGPropertyTearOff.h virtual AnimatedPropertyType type() const = 0; type 119 Source/core/svg/properties/SVGPropertyTearOff.h virtual AnimatedPropertyType type() const OVERRIDE type 664 Source/core/testing/Internals.cpp switch (toShadowRoot(root)->type()) { type 1669 Source/core/testing/Internals.cpp static PassRefPtr<NodeList> paintOrderList(Element* element, ExceptionState& exceptionState, RenderLayerStackingNode::PaintOrderListType type) type 1691 Source/core/testing/Internals.cpp layer->stackingNode()->computePaintOrderList(type, nodes); type 2230 Source/core/testing/Internals.cpp result.append(cursorTypeToString(cursor.type())); type 55 Source/core/timing/PerformanceNavigation.cpp WebCore::NavigationType navigationType = documentLoader->triggeringAction().type(); type 58 Source/core/timing/PerformanceNavigation.h unsigned short type() const; type 42 Source/core/timing/ResourceTimingInfo.h static PassRefPtr<ResourceTimingInfo> create(const AtomicString& type, const double time) type 44 Source/core/timing/ResourceTimingInfo.h return adoptRef(new ResourceTimingInfo(type, time)); type 49 Source/core/timing/ResourceTimingInfo.h void setInitiatorType(const AtomicString& type) { m_type = type; } type 72 Source/core/timing/ResourceTimingInfo.h ResourceTimingInfo(const AtomicString& type, const double time) type 73 Source/core/timing/ResourceTimingInfo.h : m_type(type) type 72 Source/core/xml/DocumentXPathEvaluator.cpp Node* contextNode, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, unsigned short type, type 78 Source/core/xml/DocumentXPathEvaluator.cpp return suplement.m_xpathEvaluator->evaluate(expression, contextNode, resolver, type, result, exceptionState); type 50 Source/core/xml/DocumentXPathEvaluator.h unsigned short type, XPathResult*, ExceptionState&); type 52 Source/core/xml/XMLErrors.cpp void XMLErrors::handleError(ErrorType type, const char* message, int lineNumber, int columnNumber) type 54 Source/core/xml/XMLErrors.cpp handleError(type, message, TextPosition(OrdinalNumber::fromOneBasedInt(lineNumber), OrdinalNumber::fromOneBasedInt(columnNumber))); type 57 Source/core/xml/XMLErrors.cpp void XMLErrors::handleError(ErrorType type, const char* message, TextPosition position) type 59 Source/core/xml/XMLErrors.cpp if (type == fatal || (m_errorCount < maxErrors && m_lastErrorPosition.m_line != position.m_line && m_lastErrorPosition.m_column != position.m_column)) { type 60 Source/core/xml/XMLErrors.cpp switch (type) { type 690 Source/core/xml/XMLHttpRequest.cpp const String& blobType = body->type(); type 971 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::dispatchEventAndLoadEnd(const AtomicString& type, long long receivedLength, long long expectedLength) type 977 Source/core/xml/XMLHttpRequest.cpp m_progressEventThrottle.dispatchEventAndLoadEnd(type, lengthComputable, loaded, total); type 980 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::dispatchThrottledProgressEvent(const AtomicString& type, long long receivedLength, long long expectedLength) type 986 Source/core/xml/XMLHttpRequest.cpp if (type == EventTypeNames::progress) type 989 Source/core/xml/XMLHttpRequest.cpp m_progressEventThrottle.dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, loaded, total)); type 992 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::dispatchThrottledProgressEventSnapshot(const AtomicString& type) type 994 Source/core/xml/XMLHttpRequest.cpp return dispatchThrottledProgressEvent(type, m_receivedLength, m_response.expectedContentLength()); type 1022 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::handleRequestError(ExceptionCode exceptionCode, const AtomicString& type, long long receivedLength, long long expectedLength) type 1043 Source/core/xml/XMLHttpRequest.cpp m_upload->handleRequestError(type); type 1047 Source/core/xml/XMLHttpRequest.cpp dispatchEventAndLoadEnd(type, receivedLength, expectedLength); type 40 Source/core/xml/XMLHttpRequestProgressEvent.h static PassRefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0) type 42 Source/core/xml/XMLHttpRequestProgressEvent.h return adoptRefWillBeNoop(new XMLHttpRequestProgressEvent(type, lengthComputable, loaded, total)); type 59 Source/core/xml/XMLHttpRequestProgressEvent.h XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) type 60 Source/core/xml/XMLHttpRequestProgressEvent.h : ProgressEvent(type, lengthComputable, loaded, total) type 92 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp if (m_deferredEvents.size() > 1 && event->type() == EventTypeNames::readystatechange && event->type() == m_deferredEvents.last()->type()) { type 101 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp void XMLHttpRequestProgressEventThrottle::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsigned long long total) type 103 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp ASSERT(type == EventTypeNames::load || type == EventTypeNames::abort || type == EventTypeNames::error || type == EventTypeNames::timeout); type 105 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, bytesSent, total)); type 61 Source/core/xml/XMLHttpRequestUpload.cpp void XMLHttpRequestUpload::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsigned long long total) type 63 Source/core/xml/XMLHttpRequestUpload.cpp ASSERT(type == EventTypeNames::load || type == EventTypeNames::abort || type == EventTypeNames::error || type == EventTypeNames::timeout); type 64 Source/core/xml/XMLHttpRequestUpload.cpp dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, bytesSent, total)); type 68 Source/core/xml/XMLHttpRequestUpload.cpp void XMLHttpRequestUpload::handleRequestError(const AtomicString& type) type 72 Source/core/xml/XMLHttpRequestUpload.cpp dispatchEventAndLoadEnd(type, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent); type 53 Source/core/xml/XPathEvaluator.cpp PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, unsigned short type, XPathResult* result, ExceptionState& exceptionState) type 69 Source/core/xml/XPathEvaluator.cpp return expr->evaluate(contextNode, type, result, exceptionState); type 54 Source/core/xml/XPathEvaluator.h PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&); type 60 Source/core/xml/XPathExpression.cpp PassRefPtrWillBeRawPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionState& exceptionState) type 86 Source/core/xml/XPathExpression.cpp if (type != XPathResult::ANY_TYPE) { type 87 Source/core/xml/XPathExpression.cpp result->convertTo(type, exceptionState); type 56 Source/core/xml/XPathExpression.h PassRefPtrWillBeRawPtr<XPathResult> evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionState&); type 94 Source/core/xml/XPathParser.cpp static bool isAxisName(const String& name, Step::Axis& type) type 104 Source/core/xml/XPathParser.cpp type = it->value; type 395 Source/core/xml/XPathParser.cpp m_lastTokenType = toRet.type; type 423 Source/core/xml/XPathParser.cpp switch (tok.type) { type 446 Source/core/xml/XPathParser.cpp return tok.type; type 52 Source/core/xml/XPathParser.h int type; type 58 Source/core/xml/XPathParser.h Token(int t) : type(t) { } type 59 Source/core/xml/XPathParser.h Token(int t, const String& v): type(t), str(v) { } type 60 Source/core/xml/XPathParser.h Token(int t, Step::Axis v): type(t), axis(v) { } type 61 Source/core/xml/XPathParser.h Token(int t, NumericOp::Opcode v): type(t), numop(v) { } type 62 Source/core/xml/XPathParser.h Token(int t, EqTestOp::Opcode v): type(t), eqop(v) { } type 103 Source/core/xml/XPathParser.h Token makeTokenAndAdvance(int type, int advance = 1); type 104 Source/core/xml/XPathParser.h Token makeTokenAndAdvance(int type, NumericOp::Opcode, int advance = 1); type 105 Source/core/xml/XPathParser.h Token makeTokenAndAdvance(int type, EqTestOp::Opcode, int advance = 1); type 45 Source/core/xml/XPathResult.cpp switch (m_value.type()) { type 70 Source/core/xml/XPathResult.cpp void XPathResult::convertTo(unsigned short type, ExceptionState& exceptionState) type 72 Source/core/xml/XPathResult.cpp switch (type) { type 76 Source/core/xml/XPathResult.cpp m_resultType = type; type 80 Source/core/xml/XPathResult.cpp m_resultType = type; type 84 Source/core/xml/XPathResult.cpp m_resultType = type; type 95 Source/core/xml/XPathResult.cpp m_resultType = type; type 103 Source/core/xml/XPathResult.cpp m_resultType = type; type 111 Source/core/xml/XPathResult.cpp m_resultType = type; type 63 Source/core/xml/XPathResult.h void convertTo(unsigned short type, ExceptionState&); type 72 Source/core/xml/XPathValue.h Type type() const { return m_type; } type 91 Source/core/xml/XSLStyleSheet.h virtual String type() const OVERRIDE { return "text/xml"; } type 172 Source/core/xml/XSLStyleSheetLibxslt.cpp while (stylesheetRoot && stylesheetRoot->type != XML_ELEMENT_NODE) type 192 Source/core/xml/XSLStyleSheetLibxslt.cpp if (curr->type != XML_ELEMENT_NODE) { type 207 Source/core/xml/XSLStyleSheetLibxslt.cpp if (curr->type == XML_ELEMENT_NODE && IS_XSLT_ELEM(curr) && IS_XSLT_NAME(curr, "include")) { type 65 Source/core/xml/XSLTExtensions.cpp ret->type = XPATH_NODESET; type 92 Source/core/xml/XSLTProcessorLibxslt.cpp xsltLoadType type) type 97 Source/core/xml/XSLTProcessorLibxslt.cpp switch (type) { type 264 Source/core/xml/XSLTProcessorLibxslt.cpp if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE) type 269 Source/core/xml/parser/XMLDocumentParser.cpp PendingErrorCallback(XMLErrors::ErrorType type, const xmlChar* message, OrdinalNumber lineNumber, OrdinalNumber columnNumber) type 270 Source/core/xml/parser/XMLDocumentParser.cpp : m_type(type) type 361 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::handleError(XMLErrors::ErrorType type, const char* formattedMessage, TextPosition position) type 363 Source/core/xml/parser/XMLDocumentParser.cpp m_xmlErrors.handleError(type, formattedMessage, position); type 364 Source/core/xml/parser/XMLDocumentParser.cpp if (type != XMLErrors::warning) type 366 Source/core/xml/parser/XMLDocumentParser.cpp if (type == XMLErrors::fatal) type 1075 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::error(XMLErrors::ErrorType type, const char* message, va_list args) type 1084 Source/core/xml/parser/XMLDocumentParser.cpp m_pendingCallbacks.append(adoptPtr(new PendingErrorCallback(type, reinterpret_cast<const xmlChar*>(formattedMessage), lineNumber(), columnNumber()))); type 1088 Source/core/xml/parser/XMLDocumentParser.cpp handleError(type, formattedMessage, textPosition()); type 1278 Source/core/xml/parser/XMLDocumentParser.cpp if (!entity.type) { type 1279 Source/core/xml/parser/XMLDocumentParser.cpp entity.type = XML_ENTITY_DECL; type 125 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java TypeRecord type = getState().typeRecordsByTypeName.get(function.name); type 126 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (type == null || type.isInterface) { type 129 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java return type.getFirstExtendedType(); type 149 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java TypeRecord type = state.getCurrentTypeRecord(); type 150 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (type == null) { type 170 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (type.isInterface) { type 172 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java "__proto__ defined for interface %s", type.typeName)); type 175 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (type.extendedTypes.isEmpty()) { type 177 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java "No @extends annotation for %s extending %s", type.typeName, superType)); type 183 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java InheritanceEntry entry = type.getFirstExtendedType(); type 188 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java extendedTypeName, type.typeName, type 210 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java TypeRecord type = state.getCurrentTypeRecord(); type 211 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (type == null) { type 215 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (!type.extendedTypes.isEmpty()) { type 44 Source/modules/crypto/Crypto.cpp ArrayBufferView::ViewType type = array->type(); type 45 Source/modules/crypto/Crypto.cpp return type == ArrayBufferView::TypeInt8 type 46 Source/modules/crypto/Crypto.cpp || type == ArrayBufferView::TypeUint8 type 47 Source/modules/crypto/Crypto.cpp || type == ArrayBufferView::TypeUint8Clamped type 48 Source/modules/crypto/Crypto.cpp || type == ArrayBufferView::TypeInt16 type 49 Source/modules/crypto/Crypto.cpp || type == ArrayBufferView::TypeUint16 type 50 Source/modules/crypto/Crypto.cpp || type == ArrayBufferView::TypeInt32 type 51 Source/modules/crypto/Crypto.cpp || type == ArrayBufferView::TypeUint32; type 45 Source/modules/crypto/Key.cpp const char* keyTypeToString(blink::WebCryptoKeyType type) type 47 Source/modules/crypto/Key.cpp switch (type) { type 138 Source/modules/crypto/Key.cpp return keyTypeToString(m_key.type()); type 57 Source/modules/crypto/Key.h String type() const; type 41 Source/modules/crypto/KeyPair.cpp ASSERT(publicKey.type() == blink::WebCryptoKeyTypePublic); type 42 Source/modules/crypto/KeyPair.cpp ASSERT(privateKey.type() == blink::WebCryptoKeyTypePrivate); type 684 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAlgorithmParams(const Dictionary& raw, blink::WebCryptoAlgorithmParamsType type, OwnPtr<blink::WebCryptoAlgorithmParams>& params, ErrorContext& context, String& errorDetails) type 686 Source/modules/crypto/NormalizeAlgorithm.cpp switch (type) { type 52 Source/modules/device_orientation/DeviceMotionEvent.cpp void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) type 57 Source/modules/device_orientation/DeviceMotionEvent.cpp initEvent(type, bubbles, cancelable); type 50 Source/modules/device_orientation/DeviceMotionEvent.h void initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData*); type 50 Source/modules/device_orientation/DeviceOrientationEvent.cpp void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) type 55 Source/modules/device_orientation/DeviceOrientationEvent.cpp initEvent(type, bubbles, cancelable); type 48 Source/modules/device_orientation/DeviceOrientationEvent.h void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*); type 42 Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp MediaKeyMessageEvent::MediaKeyMessageEvent(const AtomicString& type, const MediaKeyMessageEventInit& initializer) type 43 Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp : Event(type, initializer) type 51 Source/modules/encryptedmedia/MediaKeyMessageEvent.h static PassRefPtrWillBeRawPtr<MediaKeyMessageEvent> create(const AtomicString& type, const MediaKeyMessageEventInit& initializer) type 53 Source/modules/encryptedmedia/MediaKeyMessageEvent.h return adoptRefWillBeNoop(new MediaKeyMessageEvent(type, initializer)); type 65 Source/modules/encryptedmedia/MediaKeyMessageEvent.h MediaKeyMessageEvent(const AtomicString& type, const MediaKeyMessageEventInit& initializer); type 42 Source/modules/encryptedmedia/MediaKeyNeededEvent.cpp MediaKeyNeededEvent::MediaKeyNeededEvent(const AtomicString& type, const MediaKeyNeededEventInit& initializer) type 43 Source/modules/encryptedmedia/MediaKeyNeededEvent.cpp : Event(type, initializer) type 50 Source/modules/encryptedmedia/MediaKeyNeededEvent.h static PassRefPtrWillBeRawPtr<MediaKeyNeededEvent> create(const AtomicString& type, const MediaKeyNeededEventInit& initializer) type 52 Source/modules/encryptedmedia/MediaKeyNeededEvent.h return adoptRefWillBeNoop(new MediaKeyNeededEvent(type, initializer)); type 64 Source/modules/encryptedmedia/MediaKeyNeededEvent.h MediaKeyNeededEvent(const AtomicString& type, const MediaKeyNeededEventInit& initializer); type 54 Source/modules/encryptedmedia/MediaKeySession.cpp MediaKeySession::PendingAction::PendingAction(Type type, PassRefPtr<Uint8Array> data) type 55 Source/modules/encryptedmedia/MediaKeySession.cpp : type(type) type 157 Source/modules/encryptedmedia/MediaKeySession.cpp switch (pendingAction->type) { type 103 Source/modules/encryptedmedia/MediaKeySession.h const Type type; type 51 Source/modules/encryptedmedia/MediaKeys.cpp ContentType type(contentType); type 52 Source/modules/encryptedmedia/MediaKeys.cpp String codecs = type.parameter("codecs"); type 53 Source/modules/encryptedmedia/MediaKeys.cpp return MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(keySystem, type.type(), codecs); type 57 Source/modules/filesystem/DOMFileSystem.cpp PassRefPtrWillBeRawPtr<DOMFileSystem> DOMFileSystem::create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) type 59 Source/modules/filesystem/DOMFileSystem.cpp RefPtrWillBeRawPtr<DOMFileSystem> fileSystem(adoptRefWillBeRefCountedGarbageCollected(new DOMFileSystem(context, name, type, rootURL))); type 88 Source/modules/filesystem/DOMFileSystem.cpp DOMFileSystem::DOMFileSystem(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) type 89 Source/modules/filesystem/DOMFileSystem.cpp : DOMFileSystemBase(context, name, type, rootURL) type 179 Source/modules/filesystem/DOMFileSystem.cpp if (m_fileSystem->type() == FileSystemTypeTemporary || m_fileSystem->type() == FileSystemTypePersistent) { type 61 Source/modules/filesystem/DOMFileSystemBase.cpp DOMFileSystemBase::DOMFileSystemBase(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) type 64 Source/modules/filesystem/DOMFileSystemBase.cpp , m_type(type) type 84 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::isValidType(FileSystemType type) type 86 Source/modules/filesystem/DOMFileSystemBase.cpp return type == FileSystemTypeTemporary || type == FileSystemTypePersistent || type == FileSystemTypeIsolated || type == FileSystemTypeExternal; type 89 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::crackFileSystemURL(const KURL& url, FileSystemType& type, String& filePath) type 98 Source/modules/filesystem/DOMFileSystemBase.cpp if (!pathPrefixToFileSystemType(typeString, type)) type 105 Source/modules/filesystem/DOMFileSystemBase.cpp KURL DOMFileSystemBase::createFileSystemRootURL(const String& origin, FileSystemType type) type 108 Source/modules/filesystem/DOMFileSystemBase.cpp if (type == FileSystemTypeTemporary) type 110 Source/modules/filesystem/DOMFileSystemBase.cpp else if (type == FileSystemTypePersistent) type 112 Source/modules/filesystem/DOMFileSystemBase.cpp else if (type == FileSystemTypeExternal) type 136 Source/modules/filesystem/DOMFileSystemBase.cpp if (type() == FileSystemTypeExternal) { type 157 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::pathToAbsolutePath(FileSystemType type, const EntryBase* base, String path, String& absolutePath) type 165 Source/modules/filesystem/DOMFileSystemBase.cpp return (type != FileSystemTypeTemporary && type != FileSystemTypePersistent) || DOMFilePath::isValidPath(absolutePath); type 168 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType& type) type 171 Source/modules/filesystem/DOMFileSystemBase.cpp type = FileSystemTypeTemporary; type 176 Source/modules/filesystem/DOMFileSystemBase.cpp type = FileSystemTypePersistent; type 181 Source/modules/filesystem/DOMFileSystemBase.cpp type = FileSystemTypeExternal; type 87 Source/modules/filesystem/DOMFileSystemBase.h FileSystemType type() const { return m_type; } type 132 Source/modules/filesystem/DOMFileSystemBase.h inline bool operator==(const DOMFileSystemBase& a, const DOMFileSystemBase& b) { return a.name() == b.name() && a.type() == b.type() && a.rootURL() == b.rootURL(); } type 55 Source/modules/filesystem/DOMFileSystemSync.cpp return adoptRefWillBeRefCountedGarbageCollected(new DOMFileSystemSync(fileSystem->m_context, fileSystem->name(), fileSystem->type(), fileSystem->rootURL())); type 58 Source/modules/filesystem/DOMFileSystemSync.cpp DOMFileSystemSync::DOMFileSystemSync(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) type 59 Source/modules/filesystem/DOMFileSystemSync.cpp : DOMFileSystemBase(context, name, type, rootURL) type 111 Source/modules/filesystem/DOMFileSystemSync.cpp static PassOwnPtr<AsyncFileSystemCallbacks> create(PassRefPtrWillBeRawPtr<CreateFileResult> result, const String& name, const KURL& url, FileSystemType type) type 113 Source/modules/filesystem/DOMFileSystemSync.cpp return adoptPtr(static_cast<AsyncFileSystemCallbacks*>(new CreateFileHelper(result, name, url, type))); type 155 Source/modules/filesystem/DOMFileSystemSync.cpp CreateFileHelper(PassRefPtrWillBeRawPtr<CreateFileResult> result, const String& name, const KURL& url, FileSystemType type) type 159 Source/modules/filesystem/DOMFileSystemSync.cpp , m_type(type) type 175 Source/modules/filesystem/DOMFileSystemSync.cpp fileSystem()->createSnapshotFileAndReadMetadata(fileSystemURL, CreateFileHelper::create(result, fileEntry->name(), fileSystemURL, type())); type 48 Source/modules/filesystem/DOMFileSystemSync.h static PassRefPtrWillBeRawPtr<DOMFileSystemSync> create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) type 50 Source/modules/filesystem/DOMFileSystemSync.h return adoptRefWillBeRefCountedGarbageCollected(new DOMFileSystemSync(context, name, type, rootURL)); type 51 Source/modules/filesystem/DOMWindowFileSystem.cpp void DOMWindowFileSystem::webkitRequestFileSystem(DOMWindow& window, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) type 65 Source/modules/filesystem/DOMWindowFileSystem.cpp FileSystemType fileSystemType = static_cast<FileSystemType>(type); type 41 Source/modules/filesystem/DOMWindowFileSystem.h static void webkitRequestFileSystem(DOMWindow&, int type, long long size, PassOwnPtr<FileSystemCallback>, PassOwnPtr<ErrorCallback>); type 80 Source/modules/filesystem/DataTransferItemFileSystem.cpp if (metadata.type == FileMetadata::TypeDirectory) type 138 Source/modules/filesystem/FileSystemCallbacks.cpp PassOwnPtr<AsyncFileSystemCallbacks> FileSystemCallbacks::create(PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, ExecutionContext* executionContext, FileSystemType type) type 140 Source/modules/filesystem/FileSystemCallbacks.cpp return adoptPtr(new FileSystemCallbacks(successCallback, errorCallback, executionContext, type)); type 143 Source/modules/filesystem/FileSystemCallbacks.cpp FileSystemCallbacks::FileSystemCallbacks(PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, ExecutionContext* context, FileSystemType type) type 147 Source/modules/filesystem/FileSystemCallbacks.cpp , m_type(type) type 175 Source/modules/filesystem/FileSystemCallbacks.cpp void ResolveURICallbacks::didResolveURL(const String& name, const KURL& rootURL, FileSystemType type, const String& filePath, bool isDirectory) type 177 Source/modules/filesystem/FileSystemCallbacks.cpp RefPtrWillBeRawPtr<DOMFileSystem> filesystem = DOMFileSystem::create(m_executionContext.get(), name, type, rootURL); type 181 Source/modules/filesystem/FileSystemCallbacks.cpp if (!DOMFileSystemBase::pathToAbsolutePath(type, root.get(), filePath, absolutePath)) { type 307 Source/modules/filesystem/FileWriter.cpp void FileWriter::fireEvent(const AtomicString& type) type 310 Source/modules/filesystem/FileWriter.cpp dispatchEvent(ProgressEvent::create(type, true, m_bytesWritten, m_bytesToWrite)); type 108 Source/modules/filesystem/FileWriter.h void fireEvent(const AtomicString& type); type 71 Source/modules/filesystem/HTMLInputElementFileSystem.cpp if (metadata.type == FileMetadata::TypeDirectory) type 119 Source/modules/filesystem/InspectorFileSystemAgent.cpp static PassRefPtr<FileSystemRootRequest> create(PassRefPtr<RequestFileSystemRootCallback> requestCallback, const String& type) type 121 Source/modules/filesystem/InspectorFileSystemAgent.cpp return adoptRef(new FileSystemRootRequest(requestCallback, type)); type 140 Source/modules/filesystem/InspectorFileSystemAgent.cpp FileSystemRootRequest(PassRefPtr<RequestFileSystemRootCallback> requestCallback, const String& type) type 142 Source/modules/filesystem/InspectorFileSystemAgent.cpp , m_type(type) { } type 154 Source/modules/filesystem/InspectorFileSystemAgent.cpp FileSystemType type; type 155 Source/modules/filesystem/InspectorFileSystemAgent.cpp if (!DOMFileSystemBase::pathPrefixToFileSystemType(m_type, type)) { type 160 Source/modules/filesystem/InspectorFileSystemAgent.cpp KURL rootURL = DOMFileSystemBase::createFileSystemRootURL(executionContext->securityOrigin()->toString(), type); type 397 Source/modules/filesystem/InspectorFileSystemAgent.cpp if (event->type() == EventTypeNames::load) type 399 Source/modules/filesystem/InspectorFileSystemAgent.cpp else if (event->type() == EventTypeNames::error) type 559 Source/modules/filesystem/InspectorFileSystemAgent.cpp FileSystemType type; type 561 Source/modules/filesystem/InspectorFileSystemAgent.cpp if (!DOMFileSystemBase::crackFileSystemURL(m_url, type, path)) { type 569 Source/modules/filesystem/InspectorFileSystemAgent.cpp LocalFileSystem::from(*executionContext)->deleteFileSystem(executionContext, type, fileSystemCallbacks.release()); type 624 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::requestFileSystemRoot(ErrorString* error, const String& origin, const String& type, PassRefPtr<RequestFileSystemRootCallback> requestCallback) type 633 Source/modules/filesystem/InspectorFileSystemAgent.cpp FileSystemRootRequest::create(requestCallback, type)->start(executionContext); type 76 Source/modules/filesystem/LocalFileSystem.cpp void LocalFileSystem::requestFileSystem(ExecutionContext* context, FileSystemType type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) type 83 Source/modules/filesystem/LocalFileSystem.cpp blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks); type 86 Source/modules/filesystem/LocalFileSystem.cpp void LocalFileSystem::deleteFileSystem(ExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) type 96 Source/modules/filesystem/LocalFileSystem.cpp blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks); type 48 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp void WorkerGlobalScopeFileSystem::webkitRequestFileSystem(WorkerGlobalScope& worker, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) type 56 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp FileSystemType fileSystemType = static_cast<FileSystemType>(type); type 65 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp PassRefPtrWillBeRawPtr<DOMFileSystemSync> WorkerGlobalScopeFileSystem::webkitRequestFileSystemSync(WorkerGlobalScope& worker, int type, long long size, ExceptionState& exceptionState) type 73 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp FileSystemType fileSystemType = static_cast<FileSystemType>(type); type 50 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h static void webkitRequestFileSystem(WorkerGlobalScope&, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback>); type 51 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h static PassRefPtrWillBeRawPtr<DOMFileSystemSync> webkitRequestFileSystemSync(WorkerGlobalScope&, int type, long long size, ExceptionState&); type 19 Source/modules/gamepad/GamepadEvent.cpp GamepadEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad> gamepad) type 20 Source/modules/gamepad/GamepadEvent.cpp : Event(type, canBubble, cancelable) type 26 Source/modules/gamepad/GamepadEvent.cpp GamepadEvent::GamepadEvent(const AtomicString& type, const GamepadEventInit& initializer) type 27 Source/modules/gamepad/GamepadEvent.cpp : Event(type, initializer) type 25 Source/modules/gamepad/GamepadEvent.h static PassRefPtrWillBeRawPtr<GamepadEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad> gamepad) type 27 Source/modules/gamepad/GamepadEvent.h return adoptRefWillBeNoop(new GamepadEvent(type, canBubble, cancelable, gamepad)); type 29 Source/modules/gamepad/GamepadEvent.h static PassRefPtrWillBeRawPtr<GamepadEvent> create(const AtomicString& type, const GamepadEventInit& initializer) type 31 Source/modules/gamepad/GamepadEvent.h return adoptRefWillBeNoop(new GamepadEvent(type, initializer)); type 43 Source/modules/gamepad/GamepadEvent.h GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad>); type 52 Source/modules/indexeddb/IDBAny.cpp IDBAny::IDBAny(Type type) type 53 Source/modules/indexeddb/IDBAny.cpp : m_type(type) type 56 Source/modules/indexeddb/IDBAny.cpp ASSERT(type == UndefinedType || type == NullType); type 97 Source/modules/indexeddb/IDBAny.h Type type() const { return m_type; } type 91 Source/modules/indexeddb/IDBCursor.cpp ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType); type 371 Source/modules/indexeddb/IDBCursor.cpp if (m_source->type() == IDBAny::IDBObjectStoreType) type 379 Source/modules/indexeddb/IDBCursor.cpp if (m_source->type() == IDBAny::IDBObjectStoreType) type 220 Source/modules/indexeddb/IDBDatabase.cpp if (autoIncrement && ((keyPath.type() == IDBKeyPath::StringType && keyPath.string().isEmpty()) || keyPath.type() == IDBKeyPath::ArrayType)) { type 384 Source/modules/indexeddb/IDBDatabase.cpp ASSERT(event->type() == EventTypeNames::versionchange || event->type() == EventTypeNames::close); type 108 Source/modules/indexeddb/IDBKey.h Type type() const { return m_type; } type 150 Source/modules/indexeddb/IDBKey.h IDBKey(Type type, double number) : m_type(type), m_number(number) { } type 55 Source/modules/indexeddb/IDBKeyPath.h Type type() const { return m_type; } type 43 Source/modules/indexeddb/IDBKeyPathTest.cpp ASSERT_EQ(idbKeyPath.type(), IDBKeyPath::StringType); type 116 Source/modules/indexeddb/IDBObjectStore.cpp if (!indexMetadata.multiEntry || indexKey->type() != IDBKey::ArrayType) { type 123 Source/modules/indexeddb/IDBObjectStore.cpp ASSERT(indexKey->type() == IDBKey::ArrayType); type 325 Source/modules/indexeddb/IDBObjectStore.cpp ASSERT(event->type() == EventTypeNames::success); type 331 Source/modules/indexeddb/IDBObjectStore.cpp if (cursorAny->type() == IDBAny::IDBCursorWithValueType) type 408 Source/modules/indexeddb/IDBObjectStore.cpp if (keyPath.type() == IDBKeyPath::ArrayType && multiEntry) { type 152 Source/modules/indexeddb/IDBOpenDBRequest.cpp if (event->type() == EventTypeNames::success && resultAsAny()->type() == IDBAny::IDBDatabaseType && resultAsAny()->idbDatabase()->isClosePending()) { type 176 Source/modules/indexeddb/IDBRequest.cpp if (m_result->type() == IDBAny::IDBCursorType) type 178 Source/modules/indexeddb/IDBRequest.cpp if (m_result->type() == IDBAny::IDBCursorWithValueType) type 294 Source/modules/indexeddb/IDBRequest.cpp if (source->type() == IDBAny::IDBObjectStoreType) type 296 Source/modules/indexeddb/IDBRequest.cpp if (source->type() == IDBAny::IDBIndexType) type 416 Source/modules/indexeddb/IDBRequest.cpp if (event->type() != EventTypeNames::blocked) type 433 Source/modules/indexeddb/IDBRequest.cpp if (event->type() == EventTypeNames::success) { type 439 Source/modules/indexeddb/IDBRequest.cpp if (event->type() == EventTypeNames::upgradeneeded) { type 445 Source/modules/indexeddb/IDBRequest.cpp ASSERT_WITH_MESSAGE(event->type() == EventTypeNames::success || event->type() == EventTypeNames::error || event->type() == EventTypeNames::blocked || event->type() == EventTypeNames::upgradeneeded, "event type was %s", event->type().utf8().data()); type 446 Source/modules/indexeddb/IDBRequest.cpp const bool setTransactionActive = m_transaction && (event->type() == EventTypeNames::success || event->type() == EventTypeNames::upgradeneeded || (event->type() == EventTypeNames::error && !m_requestAborted)); type 459 Source/modules/indexeddb/IDBRequest.cpp if (event->type() == EventTypeNames::error && dontPreventDefault && !m_requestAborted) { type 474 Source/modules/indexeddb/IDBRequest.cpp if (m_readyState == DONE && event->type() != EventTypeNames::upgradeneeded) type 510 Source/modules/indexeddb/IDBRequest.cpp ASSERT_WITH_MESSAGE(m_readyState == PENDING || m_didFireUpgradeNeededEvent, "When queueing event %s, m_readyState was %d", event->type().utf8().data(), m_readyState); type 367 Source/modules/indexeddb/IDBTransaction.cpp ASSERT(event->type() == EventTypeNames::complete || event->type() == EventTypeNames::abort); type 391 Source/modules/indexeddb/IDBTransaction.cpp ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to enqueue an event of type %s.", event->type().utf8().data()); type 108 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (event->type() != EventTypeNames::success) { type 115 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (requestResult->type() != IDBAny::DOMStringListType) { type 165 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (event->type() != EventTypeNames::success) { type 172 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (requestResult->type() != IDBAny::IDBDatabaseType) { type 232 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp switch (idbKeyPath.type()) { type 319 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp String type; type 320 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (!key->getString("type", &type)) type 328 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (type == number) { type 333 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp } else if (type == string) { type 338 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp } else if (type == date) { type 343 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp } else if (type == array) { type 405 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (event->type() != EventTypeNames::success) { type 412 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (requestResult->type() == IDBAny::BufferType) { type 416 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (requestResult->type() != IDBAny::IDBCursorWithValueType) { type 708 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (event->type() != EventTypeNames::complete) { type 73 Source/modules/mediasource/MediaSource.cpp SourceBuffer* MediaSource::addSourceBuffer(const String& type, ExceptionState& exceptionState) type 75 Source/modules/mediasource/MediaSource.cpp WTF_LOG(Media, "MediaSource::addSourceBuffer(%s) %p", type.ascii().data(), this); type 80 Source/modules/mediasource/MediaSource.cpp if (type.isNull() || type.isEmpty()) { type 87 Source/modules/mediasource/MediaSource.cpp if (!isTypeSupported(type)) { type 88 Source/modules/mediasource/MediaSource.cpp exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is unsupported."); type 100 Source/modules/mediasource/MediaSource.cpp ContentType contentType(type); type 102 Source/modules/mediasource/MediaSource.cpp OwnPtr<WebSourceBuffer> webSourceBuffer = createWebSourceBuffer(contentType.type(), codecs, exceptionState); type 200 Source/modules/mediasource/MediaSource.cpp bool MediaSource::isTypeSupported(const String& type) type 202 Source/modules/mediasource/MediaSource.cpp WTF_LOG(Media, "MediaSource::isTypeSupported(%s)", type.ascii().data()); type 207 Source/modules/mediasource/MediaSource.cpp if (type.isNull() || type.isEmpty()) type 210 Source/modules/mediasource/MediaSource.cpp ContentType contentType(type); type 214 Source/modules/mediasource/MediaSource.cpp if (contentType.type().isEmpty()) type 221 Source/modules/mediasource/MediaSource.cpp return MIMETypeRegistry::isSupportedMediaSourceMIMEType(contentType.type(), codecs); type 52 Source/modules/mediasource/MediaSource.h SourceBuffer* addSourceBuffer(const String& type, ExceptionState&); type 54 Source/modules/mediasource/MediaSource.h static bool isTypeSupported(const String& type); type 311 Source/modules/mediasource/MediaSourceBase.cpp PassOwnPtr<WebSourceBuffer> MediaSourceBase::createWebSourceBuffer(const String& type, const Vector<String>& codecs, ExceptionState& exceptionState) type 321 Source/modules/mediasource/MediaSourceBase.cpp switch (m_webMediaSource->addSourceBuffer(type, codecs, frameProcessorChoice, &webSourceBuffer)) { type 330 Source/modules/mediasource/MediaSourceBase.cpp exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is not supported."); type 101 Source/modules/mediasource/MediaSourceBase.h PassOwnPtr<blink::WebSourceBuffer> createWebSourceBuffer(const String& type, const Vector<String>& codecs, ExceptionState&); type 75 Source/modules/mediasource/WebKitMediaSource.cpp WebKitSourceBuffer* WebKitMediaSource::addSourceBuffer(const String& type, ExceptionState& exceptionState) type 80 Source/modules/mediasource/WebKitMediaSource.cpp if (type.isNull() || type.isEmpty()) { type 87 Source/modules/mediasource/WebKitMediaSource.cpp if (!isTypeSupported(type)) { type 88 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is not supported."); type 100 Source/modules/mediasource/WebKitMediaSource.cpp ContentType contentType(type); type 102 Source/modules/mediasource/WebKitMediaSource.cpp OwnPtr<WebSourceBuffer> webSourceBuffer = createWebSourceBuffer(contentType.type(), codecs, exceptionState); type 194 Source/modules/mediasource/WebKitMediaSource.cpp bool WebKitMediaSource::isTypeSupported(const String& type) type 199 Source/modules/mediasource/WebKitMediaSource.cpp if (type.isNull() || type.isEmpty()) type 202 Source/modules/mediasource/WebKitMediaSource.cpp ContentType contentType(type); type 206 Source/modules/mediasource/WebKitMediaSource.cpp if (contentType.type().isEmpty()) type 213 Source/modules/mediasource/WebKitMediaSource.cpp return MIMETypeRegistry::isSupportedMediaSourceMIMEType(contentType.type(), codecs); type 52 Source/modules/mediasource/WebKitMediaSource.h WebKitSourceBuffer* addSourceBuffer(const String& type, ExceptionState&); type 54 Source/modules/mediasource/WebKitMediaSource.h static bool isTypeSupported(const String& type); type 185 Source/modules/mediastream/MediaStream.cpp switch (track->component()->source()->type()) { type 213 Source/modules/mediastream/MediaStream.cpp switch (track->component()->source()->type()) { type 321 Source/modules/mediastream/MediaStream.cpp switch (component->source()->type()) { type 341 Source/modules/mediastream/MediaStream.cpp switch (component->source()->type()) { type 40 Source/modules/mediastream/MediaStreamEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamEvent> MediaStreamEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) type 42 Source/modules/mediastream/MediaStreamEvent.cpp return adoptRefWillBeNoop(new MediaStreamEvent(type, canBubble, cancelable, stream)); type 45 Source/modules/mediastream/MediaStreamEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamEvent> MediaStreamEvent::create(const AtomicString& type, const MediaStreamEventInit& initializer) type 47 Source/modules/mediastream/MediaStreamEvent.cpp return adoptRefWillBeNoop(new MediaStreamEvent(type, initializer)); type 55 Source/modules/mediastream/MediaStreamEvent.cpp MediaStreamEvent::MediaStreamEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) type 56 Source/modules/mediastream/MediaStreamEvent.cpp : Event(type, canBubble, cancelable) type 62 Source/modules/mediastream/MediaStreamEvent.cpp MediaStreamEvent::MediaStreamEvent(const AtomicString& type, const MediaStreamEventInit& initializer) type 63 Source/modules/mediastream/MediaStreamEvent.cpp : Event(type, initializer) type 45 Source/modules/mediastream/MediaStreamEvent.h static PassRefPtrWillBeRawPtr<MediaStreamEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream>); type 46 Source/modules/mediastream/MediaStreamEvent.h static PassRefPtrWillBeRawPtr<MediaStreamEvent> create(const AtomicString& type, const MediaStreamEventInit& initializer); type 57 Source/modules/mediastream/MediaStreamEvent.h MediaStreamEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream>); type 58 Source/modules/mediastream/MediaStreamEvent.h MediaStreamEvent(const AtomicString& type, const MediaStreamEventInit&); type 69 Source/modules/mediastream/MediaStreamTrack.cpp switch (m_component->source()->type()) { type 37 Source/modules/mediastream/MediaStreamTrackEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> MediaStreamTrackEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) type 39 Source/modules/mediastream/MediaStreamTrackEvent.cpp return adoptRefWillBeNoop(new MediaStreamTrackEvent(type, canBubble, cancelable, track)); type 48 Source/modules/mediastream/MediaStreamTrackEvent.cpp MediaStreamTrackEvent::MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) type 49 Source/modules/mediastream/MediaStreamTrackEvent.cpp : Event(type, canBubble, cancelable) type 40 Source/modules/mediastream/MediaStreamTrackEvent.h static PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack>); type 51 Source/modules/mediastream/MediaStreamTrackEvent.h MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack>); type 41 Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> RTCDTMFToneChangeEvent::create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer) type 43 Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp ASSERT(type == EventTypeNames::tonechange); type 44 Source/modules/mediastream/RTCDTMFToneChangeEvent.h static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer); type 35 Source/modules/mediastream/RTCDataChannelEvent.cpp PassRefPtrWillBeRawPtr<RTCDataChannelEvent> RTCDataChannelEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) type 37 Source/modules/mediastream/RTCDataChannelEvent.cpp return adoptRefWillBeNoop(new RTCDataChannelEvent(type, canBubble, cancelable, channel)); type 46 Source/modules/mediastream/RTCDataChannelEvent.cpp RTCDataChannelEvent::RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) type 47 Source/modules/mediastream/RTCDataChannelEvent.cpp : Event(type, canBubble, cancelable) type 39 Source/modules/mediastream/RTCDataChannelEvent.h static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>); type 49 Source/modules/mediastream/RTCDataChannelEvent.h RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>); type 41 Source/modules/mediastream/RTCSessionDescription.cpp static bool verifyType(const String& type) type 43 Source/modules/mediastream/RTCSessionDescription.cpp return type == "offer" || type == "pranswer" || type == "answer"; type 46 Source/modules/mediastream/RTCSessionDescription.cpp static String constructIllegalTypeExceptionMessage(const String& type) type 48 Source/modules/mediastream/RTCSessionDescription.cpp return "Illegal value of attribute 'type' : " + type; type 53 Source/modules/mediastream/RTCSessionDescription.cpp String type; type 54 Source/modules/mediastream/RTCSessionDescription.cpp bool ok = descriptionInitDict.get("type", type); type 55 Source/modules/mediastream/RTCSessionDescription.cpp if (ok && !verifyType(type)) { type 56 Source/modules/mediastream/RTCSessionDescription.cpp exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); type 63 Source/modules/mediastream/RTCSessionDescription.cpp return adoptRef(new RTCSessionDescription(blink::WebRTCSessionDescription(type, sdp))); type 79 Source/modules/mediastream/RTCSessionDescription.cpp return m_webSessionDescription.type(); type 82 Source/modules/mediastream/RTCSessionDescription.cpp void RTCSessionDescription::setType(const String& type, ExceptionState& exceptionState) type 84 Source/modules/mediastream/RTCSessionDescription.cpp if (verifyType(type)) type 85 Source/modules/mediastream/RTCSessionDescription.cpp m_webSessionDescription.setType(type); type 87 Source/modules/mediastream/RTCSessionDescription.cpp exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); type 50 Source/modules/mediastream/RTCSessionDescription.h String type(); type 33 Source/modules/mediastream/RTCStatsReport.cpp PassRefPtr<RTCStatsReport> RTCStatsReport::create(const String& id, const String& type, double timestamp) type 35 Source/modules/mediastream/RTCStatsReport.cpp return adoptRef(new RTCStatsReport(id, type, timestamp)); type 38 Source/modules/mediastream/RTCStatsReport.cpp RTCStatsReport::RTCStatsReport(const String& id, const String& type, double timestamp) type 40 Source/modules/mediastream/RTCStatsReport.cpp , m_type(type) type 40 Source/modules/mediastream/RTCStatsReport.h static PassRefPtr<RTCStatsReport> create(const String& id, const String& type, double timestamp); type 44 Source/modules/mediastream/RTCStatsReport.h String type() { return m_type; } type 56 Source/modules/mediastream/RTCStatsReport.h RTCStatsReport(const String& id, const String& type, double timestamp); type 48 Source/modules/mediastream/RTCStatsResponse.cpp size_t RTCStatsResponse::addReport(String id, String type, double timestamp) type 50 Source/modules/mediastream/RTCStatsResponse.cpp m_result.append(RTCStatsReport::create(id, type, timestamp)); type 45 Source/modules/mediastream/RTCStatsResponse.h virtual size_t addReport(String id, String type, double timestamp) OVERRIDE; type 10 Source/modules/push_messaging/PushError.cpp String PushError::errorString(blink::WebPushError::ErrorType type) type 12 Source/modules/push_messaging/PushError.cpp switch (type) { type 49 Source/modules/quota/DeprecatedStorageQuota.cpp DeprecatedStorageQuota::DeprecatedStorageQuota(Type type) type 50 Source/modules/quota/DeprecatedStorageQuota.cpp : m_type(type) type 54 Source/modules/quota/DeprecatedStorageQuota.h static PassRefPtrWillBeRawPtr<DeprecatedStorageQuota> create(Type type) type 56 Source/modules/quota/DeprecatedStorageQuota.h return adoptRefWillBeNoop(new DeprecatedStorageQuota(type)); type 52 Source/modules/quota/StorageQuota.cpp blink::WebStorageQuotaType type; type 61 Source/modules/quota/StorageQuota.cpp blink::WebStorageQuotaType stringToStorageQuotaType(const String& type) type 64 Source/modules/quota/StorageQuota.cpp if (storageTypeMappings[i].name == type) type 65 Source/modules/quota/StorageQuota.cpp return storageTypeMappings[i].type; type 86 Source/modules/quota/StorageQuota.cpp ScriptPromise StorageQuota::queryInfo(ExecutionContext* executionContext, String type) type 101 Source/modules/quota/StorageQuota.cpp blink::Platform::current()->queryStorageUsageAndQuota(storagePartition, stringToStorageQuotaType(type), callbacks.release()); type 54 Source/modules/quota/StorageQuota.h ScriptPromise queryInfo(ExecutionContext*, String type); type 46 Source/modules/serviceworkers/InstallEvent.cpp PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) type 48 Source/modules/serviceworkers/InstallEvent.cpp return adoptRefWillBeNoop(new InstallEvent(type, initializer, observer)); type 79 Source/modules/serviceworkers/InstallEvent.cpp InstallEvent::InstallEvent(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) type 80 Source/modules/serviceworkers/InstallEvent.cpp : InstallPhaseEvent(type, initializer, observer) type 45 Source/modules/serviceworkers/InstallEvent.h static PassRefPtrWillBeRawPtr<InstallEvent> create(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); type 58 Source/modules/serviceworkers/InstallEvent.h InstallEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); type 44 Source/modules/serviceworkers/InstallPhaseEvent.cpp PassRefPtrWillBeRawPtr<InstallPhaseEvent> InstallPhaseEvent::create(const AtomicString& type, const EventInit& eventInit, PassRefPtr<WaitUntilObserver> observer) type 46 Source/modules/serviceworkers/InstallPhaseEvent.cpp return adoptRefWillBeNoop(new InstallPhaseEvent(type, eventInit, observer)); type 63 Source/modules/serviceworkers/InstallPhaseEvent.cpp InstallPhaseEvent::InstallPhaseEvent(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) type 64 Source/modules/serviceworkers/InstallPhaseEvent.cpp : Event(type, initializer) type 44 Source/modules/serviceworkers/InstallPhaseEvent.h static PassRefPtrWillBeRawPtr<InstallPhaseEvent> create(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); type 55 Source/modules/serviceworkers/InstallPhaseEvent.h InstallPhaseEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); type 27 Source/modules/serviceworkers/RespondWithObserver.cpp static PassOwnPtr<ScriptFunction> create(PassRefPtr<RespondWithObserver> observer, ResolveType type) type 30 Source/modules/serviceworkers/RespondWithObserver.cpp return adoptPtr(new ThenFunction(toIsolate(executionContext), observer, type)); type 34 Source/modules/serviceworkers/RespondWithObserver.cpp ThenFunction(v8::Isolate* isolate, PassRefPtr<RespondWithObserver> observer, ResolveType type) type 37 Source/modules/serviceworkers/RespondWithObserver.cpp , m_resolveType(type) type 37 Source/modules/serviceworkers/ServiceWorkerError.cpp String ServiceWorkerError::errorString(WebServiceWorkerError::ErrorType type) type 39 Source/modules/serviceworkers/ServiceWorkerError.cpp switch (type) { type 27 Source/modules/serviceworkers/WaitUntilObserver.cpp static PassOwnPtr<ScriptFunction> create(PassRefPtr<WaitUntilObserver> observer, ResolveType type) type 30 Source/modules/serviceworkers/WaitUntilObserver.cpp return adoptPtr(new ThenFunction(toIsolate(executionContext), observer, type)); type 34 Source/modules/serviceworkers/WaitUntilObserver.cpp ThenFunction(v8::Isolate* isolate, PassRefPtr<WaitUntilObserver> observer, ResolveType type) type 37 Source/modules/serviceworkers/WaitUntilObserver.cpp , m_resolveType(type) type 56 Source/modules/serviceworkers/WaitUntilObserver.cpp PassRefPtr<WaitUntilObserver> WaitUntilObserver::create(ExecutionContext* context, EventType type, int eventID) type 58 Source/modules/serviceworkers/WaitUntilObserver.cpp return adoptRef(new WaitUntilObserver(context, type, eventID)); type 84 Source/modules/serviceworkers/WaitUntilObserver.cpp WaitUntilObserver::WaitUntilObserver(ExecutionContext* context, EventType type, int eventID) type 86 Source/modules/serviceworkers/WaitUntilObserver.cpp , m_type(type) type 146 Source/modules/speech/SpeechSynthesis.cpp void SpeechSynthesis::fireEvent(const AtomicString& type, SpeechSynthesisUtterance* utterance, unsigned long charIndex, const String& name) type 149 Source/modules/speech/SpeechSynthesis.cpp utterance->dispatchEvent(SpeechSynthesisEvent::create(type, charIndex, (currentTime() - utterance->startTime()), name)); type 86 Source/modules/speech/SpeechSynthesis.h void fireEvent(const AtomicString& type, SpeechSynthesisUtterance*, unsigned long charIndex, const String& name); type 36 Source/modules/speech/SpeechSynthesisEvent.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) type 38 Source/modules/speech/SpeechSynthesisEvent.cpp return adoptRefWillBeNoop(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name)); type 46 Source/modules/speech/SpeechSynthesisEvent.cpp SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) type 47 Source/modules/speech/SpeechSynthesisEvent.cpp : Event(type, false, false) type 37 Source/modules/speech/SpeechSynthesisEvent.h static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name); type 49 Source/modules/speech/SpeechSynthesisEvent.h SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name); type 134 Source/modules/webaudio/AudioNode.cpp void AudioNode::setNodeType(NodeType type) type 136 Source/modules/webaudio/AudioNode.cpp m_nodeType = type; type 139 Source/modules/webaudio/AudioNode.cpp ++s_nodeCount[type]; type 84 Source/modules/webaudio/AudioParamTimeline.cpp bool isValid = event.type() < ParamEvent::LastType type 101 Source/modules/webaudio/AudioParamTimeline.cpp if (m_events[i].time() == insertTime && m_events[i].type() == event.type()) { type 239 Source/modules/webaudio/AudioParamTimeline.cpp ParamEvent::Type nextEventType = nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : ParamEvent::LastType /* unknown */; type 274 Source/modules/webaudio/AudioParamTimeline.cpp switch (event.type()) { type 79 Source/modules/webaudio/AudioParamTimeline.h ParamEvent(Type type, float value, double time, double timeConstant, double duration, PassRefPtr<Float32Array> curve) type 80 Source/modules/webaudio/AudioParamTimeline.h : m_type(type) type 89 Source/modules/webaudio/AudioParamTimeline.h unsigned type() const { return m_type; } type 77 Source/modules/webaudio/BiquadDSPKernel.cpp switch (biquadProcessor()->type()) { type 44 Source/modules/webaudio/BiquadFilterNode.cpp switch (const_cast<BiquadFilterNode*>(this)->biquadProcessor()->type()) { type 67 Source/modules/webaudio/BiquadFilterNode.cpp void BiquadFilterNode::setType(const String& type) type 69 Source/modules/webaudio/BiquadFilterNode.cpp if (type == "lowpass") type 71 Source/modules/webaudio/BiquadFilterNode.cpp else if (type == "highpass") type 73 Source/modules/webaudio/BiquadFilterNode.cpp else if (type == "bandpass") type 75 Source/modules/webaudio/BiquadFilterNode.cpp else if (type == "lowshelf") type 77 Source/modules/webaudio/BiquadFilterNode.cpp else if (type == "highshelf") type 79 Source/modules/webaudio/BiquadFilterNode.cpp else if (type == "peaking") type 81 Source/modules/webaudio/BiquadFilterNode.cpp else if (type == "notch") type 83 Source/modules/webaudio/BiquadFilterNode.cpp else if (type == "allpass") type 89 Source/modules/webaudio/BiquadFilterNode.cpp bool BiquadFilterNode::setType(unsigned type) type 91 Source/modules/webaudio/BiquadFilterNode.cpp if (type > BiquadProcessor::Allpass) type 94 Source/modules/webaudio/BiquadFilterNode.cpp biquadProcessor()->setType(static_cast<BiquadProcessor::FilterType>(type)); type 54 Source/modules/webaudio/BiquadFilterNode.h String type() const; type 114 Source/modules/webaudio/BiquadProcessor.cpp void BiquadProcessor::setType(FilterType type) type 116 Source/modules/webaudio/BiquadProcessor.cpp if (type != m_type) { type 117 Source/modules/webaudio/BiquadProcessor.cpp m_type = type; type 77 Source/modules/webaudio/BiquadProcessor.h FilterType type() const { return m_type; } type 100 Source/modules/webaudio/OscillatorNode.cpp void OscillatorNode::setType(const String& type) type 102 Source/modules/webaudio/OscillatorNode.cpp if (type == "sine") type 104 Source/modules/webaudio/OscillatorNode.cpp else if (type == "square") type 106 Source/modules/webaudio/OscillatorNode.cpp else if (type == "sawtooth") type 108 Source/modules/webaudio/OscillatorNode.cpp else if (type == "triangle") type 114 Source/modules/webaudio/OscillatorNode.cpp bool OscillatorNode::setType(unsigned type) type 119 Source/modules/webaudio/OscillatorNode.cpp switch (type) { type 148 Source/modules/webaudio/OscillatorNode.cpp m_type = type; type 62 Source/modules/webaudio/OscillatorNode.h String type() const; type 59 Source/modules/webaudio/WaveShaperNode.cpp void WaveShaperNode::setOversample(const String& type, ExceptionState& exceptionState) type 68 Source/modules/webaudio/WaveShaperNode.cpp if (type == "none") { type 70 Source/modules/webaudio/WaveShaperNode.cpp } else if (type == "2x") { type 72 Source/modules/webaudio/WaveShaperNode.cpp } else if (type == "4x") { type 77 Source/modules/webaudio/WaveShaperNode.cpp "The value provided ('" + type + "') is not one of 'none', '2x', or '4x'."); type 186 Source/modules/webdatabase/DatabaseManager.cpp DatabaseType type, const String& name, const String& expectedVersion, const String& displayName, type 192 Source/modules/webdatabase/DatabaseManager.cpp databaseContextFor(context)->backend(), type, name, expectedVersion, type 54 Source/modules/webdatabase/DatabaseServer.cpp DatabaseType type, const String& name, const String& expectedVersion, const String& displayName, type 59 Source/modules/webdatabase/DatabaseServer.cpp database = createDatabase(backendContext, type, name, expectedVersion, displayName, estimatedSize, setVersionInNewDatabase, error, errorMessage); type 64 Source/modules/webdatabase/DatabaseServer.cpp DatabaseType type, const String& name, const String& expectedVersion, const String& displayName, type 68 Source/modules/webdatabase/DatabaseServer.cpp switch (type) { type 92 Source/modules/webdatabase/InspectorDatabaseAgent.cpp switch (value.type()) { type 45 Source/modules/webdatabase/sqlite/SQLValue.h Type type() const { return m_type; } type 170 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp switch (value.type()) { type 55 Source/modules/webmidi/MIDIConnectionEvent.h static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString& type, PassRefPtr<MIDIPort> port) type 57 Source/modules/webmidi/MIDIConnectionEvent.h return adoptRefWillBeNoop(new MIDIConnectionEvent(type, port)); type 60 Source/modules/webmidi/MIDIConnectionEvent.h static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString& type, const MIDIConnectionEventInit& initializer) type 62 Source/modules/webmidi/MIDIConnectionEvent.h return adoptRefWillBeNoop(new MIDIConnectionEvent(type, initializer)); type 77 Source/modules/webmidi/MIDIConnectionEvent.h MIDIConnectionEvent(const AtomicString& type, PassRefPtr<MIDIPort> port) type 78 Source/modules/webmidi/MIDIConnectionEvent.h : Event(type, false, false) type 84 Source/modules/webmidi/MIDIConnectionEvent.h MIDIConnectionEvent(const AtomicString& type, const MIDIConnectionEventInit& initializer) type 85 Source/modules/webmidi/MIDIConnectionEvent.h : Event(type, initializer) type 61 Source/modules/webmidi/MIDIMessageEvent.h static PassRefPtrWillBeRawPtr<MIDIMessageEvent> create(const AtomicString& type, const MIDIMessageEventInit& initializer) type 63 Source/modules/webmidi/MIDIMessageEvent.h return adoptRefWillBeNoop(new MIDIMessageEvent(type, initializer)); type 88 Source/modules/webmidi/MIDIMessageEvent.h MIDIMessageEvent(const AtomicString& type, const MIDIMessageEventInit& initializer) type 89 Source/modules/webmidi/MIDIMessageEvent.h : Event(type, initializer) type 38 Source/modules/webmidi/MIDIPort.cpp MIDIPort::MIDIPort(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode type, const String& version) type 42 Source/modules/webmidi/MIDIPort.cpp , m_type(type) type 47 Source/modules/webmidi/MIDIPort.cpp ASSERT(type == MIDIPortTypeInput || type == MIDIPortTypeOutput); type 58 Source/modules/webmidi/MIDIPort.h String type() const; type 62 Source/modules/websockets/CloseEvent.h static PassRefPtrWillBeRawPtr<CloseEvent> create(const AtomicString& type, const CloseEventInit& initializer) type 64 Source/modules/websockets/CloseEvent.h return adoptRefWillBeNoop(new CloseEvent(type, initializer)); type 94 Source/modules/websockets/CloseEvent.h CloseEvent(const AtomicString& type, const CloseEventInit& initializer) type 95 Source/modules/websockets/CloseEvent.h : Event(type, initializer) type 175 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p sendBlob(%s, %s, %llu)", this, blobDataHandle->uuid().utf8().data(), blobDataHandle->type().utf8().data(), blobDataHandle->size()); type 259 Source/modules/websockets/NewWebSocketChannelImpl.cpp : type(MessageTypeText) type 263 Source/modules/websockets/NewWebSocketChannelImpl.cpp : type(MessageTypeBlob) type 267 Source/modules/websockets/NewWebSocketChannelImpl.cpp : type(MessageTypeArrayBuffer) type 277 Source/modules/websockets/NewWebSocketChannelImpl.cpp switch (message.type) { type 279 Source/modules/websockets/NewWebSocketChannelImpl.cpp WebSocketHandle::MessageType type = type 283 Source/modules/websockets/NewWebSocketChannelImpl.cpp m_handle->send(final, type, message.text.data() + m_sentSizeOfTopMessage, size); type 293 Source/modules/websockets/NewWebSocketChannelImpl.cpp WebSocketHandle::MessageType type = type 297 Source/modules/websockets/NewWebSocketChannelImpl.cpp m_handle->send(final, type, static_cast<const char*>(message.arrayBuffer->data()) + m_sentSizeOfTopMessage, size); type 397 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didReceiveData(WebSocketHandle* handle, bool fin, WebSocketHandle::MessageType type, const char* data, size_t size) type 399 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didReceiveData(%p, %d, %d, (%p, %zu))", this, handle, fin, type, data, size); type 405 Source/modules/websockets/NewWebSocketChannelImpl.cpp switch (type) { type 482 Source/modules/websockets/NewWebSocketChannelImpl.cpp ASSERT(m_messages.size() > 0 && m_messages.first().type == MessageTypeBlob); type 111 Source/modules/websockets/NewWebSocketChannelImpl.h MessageType type; type 73 Source/platform/CalculationValue.h CalcExpressionNodeType type() const { return m_type; } type 118 Source/platform/CalculationValue.h return type() == o.type() && *this == static_cast<const CalcExpressionNumber&>(o); type 134 Source/platform/CalculationValue.h ASSERT_WITH_SECURITY_IMPLICATION(!value || value->type() == CalcExpressionNodeNumber); type 153 Source/platform/CalculationValue.h return type() == o.type() && *this == static_cast<const CalcExpressionLength&>(o); type 169 Source/platform/CalculationValue.h ASSERT_WITH_SECURITY_IMPLICATION(!value || value->type() == CalcExpressionNodeLength); type 190 Source/platform/CalculationValue.h return type() == o.type() && *this == static_cast<const CalcExpressionBinaryOperation&>(o); type 210 Source/platform/CalculationValue.h ASSERT_WITH_SECURITY_IMPLICATION(!value || value->type() == CalcExpressionNodeBinaryOperation); type 231 Source/platform/CalculationValue.h return type() == o.type() && *this == static_cast<const CalcExpressionBlendLength&>(o); type 251 Source/platform/CalculationValue.h ASSERT_WITH_SECURITY_IMPLICATION(!value || value->type() == CalcExpressionNodeBlendLength); type 37 Source/platform/ContentType.h explicit ContentType(const String& type); type 40 Source/platform/ContentType.h String type() const; type 37 Source/platform/ContextMenu.cpp if (item.type() != SubmenuType) type 33 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu) type 34 Source/platform/ContextMenuItem.cpp : m_type(type) type 44 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) type 45 Source/platform/ContextMenuItem.cpp : m_type(type) type 78 Source/platform/ContextMenuItem.cpp void ContextMenuItem::setType(ContextMenuItemType type) type 80 Source/platform/ContextMenuItem.cpp m_type = type; type 60 Source/platform/ContextMenuItem.h ContextMenuItemType type() const; type 50 Source/platform/Cursor.cpp const Cursor& Cursor::fromType(Cursor::Type type) type 52 Source/platform/Cursor.cpp switch (type) { type 161 Source/platform/Cursor.cpp Cursor::Cursor(Type type) type 162 Source/platform/Cursor.cpp : m_type(type) type 105 Source/platform/Cursor.h Type type() const type 80 Source/platform/DateComponents.h Type type() const { return m_type; } type 48 Source/platform/DateTimeChooser.h AtomicString type; type 65 Source/platform/FileMetadata.cpp metadata.type = static_cast<FileMetadata::Type>(webFileInfo.type); type 60 Source/platform/FileMetadata.h Type type; type 63 Source/platform/FileMetadata.h FileMetadata() : modificationTime(invalidFileTime()), length(-1), type(TypeUnknown) { } type 162 Source/platform/JSONValues.cpp if (type() != TypeBoolean) type 170 Source/platform/JSONValues.cpp if (type() != TypeNumber) type 178 Source/platform/JSONValues.cpp if (type() != TypeNumber) type 186 Source/platform/JSONValues.cpp if (type() != TypeNumber) type 194 Source/platform/JSONValues.cpp if (type() != TypeNumber) type 202 Source/platform/JSONValues.cpp if (type() != TypeNumber) type 210 Source/platform/JSONValues.cpp ASSERT(type() == TypeBoolean || type() == TypeNumber); type 211 Source/platform/JSONValues.cpp if (type() == TypeBoolean) { type 216 Source/platform/JSONValues.cpp } else if (type() == TypeNumber) { type 247 Source/platform/JSONValues.cpp ASSERT(type() == TypeString); type 68 Source/platform/JSONValues.h Type type() const { return m_type; } type 89 Source/platform/JSONValues.h explicit JSONValue(Type type) : m_type(type) { } type 153 Source/platform/Length.h ASSERT(type() == Percent); type 159 Source/platform/Length.h LengthType type() const { return static_cast<LengthType>(m_type); } type 202 Source/platform/Length.h bool isUndefined() const { return type() == Undefined; } type 233 Source/platform/Length.h bool isAuto() const { return type() == Auto; } type 234 Source/platform/Length.h bool isPercent() const { return type() == Percent || type() == Calculated; } type 235 Source/platform/Length.h bool isFixed() const { return type() == Fixed; } type 236 Source/platform/Length.h bool isIntrinsicOrAuto() const { return type() == Auto || isLegacyIntrinsic() || isIntrinsic(); } type 237 Source/platform/Length.h bool isLegacyIntrinsic() const { return type() == Intrinsic || type() == MinIntrinsic; } type 238 Source/platform/Length.h bool isIntrinsic() const { return type() == MinContent || type() == MaxContent || type() == FillAvailable || type() == FitContent; } type 239 Source/platform/Length.h bool isSpecified() const { return type() == Fixed || type() == Percent || type() == Calculated; } type 241 Source/platform/Length.h bool isCalculated() const { return type() == Calculated; } type 243 Source/platform/Length.h bool isMinContent() const { return type() == MinContent; } type 244 Source/platform/Length.h bool isMaxContent() const { return type() == MaxContent; } type 245 Source/platform/Length.h bool isFillAvailable() const { return type() == FillAvailable; } type 246 Source/platform/Length.h bool isFitContent() const { return type() == FitContent; } type 261 Source/platform/Length.h if (from.type() == Calculated || type() == Calculated) type 264 Source/platform/Length.h if (!from.isZero() && !isZero() && from.type() != type()) type 270 Source/platform/Length.h LengthType resultType = type(); type 272 Source/platform/Length.h resultType = from.type(); type 39 Source/platform/LengthFunctions.cpp switch (length.type()) { type 67 Source/platform/LengthFunctions.cpp switch (length.type()) { type 96 Source/platform/LengthFunctions.cpp if (length.type() == Percent) type 103 Source/platform/LengthFunctions.cpp switch (length.type()) { type 47 Source/platform/LifecycleObserver.h explicit LifecycleObserver(Context* context, Type type = GenericType) type 49 Source/platform/LifecycleObserver.h , m_observerType(type) type 83 Source/platform/PlatformEvent.h Type type() const { return static_cast<Type>(m_type); } type 102 Source/platform/PlatformEvent.h explicit PlatformEvent(Type type) type 103 Source/platform/PlatformEvent.h : m_type(type) type 109 Source/platform/PlatformEvent.h PlatformEvent(Type type, Modifiers modifiers, double timestamp) type 110 Source/platform/PlatformEvent.h : m_type(type) type 116 Source/platform/PlatformEvent.h PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) type 117 Source/platform/PlatformEvent.h : m_type(type) type 46 Source/platform/PlatformGestureEvent.h PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, float deltaX, float deltaY, float velocityX, float velocityY) type 47 Source/platform/PlatformGestureEvent.h : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp) type 52 Source/platform/PlatformGestureEvent.h ASSERT(type == PlatformEvent::GestureScrollBegin type 53 Source/platform/PlatformGestureEvent.h || type == PlatformEvent::GestureScrollEnd type 54 Source/platform/PlatformGestureEvent.h || type == PlatformEvent::GestureScrollUpdate type 55 Source/platform/PlatformGestureEvent.h || type == PlatformEvent::GestureScrollUpdateWithoutPropagation); type 44 Source/platform/PlatformKeyboardEvent.cpp void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type) type 52 Source/platform/PlatformKeyboardEvent.cpp ASSERT(type == PlatformEvent::RawKeyDown || type == PlatformEvent::Char); type 53 Source/platform/PlatformKeyboardEvent.cpp m_type = type; type 55 Source/platform/PlatformKeyboardEvent.cpp if (type == RawKeyDown) { type 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) type 51 Source/platform/PlatformKeyboardEvent.h : PlatformEvent(type, modifiers, timestamp) type 53 Source/platform/PlatformMouseEvent.h PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp) type 54 Source/platform/PlatformMouseEvent.h : PlatformEvent(type, modifiers, timestamp) type 64 Source/platform/PlatformMouseEvent.h PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp) type 65 Source/platform/PlatformMouseEvent.h : PlatformEvent(type, modifiers, timestamp) type 75 Source/platform/PlatformMouseEvent.h PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) type 76 Source/platform/PlatformMouseEvent.h : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp) type 750 Source/platform/TraceEvent.h unsigned char* type, \ type 754 Source/platform/TraceEvent.h *type = value_type_id; \ type 761 Source/platform/TraceEvent.h unsigned char* type, \ type 763 Source/platform/TraceEvent.h *type = value_type_id; \ type 788 Source/platform/TraceEvent.h static inline void setTraceValue(const WTF::CString& arg, unsigned char* type, unsigned long long* value) type 792 Source/platform/TraceEvent.h *type = TRACE_VALUE_TYPE_COPY_STRING; type 103 Source/platform/animation/TimingFunction.cpp return rhs.type() == TimingFunction::LinearFunction; type 108 Source/platform/animation/TimingFunction.cpp if (rhs.type() != TimingFunction::CubicBezierFunction) type 120 Source/platform/animation/TimingFunction.cpp if (rhs.type() != TimingFunction::StepsFunction) type 134 Source/platform/animation/TimingFunction.cpp switch (lhs.type()) { type 52 Source/platform/animation/TimingFunction.h Type type() const { return m_type; } type 61 Source/platform/animation/TimingFunction.h TimingFunction(Type type) type 62 Source/platform/animation/TimingFunction.h : m_type(type) type 247 Source/platform/animation/TimingFunction.h value->type() == TimingFunction::typeName##Function, \ type 248 Source/platform/animation/TimingFunction.h value.type() == TimingFunction::typeName##Function) type 156 Source/platform/audio/AudioBus.cpp const AudioChannel* AudioBus::channelByType(unsigned type) const type 158 Source/platform/audio/AudioBus.cpp return const_cast<AudioBus*>(this)->channelByType(type); type 79 Source/platform/audio/AudioBus.h AudioChannel* channelByType(unsigned type); type 80 Source/platform/audio/AudioBus.h const AudioChannel* channelByType(unsigned type) const; type 153 Source/platform/blob/BlobData.cpp switch (item.type) { type 181 Source/platform/blob/BlobData.cpp BlobDataHandle::BlobDataHandle(const String& uuid, const String& type, long long size) type 183 Source/platform/blob/BlobData.cpp , m_type(type.isolatedCopy()) type 69 Source/platform/blob/BlobData.h : type(Data) type 78 Source/platform/blob/BlobData.h : type(Data) type 88 Source/platform/blob/BlobData.h : type(File) type 98 Source/platform/blob/BlobData.h : type(File) type 108 Source/platform/blob/BlobData.h : type(Blob) type 118 Source/platform/blob/BlobData.h : type(FileSystemURL) type 134 Source/platform/blob/BlobData.h } type; type 150 Source/platform/blob/BlobData.h : type(Data) type 221 Source/platform/blob/BlobData.h static PassRefPtr<BlobDataHandle> create(const String& uuid, const String& type, long long size) type 223 Source/platform/blob/BlobData.h return adoptRef(new BlobDataHandle(uuid, type, size)); type 227 Source/platform/blob/BlobData.h String type() const { return m_type.isolatedCopy(); } type 235 Source/platform/blob/BlobData.h BlobDataHandle(const String& uuid, const String& type, long long size); type 75 Source/platform/blob/BlobRegistry.cpp BlobRegistryContext(const KURL& url, const String& type) type 77 Source/platform/blob/BlobRegistry.cpp , type(type.isolatedCopy()) type 102 Source/platform/blob/BlobRegistry.cpp String type; type 167 Source/platform/blob/BlobRegistry.cpp registry->registerStreamURL(blobRegistryContext->url, blobRegistryContext->type); type 170 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::registerStreamURL(const KURL& url, const String& type) type 174 Source/platform/blob/BlobRegistry.cpp registry->registerStreamURL(url, type); type 176 Source/platform/blob/BlobRegistry.cpp OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, type)); type 72 Source/platform/exported/WebBlobData.cpp switch (item.type) { type 74 Source/platform/exported/WebBlobData.cpp result.type = Item::TypeData; type 78 Source/platform/exported/WebBlobData.cpp result.type = Item::TypeFile; type 82 Source/platform/exported/WebBlobData.cpp result.type = Item::TypeBlob; type 86 Source/platform/exported/WebBlobData.cpp result.type = Item::TypeFileSystemURL; type 83 Source/platform/exported/WebCryptoAlgorithm.cpp return m_private->params->type(); type 44 Source/platform/exported/WebCryptoKey.cpp WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages) type 46 Source/platform/exported/WebCryptoKey.cpp , type(type) type 55 Source/platform/exported/WebCryptoKey.cpp const WebCryptoKeyType type; type 61 Source/platform/exported/WebCryptoKey.cpp WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages) type 64 Source/platform/exported/WebCryptoKey.cpp key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages)); type 82 Source/platform/exported/WebCryptoKey.cpp return m_private->type; type 113 Source/platform/exported/WebCryptoKeyAlgorithm.cpp return m_private->params->type(); type 41 Source/platform/exported/WebCursorInfo.cpp : type(static_cast<Type>(cursor.type())) type 91 Source/platform/exported/WebFileSystemCallbacks.cpp fileMetadata.type = static_cast<FileMetadata::Type>(webFileInfo.type); type 109 Source/platform/exported/WebFileSystemCallbacks.cpp fileMetadata.type = static_cast<FileMetadata::Type>(webFileInfo.type); type 131 Source/platform/exported/WebFileSystemCallbacks.cpp void WebFileSystemCallbacks::didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType type, const WebString& filePath, bool isDirectory) type 134 Source/platform/exported/WebFileSystemCallbacks.cpp m_private->callbacks()->didResolveURL(name, rootURL, static_cast<WebCore::FileSystemType>(type), filePath, isDirectory); type 86 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeData; type 90 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeFile; type 97 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeBlob; type 101 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeFileSystemURL; type 105 Source/platform/exported/WebMediaStreamSource.cpp void WebMediaStreamSource::initialize(const WebString& id, Type type, const WebString& name) type 107 Source/platform/exported/WebMediaStreamSource.cpp m_private = MediaStreamSource::create(id, static_cast<MediaStreamSource::Type>(type), name); type 119 Source/platform/exported/WebMediaStreamSource.cpp return static_cast<Type>(m_private.get()->type()); type 43 Source/platform/exported/WebRTCSessionDescription.cpp static PassRefPtr<WebRTCSessionDescriptionPrivate> create(const WebString& type, const WebString& sdp); type 46 Source/platform/exported/WebRTCSessionDescription.cpp void setType(const WebString& type) { m_type = type; } type 52 Source/platform/exported/WebRTCSessionDescription.cpp WebRTCSessionDescriptionPrivate(const WebString& type, const WebString& sdp); type 58 Source/platform/exported/WebRTCSessionDescription.cpp PassRefPtr<WebRTCSessionDescriptionPrivate> WebRTCSessionDescriptionPrivate::create(const WebString& type, const WebString& sdp) type 60 Source/platform/exported/WebRTCSessionDescription.cpp return adoptRef(new WebRTCSessionDescriptionPrivate(type, sdp)); type 63 Source/platform/exported/WebRTCSessionDescription.cpp WebRTCSessionDescriptionPrivate::WebRTCSessionDescriptionPrivate(const WebString& type, const WebString& sdp) type 64 Source/platform/exported/WebRTCSessionDescription.cpp : m_type(type) type 79 Source/platform/exported/WebRTCSessionDescription.cpp void WebRTCSessionDescription::initialize(const WebString& type, const WebString& sdp) type 81 Source/platform/exported/WebRTCSessionDescription.cpp m_private = WebRTCSessionDescriptionPrivate::create(type, sdp); type 87 Source/platform/exported/WebRTCSessionDescription.cpp return m_private->type(); type 90 Source/platform/exported/WebRTCSessionDescription.cpp void WebRTCSessionDescription::setType(const WebString& type) type 93 Source/platform/exported/WebRTCSessionDescription.cpp return m_private->setType(type); type 56 Source/platform/exported/WebRTCStatsResponse.cpp size_t WebRTCStatsResponse::addReport(WebString id, WebString type, double timestamp) type 59 Source/platform/exported/WebRTCStatsResponse.cpp return m_private->addReport(id, type, timestamp); type 56 Source/platform/exported/linux/WebFontInfo.cpp fcvalue.type = FcTypeCharSet; type 60 Source/platform/exported/linux/WebFontInfo.cpp fcvalue.type = FcTypeBool; type 134 Source/platform/exported/linux/WebFontInfo.cpp fcvalue.type = FcTypeString; type 138 Source/platform/exported/linux/WebFontInfo.cpp fcvalue.type = FcTypeInteger; type 142 Source/platform/exported/linux/WebFontInfo.cpp fcvalue.type = FcTypeInteger; type 146 Source/platform/exported/linux/WebFontInfo.cpp fcvalue.type = FcTypeBool; type 150 Source/platform/exported/linux/WebFontInfo.cpp fcvalue.type = FcTypeDouble; type 1065 Source/platform/graphics/GraphicsLayer.cpp switch (op.type()) { type 1073 Source/platform/graphics/GraphicsLayer.cpp switch (op.type()) { type 1096 Source/platform/graphics/GraphicsLayer.cpp switch (op.type()) { type 76 Source/platform/graphics/Image.cpp bool Image::supportsType(const String& type) type 78 Source/platform/graphics/Image.cpp return MIMETypeRegistry::isSupportedImageResourceMIMEType(type); type 410 Source/platform/graphics/ImageDecodingStore.cpp if (cacheEntry->type() == CacheEntry::TypeImage) { type 412 Source/platform/graphics/ImageDecodingStore.cpp } else if (cacheEntry->type() == CacheEntry::TypeDecoder) { type 183 Source/platform/graphics/ImageDecodingStore.h virtual CacheType type() const = 0; type 211 Source/platform/graphics/ImageDecodingStore.h virtual CacheType type() const OVERRIDE { return TypeImage; } type 240 Source/platform/graphics/ImageDecodingStore.h virtual CacheType type() const OVERRIDE { return TypeDecoder; } type 118 Source/platform/graphics/Path.cpp pathElement.type = PathElementMoveToPoint; type 122 Source/platform/graphics/Path.cpp pathElement.type = PathElementAddLineToPoint; type 126 Source/platform/graphics/Path.cpp pathElement.type = PathElementAddQuadCurveToPoint; type 130 Source/platform/graphics/Path.cpp pathElement.type = PathElementAddCurveToPoint; type 134 Source/platform/graphics/Path.cpp pathElement.type = PathElementCloseSubpath; type 63 Source/platform/graphics/Path.h PathElementType type; type 120 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h if (data.lightSource->type() == LS_POINT) { type 127 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h } else if (data.lightSource->type() == LS_SPOT) { type 147 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h ASSERT(data.lightSource->type() == LS_DISTANT); type 213 Source/platform/graphics/filters/FEBlend.cpp static TextStream& operator<<(TextStream& ts, const BlendModeType& type) type 215 Source/platform/graphics/filters/FEBlend.cpp switch (type) { type 38 Source/platform/graphics/filters/FEColorMatrix.cpp FEColorMatrix::FEColorMatrix(Filter* filter, ColorMatrixType type, const Vector<float>& values) type 40 Source/platform/graphics/filters/FEColorMatrix.cpp , m_type(type) type 45 Source/platform/graphics/filters/FEColorMatrix.cpp PassRefPtr<FEColorMatrix> FEColorMatrix::create(Filter* filter, ColorMatrixType type, const Vector<float>& values) type 47 Source/platform/graphics/filters/FEColorMatrix.cpp return adoptRef(new FEColorMatrix(filter, type, values)); type 55 Source/platform/graphics/filters/FEColorMatrix.cpp bool FEColorMatrix::setType(ColorMatrixType type) type 57 Source/platform/graphics/filters/FEColorMatrix.cpp if (m_type == type) type 59 Source/platform/graphics/filters/FEColorMatrix.cpp m_type = type; type 124 Source/platform/graphics/filters/FEColorMatrix.cpp static SkColorFilter* createColorFilter(ColorMatrixType type, const float* values) type 127 Source/platform/graphics/filters/FEColorMatrix.cpp switch (type) { type 197 Source/platform/graphics/filters/FEColorMatrix.cpp static TextStream& operator<<(TextStream& ts, const ColorMatrixType& type) type 199 Source/platform/graphics/filters/FEColorMatrix.cpp switch (type) { type 44 Source/platform/graphics/filters/FEColorMatrix.h ColorMatrixType type() const; type 184 Source/platform/graphics/filters/FEComponentTransfer.cpp switch (m_alphaFunc.type) { type 225 Source/platform/graphics/filters/FEComponentTransfer.cpp ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(transferFunction[channel].type) < WTF_ARRAY_LENGTH(callEffect)); type 226 Source/platform/graphics/filters/FEComponentTransfer.cpp (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]); type 230 Source/platform/graphics/filters/FEComponentTransfer.cpp static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) type 232 Source/platform/graphics/filters/FEComponentTransfer.cpp switch (type) { type 257 Source/platform/graphics/filters/FEComponentTransfer.cpp ts << "type=\"" << function.type type 43 Source/platform/graphics/filters/FEComponentTransfer.h : type(FECOMPONENTTRANSFER_TYPE_UNKNOWN) type 52 Source/platform/graphics/filters/FEComponentTransfer.h ComponentTransferType type; type 43 Source/platform/graphics/filters/FEComposite.cpp FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) type 45 Source/platform/graphics/filters/FEComposite.cpp , m_type(type) type 53 Source/platform/graphics/filters/FEComposite.cpp PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) type 55 Source/platform/graphics/filters/FEComposite.cpp return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4)); type 63 Source/platform/graphics/filters/FEComposite.cpp bool FEComposite::setOperation(CompositeOperationType type) type 65 Source/platform/graphics/filters/FEComposite.cpp if (m_type == type) type 67 Source/platform/graphics/filters/FEComposite.cpp m_type = type; type 392 Source/platform/graphics/filters/FEComposite.cpp static TextStream& operator<<(TextStream& ts, const CompositeOperationType& type) type 394 Source/platform/graphics/filters/FEComposite.cpp switch (type) { type 541 Source/platform/graphics/filters/FEConvolveMatrix.cpp static TextStream& operator<<(TextStream& ts, const EdgeModeType& type) type 543 Source/platform/graphics/filters/FEConvolveMatrix.cpp switch (type) { type 162 Source/platform/graphics/filters/FEDisplacementMap.cpp static SkDisplacementMapEffect::ChannelSelectorType toSkiaMode(ChannelSelectorType type) type 164 Source/platform/graphics/filters/FEDisplacementMap.cpp switch (type) { type 191 Source/platform/graphics/filters/FEDisplacementMap.cpp static TextStream& operator<<(TextStream& ts, const ChannelSelectorType& type) type 193 Source/platform/graphics/filters/FEDisplacementMap.cpp switch (type) { type 446 Source/platform/graphics/filters/FELighting.cpp switch (m_lightSource->type()) { type 39 Source/platform/graphics/filters/FEMorphology.cpp FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY) type 41 Source/platform/graphics/filters/FEMorphology.cpp , m_type(type) type 47 Source/platform/graphics/filters/FEMorphology.cpp PassRefPtr<FEMorphology> FEMorphology::create(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY) type 49 Source/platform/graphics/filters/FEMorphology.cpp return adoptRef(new FEMorphology(filter, type, radiusX, radiusY)); type 57 Source/platform/graphics/filters/FEMorphology.cpp bool FEMorphology::setMorphologyOperator(MorphologyOperatorType type) type 59 Source/platform/graphics/filters/FEMorphology.cpp if (m_type == type) type 61 Source/platform/graphics/filters/FEMorphology.cpp m_type = type; type 140 Source/platform/graphics/filters/FEMorphology.cpp static TextStream& operator<<(TextStream& ts, const MorphologyOperatorType& type) type 142 Source/platform/graphics/filters/FEMorphology.cpp switch (type) { type 53 Source/platform/graphics/filters/FETurbulence.cpp FETurbulence::FETurbulence(Filter* filter, TurbulenceType type, float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, bool stitchTiles) type 55 Source/platform/graphics/filters/FETurbulence.cpp , m_type(type) type 64 Source/platform/graphics/filters/FETurbulence.cpp PassRefPtr<FETurbulence> FETurbulence::create(Filter* filter, TurbulenceType type, float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, bool stitchTiles) type 66 Source/platform/graphics/filters/FETurbulence.cpp return adoptRef(new FETurbulence(filter, type, baseFrequencyX, baseFrequencyY, numOctaves, seed, stitchTiles)); type 74 Source/platform/graphics/filters/FETurbulence.cpp bool FETurbulence::setType(TurbulenceType type) type 76 Source/platform/graphics/filters/FETurbulence.cpp if (m_type == type) type 78 Source/platform/graphics/filters/FETurbulence.cpp m_type = type; type 415 Source/platform/graphics/filters/FETurbulence.cpp return (type() == FETURBULENCE_TYPE_FRACTALNOISE) ? type 431 Source/platform/graphics/filters/FETurbulence.cpp static TextStream& operator<<(TextStream& ts, const TurbulenceType& type) type 433 Source/platform/graphics/filters/FETurbulence.cpp switch (type) { type 452 Source/platform/graphics/filters/FETurbulence.cpp ts << " type=\"" << type() << "\" " type 43 Source/platform/graphics/filters/FETurbulence.h TurbulenceType type() const; type 121 Source/platform/graphics/filters/FilterOperation.cpp LengthType lengthType = m_stdDeviation.type(); type 62 Source/platform/graphics/filters/FilterOperation.h static bool canInterpolate(FilterOperation::OperationType type) type 64 Source/platform/graphics/filters/FilterOperation.h switch (type) { type 93 Source/platform/graphics/filters/FilterOperation.h OperationType type() const { return m_type; } type 94 Source/platform/graphics/filters/FilterOperation.h virtual bool isSameType(const FilterOperation& o) const { return o.type() == m_type; } type 102 Source/platform/graphics/filters/FilterOperation.h FilterOperation(OperationType type) type 103 Source/platform/graphics/filters/FilterOperation.h : m_type(type) type 114 Source/platform/graphics/filters/FilterOperation.h DEFINE_TYPE_CASTS(thisType, FilterOperation, op, op->type() == FilterOperation::operationType, op.type() == FilterOperation::operationType); type 165 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount, OperationType type) type 167 Source/platform/graphics/filters/FilterOperation.h return adoptRef(new BasicColorMatrixFilterOperation(amount, type)); type 183 Source/platform/graphics/filters/FilterOperation.h BasicColorMatrixFilterOperation(double amount, OperationType type) type 184 Source/platform/graphics/filters/FilterOperation.h : FilterOperation(type) type 194 Source/platform/graphics/filters/FilterOperation.h FilterOperation::OperationType type = operation.type(); type 195 Source/platform/graphics/filters/FilterOperation.h return type == FilterOperation::GRAYSCALE || type == FilterOperation::SEPIA || type == FilterOperation::SATURATE || type == FilterOperation::HUE_ROTATE; type 203 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<BasicComponentTransferFilterOperation> create(double amount, OperationType type) type 205 Source/platform/graphics/filters/FilterOperation.h return adoptRef(new BasicComponentTransferFilterOperation(amount, type)); type 223 Source/platform/graphics/filters/FilterOperation.h BasicComponentTransferFilterOperation(double amount, OperationType type) type 224 Source/platform/graphics/filters/FilterOperation.h : FilterOperation(type) type 234 Source/platform/graphics/filters/FilterOperation.h FilterOperation::OperationType type = operation.type(); type 235 Source/platform/graphics/filters/FilterOperation.h return type == FilterOperation::INVERT || type == FilterOperation::OPACITY || type == FilterOperation::BRIGHTNESS || type == FilterOperation::CONTRAST; type 74 Source/platform/graphics/filters/FilterOperations.cpp if (!FilterOperation::canInterpolate(operations()[i]->type())) type 79 Source/platform/graphics/filters/FilterOperations.cpp if (!FilterOperation::canInterpolate(other.operations()[i]->type())) type 94 Source/platform/graphics/filters/FilterOperations.cpp if (m_operations.at(i)->type() == FilterOperation::REFERENCE) type 103 Source/platform/graphics/filters/FilterOperations.cpp FilterOperation::OperationType operationType = m_operations.at(i)->type(); type 115 Source/platform/graphics/filters/FilterOperations.cpp switch (filterOperation->type()) { type 62 Source/platform/graphics/filters/LightSource.h LightSource(LightType type) type 63 Source/platform/graphics/filters/LightSource.h : m_type(type) type 68 Source/platform/graphics/filters/LightSource.h LightType type() const { return m_type; } type 110 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp switch (op.type()) { type 140 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp switch (op.type()) { type 163 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp switch (op.type()) { type 949 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::texImage2DResourceSafe(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint unpackAlignment) type 952 Source/platform/graphics/gpu/DrawingBuffer.cpp m_context->texImage2D(target, level, internalformat, width, height, border, format, type, 0); type 194 Source/platform/graphics/gpu/DrawingBuffer.h void texImage2DResourceSafe(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint alignment = 4); type 72 Source/platform/graphics/gpu/DrawingBufferTest.cpp virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) type 1443 Source/platform/graphics/gpu/WebGLImageConversion.cpp bool WebGLImageConversion::computeFormatAndTypeParameters(GLenum format, GLenum type, unsigned* componentsPerPixel, unsigned* bytesPerComponent) type 1465 Source/platform/graphics/gpu/WebGLImageConversion.cpp switch (type) { type 1494 Source/platform/graphics/gpu/WebGLImageConversion.cpp GLenum WebGLImageConversion::computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes) type 1501 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (!computeFormatAndTypeParameters(format, type, &bytesPerComponent, &componentsPerPixel)) type 1658 Source/platform/graphics/gpu/WebGLImageConversion.cpp GLenum type, type 1672 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR) type 1676 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (!packPixels(reinterpret_cast<const uint8_t*>(pixels), sourceFormat, width, height, sourceUnpackAlignment, format, type, alphaOp, data.data(), flipY)) type 1687 Source/platform/graphics/gpu/WebGLImageConversion.cpp GLenum type, type 1699 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR) type 1703 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (!packPixels(imageData, DataFormatRGBA8, width, height, 0, format, type, premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing, data.data(), flipY)) type 1712 Source/platform/graphics/gpu/WebGLImageConversion.cpp GLenum format, GLenum type, type 1719 Source/platform/graphics/gpu/WebGLImageConversion.cpp DataFormat sourceDataFormat = getDataFormat(format, type); type 1723 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (!computeFormatAndTypeParameters(format, type, &componentsPerPixel, &bytesPerComponent)) type 1728 Source/platform/graphics/gpu/WebGLImageConversion.cpp if (!packPixels(static_cast<const uint8_t*>(pixels), sourceDataFormat, width, height, unpackAlignment, format, type, (premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing), data.data(), flipY)) type 114 Source/platform/graphics/gpu/WebGLImageConversion.h static bool computeFormatAndTypeParameters(GLenum format, GLenum type, unsigned* componentsPerPixel, unsigned* bytesPerComponent); type 121 Source/platform/graphics/gpu/WebGLImageConversion.h static GLenum computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes); type 139 Source/platform/graphics/gpu/WebGLImageConversion.h static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data); type 145 Source/platform/graphics/gpu/WebGLImageConversion.h static bool extractImageData(const uint8_t*, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data); type 152 Source/platform/graphics/gpu/WebGLImageConversion.h static bool extractTextureData(unsigned width, unsigned height, GLenum format, GLenum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data); type 55 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) { return 0; } type 109 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void drawElements(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dintptr offset) { } type 178 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void readPixels(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, void* pixels) { } type 193 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) { } type 198 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { } type 231 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void vertexAttribPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized, WGC3Dsizei stride, WGC3Dintptr offset) { } type 746 Source/platform/heap/Handle.h #define DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(type) // do nothing type 747 Source/platform/heap/Handle.h #define DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(type) // do nothing type 748 Source/platform/heap/Handle.h #define DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(type) // do nothing type 795 Source/platform/heap/Handle.h #define DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(type) \ type 797 Source/platform/heap/Handle.h ~type(); \ type 799 Source/platform/heap/Handle.h #define DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(type) \ type 801 Source/platform/heap/Handle.h virtual ~type(); \ type 804 Source/platform/heap/Handle.h #define DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(type) \ type 805 Source/platform/heap/Handle.h type::~type() { } type 622 Source/platform/heap/Visitor.h return GCInfoAtBase<typename GetGarbageCollectedBase<T>::type>::get(); type 207 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp unsigned type = readUint16(ifd + 2, isBigEndian); type 209 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp if (tag == orientationTag && type == shortType && count == 1) type 57 Source/platform/mediastream/MediaStreamDescriptor.cpp switch (component->source()->type()) { type 72 Source/platform/mediastream/MediaStreamDescriptor.cpp switch (component->source()->type()) { type 37 Source/platform/mediastream/MediaStreamSource.cpp PassRefPtr<MediaStreamSource> MediaStreamSource::create(const String& id, Type type, const String& name, ReadyState readyState, bool requiresConsumer) type 39 Source/platform/mediastream/MediaStreamSource.cpp return adoptRef(new MediaStreamSource(id, type, name, readyState, requiresConsumer)); type 42 Source/platform/mediastream/MediaStreamSource.cpp MediaStreamSource::MediaStreamSource(const String& id, Type type, const String& name, ReadyState readyState, bool requiresConsumer) type 44 Source/platform/mediastream/MediaStreamSource.cpp , m_type(type) type 74 Source/platform/mediastream/MediaStreamSource.h Type type() const { return m_type; } type 38 Source/platform/mediastream/RTCStatsResponseBase.h virtual size_t addReport(String id, String type, double timestamp) = 0; type 130 Source/platform/network/FormData.h static EncodingType parseEncodingType(const String& type) type 132 Source/platform/network/FormData.h if (equalIgnoringCase(type, "text/plain")) type 134 Source/platform/network/FormData.h if (equalIgnoringCase(type, "multipart/form-data")) type 35 Source/platform/network/ProxyServer.cpp switch (proxyServer.type()) { type 54 Source/platform/network/ProxyServer.h ProxyServer(Type type, const String& hostName, int port) type 55 Source/platform/network/ProxyServer.h : m_type(type) type 61 Source/platform/network/ProxyServer.h Type type() const { return m_type; } type 210 Source/platform/network/ResourceRequest.h void setTargetType(TargetType type) { m_targetType = type; } type 83 Source/platform/plugins/PluginData.cpp if (m_mimes[i].type == mimeType) type 93 Source/platform/plugins/PluginData.cpp if (info.type == mimeType) type 136 Source/platform/plugins/PluginData.cpp return mime.type; type 34 Source/platform/plugins/PluginData.h String type; type 41 Source/platform/plugins/PluginData.h return a.type == b.type && a.desc == b.desc && a.extensions == b.extensions; type 50 Source/platform/plugins/PluginListBuilder.cpp info.type = name; type 349 Source/platform/scroll/Scrollbar.cpp switch (evt.type()) { type 169 Source/platform/text/LocaleICU.cpp PassOwnPtr<Vector<String> > LocaleICU::createLabelVector(const UDateFormat* dateFormat, UDateFormatSymbolType type, int32_t startIndex, int32_t size) type 173 Source/platform/text/LocaleICU.cpp if (udat_countSymbols(dateFormat, type) != startIndex + size) type 180 Source/platform/text/LocaleICU.cpp int32_t length = udat_getSymbols(dateFormat, type, startIndex + i, 0, 0, &status); type 185 Source/platform/text/LocaleICU.cpp udat_getSymbols(dateFormat, type, startIndex + i, buffer.characters(), length, &status); type 178 Source/platform/text/LocaleWin.cpp String LocaleWin::getLocaleInfoString(LCTYPE type) type 180 Source/platform/text/LocaleWin.cpp int bufferSizeWithNUL = ::GetLocaleInfo(m_lcid, type | (m_defaultsForLocale ? LOCALE_NOUSEROVERRIDE : 0), 0, 0); type 184 Source/platform/text/LocaleWin.cpp ::GetLocaleInfo(m_lcid, type | (m_defaultsForLocale ? LOCALE_NOUSEROVERRIDE : 0), buffer.characters(), bufferSizeWithNUL); type 189 Source/platform/text/LocaleWin.cpp void LocaleWin::getLocaleInfo(LCTYPE type, DWORD& result) type 191 Source/platform/text/LocaleWin.cpp ::GetLocaleInfo(m_lcid, type | LOCALE_RETURN_NUMBER, reinterpret_cast<LPWSTR>(&result), sizeof(DWORD) / sizeof(TCHAR)); type 392 Source/platform/text/PlatformLocale.cpp if (date.type() == DateComponents::Invalid) type 396 Source/platform/text/PlatformLocale.cpp switch (date.type()) { type 92 Source/platform/text/TextChecking.h bool maskContains(TextCheckingType type) const { return m_mask & type; } type 47 Source/platform/text/UnicodeUtilitiesTest.cpp UBool U_CALLCONV testFirstAndLastCharsInCategory(const void *context, UChar32 start, UChar32 limit, UCharCategory type) type 50 Source/platform/text/UnicodeUtilitiesTest.cpp && U_MASK(type) & (U_GC_S_MASK | U_GC_P_MASK | U_GC_Z_MASK | U_GC_CF_MASK) type 41 Source/platform/transforms/IdentityTransformOperation.h virtual OperationType type() const OVERRIDE { return Identity; } type 50 Source/platform/transforms/InterpolatedTransformOperation.h virtual OperationType type() const OVERRIDE { return Interpolated; } type 45 Source/platform/transforms/Matrix3DTransformOperation.h virtual OperationType type() const OVERRIDE { return Matrix3D; } type 50 Source/platform/transforms/MatrixTransformOperation.h virtual OperationType type() const OVERRIDE { return Matrix; } type 44 Source/platform/transforms/PerspectiveTransformOperation.h virtual OperationType type() const OVERRIDE { return Perspective; } type 34 Source/platform/transforms/RotateTransformOperation.h static PassRefPtr<RotateTransformOperation> create(double angle, OperationType type) type 36 Source/platform/transforms/RotateTransformOperation.h return adoptRef(new RotateTransformOperation(0, 0, 1, angle, type)); type 39 Source/platform/transforms/RotateTransformOperation.h static PassRefPtr<RotateTransformOperation> create(double x, double y, double z, double angle, OperationType type) type 41 Source/platform/transforms/RotateTransformOperation.h return adoptRef(new RotateTransformOperation(x, y, z, angle, type)); type 52 Source/platform/transforms/RotateTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } type 69 Source/platform/transforms/RotateTransformOperation.h RotateTransformOperation(double x, double y, double z, double angle, OperationType type) type 74 Source/platform/transforms/RotateTransformOperation.h , m_type(type) type 76 Source/platform/transforms/RotateTransformOperation.h ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D); type 34 Source/platform/transforms/ScaleTransformOperation.h static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type) type 36 Source/platform/transforms/ScaleTransformOperation.h return adoptRef(new ScaleTransformOperation(sx, sy, 1, type)); type 39 Source/platform/transforms/ScaleTransformOperation.h static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type) type 41 Source/platform/transforms/ScaleTransformOperation.h return adoptRef(new ScaleTransformOperation(sx, sy, sz, type)); type 51 Source/platform/transforms/ScaleTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } type 68 Source/platform/transforms/ScaleTransformOperation.h ScaleTransformOperation(double sx, double sy, double sz, OperationType type) type 72 Source/platform/transforms/ScaleTransformOperation.h , m_type(type) type 74 Source/platform/transforms/ScaleTransformOperation.h ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D); type 34 Source/platform/transforms/SkewTransformOperation.h static PassRefPtr<SkewTransformOperation> create(double angleX, double angleY, OperationType type) type 36 Source/platform/transforms/SkewTransformOperation.h return adoptRef(new SkewTransformOperation(angleX, angleY, type)); type 44 Source/platform/transforms/SkewTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } type 61 Source/platform/transforms/SkewTransformOperation.h SkewTransformOperation(double angleX, double angleY, OperationType type) type 64 Source/platform/transforms/SkewTransformOperation.h , m_type(type) type 66 Source/platform/transforms/TransformOperation.h virtual OperationType type() const = 0; type 67 Source/platform/transforms/TransformOperation.h bool isSameType(const TransformOperation& other) const { return other.type() == type(); } type 71 Source/platform/transforms/TransformOperation.h OperationType opType = type(); type 36 Source/platform/transforms/TranslateTransformOperation.h static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) type 38 Source/platform/transforms/TranslateTransformOperation.h return adoptRef(new TranslateTransformOperation(tx, ty, 0, type)); type 41 Source/platform/transforms/TranslateTransformOperation.h static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, double tz, OperationType type) type 43 Source/platform/transforms/TranslateTransformOperation.h return adoptRef(new TranslateTransformOperation(tx, ty, tz, type)); type 56 Source/platform/transforms/TranslateTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } type 78 Source/platform/transforms/TranslateTransformOperation.h TranslateTransformOperation(const Length& tx, const Length& ty, double tz, OperationType type) type 82 Source/platform/transforms/TranslateTransformOperation.h , m_type(type) type 84 Source/platform/transforms/TranslateTransformOperation.h ASSERT(type == TranslateX || type == TranslateY || type == TranslateZ || type == Translate || type == Translate3D); type 189 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::takeFocus(FocusType type) type 193 Source/web/ChromeClientImpl.cpp if (type == FocusTypeBackward) type 245 Source/web/ChromeClientImpl.cpp if (!inputEvent || inputEvent->type != WebInputEvent::MouseUp) type 916 Source/web/ChromeClientImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 922 Source/web/ChromeClientImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 84 Source/web/ContextFeaturesClientImpl.cpp Entry& entryFor(ContextFeatures::FeatureType type) type 86 Source/web/ContextFeaturesClientImpl.cpp size_t index = static_cast<size_t>(type); type 124 Source/web/ContextFeaturesClientImpl.cpp bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue) type 127 Source/web/ContextFeaturesClientImpl.cpp ContextFeaturesCache::Entry& cache = ContextFeaturesCache::from(*document).entryFor(type); type 129 Source/web/ContextFeaturesClientImpl.cpp cache.set(askIfIsEnabled(document, type, defaultValue), defaultValue); type 139 Source/web/ContextFeaturesClientImpl.cpp bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue) type 145 Source/web/ContextFeaturesClientImpl.cpp switch (type) { type 400 Source/web/ContextMenuClientImpl.cpp switch (inputItem->type()) { type 402 Source/web/ContextMenuClientImpl.cpp outputItem.type = WebMenuItemInfo::Option; type 405 Source/web/ContextMenuClientImpl.cpp outputItem.type = WebMenuItemInfo::CheckableOption; type 408 Source/web/ContextMenuClientImpl.cpp outputItem.type = WebMenuItemInfo::Separator; type 411 Source/web/ContextMenuClientImpl.cpp outputItem.type = WebMenuItemInfo::SubMenu; type 84 Source/web/DateTimeChooserImpl.cpp static String valueToDateTimeString(double value, AtomicString type) type 87 Source/web/DateTimeChooserImpl.cpp if (type == WebCore::InputTypeNames::date) type 89 Source/web/DateTimeChooserImpl.cpp else if (type == WebCore::InputTypeNames::datetime_local) type 91 Source/web/DateTimeChooserImpl.cpp else if (type == WebCore::InputTypeNames::month) type 93 Source/web/DateTimeChooserImpl.cpp else if (type == WebCore::InputTypeNames::time) type 95 Source/web/DateTimeChooserImpl.cpp else if (type == WebCore::InputTypeNames::week) type 99 Source/web/DateTimeChooserImpl.cpp return components.type() == WebCore::DateComponents::Invalid ? String() : components.toString(); type 109 Source/web/DateTimeChooserImpl.cpp if (m_parameters.type == WebCore::InputTypeNames::month) { type 112 Source/web/DateTimeChooserImpl.cpp } else if (m_parameters.type == WebCore::InputTypeNames::week) { type 128 Source/web/DateTimeChooserImpl.cpp addProperty("min", valueToDateTimeString(m_parameters.minimum, m_parameters.type), data); type 129 Source/web/DateTimeChooserImpl.cpp addProperty("max", valueToDateTimeString(m_parameters.maximum, m_parameters.type), data); type 133 Source/web/DateTimeChooserImpl.cpp addProperty("currentValue", valueToDateTimeString(m_parameters.doubleValue, m_parameters.type), data); type 143 Source/web/DateTimeChooserImpl.cpp addProperty("mode", m_parameters.type.string(), data); type 149 Source/web/DateTimeChooserImpl.cpp suggestionValues.append(valueToDateTimeString(m_parameters.suggestions[i].value, m_parameters.type)); type 157 Source/web/DateTimeChooserImpl.cpp addProperty("showOtherDateEntry", WebCore::RenderTheme::theme().supportsCalendarPicker(m_parameters.type), data); type 114 Source/web/ExternalDateTimeChooser.cpp webParams.type = toWebDateTimeInputType(parameters.type); type 83 Source/web/ExternalPopupMenu.cpp if (currentEvent && currentEvent->type == WebInputEvent::MouseDown) { type 86 Source/web/ExternalPopupMenu.cpp m_syntheticEvent->type = WebInputEvent::MouseUp; type 195 Source/web/ExternalPopupMenu.cpp popupItem.type = WebMenuItemInfo::Separator; type 197 Source/web/ExternalPopupMenu.cpp popupItem.type = WebMenuItemInfo::Group; type 199 Source/web/ExternalPopupMenu.cpp popupItem.type = WebMenuItemInfo::Option; type 409 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidChangeIcons(WebCore::IconType type) type 412 Source/web/FrameLoaderClientImpl.cpp m_webFrame->client()->didChangeIcon(m_webFrame, static_cast<WebIconURL::Type>(type)); type 147 Source/web/PageScaleConstraintsSet.cpp if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) type 149 Source/web/PageScaleConstraintsSet.cpp if (useWideViewport || description.maxWidth.type() == DeviceWidth) type 168 Source/web/PageScaleConstraintsSet.cpp if (wideViewportQuirkEnabled && (!useWideViewport || description.maxWidth.type() == DeviceWidth)) { type 175 Source/web/PageScaleConstraintsSet.cpp if (useWideViewport && (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom != 1.0f) { type 179 Source/web/PageScaleConstraintsSet.cpp const float nonWideScale = description.zoom < 1 && description.maxWidth.type() != DeviceWidth && description.maxWidth.type() != DeviceHeight ? -1 : oldInitialScale; type 182 Source/web/PageScaleConstraintsSet.cpp if (m_userAgentConstraints.initialScale != -1 && (description.maxWidth.type() == DeviceWidth || ((description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom == -1))) { type 201 Source/web/PageScaleConstraintsSet.cpp if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom || description.maxWidth.type() == DeviceWidth) { type 102 Source/web/PageWidgetDelegate.cpp switch (event.type) { type 296 Source/web/PopupContainer.cpp switch (gestureEvent.type()) { type 502 Source/web/PopupContainer.cpp switch (inputItem.type) { type 504 Source/web/PopupContainer.cpp outputItem.type = WebMenuItemInfo::Option; type 507 Source/web/PopupContainer.cpp outputItem.type = WebMenuItemInfo::Group; type 510 Source/web/PopupContainer.cpp outputItem.type = WebMenuItemInfo::Separator; type 197 Source/web/PopupListBox.cpp return event.type() == PlatformEvent::Char; type 202 Source/web/PopupListBox.cpp if (event.type() == PlatformEvent::KeyUp) type 623 Source/web/PopupListBox.cpp return m_items[index]->type == PopupItem::TypeOption && m_popupClient->itemIsEnabled(index); type 699 Source/web/PopupListBox.cpp PopupItem::Type type; type 701 Source/web/PopupListBox.cpp type = PopupItem::TypeSeparator; type 703 Source/web/PopupListBox.cpp type = PopupItem::TypeGroup; type 705 Source/web/PopupListBox.cpp type = PopupItem::TypeOption; type 706 Source/web/PopupListBox.cpp m_items.append(new PopupItem(m_popupClient->itemText(i), type)); type 73 Source/web/PopupListBox.h PopupItem(const String& label, Type type) type 75 Source/web/PopupListBox.h , type(type) type 80 Source/web/PopupListBox.h Type type; type 123 Source/web/SpellCheckerClientImpl.cpp bool SpellCheckerClientImpl::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) const type 48 Source/web/StorageClientImpl.cpp bool StorageClientImpl::canAccessStorage(WebCore::LocalFrame* frame, WebCore::StorageType type) const type 51 Source/web/StorageClientImpl.cpp return !webFrame->permissionClient() || webFrame->permissionClient()->allowStorage(webFrame, type == WebCore::LocalStorage); type 389 Source/web/WebBindings.cpp if (variant->type == NPVariantType_Object) { type 43 Source/web/WebDOMCustomEvent.cpp void WebDOMCustomEvent::initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& webSerializedScriptValue) type 48 Source/web/WebDOMCustomEvent.cpp unwrap<CustomEvent>()->initCustomEvent(type, canBubble, cancelable, serializedScriptValue.get()); type 69 Source/web/WebDOMEvent.cpp return m_private->type(); type 61 Source/web/WebDOMFileSystem.cpp WebFileSystemType type, type 67 Source/web/WebDOMFileSystem.cpp RefPtrWillBeRawPtr<DOMFileSystem> domFileSystem = DOMFileSystem::create(toWebFrameImpl(frame)->frame()->document(), name, static_cast<WebCore::FileSystemType>(type), rootURL); type 92 Source/web/WebDOMFileSystem.cpp switch (m_private->type()) { type 48 Source/web/WebDOMMessageEvent.cpp void WebDOMMessageEvent::initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& webChannels) type 58 Source/web/WebDOMMessageEvent.cpp unwrap<MessageEvent>()->initMessageEvent(type, canBubble, cancelable, messageData, origin, lastEventId, window, ports.release()); type 41 Source/web/WebDOMProgressEvent.cpp WebDOMProgressEvent::WebDOMProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total) type 42 Source/web/WebDOMProgressEvent.cpp : WebDOMEvent(ProgressEvent::create(type, lengthIsComputable, loaded, total)) type 41 Source/web/WebDOMResourceProgressEvent.cpp WebDOMResourceProgressEvent::WebDOMResourceProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total, const WebString& url) type 44 Source/web/WebDOMResourceProgressEvent.cpp assign(ResourceProgressEvent::create(type, lengthIsComputable, loaded, total, url)); type 104 Source/web/WebDataSourceImpl.cpp return toWebNavigationType(triggeringAction().type()); type 129 Source/web/WebDataSourceImpl.cpp WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type) type 131 Source/web/WebDataSourceImpl.cpp switch (type) { type 73 Source/web/WebDataSourceImpl.h static WebNavigationType toWebNavigationType(WebCore::NavigationType type); type 305 Source/web/WebDevToolsAgentImpl.cpp if (WebInputEvent::isGestureEventType(inputEvent.type) && inputEvent.type == WebInputEvent::GestureTap) { type 310 Source/web/WebDevToolsAgentImpl.cpp if (WebInputEvent::isMouseEventType(inputEvent.type) && inputEvent.type != WebInputEvent::MouseEnter) { type 315 Source/web/WebDevToolsAgentImpl.cpp if (WebInputEvent::isTouchEventType(inputEvent.type)) { type 319 Source/web/WebDevToolsAgentImpl.cpp if (WebInputEvent::isKeyboardEventType(inputEvent.type)) { type 511 Source/web/WebDevToolsAgentImpl.cpp if (!webEvent.keyIdentifier[0] && webEvent.type != WebInputEvent::Char) type 94 Source/web/WebDragData.cpp item.stringType = originalItem->type(); type 63 Source/web/WebFormControlElement.cpp return constUnwrap<HTMLFormControlElement>()->type(); type 130 Source/web/WebIDBKey.cpp switch (key->type()) { type 202 Source/web/WebIDBKey.cpp return static_cast<WebIDBKeyType>(m_private->type()); type 76 Source/web/WebIDBKeyPath.cpp return static_cast<WebIDBKeyPathType>(m_private->type()); type 82 Source/web/WebIDBKeyPath.cpp ASSERT(m_private->type() == IDBKeyPath::ArrayType); type 89 Source/web/WebIDBKeyPath.cpp ASSERT(m_private->type() == IDBKeyPath::StringType); type 54 Source/web/WebImageDecoder.cpp void WebImageDecoder::init(Type type) type 58 Source/web/WebImageDecoder.cpp switch (type) { type 103 Source/web/WebInputEventConversion.cpp switch (e.type) { type 170 Source/web/WebInputEventConversion.cpp switch (e.type) { type 263 Source/web/WebInputEventConversion.cpp inline PlatformEvent::Type toPlatformKeyboardEventType(WebInputEvent::Type type) type 265 Source/web/WebInputEventConversion.cpp switch (type) { type 282 Source/web/WebInputEventConversion.cpp m_type = toPlatformKeyboardEventType(e.type); type 324 Source/web/WebInputEventConversion.cpp void PlatformKeyboardEventBuilder::setKeyType(Type type) type 330 Source/web/WebInputEventConversion.cpp ASSERT(type == RawKeyDown || type == Char); type 331 Source/web/WebInputEventConversion.cpp m_type = type; type 333 Source/web/WebInputEventConversion.cpp if (type == RawKeyDown) { type 355 Source/web/WebInputEventConversion.cpp inline PlatformEvent::Type toPlatformTouchEventType(const WebInputEvent::Type type) type 357 Source/web/WebInputEventConversion.cpp switch (type) { type 391 Source/web/WebInputEventConversion.cpp inline WebTouchPoint::State toWebTouchPointState(const AtomicString& type) type 393 Source/web/WebInputEventConversion.cpp if (type == EventTypeNames::touchend) type 395 Source/web/WebInputEventConversion.cpp if (type == EventTypeNames::touchcancel) type 397 Source/web/WebInputEventConversion.cpp if (type == EventTypeNames::touchstart) type 399 Source/web/WebInputEventConversion.cpp if (type == EventTypeNames::touchmove) type 420 Source/web/WebInputEventConversion.cpp m_type = toPlatformTouchEventType(event.type); type 477 Source/web/WebInputEventConversion.cpp if (event.type() == EventTypeNames::mousemove) type 478 Source/web/WebInputEventConversion.cpp type = WebInputEvent::MouseMove; type 479 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::mouseout) type 480 Source/web/WebInputEventConversion.cpp type = WebInputEvent::MouseLeave; type 481 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::mouseover) type 482 Source/web/WebInputEventConversion.cpp type = WebInputEvent::MouseEnter; type 483 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::mousedown) type 484 Source/web/WebInputEventConversion.cpp type = WebInputEvent::MouseDown; type 485 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::mouseup) type 486 Source/web/WebInputEventConversion.cpp type = WebInputEvent::MouseUp; type 487 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::contextmenu) type 488 Source/web/WebInputEventConversion.cpp type = WebInputEvent::ContextMenu; type 529 Source/web/WebInputEventConversion.cpp if (event.touches()->length() || event.type() != EventTypeNames::touchend || !event.changedTouches() || event.changedTouches()->length() != 1) type 537 Source/web/WebInputEventConversion.cpp if (event.type() == EventTypeNames::touchstart) type 538 Source/web/WebInputEventConversion.cpp type = MouseDown; type 539 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::touchmove) type 540 Source/web/WebInputEventConversion.cpp type = MouseMove; type 541 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::touchend) type 542 Source/web/WebInputEventConversion.cpp type = MouseUp; type 550 Source/web/WebInputEventConversion.cpp clickCount = (type == MouseDown || type == MouseUp); type 559 Source/web/WebInputEventConversion.cpp switch (event.type()) { type 561 Source/web/WebInputEventConversion.cpp type = MouseMove; type 564 Source/web/WebInputEventConversion.cpp type = MouseDown; type 567 Source/web/WebInputEventConversion.cpp type = MouseUp; type 571 Source/web/WebInputEventConversion.cpp type = Undefined; type 605 Source/web/WebInputEventConversion.cpp if (event.type() != EventTypeNames::wheel && event.type() != EventTypeNames::mousewheel) type 607 Source/web/WebInputEventConversion.cpp type = WebInputEvent::MouseWheel; type 618 Source/web/WebInputEventConversion.cpp if (event.type() == EventTypeNames::keydown) type 619 Source/web/WebInputEventConversion.cpp type = KeyDown; type 620 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::keyup) type 621 Source/web/WebInputEventConversion.cpp type = WebInputEvent::KeyUp; type 622 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::keypress) type 623 Source/web/WebInputEventConversion.cpp type = WebInputEvent::Char; type 651 Source/web/WebInputEventConversion.cpp WebInputEvent::Type toWebKeyboardEventType(PlatformEvent::Type type) type 653 Source/web/WebInputEventConversion.cpp switch (type) { type 683 Source/web/WebInputEventConversion.cpp type = toWebKeyboardEventType(event.type()); type 723 Source/web/WebInputEventConversion.cpp if (event.type() == EventTypeNames::touchstart) type 724 Source/web/WebInputEventConversion.cpp type = TouchStart; type 725 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::touchmove) type 726 Source/web/WebInputEventConversion.cpp type = TouchMove; type 727 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::touchend) type 728 Source/web/WebInputEventConversion.cpp type = TouchEnd; type 729 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::touchcancel) type 730 Source/web/WebInputEventConversion.cpp type = TouchCancel; type 733 Source/web/WebInputEventConversion.cpp type = Undefined; type 740 Source/web/WebInputEventConversion.cpp addTouchPoints(widget, event.type(), event.touches(), touches, &touchesLength, renderObject); type 741 Source/web/WebInputEventConversion.cpp addTouchPoints(widget, event.type(), event.changedTouches(), changedTouches, &changedTouchesLength, renderObject); type 742 Source/web/WebInputEventConversion.cpp addTouchPoints(widget, event.type(), event.targetTouches(), targetTouches, &targetTouchesLength, renderObject); type 747 Source/web/WebInputEventConversion.cpp if (event.type() == EventTypeNames::gestureshowpress) type 748 Source/web/WebInputEventConversion.cpp type = GestureShowPress; type 749 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::gesturetapdown) type 750 Source/web/WebInputEventConversion.cpp type = GestureTapDown; type 751 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::gesturescrollstart) type 752 Source/web/WebInputEventConversion.cpp type = GestureScrollBegin; type 753 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::gesturescrollend) type 754 Source/web/WebInputEventConversion.cpp type = GestureScrollEnd; type 755 Source/web/WebInputEventConversion.cpp else if (event.type() == EventTypeNames::gesturescrollupdate) { type 756 Source/web/WebInputEventConversion.cpp type = GestureScrollUpdate; type 759 Source/web/WebInputEventConversion.cpp } else if (event.type() == EventTypeNames::gesturetap) { type 760 Source/web/WebInputEventConversion.cpp type = GestureTap; type 41 Source/web/WebInputEventFactoryAndroid.cpp WebKeyboardEvent WebInputEventFactory::keyboardEvent(WebInputEvent::Type type, type 50 Source/web/WebInputEventFactoryAndroid.cpp result.type = type; type 71 Source/web/WebInputEventFactoryAndroid.cpp WebMouseEvent WebInputEventFactory::mouseEvent(MouseEventType type, type 89 Source/web/WebInputEventFactoryAndroid.cpp switch (type) { type 91 Source/web/WebInputEventFactoryAndroid.cpp result.type = WebInputEvent::MouseDown; type 95 Source/web/WebInputEventFactoryAndroid.cpp result.type = WebInputEvent::MouseUp; type 99 Source/web/WebInputEventFactoryAndroid.cpp result.type = WebInputEvent::MouseMove; type 123 Source/web/WebInputEventFactoryAndroid.cpp result.type = WebInputEvent::MouseWheel; type 159 Source/web/WebInputEventFactoryAndroid.cpp WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type, type 166 Source/web/WebInputEventFactoryAndroid.cpp return gestureEvent(type, timeStampSeconds, x, y, modifiers); type 169 Source/web/WebInputEventFactoryAndroid.cpp WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type, type 177 Source/web/WebInputEventFactoryAndroid.cpp result.type = type; type 304 Source/web/WebInputEventFactoryGtk.cpp if (event->type == GDK_KEY_PRESS) type 364 Source/web/WebInputEventFactoryGtk.cpp switch (event->type) { type 366 Source/web/WebInputEventFactoryGtk.cpp result.type = WebInputEvent::KeyUp; type 369 Source/web/WebInputEventFactoryGtk.cpp result.type = WebInputEvent::RawKeyDown; type 425 Source/web/WebInputEventFactoryGtk.cpp result.type = blink::WebInputEvent::Char; type 462 Source/web/WebInputEventFactoryGtk.cpp switch (event->type) { type 464 Source/web/WebInputEventFactoryGtk.cpp result.type = WebInputEvent::MouseDown; type 467 Source/web/WebInputEventFactoryGtk.cpp result.type = WebInputEvent::MouseUp; type 483 Source/web/WebInputEventFactoryGtk.cpp if (result.type == WebInputEvent::MouseDown) { type 516 Source/web/WebInputEventFactoryGtk.cpp switch (event->type) { type 518 Source/web/WebInputEventFactoryGtk.cpp result.type = WebInputEvent::MouseMove; type 551 Source/web/WebInputEventFactoryGtk.cpp switch (event->type) { type 557 Source/web/WebInputEventFactoryGtk.cpp result.type = WebInputEvent::MouseMove; type 583 Source/web/WebInputEventFactoryGtk.cpp result.type = WebInputEvent::MouseWheel; type 151 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::RawKeyDown; type 156 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::KeyUp; type 159 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::Char; type 163 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::Char; type 165 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::Char; type 171 Source/web/WebInputEventFactoryWin.cpp if (result.type == WebInputEvent::Char || result.type == WebInputEvent::RawKeyDown) { type 175 Source/web/WebInputEventFactoryWin.cpp if (result.type != WebInputEvent::Char) type 231 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseMove; type 242 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseLeave; type 250 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseDown; type 255 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseDown; type 260 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseDown; type 264 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseUp; type 268 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseUp; type 272 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseUp; type 312 Source/web/WebInputEventFactoryWin.cpp if (result.type == WebInputEvent::MouseDown) { type 322 Source/web/WebInputEventFactoryWin.cpp } else if (result.type == WebInputEvent::MouseMove type 323 Source/web/WebInputEventFactoryWin.cpp || result.type == WebInputEvent::MouseLeave) { type 359 Source/web/WebInputEventFactoryWin.cpp result.type = WebInputEvent::MouseWheel; type 374 Source/web/WebMediaPlayerClientImpl.cpp bool WebMediaPlayerClientImpl::copyVideoTextureToPlatformTexture(WebGraphicsContext3D* context, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) type 378 Source/web/WebMediaPlayerClientImpl.cpp if (!Extensions3DUtil::canUseCopyTextureCHROMIUM(internalFormat, type, level) || !context->makeContextCurrent()) type 381 Source/web/WebMediaPlayerClientImpl.cpp return m_webMediaPlayer->copyVideoTextureToPlatformTexture(context, texture, level, internalFormat, type, premultiplyAlpha, flipY); type 118 Source/web/WebMediaPlayerClientImpl.h virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) OVERRIDE; type 158 Source/web/WebPagePopupImpl.cpp bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultValue) type 160 Source/web/WebPagePopupImpl.cpp if (type == ContextFeatures::PagePopup) type 57 Source/web/WebPerformance.cpp switch (m_private->navigation()->type()) { type 178 Source/web/WebPluginContainerImpl.cpp if (!WebInputEvent::isUserGestureEventType(webEvent->type)) type 180 Source/web/WebPluginContainerImpl.cpp if (WebInputEvent::isKeyboardEventType(webEvent->type)) type 182 Source/web/WebPluginContainerImpl.cpp switch (webEvent->type) { type 184 Source/web/WebPluginContainerImpl.cpp return event->type() == EventTypeNames::mousedown; type 186 Source/web/WebPluginContainerImpl.cpp return event->type() == EventTypeNames::mouseup; type 188 Source/web/WebPluginContainerImpl.cpp return event->type() == EventTypeNames::touchstart; type 190 Source/web/WebPluginContainerImpl.cpp return event->type() == EventTypeNames::touchend; type 698 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 701 Source/web/WebPluginContainerImpl.cpp if (event->type() == EventTypeNames::mousedown) type 708 Source/web/WebPluginContainerImpl.cpp if (event->type() == EventTypeNames::mousemove) type 710 Source/web/WebPluginContainerImpl.cpp else if (event->type() == EventTypeNames::mouseover) type 712 Source/web/WebPluginContainerImpl.cpp else if (event->type() == EventTypeNames::mouseout) type 734 Source/web/WebPluginContainerImpl.cpp if (event->type() == EventTypeNames::dragenter) type 736 Source/web/WebPluginContainerImpl.cpp else if (event->type() == EventTypeNames::dragleave) type 738 Source/web/WebPluginContainerImpl.cpp else if (event->type() == EventTypeNames::dragover) type 740 Source/web/WebPluginContainerImpl.cpp else if (event->type() == EventTypeNames::drop) type 758 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 769 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 772 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::KeyDown) { type 794 Source/web/WebPluginContainerImpl.cpp && WebInputEvent::isKeyboardEventType(currentInputEvent->type)) { type 816 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 819 Source/web/WebPluginContainerImpl.cpp if (event->type() == EventTypeNames::touchstart) type 845 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 853 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::GestureScrollUpdate || webEvent.type == WebInputEvent::GestureScrollUpdateWithoutPropagation) { type 867 Source/web/WebPluginContainerImpl.cpp if (webEvent.type == WebInputEvent::Undefined) type 246 Source/web/WebPluginScrollbarImpl.cpp switch (event.type) { type 280 Source/web/WebPopupMenuImpl.cpp switch (inputEvent.type) { type 38 Source/web/WebTextInputInfo.cpp return type == other.type type 584 Source/web/WebViewImpl.cpp syntheticGestureEvent.type = WebInputEvent::GestureScrollUpdateWithoutPropagation; type 611 Source/web/WebViewImpl.cpp switch (event.type) { type 642 Source/web/WebViewImpl.cpp switch (event.type) { type 658 Source/web/WebViewImpl.cpp switch (event.type) { type 884 Source/web/WebViewImpl.cpp ASSERT((event.type == WebInputEvent::RawKeyDown) type 885 Source/web/WebViewImpl.cpp || (event.type == WebInputEvent::KeyDown) type 886 Source/web/WebViewImpl.cpp || (event.type == WebInputEvent::KeyUp)); type 907 Source/web/WebViewImpl.cpp if (WebInputEvent::RawKeyDown == event.type) type 927 Source/web/WebViewImpl.cpp if ((isUnmodifiedMenuKey || isShiftF10) && event.type == contextMenuTriggeringEventType) { type 936 Source/web/WebViewImpl.cpp if (WebInputEvent::RawKeyDown == event.type) { type 951 Source/web/WebViewImpl.cpp ASSERT(event.type == WebInputEvent::Char); type 1328 Source/web/WebViewImpl.cpp switch (event.type) { type 1817 Source/web/WebViewImpl.cpp if (isPointerLocked() && WebInputEvent::isMouseEventType(inputEvent.type)) { type 1822 Source/web/WebViewImpl.cpp if (m_mouseCaptureNode && WebInputEvent::isMouseEventType(inputEvent.type)) { type 1823 Source/web/WebViewImpl.cpp TRACE_EVENT1("input", "captured mouse event", "type", inputEvent.type); type 1828 Source/web/WebViewImpl.cpp if (inputEvent.type == WebInputEvent::MouseUp) type 1832 Source/web/WebViewImpl.cpp switch (inputEvent.type) { type 2041 Source/web/WebViewImpl.cpp info.type = textInputType(); type 2042 Source/web/WebViewImpl.cpp if (info.type == WebTextInputTypeNone) type 2807 Source/web/WebViewImpl.cpp if (settingsImpl()->viewportMetaLayoutSizeQuirk() && adjustedDescription.type == ViewportDescription::ViewportMeta) { type 2824 Source/web/WebViewImpl.cpp || (description.maxWidth.type() == Auto && m_pageScaleConstraintsSet.pageDefinedConstraints().initialScale == 1.0f)) type 2966 Source/web/WebViewImpl.cpp switch (action.type) { type 3000 Source/web/WebViewImpl.cpp switch (action.type) { type 3949 Source/web/WebViewImpl.cpp switch (event.type) { type 107 Source/web/tests/ChromeClientImplTest.cpp event.type = WebInputEvent::MouseUp; type 65 Source/web/tests/CustomEventTest.cpp EXPECT_EQ(event->type(), "blah"); type 74 Source/web/tests/KeyboardTest.cpp keyboardEvent->type = WebInputEvent::KeyDown; type 71 Source/web/tests/LinkHighlightTest.cpp touchEvent.type = WebInputEvent::GestureShowPress; type 177 Source/web/tests/LinkHighlightTest.cpp touchEvent.type = WebInputEvent::GestureShowPress; type 46 Source/web/tests/ListenerLeakTest.cpp const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, v8::HeapGraphEdge::Type type, const char* name) type 50 Source/web/tests/ListenerLeakTest.cpp if (prop->GetType() == type) { type 230 Source/web/tests/PopupMenuTest.cpp keyEvent.type = eventType; type 291 Source/web/tests/TouchActionTest.cpp void TouchActionTest::sendTouchEvent(WebView* webView, WebInputEvent::Type type, WebCore::IntPoint clientPoint) type 293 Source/web/tests/TouchActionTest.cpp ASSERT_TRUE(type == WebInputEvent::TouchStart || type == WebInputEvent::TouchCancel); type 296 Source/web/tests/TouchActionTest.cpp webTouchEvent.type = type; type 298 Source/web/tests/TouchActionTest.cpp webTouchEvent.touches[0].state = (type == WebInputEvent::TouchStart ? type 3854 Source/web/tests/WebFrameTest.cpp event.type = WebInputEvent::GestureTap; type 4322 Source/web/tests/WebFrameTest.cpp void kick(int misspellingStartOffset, int misspellingLength, WebTextDecorationType type) type 4328 Source/web/tests/WebFrameTest.cpp results.append(WebTextCheckingResult(type, misspellingStartOffset, misspellingLength)); type 4441 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(DocumentMarker::Spelling, document->markers().markers()[0]->type()); type 4448 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(DocumentMarker::Grammar, document->markers().markers()[0]->type()); type 4455 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(DocumentMarker::InvisibleSpellcheck, document->markers().markers()[0]->type()); type 90 Source/web/tests/WebInputEventConversionTest.cpp EXPECT_EQ(WebInputEvent::Undefined, mouse.type); type 116 Source/web/tests/WebInputEventConversionTest.cpp webMouseEvent.type = WebInputEvent::MouseMove; type 137 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureScrollUpdate; type 156 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTap; type 167 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTapUnconfirmed; type 178 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTapDown; type 189 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureShowPress; type 200 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureLongPress; type 211 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTwoFingerTap; type 222 Source/web/tests/WebInputEventConversionTest.cpp webTouchEvent.type = WebInputEvent::TouchMove; type 322 Source/web/tests/WebInputEventConversionTest.cpp webMouseEvent.type = WebInputEvent::MouseMove; type 343 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureScrollUpdate; type 362 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTap; type 373 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTapUnconfirmed; type 384 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTapDown; type 395 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureShowPress; type 406 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureLongPress; type 417 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTwoFingerTap; type 428 Source/web/tests/WebInputEventConversionTest.cpp webTouchEvent.type = WebInputEvent::TouchMove; type 468 Source/web/tests/WebInputEventConversionTest.cpp webGestureEvent.type = WebInputEvent::GestureTap; type 486 Source/web/tests/WebInputEventConversionTest.cpp EXPECT_EQ(webGestureEvent.type, recreatedWebGestureEvent.type); type 52 Source/web/tests/WebInputEventFactoryTestGtk.cpp firstClick.type = GDK_BUTTON_PRESS; type 121 Source/web/tests/WebInputEventFactoryTestGtk.cpp mouseDown.type = GDK_BUTTON_PRESS; type 132 Source/web/tests/WebInputEventFactoryTestGtk.cpp mouseUp.type = GDK_BUTTON_RELEASE; type 155 Source/web/tests/WebInputEventFactoryTestGtk.cpp mouseMove.type = GDK_MOTION_NOTIFY; type 186 Source/web/tests/WebInputEventFactoryTestGtk.cpp gdkEvent.type = GDK_KEY_PRESS; type 127 Source/web/tests/WebViewTest.cpp if (event.type == WebInputEvent::GestureTap) { type 130 Source/web/tests/WebViewTest.cpp } else if (event.type == WebInputEvent::GestureLongPress) { type 475 Source/web/tests/WebViewTest.cpp EXPECT_EQ(expectedType, webView->textInputInfo().type); type 938 Source/web/tests/WebViewTest.cpp static bool tapElementById(WebView* webView, WebInputEvent::Type type, const WebString& id) type 949 Source/web/tests/WebViewTest.cpp event.type = type; type 1001 Source/web/tests/WebViewTest.cpp event.type = WebInputEvent::GestureTap; type 1015 Source/web/tests/WebViewTest.cpp event.type = WebInputEvent::GestureTap; type 1023 Source/web/tests/WebViewTest.cpp event.type = WebInputEvent::GestureLongPress; type 1121 Source/web/tests/WebViewTest.cpp event.type = WebInputEvent::GestureShowPress; type 1355 Source/web/tests/WebViewTest.cpp keyEvent.type = WebInputEvent::RawKeyDown; type 1359 Source/web/tests/WebViewTest.cpp keyEvent.type = WebInputEvent::KeyUp; type 31 Source/wtf/Alignment.h #define WTF_ALIGN_OF(type) __alignof__(type) type 34 Source/wtf/Alignment.h #define WTF_ALIGN_OF(type) __alignof(type) type 60 Source/wtf/ArrayBufferView.cpp switch (type()) { type 54 Source/wtf/ArrayBufferView.h virtual ViewType type() const = 0; type 33 Source/wtf/CheckedArithmeticTest.cpp #define CheckedArithmeticTest(type, coerceLiteral, MixedSignednessTest) \ type 34 Source/wtf/CheckedArithmeticTest.cpp TEST(WTF, Checked_##type) \ type 36 Source/wtf/CheckedArithmeticTest.cpp Checked<type, RecordOverflow> value; \ type 38 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(std::numeric_limits<type>::max(), (value + std::numeric_limits<type>::max()).unsafeGet()); \ type 39 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(std::numeric_limits<type>::max(), (std::numeric_limits<type>::max() + value).unsafeGet()); \ type 40 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(std::numeric_limits<type>::min(), (value + std::numeric_limits<type>::min()).unsafeGet()); \ type 41 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(std::numeric_limits<type>::min(), (std::numeric_limits<type>::min() + value).unsafeGet()); \ type 62 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::min(); \ type 63 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, (Checked<type, RecordOverflow>(value - coerceLiteral(1))).hasOverflowed()); \ type 66 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::max(); \ type 68 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, (Checked<type, RecordOverflow>(value + coerceLiteral(1))).hasOverflowed()); \ type 71 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::max(); \ type 75 Source/wtf/CheckedArithmeticTest.cpp type _value = 0; \ type 76 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(0)).safeGet(_value)); \ type 78 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(0) * value).safeGet(_value)); \ type 80 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \ type 82 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * value).safeGet(_value)); \ type 85 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \ type 87 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * value).safeGet(_value)); \ type 90 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \ type 92 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * value).safeGet(_value)); \ type 95 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \ type 97 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * (type)0).safeGet(_value)); \ type 100 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \ type 102 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * (type)1).safeGet(_value)); \ type 105 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \ type 107 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, CheckedState::DidOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * (type)2).safeGet(_value)); \ type 109 Source/wtf/CheckedArithmeticTest.cpp EXPECT_EQ(true, (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).hasOverflowed()); \ type 114 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::min(); \ type 115 Source/wtf/CheckedArithmeticTest.cpp MixedSignednessTest(EXPECT_EQ(true, (Checked<type, RecordOverflow>(value - 1)).hasOverflowed())); \ type 118 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::max(); \ type 120 Source/wtf/CheckedArithmeticTest.cpp MixedSignednessTest(EXPECT_EQ(true, (Checked<type, RecordOverflow>(value + 1)).hasOverflowed())); \ type 123 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::max(); \ type 126 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::min(); \ type 130 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::max(); \ type 132 Source/wtf/CheckedArithmeticTest.cpp MixedSignednessTest(EXPECT_EQ(true, (Checked<type, RecordOverflow>(value + 1U)).hasOverflowed())); \ type 135 Source/wtf/CheckedArithmeticTest.cpp value = std::numeric_limits<type>::max(); \ type 57 Source/wtf/Float32Array.h virtual ViewType type() const OVERRIDE type 57 Source/wtf/Float64Array.h virtual ViewType type() const OVERRIDE type 51 Source/wtf/Int16Array.h virtual ViewType type() const OVERRIDE type 50 Source/wtf/Int32Array.h virtual ViewType type() const OVERRIDE type 52 Source/wtf/Int8Array.h virtual ViewType type() const OVERRIDE type 54 Source/wtf/StaticConstructors.h #define DEFINE_GLOBAL(type, name, ...) \ type 55 Source/wtf/StaticConstructors.h const type name; type 60 Source/wtf/StaticConstructors.h #define DEFINE_GLOBAL(type, name, ...) \ type 61 Source/wtf/StaticConstructors.h void * name[(sizeof(type) + sizeof(void *) - 1) / sizeof(void *)]; type 36 Source/wtf/StdLibExtras.h #define DEFINE_STATIC_LOCAL(type, name, arguments) \ type 37 Source/wtf/StdLibExtras.h static type& name = *new type arguments type 45 Source/wtf/StdLibExtras.h #define DEFINE_STATIC_REF(type, name, arguments) \ type 46 Source/wtf/StdLibExtras.h static type* name = PassRefPtr<type>(arguments).leakRef(); type 54 Source/wtf/StdLibExtras.h #define DEFINE_DEBUG_ONLY_GLOBAL(type, name, arguments) \ type 58 Source/wtf/StdLibExtras.h static type name arguments; \ type 61 Source/wtf/StdLibExtras.h #define DEFINE_DEBUG_ONLY_GLOBAL(type, name, arguments) \ type 62 Source/wtf/StdLibExtras.h static type name arguments; type 65 Source/wtf/StdLibExtras.h #define DEFINE_DEBUG_ONLY_GLOBAL(type, name, arguments) type 52 Source/wtf/Uint16Array.h virtual ViewType type() const OVERRIDE type 52 Source/wtf/Uint32Array.h virtual ViewType type() const OVERRIDE type 52 Source/wtf/Uint8Array.h virtual ViewType type() const OVERRIDE type 57 Source/wtf/Uint8ClampedArray.h virtual ViewType type() const OVERRIDE type 52 public/platform/WebAnimationCurve.h virtual AnimationCurveType type() const = 0; type 50 public/platform/WebBlobData.h enum { TypeData, TypeFile, TypeBlob, TypeFileSystemURL } type; type 21 public/platform/WebBlobInfo.h WebBlobInfo(const WebString& uuid, const WebString& type, long long size) type 24 public/platform/WebBlobInfo.h , m_type(type) type 29 public/platform/WebBlobInfo.h WebBlobInfo(const WebString& uuid, const WebString& filePath, const WebString& fileName, const WebString& type) type 32 public/platform/WebBlobInfo.h , m_type(type) type 39 public/platform/WebBlobInfo.h WebBlobInfo(const WebString& uuid, const WebString& filePath, const WebString& fileName, const WebString& type, double lastModified, long long size) type 42 public/platform/WebBlobInfo.h , m_type(type) type 57 public/platform/WebBlobInfo.h const WebString& type() const type 82 public/platform/WebClipboard.h Buffer, const WebString& type) { return WebString(); } type 56 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const = 0; type 66 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeAesCbcParams; } type 97 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeAesCtrParams; } type 114 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeAesKeyGenParams; } type 129 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeHmacImportParams; } type 142 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeHmacKeyGenParams; } type 161 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeRsaKeyGenParams; } type 184 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeAesGcmParams; } type 209 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeRsaHashedImportParams; } type 221 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeRsaHashedKeyGenParams; } type 238 public/platform/WebCryptoAlgorithmParams.h virtual WebCryptoAlgorithmParamsType type() const { return WebCryptoAlgorithmParamsTypeRsaOaepParams; } type 113 public/platform/WebCryptoKey.h BLINK_PLATFORM_EXPORT WebCryptoKeyType type() const; type 54 public/platform/WebCryptoKeyAlgorithmParams.h virtual WebCryptoKeyAlgorithmParamsType type() const type 72 public/platform/WebCryptoKeyAlgorithmParams.h virtual WebCryptoKeyAlgorithmParamsType type() const type 99 public/platform/WebCryptoKeyAlgorithmParams.h virtual WebCryptoKeyAlgorithmParamsType type() const type 127 public/platform/WebCryptoKeyAlgorithmParams.h virtual WebCryptoKeyAlgorithmParamsType type() const type 150 public/platform/WebCryptoKeyAlgorithmParams.h virtual WebCryptoKeyAlgorithmParamsType type() const type 96 public/platform/WebCursorInfo.h Type type; type 109 public/platform/WebCursorInfo.h explicit WebCursorInfo(Type type = TypePointer) type 110 public/platform/WebCursorInfo.h : type(type) type 53 public/platform/WebFileInfo.h Type type; type 57 public/platform/WebFileInfo.h WebFileInfo() : modificationTime(0.0), length(-1), type(TypeUnknown) { } type 78 public/platform/WebGraphicsContext3D.h WGC3Denum type; type 189 public/platform/WebGraphicsContext3D.h virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) = 0; type 248 public/platform/WebGraphicsContext3D.h virtual void drawElements(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dintptr offset) = 0; type 300 public/platform/WebGraphicsContext3D.h virtual void readPixels(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, void* pixels) = 0; type 315 public/platform/WebGraphicsContext3D.h virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) = 0; type 320 public/platform/WebGraphicsContext3D.h virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) = 0; type 353 public/platform/WebGraphicsContext3D.h virtual void vertexAttribPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized, type 448 public/platform/WebGraphicsContext3D.h virtual void asyncTexImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) { } type 449 public/platform/WebGraphicsContext3D.h virtual void asyncTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { } type 466 public/platform/WebGraphicsContext3D.h virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dintptr offset, WGC3Dsizei primcount) { } type 52 public/platform/WebHTTPBody.h enum Type { TypeData, TypeFile, TypeBlob, TypeFileSystemURL } type; type 146 public/platform/WebMediaPlayer.h virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, unsigned texture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) { return false; } type 61 public/platform/WebMediaSource.h virtual AddStatus addSourceBuffer(const WebString& type, const WebVector<WebString>& codecs, const FrameProcessorChoice, WebSourceBuffer**) = 0; type 93 public/platform/WebMediaStreamSource.h BLINK_PLATFORM_EXPORT Type type() const; type 69 public/platform/WebRTCSessionDescription.h BLINK_PLATFORM_EXPORT void initialize(const WebString& type, const WebString& sdp); type 73 public/platform/WebRTCSessionDescription.h BLINK_PLATFORM_EXPORT WebString type() const; type 79 public/platform/WebRTCSessionDescription.h WebRTCSessionDescription(WebString type, WebString sdp) type 81 public/platform/WebRTCSessionDescription.h this->initialize(type, sdp); type 54 public/platform/WebRTCStatsResponse.h BLINK_PLATFORM_EXPORT size_t addReport(WebString id, WebString type, double timestamp); type 43 public/web/WebDOMCustomEvent.h BLINK_EXPORT void initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData); type 69 public/web/WebDOMEvent.h BLINK_EXPORT WebString type() const; type 89 public/web/WebDOMFileSystem.h BLINK_EXPORT WebFileSystem::Type type() const; type 50 public/web/WebDOMMessageEvent.h BLINK_EXPORT void initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& channels = WebMessagePortChannelArray()); type 43 public/web/WebDOMProgressEvent.h BLINK_EXPORT WebDOMProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total); type 43 public/web/WebDOMResourceProgressEvent.h BLINK_EXPORT WebDOMResourceProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total, const WebString& url); type 41 public/web/WebDateTimeChooserParams.h WebDateTimeInputType type; type 57 public/web/WebIconURL.h WebIconURL(const WebURL& url, Type type) type 58 public/web/WebIconURL.h : m_iconType(type) type 54 public/web/WebImageDecoder.h explicit WebImageDecoder(Type type) { init(type); } type 83 public/web/WebImageDecoder.h BLINK_EXPORT void init(Type type); type 182 public/web/WebInputEvent.h Type type; type 186 public/web/WebInputEvent.h static bool isMouseEventType(int type) type 188 public/web/WebInputEvent.h return MouseTypeFirst <= type && type <= MouseTypeLast; type 192 public/web/WebInputEvent.h static bool isKeyboardEventType(int type) type 194 public/web/WebInputEvent.h return KeyboardTypeFirst <= type && type <= KeyboardTypeLast; type 198 public/web/WebInputEvent.h static bool isTouchEventType(int type) type 200 public/web/WebInputEvent.h return TouchTypeFirst <= type && type <= TouchTypeLast; type 204 public/web/WebInputEvent.h static bool isUserGestureEventType(int type) type 206 public/web/WebInputEvent.h return isKeyboardEventType(type) type 207 public/web/WebInputEvent.h || type == MouseDown type 208 public/web/WebInputEvent.h || type == MouseUp type 209 public/web/WebInputEvent.h || type == TouchStart type 210 public/web/WebInputEvent.h || type == TouchEnd; type 214 public/web/WebInputEvent.h static bool isGestureEventType(int type) type 216 public/web/WebInputEvent.h return GestureTypeFirst <= type && type <= GestureTypeLast; type 225 public/web/WebInputEvent.h type = Undefined; type 46 public/web/WebMediaPlayerAction.h Type type; type 50 public/web/WebMediaPlayerAction.h : type(Unknown), enable(false) { } type 51 public/web/WebMediaPlayerAction.h WebMediaPlayerAction(Type type, bool enable) type 52 public/web/WebMediaPlayerAction.h : type(type), enable(enable) { } type 51 public/web/WebMenuItemInfo.h : type(Option) type 62 public/web/WebMenuItemInfo.h Type type; type 169 public/web/WebPlugin.h virtual void rotateView(RotationType type) { } type 44 public/web/WebPluginAction.h Type type; type 48 public/web/WebPluginAction.h : type(Unknown), enable(false) { } type 49 public/web/WebPluginAction.h WebPluginAction(Type type, bool enable) type 50 public/web/WebPluginAction.h : type(type), enable(enable) { } type 35 public/web/WebTextInputInfo.h WebTextInputType type; type 61 public/web/WebTextInputInfo.h : type(WebTextInputTypeNone)