HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 201 - 225 of 551) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/extensions/renderer/
v8_schema_registry.cc 66 v8::Local<v8::Array> v8_apis(v8::Array::New(isolate, apis.size()));
78 v8::Local<v8::Object> cached_schema = schema_cache_->Get(api);
98 v8::Local<v8::Object> v8_schema(v8::Handle<v8::Object>::Cast(value));
106 // It's ok to create local handles in this function, since this is only called
i18n_custom_bindings.cc 71 v8::Local<v8::Array> placeholders = v8::Local<v8::Array>::Cast(args[1]);
console.cc 80 v8::Local<v8::Object> target,
83 v8::Local<v8::FunctionTemplate> tmpl = v8::FunctionTemplate::New(
176 v8::Local<v8::Object> AsV8Object() {
179 v8::Local<v8::Object> console_object = v8::Object::New(isolate);
console.h 52 v8::Local<v8::Object> AsV8Object();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptCallStackFactory.cpp 55 v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL());
60 v8::Local<v8::String> functionNameValue(frame->GetFunctionName());
76 v8::Local<v8::StackFrame> stackFrame = stackTrace->GetFrame(i);
V8ThrowException.cpp 35 static void domExceptionStackGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
41 static void domExceptionStackSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
ScriptPreprocessor.cpp 58 Vector<v8::Local<v8::Value> > scriptResults;
66 v8::Local<v8::Value> preprocessorFunction = scriptResults[0];
  /external/chromium_org/gin/modules/
module_registry.cc 24 using v8::Local;
88 Local<FunctionTemplate> GetDefineTemplate(Isolate* isolate) {
90 Local<FunctionTemplate> templ = data->GetFunctionTemplate(
184 v8::Handle<Object> modules = Local<Object>::New(isolate, modules_);
218 v8::Handle<Value> module = Local<Value>::New(isolate, pending->factory);
246 v8::Handle<Object> modules = Local<Object>::New(isolate, modules_);
timer.h 52 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
store_util.js 14 * Returns a closure with a local state.
20 // Local state.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 74 void V8CanvasRenderingContext2D::strokeStyleAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
91 void V8CanvasRenderingContext2D::fillStyleAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
V8HTMLAllCollectionCustom.cpp 63 v8::Local<v8::Uint32> index = argument->ToArrayIndex();
101 v8::Local<v8::Uint32> index = info[1]->ToArrayIndex();
V8WorkerGlobalScopeCustom.cpp 76 OwnPtr<v8::Local<v8::Value>[]> params;
78 params = adoptArrayPtr(new v8::Local<v8::Value>[paramCount]);
V8WindowCustom.cpp 113 OwnPtr<v8::Local<v8::Value>[]> params;
115 params = adoptArrayPtr(new v8::Local<v8::Value>[paramCount]);
166 void V8Window::eventAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
196 void V8Window::openerAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
330 v8::Local<v8::Value> returnValue = m_scriptStateForDialogFrame->context()->Global()->Get(v8AtomicString(isolate, "returnValue"));
385 void V8Window::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
443 bool V8Window::namedSecurityCheckCustom(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>)
486 bool V8Window::indexedSecurityCheckCustom(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>
    [all...]
  /external/chromium_org/v8/src/
d8-readline.cc 126 Local<String> full_text = String::NewFromUtf8(isolate,
136 completions = Local<Array>::New(isolate, current_completions);
  /external/clang/include/clang/AST/
ExternalASTSource.h 469 /// from an external source and partially added by local translation. The
477 SmallVector<T, LocalStorage> Local;
515 return Self->Local[Position];
522 return &Self->Local[Position];
616 return iterator(this, Local.size());
620 Local.push_back(LocalValue);
634 Local.erase(Local.begin() + From.Position, Local.begin() + To.Position);
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 119 assert(0 && "Out-of bounds local preprocessed entity");
134 Local = findLocalPreprocessedEntitiesInRange(Range);
136 // Check if range spans local entities.
138 return std::make_pair(Local.first, Local.second);
143 // Check if range spans local entities.
145 return std::make_pair(Local.first, Local.second);
150 if (Local.first == Local.second
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 52 X0<&ti> x0d_addr; // expected-error {{refers to thread-local object}}
68 X2<ti> x2d_addr; // expected-error {{refers to thread-local object}}
80 struct Local { static int f() {} }; // expected-note {{here}}
81 X1<&Local::f> x1_no_linkage; // expected-error {{non-type template argument refers to function 'f' that does not have linkage}}
  /external/llvm/lib/Transforms/Utils/
Android.mk 20 Local.cpp \
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 305 class Local {}
306 class $Local$1 {}
312 assertTrue(Local.class.isLocalClass());
313 assertTrue($Local$1.class.isLocalClass());
320 class Local {}
321 class $Local$1 {}
327 assertFalse(Local.class.isAnonymousClass());
328 assertFalse($Local$1.class.isAnonymousClass());
  /external/chromium_org/v8/test/cctest/
test-log.cc 309 v8::Local<v8::String> source =
337 v8::Local<v8::FunctionTemplate> obj =
338 v8::Local<v8::FunctionTemplate>::New(isolate,
342 v8::Local<v8::Signature> signature =
371 static void Prop1Getter(v8::Local<v8::String> property,
375 static void Prop1Setter(v8::Local<v8::String> property,
376 v8::Local<v8::Value> value,
380 static void Prop2Getter(v8::Local<v8::String> property,
390 v8::Local<v8::FunctionTemplate> obj =
391 v8::Local<v8::FunctionTemplate>::New(isolate
    [all...]
  /external/chromium_org/chrome/common/mac/
launchd.h 24 Local = 2, // /Library/Launch*
  /external/chromium_org/chrome/renderer/extensions/
page_actions_custom_bindings.cc 35 v8::Local<v8::Array> page_action_vector = v8::Array::New(isolate);
  /external/chromium_org/content/renderer/java/
gin_java_bridge_object.h 38 virtual v8::Local<v8::Value> GetNamedProperty(
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface2.cpp 250 static void indexedPropertySetter(uint32_t index, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
263 static void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
288 static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
307 static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
314 static void namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
334 static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info)
341 static void namedPropertyQuery(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info)
355 static void namedPropertyQueryCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Integer>& info
    [all...]

Completed in 801 milliseconds

1 2 3 4 5 6 7 891011>>