OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterfaceInfo
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ppapi/proxy/
interface_list.h
56
struct
InterfaceInfo
{
57
InterfaceInfo
()
62
InterfaceInfo
(ApiID in_id, const void* in_interface, Permission in_perm)
77
typedef std::map<std::string,
InterfaceInfo
> NameToInterfaceInfoMap;
interface_list.cc
388
name_to_browser_info_[name] =
InterfaceInfo
(id, iface, perm);
395
name_to_plugin_info_[name] =
InterfaceInfo
(id, iface, PERMISSION_NONE);
/external/llvm/lib/IR/
PassRegistry.cpp
150
PassInfo *
InterfaceInfo
= const_cast<PassInfo*>(getPassInfo(InterfaceID));
151
if (
InterfaceInfo
== 0) {
154
InterfaceInfo
= &Registeree;
168
ImplementationInfo->addInterfaceImplemented(
InterfaceInfo
);
172
Impl->AnalysisGroupInfoMap[
InterfaceInfo
];
177
assert(
InterfaceInfo
->getNormalCtor() == 0 &&
181
InterfaceInfo
->setNormalCtor(ImplementationInfo->getNormalCtor());
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc
285
if (interface_list->
InterfaceInfo
[i].isState ==
288
<< interface_list->
InterfaceInfo
[i].strInterfaceDescription
294
interface_list->
InterfaceInfo
[i].InterfaceGuid,
/external/chromium_org/net/base/
net_util_win.cc
266
if (interface_list->
InterfaceInfo
[i].isState ==
268
info = &interface_list->
InterfaceInfo
[i];
/external/chromium_org/components/wifi/
wifi_service_win.cc
[
all
...]
Completed in 56 milliseconds