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

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 57 // |classifications|. If |force_dim| is true, ACMatchClassification::DIM is
58 // added to all of the classifications. Returns the x position to the right
62 const ACMatchClassifications& classifications,
71 typedef std::vector<ClassificationData> Classifications;
autocomplete_result_view.cc 62 // classifications.
69 Classifications classifications; // Classification pieces within this run, member in struct:AutocompleteResultView::RunData
197 ACMatchClassifications classifications; local
198 classifications.push_back(
200 x = DrawString(canvas, separator, classifications, true, x,
269 const ACMatchClassifications& classifications,
279 for (ACMatchClassifications::const_iterator i(classifications.begin());
280 i != classifications.end(); ++i) {
318 // Compute classifications for this run
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 80 // |classifications|. If |force_dim| is true, ACMatchClassification::DIM is
81 // added to all of the classifications. Returns the x position to the right
85 const ACMatchClassifications& classifications,
101 typedef std::vector<gfx::RenderText*> Classifications;
omnibox_result_view.cc 56 // classifications.
67 Classifications classifications; member in struct:OmniboxResultView::RunData
244 ACMatchClassifications classifications; local
245 classifications.push_back(
247 x = DrawString(canvas, separator, classifications, true, x,
342 const ACMatchClassifications& classifications,
352 for (ACMatchClassifications::const_iterator i(classifications.begin());
353 i != classifications.end(); ++i) {
391 // Compute classifications for this run
    [all...]

Completed in 49 milliseconds