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

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.h 42 scoped_nsobject<NSString> hint_prefix_; member in class:KeywordHintDecoration
keyword_hint_decoration.mm 90 hint_prefix_.reset([TrimAndConvert(keyword_hint.substr(0, split)) retain]);
110 std::floor([hint_prefix_ sizeWithAttributes:attributes_].width + 0.5) +
128 [hint_prefix_ sizeWithAttributes:attributes_].width;
130 [hint_prefix_ drawInRect:prefix_rect withAttributes:attributes_];
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.h 41 base::scoped_nsobject<NSString> hint_prefix_; member in class:KeywordHintDecoration
keyword_hint_decoration.mm 81 hint_prefix_.reset([TrimAndConvert(keyword_hint.substr(0, split)) retain]);
101 std::floor(GetLabelSize(hint_prefix_, attributes_).width + 0.5) +
118 const CGFloat prefix_width = GetLabelSize(hint_prefix_, attributes_).width;
120 DrawLabel(hint_prefix_, attributes_, prefix_rect);

Completed in 239 milliseconds