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

  /frameworks/base/core/tests/coretests/src/android/content/
SearchRecentSuggestionsProviderTest.java 318 * @param matchDisplay1 If non-null, must match DISPLAY1 column if row counts as match
355 * @param colQuery The column # containing the query. The query must match display1.
358 * @param matchDisplay1 If non-null, this must be the prefix of display1
366 String display1 = c.getString(colDisp1); local
369 assertEquals(query, display1);
372 result = result && (display1 != null) && display1.startsWith(matchDisplay1);
  /external/webkit/WebCore/dom/
Node.cpp 303 EDisplay display1 = s1 ? s1->display() : NONE; local
308 if (display1 != display2 || fl1 != fl2 || (s1 && s2 && !s1->contentDataEquivalent(s2)))
    [all...]

Completed in 140 milliseconds