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

  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 345 NavigationEntry* start_entry = controller.GetEntryAtIndex(start_from); local
346 const GURL& url = start_entry->url();
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 449 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 121 ** 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)
130 if (p_cb->aid_entries > start_entry)
132 for (xx = start_entry; xx < p_cb->aid_entries; xx++)
    [all...]

Completed in 143 milliseconds