Searched defs:start_entry (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc345 NavigationEntry* start_entry = controller.GetEntryAtIndex(start_from); local
346 const GURL& url = start_entry->url();
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c121 ** Description Find the total len in aid_cfg from start_entry to the last
126 int nfa_ee_find_total_aid_len(tNFA_EE_ECB *p_cb, int start_entry) argument
130 if (p_cb->aid_entries > start_entry)
132 for (xx = start_entry; xx < p_cb->aid_entries; xx++)

Completed in 74 milliseconds