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

  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller.h 31 // 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/
styled_label.h 54 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.
  /system/core/adb/
file_sync_service.c 330 int is_link, ret; local
339 is_link = 0;
341 is_link = S_ISLNK((mode_t) mode);
347 is_link = 0;
359 if(is_link)

Completed in 53 milliseconds