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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk_unittest.cc 131 guint RunLengthForAttrType(guint location,
204 RunLengthForAttrType(0U,
214 guint weightLength = RunLengthForAttrType(0U,
242 RunLengthForAttrType(0U,
251 guint weightLength = RunLengthForAttrType(0U,
289 RunLengthForAttrType(0U,
296 RunLengthForAttrType(runLength1,
303 RunLengthForAttrType(runLength1 + runLength2,
312 guint weightLength = RunLengthForAttrType(0U,
351 RunLengthForAttrType(0U
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk_unittest.cc 169 guint RunLengthForAttrType(guint location,
244 EXPECT_EQ(kContents.length(), RunLengthForAttrType(0U, kContents.length(),
251 guint weightLength = RunLengthForAttrType(0U, kContents.length(),
275 EXPECT_EQ(kContents.length(), RunLengthForAttrType(0U, kContents.length(),
281 guint weightLength = RunLengthForAttrType(0U, kContents.length(),
315 EXPECT_EQ(kRunLength1, RunLengthForAttrType(0U, kContents.length(),
318 EXPECT_EQ(kRunLength2, RunLengthForAttrType(kRunLength1, kContents.length(),
322 EXPECT_EQ(kRunLength3, RunLengthForAttrType(kRunLength1 + kRunLength2,
330 guint weightLength = RunLengthForAttrType(0U, kContents.length(),
365 EXPECT_EQ(kRunLength1, RunLengthForAttrType(0U, kContents.length()
    [all...]

Completed in 471 milliseconds