HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/proxy/
interface_list.h 54 struct InterfaceInfo {
55 InterfaceInfo()
60 InterfaceInfo(ApiID in_id, const void* in_interface, Permission in_perm)
75 typedef std::map<std::string, InterfaceInfo> NameToInterfaceInfoMap;
interface_list.cc 371 name_to_browser_info_[name] = InterfaceInfo(id, iface, perm);
378 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/net/base/
net_util_win.cc 232 if (interface_list->InterfaceInfo[i].isState ==
234 info = &interface_list->InterfaceInfo[i];
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 286 if (interface_list->InterfaceInfo[i].isState ==
289 << interface_list->InterfaceInfo[i].strInterfaceDescription
295 interface_list->InterfaceInfo[i].InterfaceGuid,

Completed in 3954 milliseconds