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

  /external/chromium_org/third_party/webrtc/base/
winfirewall_unittest.cc 22 bool authorized; local
24 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
28 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized));
31 // about whether we're authorized. It will depend on the settings of the
35 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
winfirewall.h 38 bool QueryAuthorized(const char* filename, bool* authorized) const;
39 bool QueryAuthorizedW(const wchar_t* filename, bool* authorized) const;
42 bool authorized, HRESULT* result);
44 bool authorized, HRESULT* result);
winfirewall.cc 75 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized)
77 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
80 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized)
82 *authorized = false;
102 *authorized = (fwEnabled != VARIANT_FALSE);
105 // No entry in list of authorized apps
118 bool authorized,
121 ToUtf16(friendly_name).c_str(), authorized, result);
126 bool authorized,
143 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE)
    [all...]
  /external/chromium_org/remoting/webapp/
feedback.js 12 * Desktop as an authorized feedback source.
  /external/iputils/
Makefile 237 @if [ x"$(UNAME_N)" != x"pleiades" ]; then echo "Not authorized to advance snapshot"; exit 1; fi
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js 47 // if the user has already authorized the app, and the token is cached.
  /external/chromium_org/ui/file_manager/image_loader/
request.js 197 // Fetch the image via authorized XHR and parse it.
253 // Fetches the access token and makes an authorized call. If refresh is true,
293 * Fetches data using authorized XmlHttpRequest with the provided OAuth2 token.
  /external/chromium_org/remoting/webapp/unittests/
xmpp_login_handler_unittest.js 134 '<not-authorized/></failure>'));
  /device/asus/grouper/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
95 or by an individual or Legal Entity authorized to submit on behalf of
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
95 or by an individual or Legal Entity authorized to submit on behalf of
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
95 or by an individual or Legal Entity authorized to submit on behalf of
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_dialog.js 48 * @param {string} urlPattern Pattern of urls to be authorized.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 127 * Makes an OAuth-signed HTTP request with the currently authorized tokens.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 127 * Makes an OAuth-signed HTTP request with the currently authorized tokens.
  /external/chromium_org/net/quic/crypto/
common_cert_set_51_100.inc 20 Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
218 Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
430 Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
    [all...]
common_cert_set_1_50.inc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 

Completed in 534 milliseconds