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

  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 307 * @param matchDisplay2 If non-null, must match DISPLAY2 column if row counts as match
317 // look for minimum set of columns (note, display2 is optional)
347 * @param matchDisplay2 If non-null, this must be the prefix of display2
355 String display2 = (colDisp2 >= 0) ? c.getString(colDisp2) : null; local
363 result = result && (display2 != null) && display2.startsWith(matchDisplay2);
  /external/webkit/Source/WebCore/dom/
Node.cpp 313 EDisplay display2 = s2 ? s2->display() : NONE; local
321 if (display1 != display2 || fl1 != fl2 || colSpan1 != colSpan2 || (s1 && s2 && !s1->contentDataEquivalent(s2)))
    [all...]

Completed in 39 milliseconds