Searched refs:getAll (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerClients.h27 ScriptPromise getAll(ScriptState*, const ServiceWorkerClientQueryParams&);
H A DFetchHeaderList.h35 void getAll(const String&, Vector<String>&) const;
H A DHeaders.h40 Vector<String> getAll(const String& key, ExceptionState&);
H A DServiceWorkerClients.cpp54 ScriptPromise ServiceWorkerClients::getAll(ScriptState* scriptState, const ServiceWorkerClientQueryParams& options) function in class:blink::ServiceWorkerClients
61 resolver->reject(DOMException::create(NotSupportedError, "includeUncontrolled parameter of getAll is not supported."));
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Dtabs.js8 chrome.windows.getAll({'populate': true}, function(windows) {
21 chrome.windows.getAll({'populate': true}, function(windows) {
/external/mockito/src/org/mockito/internal/verification/
H A DRegisteredInvocations.java22 List<Invocation> getAll(); method in interface:RegisteredInvocations
H A DSingleRegisteredInvocation.java26 public List<Invocation> getAll() { method in class:SingleRegisteredInvocation
H A DDefaultRegisteredInvocations.java38 public List<Invocation> getAll() { method in class:DefaultRegisteredInvocations
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheEvictionTest.java175 getAll(cache, asList(0, 1, 2));
180 getAll(cache, asList(10, 11, 12));
185 getAll(cache, asList(6, 7, 8));
190 getAll(cache, asList(13, 14, 15));
208 getAll(cache, asList(0, 1, 2));
213 getAll(cache, asList(10));
218 getAll(cache, asList(6, 7, 8));
223 getAll(cache, asList(15));
228 getAll(cache, asList(9));
233 getAll(cach
288 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { method in class:CacheEvictionTest
[all...]
H A DForwardingLoadingCacheTest.java71 expect(mock.getAll(ImmutableList.of("key"))).andReturn(ImmutableMap.of("key", Boolean.TRUE));
73 assertEquals(ImmutableMap.of("key", Boolean.TRUE), forward.getAll(ImmutableList.of("key")));
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
H A Dbackground.js10 chrome.windows.getAll({"populate":true}, function(windows) {
/external/guava/guava/src/com/google/common/cache/
H A DForwardingLoadingCache.java57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:ForwardingLoadingCache
58 return delegate().getAll(keys);
H A DAbstractLoadingCache.java34 * {@link #get(K, Callable)}, and {@link #getAll} are implemented in terms of {@code get};
59 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:AbstractLoadingCache
H A DLoadingCache.java119 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; method in interface:LoadingCache
/external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
H A Dbackground.js20 chrome.windows.getAll({"populate" : true}, moveTabs);
/external/chromium_org/ui/accessibility/extensions/longdesc/
H A Dbackground.js14 chrome.windows.getAll({'populate': true}, function(windows) {
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dbackground.js6 chrome.windows.getAll({'populate': true}, function(windows) {
29 chrome.windows.getAll({'populate': true}, function(windows) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java123 public ASN1EncodableVector getAll(DERObjectIdentifier oid) method in class:AttributeTable
125 return getAll(new ASN1ObjectIdentifier(oid.getId()));
135 public ASN1EncodableVector getAll( method in class:AttributeTable
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp118 getAll(AllChildren, MatchingChild);
135 void getAll(std::vector<StringRef> &Results, function in class:clang::tooling::FileMatchTrieNode
148 It->getValue().getAll(Results, Children.end());
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwGeolocationPermissions.java66 for (String name : mSharedPreferences.getAll().keySet()) {
111 for (String name : mSharedPreferences.getAll().keySet()) {
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
H A Dpopup.js29 chrome.windows.getAll({ populate: true }, function(windowList) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Denumset.h48 inline uint32_t getAll() const { function in class:EnumSet
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dbackground.js52 chrome.windows.getAll({'populate': true}, function(windows) {
/external/icu/icu4c/source/common/unicode/
H A Denumset.h50 inline uint32_t getAll() const { function in class:EnumSet
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_table.js43 cvox.BrailleTable.getAll = function(callback) {

Completed in 636 milliseconds

1234