Type              219 Source/bindings/templates/attributes.cpp     {# Type checking #}
Type              221 Source/bindings/templates/attributes.cpp     {# Type checking for interface types (if interface not implemented, throw
Type              187 Source/bindings/templates/interface.cpp     {# Type checking for interface types (if interface not implemented, throw
Type               96 Source/bindings/templates/methods.cpp {# Type checking for wrapper interface types (if interface not implemented,
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              258 Source/core/css/CSSCalculationValue.cpp     virtual Type type() const OVERRIDE { return CssCalcPrimitiveValue; }
Type              452 Source/core/css/CSSCalculationValue.cpp     virtual Type type() const OVERRIDE { return CssCalcBinaryOperation; }
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               51 Source/core/css/CSSFilterRule.h     virtual CSSRule::Type type() const OVERRIDE { return WEBKIT_FILTER_RULE; }
Type               43 Source/core/css/CSSFontFaceRule.h     virtual CSSRule::Type type() const OVERRIDE { return FONT_FACE_RULE; }
Type               58 Source/core/css/CSSGrammar.y #define YYPRINT(File,Type,Value) if (isCSSTokenAString(Type)) YYFPRINTF(File, "%s", String((Value).string).utf8().data())
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              107 Source/core/css/CSSPropertySourceData.h     static PassRefPtrWillBeRawPtr<CSSRuleSourceData> create(Type type)
Type              117 Source/core/css/CSSPropertySourceData.h     CSSRuleSourceData(Type type)
Type              126 Source/core/css/CSSPropertySourceData.h     Type type;
Type               40 Source/core/css/CSSRule.cpp COMPILE_ASSERT(StyleRuleBase::Viewport == static_cast<StyleRuleBase::Type>(CSSRule::VIEWPORT_RULE), enums_should_match);
Type               60 Source/core/css/CSSRule.h     virtual Type type() const = 0;
Type               43 Source/core/css/CSSStyleRule.h     virtual CSSRule::Type type() const OVERRIDE { return STYLE_RULE; }
Type               48 Source/core/css/CSSSupportsRule.h     virtual CSSRule::Type type() const OVERRIDE { return SUPPORTS_RULE; }
Type               34 Source/core/css/CSSUnknownRule.h     virtual CSSRule::Type type() const OVERRIDE { return UNKNOWN_RULE; }
Type               97 Source/core/css/CSSValue.cpp CSSValue::Type CSSValue::cssValueType() const
Type               67 Source/core/css/CSSValue.h     Type cssValueType() const;
Type               51 Source/core/css/CSSViewportRule.h     virtual CSSRule::Type type() const OVERRIDE { return VIEWPORT_RULE; }
Type              199 Source/core/css/ElementRuleCollector.cpp         CSSRule::Type cssRuleType = cssRule->type();
Type              336 Source/core/css/StyleRule.cpp StyleRuleGroup::StyleRuleGroup(Type type, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& adoptRule)
Type               56 Source/core/css/StyleRule.h     Type type() const { return static_cast<Type>(m_type); }
Type               88 Source/core/css/StyleRule.h     StyleRuleBase(Type type) : m_type(type) { }
Type              188 Source/core/css/StyleRule.h     StyleRuleGroup(Type, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& adoptRule);
Type              283 Source/core/css/StyleRule.h #define DEFINE_STYLE_RULE_TYPE_CASTS(Type) \
Type              284 Source/core/css/StyleRule.h     DEFINE_TYPE_CASTS(StyleRule##Type, StyleRuleBase, rule, rule->is##Type##Rule(), rule.is##Type##Rule())
Type             2114 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::startRuleHeader(CSSRuleSourceData::Type ruleType)
Type              206 Source/core/css/parser/BisonCSSParser.h     void startRuleHeader(CSSRuleSourceData::Type);
Type              279 Source/core/css/parser/BisonCSSParser.h     CSSRuleSourceData::Type m_ruleHeaderType;
Type               54 Source/core/css/parser/CSSParserObserver.h     virtual void startRuleHeader(CSSRuleSourceData::Type, unsigned offset) = 0;
Type               44 Source/core/dom/ContextLifecycleObserver.cpp ContextLifecycleObserver::ContextLifecycleObserver(ExecutionContext* executionContext, Type type)
Type               41 Source/core/dom/ContextLifecycleObserver.h     explicit ContextLifecycleObserver(ExecutionContext*, Type = GenericType);
Type              381 Source/core/dom/CrossThreadTask.h     return CrossThreadTask1<typename CrossThreadCopier<P1>::Type, MP1>::create(
Type              391 Source/core/dom/CrossThreadTask.h     return CrossThreadTask2<typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2>::create(
Type              401 Source/core/dom/CrossThreadTask.h     return CrossThreadTask3<typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3>::create(
Type              412 Source/core/dom/CrossThreadTask.h     return CrossThreadTask4<typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3,
Type              413 Source/core/dom/CrossThreadTask.h         typename CrossThreadCopier<P4>::Type, MP4>::create(
Type              424 Source/core/dom/CrossThreadTask.h     return CrossThreadTask5<typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3,
Type              425 Source/core/dom/CrossThreadTask.h         typename CrossThreadCopier<P4>::Type, MP4, typename CrossThreadCopier<P5>::Type, MP5>::create(
Type              437 Source/core/dom/CrossThreadTask.h     return CrossThreadTask6<typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3,
Type              438 Source/core/dom/CrossThreadTask.h         typename CrossThreadCopier<P4>::Type, MP4, typename CrossThreadCopier<P5>::Type, MP5, typename CrossThreadCopier<P6>::Type, MP6>::create(
Type              450 Source/core/dom/CrossThreadTask.h     return CrossThreadTask7<typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3,
Type              451 Source/core/dom/CrossThreadTask.h         typename CrossThreadCopier<P4>::Type, MP4, typename CrossThreadCopier<P5>::Type, MP5, typename CrossThreadCopier<P6>::Type, MP6,
Type              452 Source/core/dom/CrossThreadTask.h         typename CrossThreadCopier<P7>::Type, MP7>::create(
Type              465 Source/core/dom/CrossThreadTask.h     return CrossThreadTask8<typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3,
Type              466 Source/core/dom/CrossThreadTask.h     typename CrossThreadCopier<P4>::Type, MP4, typename CrossThreadCopier<P5>::Type, MP5, typename CrossThreadCopier<P6>::Type, MP6,
Type              467 Source/core/dom/CrossThreadTask.h     typename CrossThreadCopier<P7>::Type, MP7, typename CrossThreadCopier<P8>::Type, MP8>::create(
Type             3046 Source/core/dom/Document.cpp bool Document::shouldMergeWithLegacyDescription(ViewportDescription::Type origin)
Type              283 Source/core/dom/Document.h     bool shouldMergeWithLegacyDescription(ViewportDescription::Type);
Type              284 Source/core/dom/Document.h     bool shouldOverrideLegacyDescription(ViewportDescription::Type);
Type             1378 Source/core/dom/Document.h inline bool Document::shouldOverrideLegacyDescription(ViewportDescription::Type origin)
Type              101 Source/core/dom/StyleSheetCandidate.cpp StyleSheetCandidate::Type StyleSheetCandidate::typeOf(Node& node)
Type               69 Source/core/dom/StyleSheetCandidate.h     static Type typeOf(Node&);
Type               72 Source/core/dom/StyleSheetCandidate.h     Type m_type;
Type               61 Source/core/dom/ViewportDescription.h     ViewportDescription(Type type = UserAgentStyleSheet)
Type              100 Source/core/editing/InsertListCommand.cpp InsertListCommand::InsertListCommand(Document& document, Type type)
Type               39 Source/core/editing/InsertListCommand.h     static PassRefPtr<InsertListCommand> create(Document& document, Type listType)
Type               47 Source/core/editing/InsertListCommand.h     InsertListCommand(Document&, Type);
Type               59 Source/core/editing/InsertListCommand.h     Type m_type;
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               60 Source/core/events/EventListener.h         Type m_type;
Type               31 Source/core/events/KeyboardEvent.cpp static inline const AtomicString& eventTypeForKeyboardEventType(PlatformEvent::Type type)
Type               33 Source/core/fetch/DocumentResource.cpp DocumentResource::DocumentResource(const ResourceRequest& request, Type type)
Type               39 Source/core/fetch/DocumentResource.h     DocumentResource(const ResourceRequest&, Type);
Type               49 Source/core/fetch/MemoryCacheTest.cpp         FakeDecodedResource(const ResourceRequest& request, Type type)
Type               69 Source/core/fetch/MemoryCacheTest.cpp         FakeResource(const ResourceRequest& request, Type type)
Type               36 Source/core/fetch/RawResource.cpp RawResource::RawResource(const ResourceRequest& resourceRequest, Type type)
Type               37 Source/core/fetch/RawResource.h     RawResource(const ResourceRequest&, Type);
Type               62 Source/core/fetch/RawResource.h     Resource::Type type = resource.type();
Type               96 Source/core/fetch/Resource.cpp Resource::Resource(const ResourceRequest& request, Type type)
Type              440 Source/core/fetch/Resource.cpp static bool shouldSendCachedDataSynchronouslyForType(Resource::Type type)
Type              918 Source/core/fetch/Resource.cpp const char* Resource::resourceTypeToString(Type type, const FetchInitiatorInfo& initiatorInfo)
Type              953 Source/core/fetch/Resource.cpp const char* ResourceTypeName(Resource::Type type)
Type               86 Source/core/fetch/Resource.h     Resource(const ResourceRequest&, Type);
Type              116 Source/core/fetch/Resource.h     Type type() const { return static_cast<Type>(m_type); }
Type              244 Source/core/fetch/Resource.h     static const char* resourceTypeToString(Type, const FetchInitiatorInfo&);
Type              402 Source/core/fetch/Resource.h const char* ResourceTypeName(Resource::Type);
Type               76 Source/core/fetch/ResourceFetcher.cpp static Resource* createResource(Resource::Type type, const ResourceRequest& request, const String& charset)
Type              109 Source/core/fetch/ResourceFetcher.cpp static ResourceLoadPriority loadPriority(Resource::Type type, const FetchRequest& request)
Type              187 Source/core/fetch/ResourceFetcher.cpp static ResourceRequest::TargetType requestTargetType(const ResourceFetcher* fetcher, const ResourceRequest& request, Resource::Type type)
Type              358 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> ResourceFetcher::fetchLinkResource(Resource::Type type, FetchRequest& request)
Type              395 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::checkInsecureContent(Resource::Type type, const KURL& url, MixedContentBlockingTreatment treatment) const
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              575 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::shouldLoadNewResource(Resource::Type type) const
Type              597 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> ResourceFetcher::requestResource(Resource::Type type, FetchRequest& request)
Type              725 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::determineTargetType(ResourceRequest& request, Resource::Type type)
Type              731 Source/core/fetch/ResourceFetcher.cpp ResourceRequestCachePolicy ResourceFetcher::resourceRequestCachePolicy(const ResourceRequest& request, Resource::Type type)
Type              761 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::addAdditionalRequestHeaders(ResourceRequest& request, Resource::Type type)
Type              812 Source/core/fetch/ResourceFetcher.cpp ResourcePtr<Resource> ResourceFetcher::loadResource(Resource::Type type, FetchRequest& request, const String& charset)
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             1116 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::preload(Resource::Type type, FetchRequest& request, const String& charset)
Type             1121 Source/core/fetch/ResourceFetcher.cpp void ResourceFetcher::requestPreload(Resource::Type type, FetchRequest& request, const String& charset)
Type               94 Source/core/fetch/ResourceFetcher.h     ResourcePtr<Resource> fetchLinkResource(Resource::Type, FetchRequest&);
Type              127 Source/core/fetch/ResourceFetcher.h     void preload(Resource::Type, FetchRequest&, const String& charset);
Type              163 Source/core/fetch/ResourceFetcher.h     bool shouldLoadNewResource(Resource::Type) const;
Type              165 Source/core/fetch/ResourceFetcher.h     ResourcePtr<Resource> requestResource(Resource::Type, FetchRequest&);
Type              167 Source/core/fetch/ResourceFetcher.h     ResourcePtr<Resource> loadResource(Resource::Type, FetchRequest&, const String& charset);
Type              171 Source/core/fetch/ResourceFetcher.h     void requestPreload(Resource::Type, FetchRequest&, const String& charset);
Type              174 Source/core/fetch/ResourceFetcher.h     RevalidationPolicy determineRevalidationPolicy(Resource::Type, ResourceRequest&, bool forPreload, Resource* existingResource, FetchRequest::DeferOption, const ResourceLoaderOptions&) const;
Type              176 Source/core/fetch/ResourceFetcher.h     void determineTargetType(ResourceRequest&, Resource::Type);
Type              177 Source/core/fetch/ResourceFetcher.h     ResourceRequestCachePolicy resourceRequestCachePolicy(const ResourceRequest&, Resource::Type);
Type              178 Source/core/fetch/ResourceFetcher.h     void addAdditionalRequestHeaders(ResourceRequest&, Resource::Type);
Type              180 Source/core/fetch/ResourceFetcher.h     bool canRequest(Resource::Type, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const;
Type              181 Source/core/fetch/ResourceFetcher.h     bool checkInsecureContent(Resource::Type, const KURL&, MixedContentBlockingTreatment) const;
Type               44 Source/core/fetch/StyleSheetResource.h     StyleSheetResource(const ResourceRequest& request, Type type)
Type               38 Source/core/frame/BarProp.cpp BarProp::BarProp(LocalFrame* frame, Type type)
Type               46 Source/core/frame/BarProp.h         static PassRefPtrWillBeRawPtr<BarProp> create(LocalFrame* frame, Type type)
Type               56 Source/core/frame/BarProp.h         BarProp(LocalFrame*, Type);
Type               57 Source/core/frame/BarProp.h         Type m_type;
Type               76 Source/core/html/HTMLButtonElement.h     Type m_type;
Type               66 Source/core/html/HTMLLinkElement.h     virtual Type type() const OVERRIDE { return Style; }
Type              387 Source/core/html/HTMLMetaElement-in.cpp void HTMLMetaElement::processViewportContentAttribute(const String& content, ViewportDescription::Type origin)
Type               67 Source/core/html/HTMLMetaElement.h     void processViewportContentAttribute(const String& content, ViewportDescription::Type origin);
Type               56 Source/core/html/LinkResource.h     virtual Type type() const = 0;
Type               83 Source/core/html/canvas/CanvasStyle.cpp CanvasStyle::CanvasStyle(Type type, float overrideAlpha)
Type               71 Source/core/html/canvas/CanvasStyle.h         CanvasStyle(Type, float overrideAlpha = 0);
Type               79 Source/core/html/canvas/CanvasStyle.h         Type m_type;
Type              202 Source/core/html/canvas/WebGLGetInfo.cpp WebGLGetInfo::Type WebGLGetInfo::getType() const
Type               95 Source/core/html/canvas/WebGLGetInfo.h     Type getType() const;
Type              117 Source/core/html/canvas/WebGLGetInfo.h     Type m_type;
Type               55 Source/core/html/forms/FormController.h     explicit FormControlState(Type type) : m_type(type) { }
Type               57 Source/core/html/forms/FormController.h     Type m_type;
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              183 Source/core/html/parser/AtomicHTMLToken.h     explicit AtomicHTMLToken(HTMLToken::Type type)
Type              189 Source/core/html/parser/AtomicHTMLToken.h     AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>())
Type              199 Source/core/html/parser/AtomicHTMLToken.h     HTMLToken::Type m_type;
Type               55 Source/core/html/parser/CompactHTMLToken.h     HTMLToken::Type type() const { return static_cast<HTMLToken::Type>(m_type); }
Type              228 Source/core/html/parser/HTMLPreloadScanner.cpp     Resource::Type resourceType() const
Type               38 Source/core/html/parser/HTMLResourcePreloader.h     static PassOwnPtr<PreloadRequest> create(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType)
Type               56 Source/core/html/parser/HTMLResourcePreloader.h     Resource::Type resourceType() const { return m_resourceType; }
Type               59 Source/core/html/parser/HTMLResourcePreloader.h     PreloadRequest(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType)
Type               78 Source/core/html/parser/HTMLResourcePreloader.h     Resource::Type m_resourceType;
Type              116 Source/core/html/parser/HTMLToken.h     Type type() const { return m_type; }
Type              442 Source/core/html/parser/HTMLToken.h     Type m_type;
Type               36 Source/core/html/track/TrackBase.cpp TrackBase::TrackBase(Type type, const AtomicString& label, const AtomicString& language, const AtomicString& id)
Type               39 Source/core/html/track/TrackBase.h     Type type() const { return m_type; }
Type               54 Source/core/html/track/TrackBase.h     TrackBase(Type, const AtomicString& label, const AtomicString& language, const AtomicString& id);
Type               60 Source/core/html/track/TrackBase.h     Type m_type;
Type               51 Source/core/html/track/vtt/VTTToken.h     VTTToken() : m_type(Type::Uninitialized) { }
Type               55 Source/core/html/track/vtt/VTTToken.h         return VTTToken(Type::Character, characterData);
Type               59 Source/core/html/track/vtt/VTTToken.h         VTTToken token(Type::StartTag, tagName);
Type               66 Source/core/html/track/vtt/VTTToken.h         return VTTToken(Type::EndTag, tagName);
Type               70 Source/core/html/track/vtt/VTTToken.h         return VTTToken(Type::TimestampTag, timestampData);
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               84 Source/core/html/track/vtt/VTTToken.h     Type::Type m_type;
Type              160 Source/core/inspector/ConsoleMessage.cpp static TypeBuilder::Console::ConsoleMessage::Type::Enum messageTypeValue(MessageType type)
Type              163 Source/core/inspector/ConsoleMessage.cpp     case LogMessageType: return TypeBuilder::Console::ConsoleMessage::Type::Log;
Type              164 Source/core/inspector/ConsoleMessage.cpp     case ClearMessageType: return TypeBuilder::Console::ConsoleMessage::Type::Clear;
Type              165 Source/core/inspector/ConsoleMessage.cpp     case DirMessageType: return TypeBuilder::Console::ConsoleMessage::Type::Dir;
Type              166 Source/core/inspector/ConsoleMessage.cpp     case DirXMLMessageType: return TypeBuilder::Console::ConsoleMessage::Type::Dirxml;
Type              167 Source/core/inspector/ConsoleMessage.cpp     case TableMessageType: return TypeBuilder::Console::ConsoleMessage::Type::Table;
Type              168 Source/core/inspector/ConsoleMessage.cpp     case TraceMessageType: return TypeBuilder::Console::ConsoleMessage::Type::Trace;
Type              169 Source/core/inspector/ConsoleMessage.cpp     case StartGroupMessageType: return TypeBuilder::Console::ConsoleMessage::Type::StartGroup;
Type              170 Source/core/inspector/ConsoleMessage.cpp     case StartGroupCollapsedMessageType: return TypeBuilder::Console::ConsoleMessage::Type::StartGroupCollapsed;
Type              171 Source/core/inspector/ConsoleMessage.cpp     case EndGroupMessageType: return TypeBuilder::Console::ConsoleMessage::Type::EndGroup;
Type              172 Source/core/inspector/ConsoleMessage.cpp     case AssertMessageType: return TypeBuilder::Console::ConsoleMessage::Type::Assert;
Type              174 Source/core/inspector/ConsoleMessage.cpp     return TypeBuilder::Console::ConsoleMessage::Type::Log;
Type               69 Source/core/inspector/InspectorInputAgent.cpp     SyntheticInspectorTouchEvent(const WebCore::PlatformEvent::Type type, unsigned modifiers, double timestamp)
Type              104 Source/core/inspector/InspectorInputAgent.cpp     PlatformEvent::Type convertedType;
Type              140 Source/core/inspector/InspectorInputAgent.cpp     PlatformEvent::Type convertedType;
Type              190 Source/core/inspector/InspectorInputAgent.cpp     PlatformEvent::Type convertedType;
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               98 Source/core/inspector/InspectorLayerTreeAgent.cpp         scrollRects->addItem(buildScrollRect(webLayer->nonFastScrollableRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::RepaintsOnScroll));
Type              101 Source/core/inspector/InspectorLayerTreeAgent.cpp         scrollRects->addItem(buildScrollRect(webLayer->touchEventHandlerRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::TouchEventHandler));
Type              105 Source/core/inspector/InspectorLayerTreeAgent.cpp         scrollRects->addItem(buildScrollRect(webRect, TypeBuilder::LayerTree::ScrollRect::Type::WheelEventHandler));
Type              513 Source/core/inspector/InspectorResourceAgent.cpp             .setType(TypeBuilder::Network::Initiator::Type::Script);
Type              520 Source/core/inspector/InspectorResourceAgent.cpp             .setType(TypeBuilder::Network::Initiator::Type::Parser);
Type              533 Source/core/inspector/InspectorResourceAgent.cpp         .setType(TypeBuilder::Network::Initiator::Type::Other)
Type               87 Source/core/inspector/InspectorStyleSheet.cpp     virtual void startRuleHeader(CSSRuleSourceData::Type, unsigned) OVERRIDE;
Type              116 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::startRuleHeader(CSSRuleSourceData::Type type, unsigned offset)
Type              127 Source/core/loader/LinkLoader.cpp         Resource::Type type = relAttribute.isLinkSubresource() ?  Resource::LinkSubresource : Resource::LinkPrefetch;
Type              198 Source/core/page/EventHandler.cpp         PlatformEvent::Type type = event.type();
Type             2379 Source/core/page/EventHandler.cpp     TemporaryChange<PlatformEvent::Type> baseEventType(m_baseEventType, gestureEvent.type());
Type             2877 Source/core/page/EventHandler.cpp     PlatformEvent::Type eventType = PlatformEvent::MouseReleased;
Type             2879 Source/core/page/EventHandler.cpp     PlatformEvent::Type eventType = PlatformEvent::MousePressed;
Type             2891 Source/core/page/EventHandler.cpp     PlatformEvent::Type eventType = PlatformEvent::MouseReleased;
Type             2893 Source/core/page/EventHandler.cpp     PlatformEvent::Type eventType = PlatformEvent::MousePressed;
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              387 Source/core/page/EventHandler.h     PlatformEvent::Type m_baseEventType;
Type               64 Source/core/rendering/FloatingObjects.cpp FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant)
Type              101 Source/core/rendering/FloatingObjects.cpp template <FloatingObject::Type FloatTypeValue>
Type              133 Source/core/rendering/FloatingObjects.cpp template <FloatingObject::Type FloatTypeValue>
Type              149 Source/core/rendering/FloatingObjects.cpp template <FloatingObject::Type FloatTypeValue>
Type              199 Source/core/rendering/FloatingObjects.cpp LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType)
Type              221 Source/core/rendering/FloatingObjects.cpp                 FloatingObject::Type curType = floatingObject->type();
Type              244 Source/core/rendering/FloatingObjects.cpp bool FloatingObjects::hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type type) const
Type              252 Source/core/rendering/FloatingObjects.cpp LayoutUnit FloatingObjects::getCachedlowestFloatLogicalBottom(FloatingObject::Type type) const
Type              260 Source/core/rendering/FloatingObjects.cpp void FloatingObjects::setCachedLowestFloatLogicalBottom(bool isHorizontal, FloatingObject::Type type, LayoutUnit value)
Type              288 Source/core/rendering/FloatingObjects.cpp inline void FloatingObjects::increaseObjectsCount(FloatingObject::Type type)
Type              296 Source/core/rendering/FloatingObjects.cpp inline void FloatingObjects::decreaseObjectsCount(FloatingObject::Type type)
Type              467 Source/core/rendering/FloatingObjects.cpp template <FloatingObject::Type FloatTypeValue>
Type              473 Source/core/rendering/FloatingObjects.cpp template <FloatingObject::Type FloatTypeValue>
Type               58 Source/core/rendering/FloatingObjects.h     Type type() const { return static_cast<Type>(m_type); }
Type               98 Source/core/rendering/FloatingObjects.h     FloatingObject(RenderBox*, Type, const LayoutRect&, bool shouldPaint, bool isDescendant);
Type              155 Source/core/rendering/FloatingObjects.h     LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type);
Type              158 Source/core/rendering/FloatingObjects.h     bool hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type floatType) const;
Type              159 Source/core/rendering/FloatingObjects.h     LayoutUnit getCachedlowestFloatLogicalBottom(FloatingObject::Type floatType) const;
Type              160 Source/core/rendering/FloatingObjects.h     void setCachedLowestFloatLogicalBottom(bool isHorizontal, FloatingObject::Type floatType, LayoutUnit value);
Type              170 Source/core/rendering/FloatingObjects.h     void increaseObjectsCount(FloatingObject::Type);
Type              171 Source/core/rendering/FloatingObjects.h     void decreaseObjectsCount(FloatingObject::Type);
Type             2505 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit RenderBlockFlow::lowestFloatLogicalBottom(FloatingObject::Type floatType) const
Type              280 Source/core/rendering/RenderBlockFlow.h     LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatLeftRight) const;
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              133 Source/core/rendering/style/BasicShapes.h     explicit BasicShapeRadius(Type t) : m_value(Undefined), m_type(t) { }
Type              138 Source/core/rendering/style/BasicShapes.h     Type type() const { return m_type; }
Type              156 Source/core/rendering/style/BasicShapes.h     Type m_type;
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              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              454 Source/core/svg/animation/SVGSMILElement.cpp     Condition::Type type;
Type              171 Source/core/svg/animation/SVGSMILElement.h         Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1);
Type              172 Source/core/svg/animation/SVGSMILElement.h         Type m_type;
Type             2166 Source/core/testing/Internals.cpp static const char* cursorTypeToString(Cursor::Type cursorType)
Type               81 Source/core/xml/XPathExpressionNode.h             virtual Value::Type resultType() const = 0;
Type               77 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type               84 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type               91 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type               96 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
Type              101 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              108 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              115 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              122 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              129 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              134 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              139 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              144 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              149 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              154 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              159 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type              166 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              173 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type              178 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              183 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              188 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              193 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              198 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              205 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type              212 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type              217 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type              222 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type              227 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type               48 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
Type               67 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
Type               81 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
Type               42 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type               52 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
Type               60 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type               71 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
Type               82 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type               93 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
Type              103 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
Type               72 Source/core/xml/XPathValue.h             Type type() const { return m_type; }
Type               86 Source/core/xml/XPathValue.h             Type m_type;
Type               41 Source/core/xml/XPathVariableReference.h             virtual Value::Type resultType() const OVERRIDE { ASSERT_NOT_REACHED(); return Value::NumberValue; }
Type               54 Source/modules/encryptedmedia/MediaKeySession.cpp MediaKeySession::PendingAction::PendingAction(Type type, PassRefPtr<Uint8Array> data)
Type              103 Source/modules/encryptedmedia/MediaKeySession.h         const Type type;
Type              111 Source/modules/encryptedmedia/MediaKeySession.h         PendingAction(Type, PassRefPtr<Uint8Array> data);
Type               52 Source/modules/indexeddb/IDBAny.cpp IDBAny::IDBAny(Type type)
Type               97 Source/modules/indexeddb/IDBAny.h     Type type() const { return m_type; }
Type              113 Source/modules/indexeddb/IDBAny.h     explicit IDBAny(Type);
Type              127 Source/modules/indexeddb/IDBAny.h     const Type m_type;
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              155 Source/modules/indexeddb/IDBKey.h     const Type m_type;
Type               55 Source/modules/indexeddb/IDBKeyPath.h     Type type() const { return m_type; }
Type               74 Source/modules/indexeddb/IDBKeyPath.h     Type m_type;
Type              234 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         keyPath = KeyPath::create().setType(KeyPath::Type::Null);
Type              237 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         keyPath = KeyPath::create().setType(KeyPath::Type::String);
Type              241 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         keyPath = KeyPath::create().setType(KeyPath::Type::Array);
Type               49 Source/modules/quota/DeprecatedStorageQuota.cpp DeprecatedStorageQuota::DeprecatedStorageQuota(Type type)
Type               54 Source/modules/quota/DeprecatedStorageQuota.h     static PassRefPtrWillBeRawPtr<DeprecatedStorageQuota> create(Type type)
Type               68 Source/modules/quota/DeprecatedStorageQuota.h     explicit DeprecatedStorageQuota(Type);
Type               69 Source/modules/quota/DeprecatedStorageQuota.h     Type m_type;
Type              239 Source/modules/webaudio/AudioParamTimeline.cpp         ParamEvent::Type nextEventType = nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : ParamEvent::LastType /* unknown */;
Type               79 Source/modules/webaudio/AudioParamTimeline.h         ParamEvent(Type type, float value, double time, double timeConstant, double duration, PassRefPtr<Float32Array> curve)
Type               45 Source/modules/webdatabase/sqlite/SQLValue.h     Type type() const { return m_type; }
Type               51 Source/modules/webdatabase/sqlite/SQLValue.h     Type m_type;
Type              190 Source/platform/CheckedInt.h                                                     false>::Type Type;
Type              205 Source/platform/CheckedInt.h                      >::Type Type;
Type              224 Source/platform/CheckedInt.h     typedef typename UnsignedType<IntegerType>::Type UnsignedIntegerType;
Type              263 Source/platform/CheckedInt.h   return bool(typename UnsignedType<T>::Type(x)
Type              373 Source/platform/CheckedInt.h   typename UnsignedType<T>::Type ux = x;
Type              374 Source/platform/CheckedInt.h   typename UnsignedType<T>::Type uy = y;
Type              375 Source/platform/CheckedInt.h   typename UnsignedType<T>::Type result = ux + uy;
Type              388 Source/platform/CheckedInt.h   typename UnsignedType<T>::Type ux = x;
Type              389 Source/platform/CheckedInt.h   typename UnsignedType<T>::Type uy = y;
Type              390 Source/platform/CheckedInt.h   typename UnsignedType<T>::Type result = ux - uy;
Type              400 Source/platform/CheckedInt.h            IsSupported<typename TwiceBiggerType<T>::Type>::value>
Type              408 Source/platform/CheckedInt.h       typedef typename TwiceBiggerType<T>::Type TwiceBiggerType;
Type               43 Source/platform/CrossThreadCopier.cpp CrossThreadCopierBase<false, false, KURL>::Type CrossThreadCopierBase<false, false, KURL>::copy(const KURL& url)
Type               48 Source/platform/CrossThreadCopier.cpp CrossThreadCopierBase<false, false, String>::Type CrossThreadCopierBase<false, false, String>::copy(const String& str)
Type               53 Source/platform/CrossThreadCopier.cpp CrossThreadCopierBase<false, false, ResourceError>::Type CrossThreadCopierBase<false, false, ResourceError>::copy(const ResourceError& error)
Type               58 Source/platform/CrossThreadCopier.cpp CrossThreadCopierBase<false, false, ResourceRequest>::Type CrossThreadCopierBase<false, false, ResourceRequest>::copy(const ResourceRequest& request)
Type               63 Source/platform/CrossThreadCopier.cpp CrossThreadCopierBase<false, false, ResourceResponse>::Type CrossThreadCopierBase<false, false, ResourceResponse>::copy(const ResourceResponse& response)
Type               76 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<PassRefPtr<CopierThreadSafeRefCountedTest> >::Type
Type               81 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<RefPtr<CopierThreadSafeRefCountedTest> >::Type
Type               86 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<CopierThreadSafeRefCountedTest*>::Type
Type              102 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<PassRefPtr<CopierRefCountedTest> >::Type
Type              108 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<RefPtr<CopierRefCountedTest> >::Type
Type              114 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<CopierRefCountedTest*>::Type
Type              121 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<PassOwnPtr<float> >::Type
Type              128 Source/platform/CrossThreadCopier.cpp                   CrossThreadCopier<OwnPtr<float> >::Type
Type               57 Source/platform/CrossThreadCopier.h         static Type copy(const T& parameter)
Type               82 Source/platform/CrossThreadCopier.h         typedef typename WTF::RemoveTemplate<T, RefPtr>::Type TypeWithoutRefPtr;
Type               83 Source/platform/CrossThreadCopier.h         typedef typename WTF::RemoveTemplate<TypeWithoutRefPtr, PassRefPtr>::Type TypeWithoutPassRefPtr;
Type               84 Source/platform/CrossThreadCopier.h         typedef typename WTF::RemovePointer<TypeWithoutPassRefPtr>::Type RefCountedType;
Type               93 Source/platform/CrossThreadCopier.h         static Type copy(const T& refPtr)
Type              101 Source/platform/CrossThreadCopier.h         static Type copy(Type ownPtr)
Type              109 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const KURL&);
Type              114 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const String&);
Type              119 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const ResourceError&);
Type              124 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const ResourceRequest&);
Type              129 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const ResourceResponse&);
Type              133 Source/platform/CrossThreadCopier.h                                                                                  WTF::IsSubclassOfTemplate<typename WTF::RemoveTemplate<T, RefPtr>::Type, ThreadSafeRefCounted>::value
Type              134 Source/platform/CrossThreadCopier.h                                                                                      || WTF::IsSubclassOfTemplate<typename WTF::RemovePointer<T>::Type, ThreadSafeRefCounted>::value
Type              135 Source/platform/CrossThreadCopier.h                                                                                      || WTF::IsSubclassOfTemplate<typename WTF::RemoveTemplate<T, PassRefPtr>::Type, ThreadSafeRefCounted>::value,
Type              149 Source/platform/CrossThreadCopier.h         static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); }
Type              169 Source/platform/CrossThreadCopier.h         static Type copy(const AllowAccessLaterWrapper<T>& wrapper) { return wrapper.value(); }
Type               50 Source/platform/Cursor.cpp const Cursor& Cursor::fromType(Cursor::Type type)
Type              161 Source/platform/Cursor.cpp Cursor::Cursor(Type type)
Type               87 Source/platform/Cursor.h     static const Cursor& fromType(Cursor::Type);
Type               91 Source/platform/Cursor.h         : m_type(static_cast<Type>(-1))
Type              104 Source/platform/Cursor.h     explicit Cursor(Type);
Type              105 Source/platform/Cursor.h     Type type() const
Type              116 Source/platform/Cursor.h     Type m_type;
Type               80 Source/platform/DateComponents.h     Type type() const { return m_type; }
Type              208 Source/platform/DateComponents.h     Type m_type;
Type               65 Source/platform/FileMetadata.cpp     metadata.type = static_cast<FileMetadata::Type>(webFileInfo.type);
Type               60 Source/platform/FileMetadata.h     Type type;
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               92 Source/platform/JSONValues.h     Type m_type;
Type               47 Source/platform/LifecycleObserver.h     explicit LifecycleObserver(Context* context, Type type = GenericType)
Type               63 Source/platform/LifecycleObserver.h     Type observerType() const { return m_observerType; }
Type               69 Source/platform/LifecycleObserver.h     Type m_observerType;
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              109 Source/platform/PlatformEvent.h     PlatformEvent(Type type, Modifiers modifiers, double timestamp)
Type              116 Source/platform/PlatformEvent.h     PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
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               44 Source/platform/PlatformKeyboardEvent.cpp void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type)
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               64 Source/platform/PlatformKeyboardEvent.h     PLATFORM_EXPORT void disambiguateKeyDownEvent(Type);
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               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               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               52 Source/platform/animation/TimingFunction.h     Type type() const { return m_type; }
Type               61 Source/platform/animation/TimingFunction.h     TimingFunction(Type type)
Type               67 Source/platform/animation/TimingFunction.h     Type m_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              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              116 Source/platform/exported/WebMediaStreamSource.cpp WebMediaStreamSource::Type WebMediaStreamSource::type() const
Type              119 Source/platform/exported/WebMediaStreamSource.cpp     return static_cast<Type>(m_private.get()->type());
Type              108 Source/platform/graphics/filters/FEConvolveMatrix.h     template<typename Type>
Type               51 Source/platform/graphics/filters/FEGaussianBlur.h     template<typename Type>
Type               77 Source/platform/graphics/filters/FELighting.h     template<typename Type>
Type              101 Source/platform/graphics/filters/FETurbulence.h     template<typename Type>
Type               57 Source/platform/graphics/filters/ParallelJobs.h template<typename Type>
Type               62 Source/platform/graphics/filters/ParallelJobs.h     typedef void (*WorkerFunction)(Type*);
Type               81 Source/platform/graphics/filters/ParallelJobs.h     Type& parameter(size_t i)
Type               97 Source/platform/graphics/filters/ParallelJobs.h     Vector<Type> m_parameters;
Type             1405 Source/platform/graphics/gpu/WebGLImageConversion.cpp     typedef typename DataTypeForFormat<SrcFormat>::Type SrcType;
Type             1406 Source/platform/graphics/gpu/WebGLImageConversion.cpp     typedef typename DataTypeForFormat<DstFormat>::Type DstType;
Type             1408 Source/platform/graphics/gpu/WebGLImageConversion.cpp     typedef typename DataTypeForFormat<IntermediateSrcFormat>::Type IntermediateSrcType;
Type               48 Source/platform/heap/Handle.h     typedef typename WTF::RemoveConst<T>::Type NonConstType;                                          \
Type             1207 Source/platform/heap/Heap.cpp #define DEFINE_VISITOR_METHODS(Type)                                              \
Type             1208 Source/platform/heap/Heap.cpp     virtual void mark(const Type* objectPointer, TraceCallback callback) OVERRIDE \
Type             1216 Source/platform/heap/Heap.cpp     virtual bool isMarked(const Type* objectPointer) OVERRIDE                     \
Type             1062 Source/platform/heap/Heap.h #define STATIC_ONLY(Type) \
Type             1064 Source/platform/heap/Heap.h         Type() = delete;
Type             1081 Source/platform/heap/Heap.h #define STATIC_ONLY(Type)  \
Type             1083 Source/platform/heap/Heap.h         Type();
Type              126 Source/platform/heap/HeapTest.cpp #define DEFINE_VISITOR_METHODS(Type)                                       \
Type              127 Source/platform/heap/HeapTest.cpp     virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \
Type              132 Source/platform/heap/HeapTest.cpp     virtual bool isMarked(const Type*) OVERRIDE { return false; }
Type              758 Source/platform/heap/HeapTest.cpp #define DEFINE_VISITOR_METHODS(Type)                                       \
Type              759 Source/platform/heap/HeapTest.cpp     virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \
Type              135 Source/platform/heap/ThreadState.h #define TypedHeapEnumName(Type) Type##Heap,
Type              153 Source/platform/heap/ThreadState.h #define DEFINE_HEAP_INDEX_TRAIT(Type)                  \
Type              154 Source/platform/heap/ThreadState.h     class Type;                                        \
Type              156 Source/platform/heap/ThreadState.h     struct HeapTrait<class Type> {                     \
Type              157 Source/platform/heap/ThreadState.h         static const int index = Type##Heap;           \
Type               46 Source/platform/heap/Visitor.cpp #define DEFINE_VISITOR_CHECK_MARKER(Type)                                    \
Type               47 Source/platform/heap/Visitor.cpp     void Visitor::checkGCInfo(const Type* payload, const GCInfo* gcInfo)     \
Type               50 Source/platform/heap/Visitor.cpp         Type* object = const_cast<Type*>(payload);                           \
Type              378 Source/platform/heap/Visitor.h #define DECLARE_VISITOR_METHODS(Type)                                  \
Type              379 Source/platform/heap/Visitor.h     DEBUG_ONLY(void checkGCInfo(const Type*, const GCInfo*);)          \
Type              380 Source/platform/heap/Visitor.h     virtual void mark(const Type*, TraceCallback) = 0;                 \
Type              381 Source/platform/heap/Visitor.h     virtual bool isMarked(const Type*) = 0;
Type               37 Source/platform/mediastream/MediaStreamSource.cpp PassRefPtr<MediaStreamSource> MediaStreamSource::create(const String& id, Type type, const String& name, ReadyState readyState, bool requiresConsumer)
Type               42 Source/platform/mediastream/MediaStreamSource.cpp MediaStreamSource::MediaStreamSource(const String& id, Type type, const String& name, ReadyState readyState, bool requiresConsumer)
Type               71 Source/platform/mediastream/MediaStreamSource.h     static PassRefPtr<MediaStreamSource> create(const String& id, Type, const String& name, ReadyState = ReadyStateLive, bool requiresConsumer = false);
Type               74 Source/platform/mediastream/MediaStreamSource.h     Type type() const { return m_type; }
Type               98 Source/platform/mediastream/MediaStreamSource.h     MediaStreamSource(const String& id, Type, const String& name, ReadyState, bool requiresConsumer);
Type              101 Source/platform/mediastream/MediaStreamSource.h     Type m_type;
Type               54 Source/platform/network/ProxyServer.h     ProxyServer(Type type, const String& hostName, int port)
Type               61 Source/platform/network/ProxyServer.h     Type type() const { return m_type; }
Type               66 Source/platform/network/ProxyServer.h     Type m_type;
Type              412 Source/web/FrameLoaderClientImpl.cpp         m_webFrame->client()->didChangeIcon(m_webFrame, static_cast<WebIconURL::Type>(type));
Type              699 Source/web/PopupListBox.cpp         PopupItem::Type type;
Type               73 Source/web/PopupListBox.h     PopupItem(const String& label, Type type)
Type               80 Source/web/PopupListBox.h     Type type;
Type               89 Source/web/WebDOMFileSystem.cpp WebFileSystem::Type WebDOMFileSystem::type() const
Type               54 Source/web/WebImageDecoder.cpp void WebImageDecoder::init(Type type)
Type              263 Source/web/WebInputEventConversion.cpp inline PlatformEvent::Type toPlatformKeyboardEventType(WebInputEvent::Type type)
Type              324 Source/web/WebInputEventConversion.cpp void PlatformKeyboardEventBuilder::setKeyType(Type type)
Type              355 Source/web/WebInputEventConversion.cpp inline PlatformEvent::Type toPlatformTouchEventType(const WebInputEvent::Type type)
Type              651 Source/web/WebInputEventConversion.cpp WebInputEvent::Type toWebKeyboardEventType(PlatformEvent::Type type)
Type               81 Source/web/WebInputEventConversion.h     void setKeyType(Type);
Type               41 Source/web/WebInputEventFactoryAndroid.cpp WebKeyboardEvent WebInputEventFactory::keyboardEvent(WebInputEvent::Type type,
Type              159 Source/web/WebInputEventFactoryAndroid.cpp WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type,
Type              169 Source/web/WebInputEventFactoryAndroid.cpp WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type,
Type              918 Source/web/WebViewImpl.cpp     const WebInputEvent::Type contextMenuTriggeringEventType =
Type               57 Source/web/tests/KeyboardTest.cpp         PlatformEvent::Type keyType)
Type               46 Source/web/tests/ListenerLeakTest.cpp const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, v8::HeapGraphEdge::Type type, const char* name)
Type              226 Source/web/tests/PopupMenuTest.cpp     void simulateKeyEvent(WebInputEvent::Type eventType, int keyCode)
Type              122 Source/web/tests/TouchActionTest.cpp     void sendTouchEvent(WebView*, WebInputEvent::Type, WebCore::IntPoint clientPoint);
Type              291 Source/web/tests/TouchActionTest.cpp void TouchActionTest::sendTouchEvent(WebView* webView, WebInputEvent::Type type, WebCore::IntPoint clientPoint)
Type              938 Source/web/tests/WebViewTest.cpp static bool tapElementById(WebView* webView, WebInputEvent::Type type, const WebString& id)
Type              102 Source/wtf/HashMap.h         void swap(typename Allocator::template OtherType<HashMap>::Type other)
Type               76 Source/wtf/HashSet.h         void swap(typename Allocator::template OtherType<HashSet>::Type other)
Type              917 Source/wtf/HashTable.h         typedef typename Allocator::template HashTableBackingHelper<HashTable>::Type HashTableBacking;
Type               42 Source/wtf/OwnPtr.h         typedef typename RemoveExtent<T>::Type ValueType;
Type               43 Source/wtf/PassOwnPtr.h         typedef typename RemoveExtent<T>::Type ValueType;
Type               44 Source/wtf/PassTraits.h     static Type& transfer(Type& value) { return value; }
Type               50 Source/wtf/PassTraits.h     static PassType transfer(Type& value) { return value.release(); }
Type               56 Source/wtf/PassTraits.h     static PassType transfer(Type& value) { return value.release(); }
Type              231 Source/wtf/PrintStream.h #define MAKE_PRINT_ADAPTOR(Name, Type, function) \
Type              234 Source/wtf/PrintStream.h         Name(const Type& value)                  \
Type              243 Source/wtf/PrintStream.h         Type m_value;                            \
Type              246 Source/wtf/PrintStream.h #define MAKE_PRINT_METHOD_ADAPTOR(Name, Type, method) \
Type              249 Source/wtf/PrintStream.h         Name(const Type& value)                  \
Type              258 Source/wtf/PrintStream.h         const Type& m_value;                     \
Type              261 Source/wtf/PrintStream.h #define MAKE_PRINT_METHOD(Type, dumpMethod, method) \
Type              262 Source/wtf/PrintStream.h     MAKE_PRINT_METHOD_ADAPTOR(DumperFor_##method, Type, dumpMethod);    \
Type               66 Source/wtf/RetainPtr.h         typedef typename RemovePointer<T>::Type ValueType;
Type               79 Source/wtf/StdLibExtras.h template<typename Type>
Type               80 Source/wtf/StdLibExtras.h bool isPointerTypeAlignmentOkay(Type* ptr)
Type               82 Source/wtf/StdLibExtras.h     return !(reinterpret_cast<intptr_t>(ptr) % __alignof__(Type));
Type               99 Source/wtf/StdLibExtras.h template<typename Type>
Type              100 Source/wtf/StdLibExtras.h bool isPointerTypeAlignmentOkay(Type*)
Type              125 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<RemoveTemplate<TestBaseClass<int>, TestBaseClass>::Type, int>::value), WTF_Test_RemoveTemplate);
Type              126 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<RemoveTemplate<int, TestBaseClass>::Type, int>::value), WTF_Test_RemoveTemplate_WithoutTemplate);
Type              130 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<bool, RemoveConst<const bool>::Type>::value), WTF_test_RemoveConst_const_bool);
Type              131 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((!IsSameType<bool, RemoveConst<volatile bool>::Type>::value), WTF_test_RemoveConst_volatile_bool);
Type              133 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<bool, RemoveVolatile<bool>::Type>::value), WTF_test_RemoveVolatile_bool);
Type              134 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((!IsSameType<bool, RemoveVolatile<const bool>::Type>::value), WTF_test_RemoveVolatile_const_bool);
Type              135 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<bool, RemoveVolatile<volatile bool>::Type>::value), WTF_test_RemoveVolatile_volatile_bool);
Type              137 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<bool>::Type>::value), WTF_test_RemoveConstVolatile_bool);
Type              138 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<const bool>::Type>::value), WTF_test_RemoveConstVolatile_const_bool);
Type              139 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<volatile bool>::Type>::value), WTF_test_RemoveConstVolatile_volatile_bool);
Type              140 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<const volatile bool>::Type>::value), WTF_test_RemoveConstVolatile_const_volatile_bool);
Type              142 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemovePointer<int>::Type>::value), WTF_Test_RemovePointer_int);
Type              143 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemovePointer<int*>::Type>::value), WTF_Test_RemovePointer_int_pointer);
Type              144 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((!IsSameType<int, RemovePointer<int**>::Type>::value), WTF_Test_RemovePointer_int_pointer_pointer);
Type              146 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemoveReference<int>::Type>::value), WTF_Test_RemoveReference_int);
Type              147 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemoveReference<int&>::Type>::value), WTF_Test_RemoveReference_int_reference);
Type              156 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemoveExtent<IntArray>::Type>::value), WTF_Test_RemoveExtent_int_array);
Type              157 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemoveExtent<IntArraySized>::Type>::value), WTF_Test_RemoveReference_int_sized_array);
Type              231 Source/wtf/TypeTraits.h         typedef typename RemoveVolatile<typename RemoveConst<T>::Type>::Type Type;
Type              263 Source/wtf/TypeTraits.h     typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type = true
Type              265 Source/wtf/TypeTraits.h     typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type
Type              296 Source/wtf/Vector.h             typedef typename Allocator::template VectorBackingHelper<T, VectorTraits<T> >::Type VectorBacking;
Type               87 Source/wtf/text/IntegerToStringConversion.h         return numberToStringImpl<T, typename UnsignedIntegerTrait<SignedIntegerType>::Type, NegativeNumber>(-number, additionalArgument);
Type               88 Source/wtf/text/IntegerToStringConversion.h     return numberToStringImpl<T, typename UnsignedIntegerTrait<SignedIntegerType>::Type, PositiveNumber>(number, additionalArgument);
Type               96 public/platform/WebCursorInfo.h     Type type;
Type              109 public/platform/WebCursorInfo.h     explicit WebCursorInfo(Type type = TypePointer)
Type               53 public/platform/WebFileInfo.h     Type type;
Type               88 public/platform/WebMediaStreamSource.h     BLINK_PLATFORM_EXPORT void initialize(const WebString& id, Type, const WebString& name);
Type               93 public/platform/WebMediaStreamSource.h     BLINK_PLATFORM_EXPORT Type type() const;
Type               89 public/web/WebDOMFileSystem.h     BLINK_EXPORT WebFileSystem::Type type() const;
Type              233 public/web/WebFrameClient.h     virtual void didChangeIcon(WebLocalFrame*, WebIconURL::Type) { }
Type               57 public/web/WebIconURL.h     WebIconURL(const WebURL& url, Type type)
Type               63 public/web/WebIconURL.h     Type iconType() const
Type               80 public/web/WebIconURL.h         : m_iconType(static_cast<Type>(iconURL.m_iconType))
Type               88 public/web/WebIconURL.h     Type m_iconType;
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               46 public/web/WebMediaPlayerAction.h     Type type;
Type               51 public/web/WebMediaPlayerAction.h     WebMediaPlayerAction(Type type, bool enable)
Type               62 public/web/WebMenuItemInfo.h     Type type;
Type               44 public/web/WebPluginAction.h     Type type;
Type               49 public/web/WebPluginAction.h     WebPluginAction(Type type, bool enable)
Type               56 public/web/android/WebInputEventFactory.h     BLINK_EXPORT static WebKeyboardEvent keyboardEvent(WebInputEvent::Type,
Type               76 public/web/android/WebInputEventFactory.h     BLINK_EXPORT static WebGestureEvent gestureEvent(WebInputEvent::Type,
Type               84 public/web/android/WebInputEventFactory.h     BLINK_EXPORT static WebGestureEvent gestureEvent(WebInputEvent::Type,