Searched defs:is_link (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.h31 // A simple struct of text highlighting range information. If |is_link| is true
33 // If |is_link| is false, the text denoted by |range| should be bolded.
38 bool is_link; member in struct:autofill::TextRange
/external/chromium_org/ui/views/controls/
H A Dstyled_label.h54 bool is_link; member in struct:views::StyledLabel::RangeStyleInfo
144 // that correspond to ranges with is_link style set will be added to the map.
/external/chromium_org/content/browser/android/
H A Ddownload_controller_android_impl.cc372 const ContextMenuParams& params, WebContents* web_contents, bool is_link) {
373 const GURL& url = is_link ? params.link_url : params.src_url;
382 if (is_link)
371 StartContextMenuDownload( const ContextMenuParams& params, WebContents* web_contents, bool is_link) argument

Completed in 539 milliseconds