HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 2551 - 2575 of 12288) sorted by null

<<101102103104105106107108109110>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.h 102 return static_cast<HTMLOptionElement*>(node);
108 return static_cast<const HTMLOptionElement*>(node);
HTMLProgressElement.cpp 72 return static_cast<RenderProgress*>(renderer());
76 return static_cast<RenderProgress*>(renderObject);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptProfile.cpp 64 return static_cast<double>(m_profile->GetStartTime()) / 1000000;
69 return static_cast<double>(m_profile->GetEndTime()) / 1000000;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PODFreeListArena.h 59 return static_cast<T*>(ptr);
70 return static_cast<T*>(ptr);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebPrerender.cpp 97 return static_cast<WebReferrerPolicy>(m_private->referrerPolicy());
110 return static_cast<ExtraDataContainer*>(webcoreExtraData.get())->extraData();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Pattern.cpp 89 m_externalMemoryAllocated = static_cast<int>(std::min(static_cast<size_t>(INT_MAX), bm2.getSafeSize()));
StrokeData.cpp 84 int dashLength = static_cast<int>(width);
86 int distance = length - 2 * static_cast<int>(m_thickness);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterProgramInfo.cpp 87 static_cast<uintptr_t>(blendsElementTexture ? m_mixSettings.blendMode : 0),
88 static_cast<uintptr_t>(blendsElementTexture ? m_mixSettings.compositeOperator : 0),
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteStatement.cpp 166 ASSERT(static_cast<unsigned>(index) <= bindParameterCount());
187 ASSERT(static_cast<unsigned>(index) <= bindParameterCount());
198 ASSERT(static_cast<unsigned>(index) <= bindParameterCount());
207 ASSERT(static_cast<unsigned>(index) <= bindParameterCount());
216 ASSERT(static_cast<unsigned>(index) <= bindParameterCount());
225 ASSERT(static_cast<unsigned>(index) <= bindParameterCount());
390 return String(static_cast<const UChar*>(blob), size / sizeof(UChar));
416 result[i] = (static_cast<const unsigned char*>(blob))[i];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 81 const ReferenceClipPathOperation* other = static_cast<const ReferenceClipPathOperation*>(&o);
119 const ShapeClipPathOperation* other = static_cast<const ShapeClipPathOperation*>(&o);
RenderImage.h 120 return static_cast<RenderImage*>(object);
126 return static_cast<const RenderImage*>(object);
RenderNamedFlowThread.h 142 return static_cast<RenderNamedFlowThread*>(object);
148 return static_cast<const RenderNamedFlowThread*>(object);
RenderTableCol.h 109 return static_cast<RenderTableCol*>(object);
115 return static_cast<const RenderTableCol*>(object);
RenderTableRow.h 121 return static_cast<RenderTableRow*>(object);
127 return static_cast<const RenderTableRow*>(object);
RenderTextControl.h 87 return static_cast<RenderTextControl*>(object);
93 return static_cast<const RenderTextControl*>(object);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.h 94 virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds().boundingBox()); }
95 virtual LayoutRect shapePaddingLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapePaddingBounds().boundingBox()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.h 83 ENinePieceImageRule horizontalRule() const { return static_cast<ENinePieceImageRule>(m_data->horizontalRule); }
86 ENinePieceImageRule verticalRule() const { return static_cast<ENinePieceImageRule>(m_data->verticalRule); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.h 93 return static_cast<RenderSVGContainer*>(object);
99 return static_cast<const RenderSVGContainer*>(object);
RenderSVGRoot.h 127 return static_cast<RenderSVGRoot*>(object);
133 return static_cast<const RenderSVGRoot*>(object);
RenderSVGShape.h 130 return static_cast<RenderSVGShape*>(object);
136 return static_cast<const RenderSVGShape*>(object);
RenderSVGText.h 107 return static_cast<RenderSVGText*>(object);
113 return static_cast<const RenderSVGText*>(object);
SVGInlineTextBox.h 43 virtual int selectionHeight() { return static_cast<int>(ceilf(m_logicalHeight)); }
94 return static_cast<SVGInlineTextBox*>(box);
SVGTextMetrics.cpp 61 m_length = static_cast<unsigned>(length);
69 TextRun run(static_cast<const LChar*>(0) // characters, will be set below if non-zero.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedIntegerOptionalInteger.cpp 45 animatedInteger.first = static_cast<int>(roundf(firstNumber));
46 animatedInteger.second = static_cast<int>(roundf(secondNumber));
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 104 m_data.insert(m_data.end(), static_cast<char*>(buffer), static_cast<char*>(buffer) + len);

Completed in 608 milliseconds

<<101102103104105106107108109110>>