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/provider/
SearchRecentSuggestionsProviderTest.java 306 * @param matchDisplay1 If non-null, must match DISPLAY1 column if row counts as match
343 * @param colQuery The column # containing the query. The query must match display1.
346 * @param matchDisplay1 If non-null, this must be the prefix of display1
354 String display1 = c.getString(colDisp1); local
357 assertEquals(query, display1);
360 result = result && (display1 != null) && display1.startsWith(matchDisplay1);
  /external/webkit/Source/WebCore/dom/
Node.cpp 311 EDisplay display1 = s1 ? s1->display() : NONE; local
321 if (display1 != display2 || fl1 != fl2 || colSpan1 != colSpan2 || (s1 && s2 && !s1->contentDataEquivalent(s2)))
    [all...]

Completed in 784 milliseconds