Searched refs:kApiInfoTable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.cc92 static const ApiInfo kApiInfoTable[] = { member in namespace:extensions::__anon3619
153 // A singleton class which provides lookups into the kApiInfoTable data
176 for (size_t i = 0; i < arraysize(kApiInfoTable); i++) {
177 const ApiInfo* info = &kApiInfoTable[i];
184 // across multiple action types in kApiInfoTable. However, the action type
232 // kApiInfoTable. Mutates the Action object in place. There is a small chance

Completed in 49 milliseconds