OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ApiInfo
(Results
1 - 2
of
2
) sorted by null
/external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java
26
public class
ApiInfo
{
62
public boolean isConsistent(
ApiInfo
otherApi) {
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc
56
// Specifies a possible action to take to get an extracted URL in the
ApiInfo
66
struct
ApiInfo
{
92
static const
ApiInfo
kApiInfoTable[] = {
161
// Retrieves an
ApiInfo
record for the given Action type. Returns either a
163
const
ApiInfo
* Lookup(Action::ActionType action_type,
165
std::map<std::string, const
ApiInfo
*>::const_iterator i =
177
const
ApiInfo
* info = &kApiInfoTable[i];
186
std::map<std::string, const
ApiInfo
*> api_database_;
242
const
ApiInfo
* api_info = ApiInfoDatabase::GetInstance()->Lookup(
Completed in 541 milliseconds