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

/external/chromium_org/chrome/browser/net/
H A Dpredictor_tab_helper.cc19 bool is_link = (content::PageTransitionStripQualifier(page_transition) == local
27 return is_link && !is_forward_back && !is_client_redirect;
/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.h53 bool is_link; member in struct:views::StyledLabel::RangeStyleInfo
123 // 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.cc338 const ContextMenuParams& params, WebContents* web_contents, bool is_link) {
339 const GURL& url = is_link ? params.link_url : params.src_url;
348 if (is_link)
337 StartContextMenuDownload( const ContextMenuParams& params, WebContents* web_contents, bool is_link) argument

Completed in 126 milliseconds