HomeSort by relevance Sort by last modified time
    Searched defs:otherElement (Results 1 - 3 of 3) sorted by null

  /external/guava/src/com/google/common/collect/
RegularImmutableSortedSet.java 184 Object otherElement = iterator.next();
185 if (otherElement == null
186 || unsafeCompare(elements[i], otherElement) != 0) {
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 162 Element *otherElement = other.m_element;
163 if (otherElement)
164 otherElement->ref();
167 m_element = otherElement;
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.cpp 160 JSObjectRef otherElement = JSValueToObject(context, arguments[0], exception);
161 AccessibilityUIElement* childElement = toAXElement(otherElement);
212 JSObjectRef otherElement = 0;
214 otherElement = JSValueToObject(context, arguments[0], exception);
218 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEqual(toAXElement(otherElement)));
    [all...]

Completed in 1213 milliseconds