HomeSort by relevance Sort by last modified time
    Searched defs:scope (Results 26 - 50 of 327) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 113 ContainerNode* scope = selectionRoot ? selectionRoot : webFrame->document()->documentElement(); local
114 return PlainTextRange(start, start + length).createRange(*scope);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p8-0x.cpp 32 void scope() { function in namespace:PR10127
  /external/libsepol/src/
avrule_block.c 4 * or global scope) for a policy module.
69 ebitmap_init(&decl->required.scope[i]);
70 ebitmap_init(&decl->declared.scope[i]);
77 static void scope_index_destroy(scope_index_t * scope)
80 if (scope == NULL) {
84 ebitmap_destroy(scope->scope + i);
86 for (i = 0; i < scope->class_perms_len; i++) {
87 ebitmap_destroy(scope->class_perms_map + i);
89 free(scope->class_perms_map)
155 scope_datum_t *scope = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc 70 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
72 if (params->details.scope ==
74 scope = kExtensionPrefsScopeIncognitoSessionOnly;
92 store->ClearContentSettingsForExtension(extension_id(), scope); local
212 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
214 if (params->details.scope ==
216 scope = kExtensionPrefsScopeIncognitoSessionOnly;
235 if (scope == kExtensionPrefsScopeIncognitoSessionOnly &&
245 resource_identifier, setting, scope); local
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_unittest.cc 81 const std::set<int64> scope; local
86 scope,
125 const std::set<int64> scope; local
130 scope,
157 const std::set<int64> scope; local
162 scope,
219 const std::set<int64> scope; local
224 scope,
280 const std::set<int64> scope; local
285 scope,
310 const std::set<int64> scope; local
    [all...]
indexed_db_database_unittest.cc 142 const std::vector<int64> scope; local
145 scope,
253 std::set<int64>() /*scope*/,
  /external/chromium_org/content/common/service_worker/
service_worker_types.h 78 GURL scope; member in struct:content::ServiceWorkerObjectInfo
  /external/chromium_org/gin/modules/
timer_unittest.cc 58 scope(runner.get()),
75 Runner::Scope scope; member in struct:gin::__anon12425::TestHelper
  /external/chromium_org/net/dns/
address_sorter_posix.h 51 AddressScope scope; member in struct:net::AddressSorterPosix::SourceAddressInfo
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.cpp 163 const AtomicString& HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.cpp 98 String ServiceWorker::scope() const function in class:WebCore::ServiceWorker
100 return m_outerWorker->scope().string();
159 ScriptState::Scope scope(resolver->scriptState());
  /external/chromium_org/third_party/WebKit/public/web/
WebServiceWorkerContextClient.h 61 // the |scope| attribute of the ServiceWorkerGlobalScope. Immutable per spec.
62 virtual WebURL scope() const { return WebURL(); } function in class:blink::WebServiceWorkerContextClient
66 // downloaded. The scope will not be created and the script will not be loaded until
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
87 SkDrawable* scope; member in class:SkApply
SkDisplayList.cpp 80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
86 SkDrawable* scope = *ptr; local
87 if (scope == match)
89 //perhaps should call SearchGroupForMatch here as well (on scope)
  /external/chromium_org/tools/gn/
test_with_scope.h 15 #include "tools/gn/scope.h"
21 // A helper class for setting up a Scope that a test can use. It makes a
31 Scope* scope() { return &scope_; } function in class:TestWithScope
44 Scope scope_;
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.h 245 base::WeakPtr<BeginOperationScoper> scope; member in struct:fileapi::FileSystemOperationRunner::OperationHandle
297 base::WeakPtr<BeginOperationScoper> scope);
  /external/clang/test/CodeGenCXX/
blocks.cpp 49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
  /external/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
87 SkDrawable* scope; member in class:SkApply
SkDisplayList.cpp 80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
86 SkDrawable* scope = *ptr; local
87 if (scope == match)
89 //perhaps should call SearchGroupForMatch here as well (on scope)
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 64 public IdentityScopeSubclass(String name, IdentityScope scope)
66 super(name, scope);
101 "This Identity is already contained in the scope");
104 "This Identity's public key already exists in the scope");
111 "This Identity is not contained in the scope");
259 IdentityScope scope = IdentityScope.getSystemScope(); local
261 scope.getIdentity((String) null);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 64 public IdentityScopeSubclass(String name, IdentityScope scope)
66 super(name, scope);
101 "This Identity is already contained in the scope");
104 "This Identity's public key already exists in the scope");
111 "This Identity is not contained in the scope");
149 IdentityScope iss = new IdentityScopeSubclass("test scope");
319 IdentityScope scope = IdentityScope.getSystemScope(); local
321 scope.getIdentity((String) null);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 58 // walk rule scope attributes for Rule r
72 AttributeScope scope = (AttributeScope) it.next(); local
73 checkForGlobalScopeTokenConflict(scope);
121 * Give error if you cannot find the scope override on a rule reference.
187 protected void checkForGlobalScopeTokenConflict(AttributeScope scope) {
188 if ( grammar.getTokenType(scope.getName())!=Label.INVALID ) {
190 grammar, null, scope.getName());
194 /** Check for collision of a rule-scope dynamic attribute with:
217 * Labels must not conflict with: rules, tokens, scope names,
218 * return values, parameters, and rule-scope dynamic attribute
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceTest.java 95 String scope = "http://example.com/scope"; local
97 String oauth2Scope = "oauth2:" + scope;
99 // Add an account with given auth token for the given scope, already accepted auth popup.
109 mContext, null, account, scope, 5, TimeUnit.SECONDS);
  /external/chromium_org/content/browser/service_worker/
service_worker_database.h 55 GURL scope; member in struct:content::ServiceWorkerDatabase::RegistrationData
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.cc 119 blink::WebURL EmbeddedWorkerContextClient::scope() const { function in class:content::EmbeddedWorkerContextClient

Completed in 635 milliseconds

12 3 4 5 6 7 8 91011>>