HomeSort by relevance Sort by last modified time
    Searched refs:inResult (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/xml/
XPathExpression.idl 29 in XPathResult inResult)
XPathEvaluator.idl 32 in XPathResult inResult)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlayTest.java 60 boolean inResult = false;
63 inResult = true;
68 if (inHole == inResult) {
70 + " and holes=" + holes + " where inHole=inResult="
71 + inResult);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp 84 RefPtr<XPathResult> inResult;
86 inResult = V8XPathResult::toNative(v8::Handle<v8::Object>::Cast(args[4]));
89 RefPtr<XPathResult> result = document->evaluate(expression, contextNode.get(), resolver.get(), type, inResult.get(), ec);
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 144 - (DOMXPathResult *)evaluate:(NSString *)expression :(DOMNode *)contextNode :(id <DOMXPathNSResolver>)resolver :(unsigned short)type :(DOMXPathResult *)inResult AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER_BUT_DEPRECATED;
145 - (DOMXPathResult *)evaluate:(NSString *)expression contextNode:(DOMNode *)contextNode resolver:(id <DOMXPathNSResolver>)resolver type:(unsigned short)type inResult:(DOMXPathResult *)inResult AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.idl 125 in XPathResult inResult)
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 167 milliseconds