OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_entry
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc
362
NavigationEntry*
start_entry
= controller.GetEntryAtIndex(start_from);
local
363
const GURL& url =
start_entry
->GetURL();
/external/libnfc-nci/src/nfa/int/
nfa_ee_int.h
485
int nfa_ee_find_total_aid_len(tNFA_EE_ECB *p_cb, int
start_entry
);
/external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c
270
** Description Find the total len in aid_cfg from
start_entry
to the last
275
int nfa_ee_find_total_aid_len(tNFA_EE_ECB *p_cb, int
start_entry
)
279
if (p_cb->aid_entries >
start_entry
)
281
for (xx =
start_entry
; xx < p_cb->aid_entries; xx++)
[
all
...]
Completed in 68 milliseconds