HomeSort by relevance Sort by last modified time
    Searched defs:thirdParty (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/android_webview/browser/
aw_cookie_access_policy.cc 71 bool thirdParty = GetShouldAcceptThirdPartyCookies(request);
72 return AwStaticCookiePolicy(global, thirdParty)
80 bool thirdParty = GetShouldAcceptThirdPartyCookies(request);
81 return AwStaticCookiePolicy(global, thirdParty)
92 bool thirdParty =
94 return AwStaticCookiePolicy(global, thirdParty).AllowGet(url, first_party);
105 bool thirdParty =
107 return AwStaticCookiePolicy(global, thirdParty).AllowSet(url, first_party);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 271 List<String> thirdParty = new ArrayList<String>(thirdPartyViews);
276 mThirdPartyViews = thirdParty;
279 return Pair.of(custom, thirdParty);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
CookieManagerTest.java 444 ThirdPartyCookiesTestHelper thirdParty
451 thirdParty.getSettings().setAcceptThirdPartyCookies(false);
452 assertFalse(thirdParty.getSettings().getAcceptThirdPartyCookies());
455 thirdParty.assertThirdPartyIFrameCookieResult("1", false);
458 thirdParty.getSettings().setAcceptThirdPartyCookies(true);
459 assertTrue(thirdParty.getSettings().getAcceptThirdPartyCookies());
462 thirdParty.assertThirdPartyIFrameCookieResult("2", true);
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 636 milliseconds