OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryAuthorizedW
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
winfirewall.h
56
bool
QueryAuthorizedW
(const wchar_t* filename, bool* authorized) const;
winfirewall.cc
94
return
QueryAuthorizedW
(ToUtf16(filename).c_str(), authorized);
97
bool WinFirewall::
QueryAuthorizedW
(const wchar_t* filename, bool* authorized)
/external/chromium_org/third_party/libjingle/source/talk/base/
winfirewall.h
56
bool
QueryAuthorizedW
(const wchar_t* filename, bool* authorized) const;
winfirewall.cc
94
return
QueryAuthorizedW
(ToUtf16(filename).c_str(), authorized);
97
bool WinFirewall::
QueryAuthorizedW
(const wchar_t* filename, bool* authorized)
Completed in 43 milliseconds