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

  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.mm 33 if (no_image_width <= width || !partial_string_) {
38 SetLabel(partial_string_);
39 return GetWidthForImageAndLabel(nil, partial_string_);
59 partial_string_.reset();
64 partial_string_.reset([partial_string copy]);
selected_keyword_decoration.h 41 base::scoped_nsobject<NSString> partial_string_; member in class:SelectedKeywordDecoration
selected_keyword_decoration_unittest.mm 60 decoration_.partial_string_.reset();

Completed in 55 milliseconds