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

  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 122 const std::string GetServer() const;
vpn_config_view.cc 297 (GetService().empty() || GetServer().empty()))
361 shill::kProviderHostProperty, GetServer());
410 const std::string VPNConfigView::GetServer() const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 188 virtual HRESULT WINAPI GetServer(ULONG *puNameBufLength,LPWSTR pName) = 0;
221 HRESULT (WINAPI *GetServer)(IWbemPath *This,ULONG *puNameBufLength,LPWSTR pName);
256 #define IWbemPath_GetServer(This,puNameBufLength,pName) (This)->lpVtbl->GetServer(This,puNameBufLength,pName)
    [all...]

Completed in 126 milliseconds