Home
last modified time | relevance | path

Searched refs:end_item (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/
Dsandbox_policy.cc105 size_t end_item = 0; in GetPolicyCategoryForPlugin() local
106 while (end_item != std::wstring::npos) { in GetPolicyCategoryForPlugin()
107 end_item = list.find(L",", pos); in GetPolicyCategoryForPlugin()
109 size_t size_item = (end_item == std::wstring::npos) ? end_item : in GetPolicyCategoryForPlugin()
110 end_item - pos; in GetPolicyCategoryForPlugin()
115 pos = end_item + 1; in GetPolicyCategoryForPlugin()
/external/bluetooth/bluedroid/stack/include/
Davrc_defs.h1098 UINT32 end_item; member