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

<<61626364656667686970>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.h 82 return static_cast<RenderScrollbarPart*>(object);
88 return static_cast<const RenderScrollbarPart*>(object);
RenderTextFragment.h 75 return static_cast<RenderTextFragment*>(object);
81 return static_cast<const RenderTextFragment*>(object);
RenderVideo.h 85 return static_cast<RenderVideo*>(object);
91 return static_cast<const RenderVideo*>(object);
RenderWidget.h 107 return static_cast<RenderWidget*>(object);
113 return static_cast<const RenderWidget*>(object);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.h 71 virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds()); }
72 virtual LayoutRect shapePaddingLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapePaddingBounds()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CollapsedBorderValue.h 57 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); }
61 EBorderPrecedence precedence() const { return static_cast<EBorderPrecedence>(m_precedence); }
StyleBoxData.h 60 EBoxSizing boxSizing() const { return static_cast<EBoxSizing>(m_boxSizing); }
61 EBoxDecorationBreak boxDecorationBreak() const { return static_cast<EBoxDecorationBreak>(m_boxDecorationBreak); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.h 87 return static_cast<RenderSVGImage*>(object);
93 return static_cast<const RenderSVGImage*>(object);
RenderSVGInlineText.h 71 return static_cast<RenderSVGInlineText*>(object);
77 return static_cast<const RenderSVGInlineText*>(object);
RenderSVGViewportContainer.h 68 return static_cast<RenderSVGViewportContainer*>(object);
74 return static_cast<const RenderSVGViewportContainer*>(object);
SVGRenderTreeAsText.cpp 239 ts << "[type=SOLID] [color=" << static_cast<RenderSVGResourceSolidColor*>(resource)->color() << "]";
244 RenderSVGResourceContainer* container = static_cast<RenderSVGResourceContainer*>(resource);
269 const RenderSVGShape& shape = static_cast<const RenderSVGShape&>(object);
340 SVGLineElement* element = static_cast<SVGLineElement*>(svgElement);
346 SVGEllipseElement* element = static_cast<SVGEllipseElement*>(svgElement);
352 SVGCircleElement* element = static_cast<SVGCircleElement*>(svgElement);
357 SVGPolyElement* element = static_cast<SVGPolyElement*>(svgElement);
377 SVGRootInlineBox* box = static_cast<SVGRootInlineBox*>(text.firstRootBox());
495 RenderSVGResourceMasker* masker = static_cast<RenderSVGResourceMasker*>(resource);
500 RenderSVGResourceFilter* filter = static_cast<RenderSVGResourceFilter*>(resource)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h 38 SVGSpreadMethodType spreadMethod() const { return static_cast<SVGSpreadMethodType>(m_spreadMethod); }
39 SVGUnitTypes::SVGUnitType gradientUnits() const { return static_cast<SVGUnitTypes::SVGUnitType>(m_gradientUnits); }
SVGFontFaceSrcElement.cpp 54 srcValue = static_cast<SVGFontFaceUriElement*>(child)->srcValue();
56 srcValue = static_cast<SVGFontFaceNameElement*>(child)->srcValue();
SVGPathByteStreamSource.cpp 40 pathSegType = static_cast<SVGPathSegType>(readSVGSegmentType());
46 return static_cast<SVGPathSegType>(readSVGSegmentType());
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionController.cpp 58 DeviceMotionController* controller = static_cast<DeviceMotionController*>(Supplement<ScriptExecutionContext>::from(document, supplementName()));
89 DeviceMotionEvent* motionEvent = static_cast<DeviceMotionEvent*>(event);
NewDeviceOrientationController.cpp 58 NewDeviceOrientationController* controller = static_cast<NewDeviceOrientationController*>(Supplement<ScriptExecutionContext>::from(document, supplementName()));
90 DeviceOrientationEvent* orientationEvent = static_cast<DeviceOrientationEvent*>(event);
  /external/chromium_org/third_party/WebKit/Source/web/
MediaSourcePrivateImpl.cpp 57 static_cast<WebCore::MediaSourcePrivate::AddStatus>(m_client->addSourceBuffer(type, codecs, &webSourceBuffer));
83 m_client->markEndOfStream(static_cast<WebMediaSourceClient::EndOfStreamStatus>(status));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
RenderTableCellTest.cpp 53 return static_cast<WebFrameImpl*>(webView->mainFrame())->frame();
57 return static_cast<WebFrameImpl*>(webView->mainFrame())->frame();
RenderTableRowTest.cpp 53 return static_cast<WebFrameImpl*>(webView->mainFrame())->frame();
57 return static_cast<WebFrameImpl*>(webView->mainFrame())->frame();
  /external/chromium_org/third_party/WebKit/Source/wtf/
IntegralTypedArrayBase.h 50 TypedArrayBase<T>::data()[index] = static_cast<T>(static_cast<int64_t>(value));
ThreadIdentifierDataPthreads.cpp 67 ThreadIdentifierData* threadIdentifierData = static_cast<ThreadIdentifierData*>(pthread_getspecific(m_key));
80 ThreadIdentifierData* threadIdentifierData = static_cast<ThreadIdentifierData*>(data);
ThreadSafeRefCounted.h 63 return static_cast<int const volatile &>(m_refCount);
87 delete static_cast<T*>(this);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
IntegerToStringConversion.h 68 *--p = static_cast<LChar>((number % 10) + '0');
75 return ConversionTrait<T>::flush(p, static_cast<unsigned>(end - p), additionalArgument);
  /external/chromium_org/third_party/icu/source/common/
stringpiece.cpp 17 : ptr_(str), length_((str == NULL) ? 0 : static_cast<int32_t>(uprv_strlen(str))) { }
47 length_ = static_cast<int32_t>(uprv_strlen(str));
  /external/chromium_org/third_party/leveldatabase/src/table/
format.h 102 : offset_(~static_cast<uint64_t>(0)),
103 size_(~static_cast<uint64_t>(0)) {

Completed in 418 milliseconds

<<61626364656667686970>>