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
59
// Specifies a possible action to take to get an extracted URL in the
ApiInfo
69
struct
ApiInfo
{
95
static const
ApiInfo
kApiInfoTable[] = {
164
// Retrieves an
ApiInfo
record for the given Action type. Returns either a
166
const
ApiInfo
* Lookup(Action::ActionType action_type,
168
std::map<std::string, const
ApiInfo
*>::const_iterator i =
180
const
ApiInfo
* info = &kApiInfoTable[i];
189
std::map<std::string, const
ApiInfo
*> api_database_;
245
const
ApiInfo
* api_info = ApiInfoDatabase::GetInstance()->Lookup(
Completed in 1005 milliseconds