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

  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 281 negativeResult = False
284 negativeResult = True
314 if negativeResult:
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 317 WebHitTestResult negativeResult = webView->hitTestResultAt(hitPoint);
318 ASSERT_EQ(WebNode::ElementNode, negativeResult.node().nodeType());
319 EXPECT_FALSE(negativeResult.node().to<WebElement>().hasTagName("img"));
320 negativeResult.reset();
    [all...]

Completed in 909 milliseconds