OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_link
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/net/
predictor_tab_helper.cc
22
bool
is_link
= (content::PageTransitionStripQualifier(page_transition) ==
local
30
return
is_link
&& !is_forward_back && !is_client_redirect;
/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
53
bool
is_link
;
member in struct:views::StyledLabel::RangeStyleInfo
127
// that correspond to ranges with
is_link
style set will be added to the map.
/system/core/adb/
file_sync_service.c
280
int
is_link
, ret;
local
288
is_link
= 0;
290
is_link
= S_ISLNK(mode);
296
is_link
= 0;
303
if(
is_link
)
/sdk/emulator/qtools/
armdis.cpp
722
uint8_t
is_link
= (insn >> 24) & 1;
local
732
if (
is_link
== 0)
Completed in 44 milliseconds