description      1206 Source/core/accessibility/AXNodeObject.cpp     String description = accessibilityDescription();
description      1215 Source/core/accessibility/AXNodeObject.cpp             if (!title.isEmpty() && description != title)
description      1171 Source/core/accessibility/AXRenderObject.cpp     String description = accessibilityDescription();
description      1180 Source/core/accessibility/AXRenderObject.cpp             if (!title.isEmpty() && description != title)
description        95 Source/core/css/resolver/ViewportStyleResolver.cpp     ViewportDescription description(m_hasAuthorStyle ? ViewportDescription::AuthorStyleSheet : ViewportDescription::UserAgentStyleSheet);
description        97 Source/core/css/resolver/ViewportStyleResolver.cpp     description.userZoom = viewportArgumentValue(CSSPropertyUserZoom);
description        98 Source/core/css/resolver/ViewportStyleResolver.cpp     description.zoom = viewportArgumentValue(CSSPropertyZoom);
description        99 Source/core/css/resolver/ViewportStyleResolver.cpp     description.minZoom = viewportArgumentValue(CSSPropertyMinZoom);
description       100 Source/core/css/resolver/ViewportStyleResolver.cpp     description.maxZoom = viewportArgumentValue(CSSPropertyMaxZoom);
description       101 Source/core/css/resolver/ViewportStyleResolver.cpp     description.minWidth = viewportLengthValue(CSSPropertyMinWidth);
description       102 Source/core/css/resolver/ViewportStyleResolver.cpp     description.maxWidth = viewportLengthValue(CSSPropertyMaxWidth);
description       103 Source/core/css/resolver/ViewportStyleResolver.cpp     description.minHeight = viewportLengthValue(CSSPropertyMinHeight);
description       104 Source/core/css/resolver/ViewportStyleResolver.cpp     description.maxHeight = viewportLengthValue(CSSPropertyMaxHeight);
description       105 Source/core/css/resolver/ViewportStyleResolver.cpp     description.orientation = viewportArgumentValue(CSSPropertyOrientation);
description       107 Source/core/css/resolver/ViewportStyleResolver.cpp     m_document->setViewportDescription(description);
description        48 Source/core/dom/DocumentMarker.cpp     DocumentMarkerDescription(const String& description)
description        49 Source/core/dom/DocumentMarker.cpp         : m_description(description)
description        56 Source/core/dom/DocumentMarker.cpp PassRefPtr<DocumentMarkerDescription> DocumentMarkerDescription::create(const String& description)
description        58 Source/core/dom/DocumentMarker.cpp     return adoptRef(new DocumentMarkerDescription(description));
description       116 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const String& description)
description       120 Source/core/dom/DocumentMarker.cpp     , m_details(description.isEmpty() ? nullptr : DocumentMarkerDescription::create(description))
description       125 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash)
description       129 Source/core/dom/DocumentMarker.cpp     , m_details(description.isEmpty() ? nullptr : DocumentMarkerDescription::create(description))
description       166 Source/core/dom/DocumentMarker.cpp         return details->description();
description        98 Source/core/dom/DocumentMarker.h     DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description);
description        99 Source/core/dom/DocumentMarker.h     DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash);
description       108 Source/core/dom/DocumentMarker.h     const String& description() const;
description        84 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description, uint32_t hash)
description        89 Source/core/dom/DocumentMarkerController.cpp         addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description, hash));
description        93 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description)
description        98 Source/core/dom/DocumentMarkerController.cpp         addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description));
description        53 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description);
description        54 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description, uint32_t hash);
description       507 Source/core/editing/CompositeEditCommand.cpp         markerController.addMarker(newRange.get(), markers[i].type(), markers[i].description());
description       293 Source/core/html/HTMLMetaElement-in.cpp     ViewportDescription* description = static_cast<ViewportDescription*>(data);
description       303 Source/core/html/HTMLMetaElement-in.cpp             description->minWidth = Length(ExtendToZoom);
description       304 Source/core/html/HTMLMetaElement-in.cpp             description->maxWidth = width;
description       311 Source/core/html/HTMLMetaElement-in.cpp             description->minHeight = Length(ExtendToZoom);
description       312 Source/core/html/HTMLMetaElement-in.cpp             description->maxHeight = height;
description       316 Source/core/html/HTMLMetaElement-in.cpp             description->zoom = parseViewportValueAsZoom(keyString, valueString);
description       320 Source/core/html/HTMLMetaElement-in.cpp             description->minZoom = parseViewportValueAsZoom(keyString, valueString);
description       324 Source/core/html/HTMLMetaElement-in.cpp             description->maxZoom = parseViewportValueAsZoom(keyString, valueString);
description       328 Source/core/html/HTMLMetaElement-in.cpp             description->userZoom = parseViewportValueAsUserZoom(keyString, valueString);
description       332 Source/core/html/HTMLMetaElement-in.cpp             description->deprecatedTargetDensityDPI = parseViewportValueAsDPI(keyString, valueString);
description      5480 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::synthesizeGLError(GLenum error, const char* functionName, const char* description, ConsoleDisplayPreference display)
description      5484 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String message = String("WebGL: ") + errorType +  ": " + String(functionName) + ": " + String(description);
description      5496 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::emitGLWarning(const char* functionName, const char* description)
description      5499 Source/core/html/canvas/WebGLRenderingContextBase.cpp         String message = String("WebGL: ") + String(functionName) + ": " + String(description);
description       874 Source/core/html/canvas/WebGLRenderingContextBase.h     void synthesizeGLError(GLenum, const char* functionName, const char* description, ConsoleDisplayPreference = DisplayInConsole);
description       149 Source/core/inspector/AsyncCallStackTracker.cpp AsyncCallStackTracker::AsyncCallStack::AsyncCallStack(const String& description, const ScriptValue& callFrames)
description       150 Source/core/inspector/AsyncCallStackTracker.cpp     : m_description(description)
description       263 Source/core/inspector/AsyncCallStackTracker.cpp     StringBuilder description;
description       264 Source/core/inspector/AsyncCallStackTracker.cpp     description.append(eventTarget->interfaceName());
description       265 Source/core/inspector/AsyncCallStackTracker.cpp     if (!description.isEmpty())
description       266 Source/core/inspector/AsyncCallStackTracker.cpp         description.append(".");
description       268 Source/core/inspector/AsyncCallStackTracker.cpp         description.append("on");
description       269 Source/core/inspector/AsyncCallStackTracker.cpp         description.append(eventType);
description       271 Source/core/inspector/AsyncCallStackTracker.cpp         description.append("addEventListener(\"");
description       272 Source/core/inspector/AsyncCallStackTracker.cpp         description.append(eventType);
description       273 Source/core/inspector/AsyncCallStackTracker.cpp         description.append("\")");
description       277 Source/core/inspector/AsyncCallStackTracker.cpp     data->addEventListenerData(eventTarget, eventType, std::make_pair(RegisteredEventListener(listener, useCapture), createAsyncCallChain(description.toString(), callFrames)));
description       401 Source/core/inspector/AsyncCallStackTracker.cpp PassRefPtr<AsyncCallStackTracker::AsyncCallChain> AsyncCallStackTracker::createAsyncCallChain(const String& description, const ScriptValue& callFrames)
description       405 Source/core/inspector/AsyncCallStackTracker.cpp     chain->m_callStacks.prepend(adoptRef(new AsyncCallStackTracker::AsyncCallStack(description, callFrames)));
description        58 Source/core/inspector/AsyncCallStackTracker.h         String description() const { return m_description; }
description       112 Source/core/inspector/AsyncCallStackTracker.h     PassRefPtr<AsyncCallChain> createAsyncCallChain(const String& description, const ScriptValue& callFrames);
description       232 Source/core/inspector/InspectorDOMAgent.h     void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, PassRefPtr<JSONObject> description);
description       325 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* description)
description       334 Source/core/inspector/InspectorDOMDebuggerAgent.cpp         description->setValue("targetNode", targetNodeObject);
description       348 Source/core/inspector/InspectorDOMDebuggerAgent.cpp             description->setBoolean("insertion", insertion);
description       353 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     description->setNumber("nodeId", breakpointOwnerNodeId);
description       354 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     description->setString("type", domTypeName(breakpointType));
description       111 Source/core/inspector/InspectorDOMDebuggerAgent.h     void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* description);
description      1101 Source/core/inspector/InspectorDebuggerAgent.cpp         next->setDescription((*it)->description());
description       361 Source/core/page/Chrome.cpp void Chrome::dispatchViewportPropertiesDidChange(const ViewportDescription& description) const
description       363 Source/core/page/Chrome.cpp     m_client->dispatchViewportPropertiesDidChange(description);
description        47 Source/core/plugins/DOMMimeType.h     const String& description() const;
description        46 Source/core/plugins/DOMPlugin.h     String description() const;
description       216 Source/core/rendering/HitTestResult.cpp     return marker->description();
description       100 Source/core/rendering/RenderCombineText.cpp     FontDescription description = originalFont().fontDescription();
description       101 Source/core/rendering/RenderCombineText.cpp     float emWidth = description.computedSize() * textCombineMargin;
description       104 Source/core/rendering/RenderCombineText.cpp     description.setOrientation(Horizontal); // We are going to draw combined text horizontally.
description       111 Source/core/rendering/RenderCombineText.cpp         shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
description       116 Source/core/rendering/RenderCombineText.cpp             description.setWidthVariant(widthVariants[i]);
description       117 Source/core/rendering/RenderCombineText.cpp             Font compressedFont = Font(description);
description       125 Source/core/rendering/RenderCombineText.cpp                 shouldUpdateFont = style()->setFontDescription(description);
description        32 Source/core/svg/SVGDescElement.h     String description() const;
description       884 Source/core/testing/Internals.cpp     return marker->description();
description       944 Source/core/testing/Internals.cpp     ViewportDescription description = page->viewportDescription();
description       945 Source/core/testing/Internals.cpp     PageScaleConstraints constraints = description.resolve(initialViewportSize, Length());
description       964 Source/core/testing/Internals.cpp     builder.append(description.userZoom ? "true" : "false");
description       111 Source/platform/DragImage.cpp     FontDescription description = systemFont;
description       112 Source/platform/DragImage.cpp     description.setWeight(fontWeight);
description       113 Source/platform/DragImage.cpp     description.setSpecifiedSize(size);
description       114 Source/platform/DragImage.cpp     description.setComputedSize(size);
description       115 Source/platform/DragImage.cpp     Font result(description);
description       107 Source/platform/fonts/AlternateFontFamily.h inline const AtomicString getFallbackFontFamily(const FontDescription& description)
description       115 Source/platform/fonts/AlternateFontFamily.h     switch (description.genericFamily()) {
description        63 Source/platform/fonts/FontData.h     virtual String description() const = 0;
description       165 Source/platform/fonts/FontPlatformData.h     String description() const;
description       409 Source/platform/fonts/GlyphPageTreeNode.cpp             printf("%s\t%p %s\n", indent.data(), it->key, it->key->description().utf8().data());
description        68 Source/platform/fonts/SegmentedFontData.h     virtual String description() const OVERRIDE;
description       232 Source/platform/fonts/SimpleFontData.cpp     return platformData().description();
description        84 Source/platform/fonts/SimpleFontData.h     PassRefPtr<SimpleFontData> variantFontData(const FontDescription& description, FontDataVariant variant) const
description        88 Source/platform/fonts/SimpleFontData.h             return smallCapsFontData(description);
description        90 Source/platform/fonts/SimpleFontData.h             return emphasisMarkFontData(description);
description       156 Source/platform/fonts/SimpleFontData.h     virtual String description() const OVERRIDE;
description       101 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     String description() const;
description       453 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     const FontDescription& description = m_font->fontDescription();
description       454 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     if (description.orientation() == Vertical) {
description       463 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     switch (description.kerning()) {
description       468 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         m_features.append(description.orientation() == Vertical ? noVkrn : noKern);
description       476 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     switch (description.commonLigaturesState()) {
description       488 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     switch (description.discretionaryLigaturesState()) {
description       499 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     switch (description.historicalLigaturesState()) {
description       510 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     switch (description.contextualLigaturesState()) {
description       521 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     FontFeatureSettings* settings = description.featureSettings();
description        45 Source/platform/fonts/mac/FontComplexTextMac.cpp     const FontDescription& description = font->fontDescription();
description        46 Source/platform/fonts/mac/FontComplexTextMac.cpp     return description.featureSettings() && description.featureSettings()->size() > 0;
description        66 Source/platform/fonts/skia/FontCacheSkia.cpp     FontDescription description(fontDescription);
description        67 Source/platform/fonts/skia/FontCacheSkia.cpp     if (family.isBold && description.weight() < FontWeightBold)
description        68 Source/platform/fonts/skia/FontCacheSkia.cpp         description.setWeight(FontWeightBold);
description        69 Source/platform/fonts/skia/FontCacheSkia.cpp     if (!family.isBold && description.weight() >= FontWeightBold) {
description        71 Source/platform/fonts/skia/FontCacheSkia.cpp         description.setWeight(FontWeightNormal);
description        73 Source/platform/fonts/skia/FontCacheSkia.cpp     if (family.isItalic && description.style() == FontStyleNormal)
description        74 Source/platform/fonts/skia/FontCacheSkia.cpp         description.setStyle(FontStyleItalic);
description        75 Source/platform/fonts/skia/FontCacheSkia.cpp     if (!family.isItalic && description.style() == FontStyleItalic) {
description        77 Source/platform/fonts/skia/FontCacheSkia.cpp         description.setStyle(FontStyleNormal);
description        80 Source/platform/fonts/skia/FontCacheSkia.cpp     FontPlatformData* substitutePlatformData = getFontPlatformData(description, atomicFamily);
description        91 Source/platform/fonts/skia/FontCacheSkia.cpp PassRefPtr<SimpleFontData> FontCache::getLastResortFallbackFont(const FontDescription& description, ShouldRetain shouldRetain)
description        93 Source/platform/fonts/skia/FontCacheSkia.cpp     const AtomicString fallbackFontFamily = getFallbackFontFamily(description);
description        94 Source/platform/fonts/skia/FontCacheSkia.cpp     const FontPlatformData* fontPlatformData = getFontPlatformData(description, fallbackFontFamily);
description        99 Source/platform/fonts/skia/FontCacheSkia.cpp         fontPlatformData = getFontPlatformData(description, sansStr);
description       103 Source/platform/fonts/skia/FontCacheSkia.cpp         fontPlatformData = getFontPlatformData(description, arialStr);
description       123 Source/platform/graphics/CompositingReasons.h     const char* description;
description       728 Source/platform/graphics/GraphicsLayer.cpp                 ts << compositingReasonStringMap[i].description << "\n";
description        77 Source/platform/graphics/GraphicsLayerDebugInfo.cpp         jsonArray->pushString(compositingReasonStringMap[i].description);
description        38 Source/platform/plugins/PluginListBuilder.cpp void PluginListBuilder::addPlugin(const blink::WebString& name, const blink::WebString& description, const blink::WebString& fileName)
description        42 Source/platform/plugins/PluginListBuilder.cpp     info.desc = description;
description        47 Source/platform/plugins/PluginListBuilder.cpp void PluginListBuilder::addMediaTypeToLastPlugin(const blink::WebString& name, const blink::WebString& description)
description        51 Source/platform/plugins/PluginListBuilder.cpp     info.desc = description;
description        45 Source/platform/plugins/PluginListBuilder.h     virtual void addPlugin(const blink::WebString& name, const blink::WebString& description, const blink::WebString& fileName) OVERRIDE;
description        46 Source/platform/plugins/PluginListBuilder.h     virtual void addMediaTypeToLastPlugin(const blink::WebString& name, const blink::WebString& description) OVERRIDE;
description       588 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::dispatchViewportPropertiesDidChange(const ViewportDescription& description) const
description       590 Source/web/ChromeClientImpl.cpp     m_webView->updatePageDefinedViewportConstraints(description);
description       319 Source/web/ContextMenuClientImpl.cpp             if (marker.description().length()) {
description       321 Source/web/ContextMenuClientImpl.cpp                 marker.description().split('\n', suggestions);
description        57 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::updatePageDefinedConstraints(const ViewportDescription& description, IntSize viewSize, Length legacyFallbackWidth)
description        59 Source/web/PageScaleConstraintsSet.cpp     m_pageDefinedConstraints = description.resolve(viewSize, legacyFallbackWidth);
description       111 Source/web/PageScaleConstraintsSet.cpp static float computeDeprecatedTargetDensityDPIFactor(const ViewportDescription& description, float deviceScaleFactor)
description       113 Source/web/PageScaleConstraintsSet.cpp     if (description.deprecatedTargetDensityDPI == ViewportDescription::ValueDeviceDPI)
description       117 Source/web/PageScaleConstraintsSet.cpp     if (description.deprecatedTargetDensityDPI == ViewportDescription::ValueLowDPI)
description       119 Source/web/PageScaleConstraintsSet.cpp     else if (description.deprecatedTargetDensityDPI == ViewportDescription::ValueMediumDPI)
description       121 Source/web/PageScaleConstraintsSet.cpp     else if (description.deprecatedTargetDensityDPI == ViewportDescription::ValueHighDPI)
description       123 Source/web/PageScaleConstraintsSet.cpp     else if (description.deprecatedTargetDensityDPI != ViewportDescription::ValueAuto)
description       124 Source/web/PageScaleConstraintsSet.cpp         targetDPI = description.deprecatedTargetDensityDPI;
description       138 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::adjustForAndroidWebViewQuirks(const ViewportDescription& description, IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool supportTargetDensityDPI, bool wideViewportQuirkEnabled, bool useWideViewport, bool loadWithOverviewMode, bool nonUserScalableQuirkEnabled)
description       146 Source/web/PageScaleConstraintsSet.cpp         if (description.zoom == -1) {
description       147 Source/web/PageScaleConstraintsSet.cpp             if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom)
description       149 Source/web/PageScaleConstraintsSet.cpp             if (useWideViewport || description.maxWidth.type() == DeviceWidth)
description       161 Source/web/PageScaleConstraintsSet.cpp         targetDensityDPIFactor = computeDeprecatedTargetDensityDPIFactor(description, deviceScaleFactor);
description       168 Source/web/PageScaleConstraintsSet.cpp         if (wideViewportQuirkEnabled && (!useWideViewport || description.maxWidth.type() == DeviceWidth)) {
description       175 Source/web/PageScaleConstraintsSet.cpp         if (useWideViewport && (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom != 1.0f) {
description       179 Source/web/PageScaleConstraintsSet.cpp             const float nonWideScale = description.zoom < 1 && description.maxWidth.type() != DeviceWidth && description.maxWidth.type() != DeviceHeight ? -1 : oldInitialScale;
description       182 Source/web/PageScaleConstraintsSet.cpp             if (m_userAgentConstraints.initialScale != -1 && (description.maxWidth.type() == DeviceWidth || ((description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom == -1))) {
description       187 Source/web/PageScaleConstraintsSet.cpp             if (description.zoom < 1) {
description       197 Source/web/PageScaleConstraintsSet.cpp     if (nonUserScalableQuirkEnabled && !description.userZoom) {
description       201 Source/web/PageScaleConstraintsSet.cpp         if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom || description.maxWidth.type() == DeviceWidth) {
description       110 Source/web/WebUserMediaRequest.cpp void WebUserMediaRequest::requestDenied(const WebString& description)
description       113 Source/web/WebUserMediaRequest.cpp     m_private->failPermissionDenied(description);
description       116 Source/web/WebUserMediaRequest.cpp void WebUserMediaRequest::requestFailedConstraint(const WebString& constraintName, const WebString& description)
description       119 Source/web/WebUserMediaRequest.cpp     m_private->failConstraint(constraintName, description);
description       122 Source/web/WebUserMediaRequest.cpp void WebUserMediaRequest::requestFailedUASpecific(const WebString& name, const WebString& constraintName, const WebString& description)
description       125 Source/web/WebUserMediaRequest.cpp     m_private->failUASpecific(name, constraintName, description);
description      2795 Source/web/WebViewImpl.cpp void WebViewImpl::updatePageDefinedViewportConstraints(const ViewportDescription& description)
description      2806 Source/web/WebViewImpl.cpp     ViewportDescription adjustedDescription = description;
description      2823 Source/web/WebViewImpl.cpp         if (description.maxWidth == Length(DeviceWidth)
description      2824 Source/web/WebViewImpl.cpp             || (description.maxWidth.type() == Auto && m_pageScaleConstraintsSet.pageDefinedConstraints().initialScale == 1.0f))
description       131 Source/web/tests/ViewportTest.cpp     ViewportDescription description = page->viewportDescription();
description       132 Source/web/tests/ViewportTest.cpp     PageScaleConstraints constraints = description.resolve(initialViewportSize, WebCore::Length(980, WebCore::Fixed));
description       753 Source/web/tests/WebFrameTest.cpp     WebCore::ViewportDescription description = document->viewportDescription();
description       755 Source/web/tests/WebFrameTest.cpp     description.minWidth = WebCore::Length(100, WebCore::Fixed);
description       756 Source/web/tests/WebFrameTest.cpp     description.maxWidth = WebCore::Length(100, WebCore::Fixed);
description       757 Source/web/tests/WebFrameTest.cpp     webViewHelper.webViewImpl()->updatePageDefinedViewportConstraints(description);
description      1053 Source/web/tests/WebFrameTest.cpp     WebCore::ViewportDescription description = document->viewportDescription();
description      1054 Source/web/tests/WebFrameTest.cpp     description.zoom = 2;
description      1055 Source/web/tests/WebFrameTest.cpp     document->setViewportDescription(description);
description      1459 Source/web/tests/WebFrameTest.cpp     WebCore::ViewportDescription description = document->viewportDescription();
description      1460 Source/web/tests/WebFrameTest.cpp     description.minWidth = WebCore::Length(321, WebCore::Fixed);
description      1461 Source/web/tests/WebFrameTest.cpp     description.maxWidth = WebCore::Length(321, WebCore::Fixed);
description      1462 Source/web/tests/WebFrameTest.cpp     document->setViewportDescription(description);
description      1466 Source/web/tests/WebFrameTest.cpp     description.minWidth = WebCore::Length(320, WebCore::Fixed);
description      1467 Source/web/tests/WebFrameTest.cpp     description.maxWidth = WebCore::Length(320, WebCore::Fixed);
description      1468 Source/web/tests/WebFrameTest.cpp     document->setViewportDescription(description);
description      1472 Source/web/tests/WebFrameTest.cpp     description = document->viewportDescription();
description      1473 Source/web/tests/WebFrameTest.cpp     description.maxHeight = WebCore::Length(1000, WebCore::Fixed);
description      1474 Source/web/tests/WebFrameTest.cpp     document->setViewportDescription(description);
description      1478 Source/web/tests/WebFrameTest.cpp     description.maxHeight = WebCore::Length(320, WebCore::Fixed);
description      1479 Source/web/tests/WebFrameTest.cpp     document->setViewportDescription(description);
description        55 Source/wtf/DynamicAnnotations.h #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
description        56 Source/wtf/DynamicAnnotations.h #define WTF_ANNOTATE_BENIGN_RACE(pointer, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, pointer, sizeof(*(pointer)), description)
description        82 Source/wtf/DynamicAnnotations.h WTF_EXPORT void WTFAnnotateBenignRaceSized(const char* file, int line, const volatile void* memory, long size, const char* description);
description        92 Source/wtf/DynamicAnnotations.h #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description)
description        93 Source/wtf/DynamicAnnotations.h #define WTF_ANNOTATE_BENIGN_RACE(pointer, description)
description        65 Source/wtf/RefCountedLeakCounter.cpp RefCountedLeakCounter::RefCountedLeakCounter(const char* description)
description        66 Source/wtf/RefCountedLeakCounter.cpp     : m_description(description)
description        32 Source/wtf/RefCountedLeakCounter.h         explicit RefCountedLeakCounter(const char* description);
description        42 public/platform/WebPluginListBuilder.h         const WebString& name, const WebString& description,
description        46 public/platform/WebPluginListBuilder.h         const WebString& name, const WebString& description) = 0;
description        77 public/web/WebUserMediaRequest.h     BLINK_EXPORT void requestDenied(const WebString& description = WebString());
description        78 public/web/WebUserMediaRequest.h     BLINK_EXPORT void requestFailedConstraint(const WebString& constraintName, const WebString& description = WebString());
description        79 public/web/WebUserMediaRequest.h     BLINK_EXPORT void requestFailedUASpecific(const WebString& name, const WebString& constraintName = WebString(), const WebString& description = WebString());
description        82 public/web/WebUserMediaRequest.h     BLINK_EXPORT void requestFailed(const WebString& description = WebString()) { requestDenied(description); }