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

  /external/dbus/tools/
dbus-launch-win.c 80 #define DIM(x) (sizeof(x) / sizeof(x[0]))
109 GetModuleFileNameW (NULL, dbusDaemonPath, DIM (dbusDaemonPath));
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 50 DIM = 1 << 2, // "Helper text"
112 // will also not be dimmed, if |style| has DIM set.)
extension_app_provider.cc 126 ACMatchClassification(0, ACMatchClassification::DIM));
133 ACMatchClassification::DIM));
autocomplete_match.cc 147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM));
keyword_provider.cc 334 ACMatchClassification(0, ACMatchClassification::DIM));
441 ACMatchClassification::DIM,
history_quick_provider.cc 222 spans.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
autocomplete_popup_view_gtk_unittest.cc 262 // Test that DIM works as expected.
265 // Dim "is".
275 ACMatchClassification(runLength1, ACMatchClassification::DIM));
search_provider.cc 787 ACMatchClassification(input_position, ACMatchClassification::DIM));
    [all...]
autocomplete_popup_view_gtk.cc 233 // handle things like DIM urls? Turns out DIM means something different
234 // than you'd think, all of the description text is not DIM, it is a
248 if (i->style & ACMatchClassification::DIM)
669 // description. Here, we pass the dim text color for both normal and dim,
  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 15 const int kDim = ACMatchClassification::DIM;
38 // Test output key: n = character with no styling, d = dim, m = match, u = url
48 AppendStyle("dim", 6, 3, &styles_value);
64 AppendStyle("dim", 6, 3, &styles_value);
80 AppendStyle("dim", 9, 2, &styles_value);
83 AppendStyle("dim", 1, 2, &styles_value);
98 // Try moving the "dim/match" style pair at offset 9. Output should be the
103 AppendStyle("dim", 9, 2, &styles_value);
105 AppendStyle("dim", 1, 2, &styles_value);
122 AppendStyle("dim", 2, 3, &styles_value)
    [all...]
extension_omnibox_api.cc 210 (type == "dim") ? ACMatchClassification::DIM : -1;
extension_omnibox_apitest.cc 154 ASCIIToUTF16("Description with style: <match>, [dim], (url till end)");
175 EXPECT_EQ(ACMatchClassification::DIM,
  /external/llvm/utils/lit/lit/
ProgressBar.py 58 DIM = '' #: Turn on half-bright mode
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 342 else if (style & ACMatchClassification::DIM)

Completed in 350 milliseconds