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
{
57
public boolean isConsistent(
ApiInfo
otherApi) {
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc
54
// Specifies a possible action to take to get an extracted URL in the
ApiInfo
64
struct
ApiInfo
{
90
static const
ApiInfo
kApiInfoTable[] = {
140
// Retrieves an
ApiInfo
record for the given Action type. Returns either a
142
const
ApiInfo
* Lookup(Action::ActionType action_type,
144
std::map<std::string, const
ApiInfo
*>::const_iterator i =
156
const
ApiInfo
* info = &kApiInfoTable[i];
165
std::map<std::string, const
ApiInfo
*> api_database_;
221
const
ApiInfo
* api_info = ApiInfoDatabase::GetInstance()->Lookup(
Completed in 181 milliseconds