HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 501 - 525 of 1184) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptDebugServer.cpp 56 v8::HandleScope scope(m_isolate);
58 v8::Context::Scope contextScope(debuggerContext);
Dictionary.cpp 150 ConversionContextScope scope(context);
192 ConversionContextScope scope(context);
215 ConversionContextScope scope(context);
238 ConversionContextScope scope(context);
353 ConversionContextScope scope(context);
386 ConversionContextScope scope(context);
572 ConversionContextScope scope(context);
609 ConversionContextScope scope(context);
643 ConversionContextScope scope(context);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 137 RefPtr<ContainerNode> scope; local
138 int indexForEndOfSelection = indexForVisiblePosition(endOfSelection, scope);
160 endOfSelection = visiblePositionForIndex(indexForEndOfSelection, scope.get());
182 endOfSelection = visiblePositionForIndex(indexForEndOfSelection, scope.get());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
CustomEventTest.cpp 69 v8::Context::Scope scope(v8Context);
ListenerLeakTest.cpp 62 v8::HandleScope scope(isolate);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver_unittest.cc 22 SocketServerScope scope(&server);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h 155 PRThreadScope scope,
  /external/chromium_org/v8/src/
d8-readline.cc 150 HandleScope scope(isolate);
api.cc 35 #include "assert-scope.h"
865 "Local scope has already been closed")) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1015.js 56 // In global scope.
64 // In function scope.
regress-52801.js 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine
29 // (contexts may escape), but when leaving a with-scope, we currently also copy
  /external/doclava/src/com/google/doclava/
FieldInfo.java 335 data.setValue(base + ".scope", "public");
337 data.setValue(base + ".scope", "protected");
339 data.setValue(base + ".scope", "");
341 data.setValue(base + ".scope", "private");
429 if (!scope().equals(fInfo.scope())) {
431 + " changed scope from " + this.scope() + " to " + fInfo.scope());
MemberInfo.java 105 public String scope() { method in class:MemberInfo
115 throw new RuntimeException("invalid scope for object " + this);
  /external/llvm/tools/lto/
LTOModule.h 157 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
  /external/v8/src/
bootstrapper.h 68 HandleScope scope; local
api.cc 788 "Local scope has already been closed")) {
889 i::HandleScope scope(isolate);
1662 v8::HandleScope scope; local
1754 HandleScope scope; local
1768 HandleScope scope; local
1785 HandleScope scope; local
1802 HandleScope scope; local
1921 HandleScope scope; local
1951 HandleScope scope; local
2028 HandleScope scope; local
2044 HandleScope scope; local
2060 HandleScope scope; local
3040 HandleScope scope; local
3585 HandleScope scope; local
4158 HandleScope scope; local
5728 v8::HandleScope scope; local
    [all...]
  /external/v8/test/cctest/
test-random.cc 76 v8::HandleScope scope;
test-assembler-mips.cc 65 v8::HandleScope scope; local
90 v8::HandleScope scope; local
128 v8::HandleScope scope; local
269 v8::HandleScope scope; local
288 CpuFeatures::Scope scope(FPU);
348 v8::HandleScope scope; local
361 CpuFeatures::Scope scope(FPU);
408 v8::HandleScope scope; local
479 v8::HandleScope scope; local
551 v8::HandleScope scope; local
632 v8::HandleScope scope; local
736 v8::HandleScope scope; local
765 v8::HandleScope scope; local
839 v8::HandleScope scope; local
982 v8::HandleScope scope; local
1073 v8::HandleScope scope; local
1135 v8::HandleScope scope; local
1271 v8::HandleScope scope; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1015.js 56 // In global scope.
64 // In function scope.
regress-52801.js 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine
29 // (contexts may escape), but when leaving a with-scope, we currently also copy
  /external/libsepol/src/
policydb.c 668 * the policy is a module, set object_r's scope to be SCOPE_REQ,
730 if (symtab_init(&p->scope[i], symtab_sizes[i])) {
757 hashtab_destroy(p->scope[i].table);
1306 (void)hashtab_map(p->scope[i].table, scope_destroy, 0);
1307 hashtab_destroy(p->scope[i].table);
1451 * inserting the appropriate scope information in addition to
3532 scope_datum_t *scope = NULL; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 13 * @param {String} oauth_scope The OAuth scope parameter.
58 * "scope" {String} OAuth access scope.
235 * "scope" {String} OAuth access scope.
249 oauth_config['scope'],
394 * Stores an OAuth token for the configured scope.
402 * Retrieves any stored token for the configured scope.
410 * Stores an OAuth token secret for the configured scope.
418 * Retrieves any stored secret for the configured scope
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 13 * @param {String} oauth_scope The OAuth scope parameter.
58 * "scope" {String} OAuth access scope.
235 * "scope" {String} OAuth access scope.
249 oauth_config['scope'],
394 * Stores an OAuth token for the configured scope.
402 * Retrieves any stored token for the configured scope.
410 * Stores an OAuth token secret for the configured scope.
418 * Retrieves any stored secret for the configured scope
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 

Completed in 1195 milliseconds

<<21222324252627282930>>