Searched defs:key_start (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dpath_service.cc41 int key_start; member in struct:__anon1574::Provider
240 void PathService::RegisterProvider(ProviderFunc func, int key_start, argument
244 DCHECK_GT(key_end, key_start);
253 DCHECK(key_start >= p->key_end || key_end <= p->key_start) <<
264 p->key_start = key_start;
/external/dbus/bus/
H A Ddesktop-file.c456 int key_start, key_end; local
469 key_start = p;
475 if (key_start == key_end)
546 if (!_dbus_string_copy_len (&parser->data, key_start, key_end - key_start,
H A Dsignals.c447 const char *key_start; local
459 key_start = p;
469 if (key_start == key_end)
484 if (!_dbus_string_append_len (key, key_start, key_end - key_start))

Completed in 61 milliseconds