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

/external/chromium_org/extensions/common/
H A Dextension_api.cc370 std::string api_name_candidate = full_name; local
375 if (schemas_.find(api_name_candidate) != schemas_.end() ||
376 extensions_client->IsAPISchemaGenerated(api_name_candidate) ||
377 unloaded_schemas_.find(api_name_candidate) != unloaded_schemas_.end()) {
378 std::string result = api_name_candidate;
390 size_t last_dot_index = api_name_candidate.rfind('.');
394 api_name_candidate = api_name_candidate.substr(0, last_dot_index);

Completed in 78 milliseconds