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

<<121122123124125126127128129130>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.8.1.js 24 ECMA Section: 11.8.1 The less-than operator ( < )
36 writeHeaderToLog( SECTION + " The less-than operator ( < )");
11.8.2.js 24 ECMA Section: 11.8.2 The greater-than operator ( > )
36 writeHeaderToLog( SECTION + " The greater-than operator ( > )");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-114493.js 43 * tried to use the call operator on |undefined|:
51 * that were out of bounds, followed by the call operator, would crash.
regress-203402.js 38 * SUMMARY: Testing the ternary query operator
46 var summary = 'Testing the ternary query operator';
  /external/webkit/Source/WebCore/css/
CSSSelectorList.cpp 149 bool operator()(CSSSelector* selector)
167 bool operator()(CSSSelector* selector)
  /external/webkit/Source/WebCore/editing/
EditingStyle.h 168 bool operator==(const StyleChange& other)
181 bool operator!=(const StyleChange& other)
VisiblePosition.h 120 inline bool operator==(const VisiblePosition& a, const VisiblePosition& b)
125 inline bool operator!=(const VisiblePosition& a, const VisiblePosition& b)
VisibleSelection.h 135 inline bool operator==(const VisibleSelection& a, const VisibleSelection& b)
140 inline bool operator!=(const VisibleSelection& a, const VisibleSelection& b)
  /external/webkit/Source/WebCore/manual-tests/
svg-filter-animation.svg 39 <feComposite in="turb" in2="blur" operator="arithmetic" k2="0.3" k3="1" result="comp"/>
46 <feComposite in="light" in2="ambient" operator="arithmetic" k2="1.2" k3=".8"/>
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 103 inline bool operator==(const RoundedIntRect::Radii& a, const RoundedIntRect::Radii& b)
108 inline bool operator==(const RoundedIntRect& a, const RoundedIntRect& b)
  /external/webkit/Source/WebCore/platform/graphics/android/
FontPlatformDataAndroid.cpp 161 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& src)
211 bool FontPlatformData::operator==(const FontPlatformData& a) const
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 181 static TextStream& operator<<(TextStream& ts, const MorphologyOperatorType& type)
202 ts << " operator=\"" << morphologyOperator() << "\" "
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 91 // Use placement operator new to allocate a T at this location.
102 // Use placement operator new to allocate a T at this location.
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformDataPango.cpp 216 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& other)
255 bool FontPlatformData::operator==(const FontPlatformData& other) const
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 42 operator FloatPoint() const { return FloatPoint(m_x, m_y); }
48 PathPoint& operator=(const FloatPoint& p)
  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.h 220 inline bool operator==(const ResourceRequest& a, const ResourceRequest& b) { return ResourceRequestBase::compare(a, b); }
221 inline bool operator!=(ResourceRequest& a, const ResourceRequest& b) { return !(a == b); }
ResourceResponseBase.h 187 inline bool operator==(const ResourceResponse& a, const ResourceResponse& b) { return ResourceResponseBase::compare(a, b); }
188 inline bool operator!=(const ResourceResponse& a, const ResourceResponse& b) { return !(a == b); }
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceErrorCF.cpp 161 ResourceError::operator CFErrorRef() const
205 ResourceError::operator CFStreamError() const
  /external/webkit/Source/WebCore/rendering/
LayoutState.cpp 147 void* LayoutState::operator new(size_t sz, RenderArena* renderArena) throw()
152 void LayoutState::operator delete(void* ptr, size_t sz)
  /external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp 214 WebDragData& WebDragData::operator=(const WTF::PassRefPtr<WebCore::ChromiumDataObject>& data)
220 WebDragData::operator WTF::PassRefPtr<WebCore::ChromiumDataObject>() const
WebHTTPBody.cpp 158 WebHTTPBody& WebHTTPBody::operator=(const PassRefPtr<FormData>& data)
164 WebHTTPBody::operator PassRefPtr<FormData>() const
WebHistoryItem.cpp 283 WebHistoryItem& WebHistoryItem::operator=(const PassRefPtr<HistoryItem>& item)
289 WebHistoryItem::operator PassRefPtr<HistoryItem>() const
WebNode.cpp 202 WebNode& WebNode::operator=(const PassRefPtr<Node>& node)
208 WebNode::operator PassRefPtr<Node>() const
  /frameworks/base/include/drm/
drm_framework_common.h 324 bool operator<(const DecryptHandle& handle) const {
328 bool operator==(const DecryptHandle& handle) const {
  /frameworks/base/include/media/stagefright/
MetaData.h 189 typed_data &operator=(const MetaData::typed_data &);
226 // MetaData &operator=(const MetaData &);

Completed in 1529 milliseconds

<<121122123124125126127128129130>>