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/content/
SearchRecentSuggestionsProviderTest.java 319 * @param matchDisplay2 If non-null, must match DISPLAY2 column if row counts as match
329 // look for minimum set of columns (note, display2 is optional)
359 * @param matchDisplay2 If non-null, this must be the prefix of display2
367 String display2 = (colDisp2 >= 0) ? c.getString(colDisp2) : null; local
375 result = result && (display2 != null) && display2.startsWith(matchDisplay2);
  /external/webkit/WebCore/dom/
Node.cpp 305 EDisplay display2 = s2 ? s2->display() : NONE; local
308 if (display1 != display2 || fl1 != fl2 || (s1 && s2 && !s1->contentDataEquivalent(s2)))
    [all...]

Completed in 55 milliseconds