HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1226 - 1250 of 6015) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/WebCore/dom/
ProcessingInstruction.cpp 301 void* ProcessingInstruction::operator new(size_t size)
303 return Node::operator new(size);
306 void* ProcessingInstruction::operator new[](size_t size)
308 return Node::operator new[](size);
311 void ProcessingInstruction::operator delete(void* p, size_t size)
313 Node::operator delete(p, size);
316 void ProcessingInstruction::operator delete[](void* p, size_t size)
318 Node::operator delete[](p, size);
  /external/webkit/Source/WebCore/platform/graphics/
FontFamily.cpp 37 FontFamily& FontFamily::operator=(const FontFamily& other)
44 bool operator==(const FontFamily& a, const FontFamily& b)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
TransformationMatrixCairo.cpp 36 TransformationMatrix::operator cairo_matrix_t() const
50 AffineTransform::operator cairo_matrix_t() const
  /external/webkit/Source/WebCore/platform/graphics/cg/
TransformationMatrixCG.cpp 47 TransformationMatrix::operator CGAffineTransform() const
57 AffineTransform::operator CGAffineTransform() const
  /external/webkit/Source/WebCore/platform/graphics/qt/
TransformationMatrixQt.cpp 35 TransformationMatrix::operator QTransform() const
40 AffineTransform::operator QTransform() const
  /external/webkit/Source/WebCore/platform/graphics/skia/
IntPointSkia.cpp 44 IntPoint::operator SkIPoint() const
50 IntPoint::operator SkPoint() const
IntRectSkia.cpp 38 IntRect::operator SkIRect() const
44 IntRect::operator SkRect() const
  /external/webkit/Source/WebCore/platform/graphics/win/
IntPointWin.cpp 39 IntPoint::operator POINT() const
51 IntPoint::operator POINTS() const
  /external/webkit/Source/WebCore/platform/graphics/wx/
TransformationMatrixWx.cpp 41 TransformationMatrix::operator wxGraphicsMatrix() const
50 AffineTransform::operator wxGraphicsMatrix() const
  /external/webkit/Source/WebCore/rendering/style/
CounterDirectives.h 47 bool operator==(const CounterDirectives&, const CounterDirectives&);
48 inline bool operator!=(const CounterDirectives& a, const CounterDirectives& b) { return !(a == b); }
CursorData.h 41 bool operator==(const CursorData& o) const
46 bool operator!=(const CursorData& o) const
LineClampValue.h 52 bool operator==(const LineClampValue& o) const
57 bool operator!=(const LineClampValue& o) const
NinePieceImage.h 53 bool operator==(const NinePieceImage& o) const;
54 bool operator!=(const NinePieceImage& o) const { return !(*this == o); }
OutlineValue.h 41 bool operator==(const OutlineValue& o) const
46 bool operator!=(const OutlineValue& o) const
StyleBackgroundData.h 42 bool operator==(const StyleBackgroundData& o) const;
43 bool operator!=(const StyleBackgroundData& o) const
StyleDashboardRegion.h 47 bool operator==(const StyleDashboardRegion& o) const
52 bool operator!=(const StyleDashboardRegion& o) const
StyleFlexibleBoxData.h 38 bool operator==(const StyleFlexibleBoxData& o) const;
39 bool operator!=(const StyleFlexibleBoxData& o) const
StyleInheritedData.h 45 bool operator==(const StyleInheritedData& o) const;
46 bool operator!=(const StyleInheritedData& o) const
StyleMarqueeData.h 40 bool operator==(const StyleMarqueeData& o) const;
41 bool operator!=(const StyleMarqueeData& o) const
StyleReflection.h 42 bool operator==(const StyleReflection& o) const
46 bool operator!=(const StyleReflection& o) const { return !(*this == o); }
StyleSurroundData.h 40 bool operator==(const StyleSurroundData& o) const;
41 bool operator!=(const StyleSurroundData& o) const
StyleTransformData.h 40 bool operator==(const StyleTransformData& o) const;
41 bool operator!=(const StyleTransformData& o) const
StyleVisualData.h 40 bool operator==(const StyleVisualData& o) const
47 bool operator!=(const StyleVisualData& o) const { return !(*this == o); }
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.h 36 bool operator==(const SVGTextMetrics&);
48 bool operator==(const Glyph& other)
  /external/webkit/Source/WebKit/chromium/public/
WebGeolocationError.h 59 WebGeolocationError& operator=(WTF::PassRefPtr<WebCore::GeolocationError>);
60 operator WTF::PassRefPtr<WebCore::GeolocationError>() const;

Completed in 178 milliseconds

<<41424344454647484950>>