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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/renderer/extensions/
file_browser_handler_custom_bindings.cc 36 v8::Local<v8::Object> file_def = args[0]->ToObject();
api_activity_logger.cc 57 v8::Local<v8::Array> arg_array = v8::Local<v8::Array>::Cast(args[2]);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 43 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
44 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
46 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
60 static void {{attribute.name}}AttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
73 static void {{attribute.name}}AttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
98 v8::Local<v8::Signature> defaultSignature;
99 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "{{interface_name}}", v8::Local<v8::FunctionTemplate>(), {{v8_class_name}}::internalFieldCount,
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestException.cpp 47 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
48 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
50 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
63 static void nameAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
70 static void nameAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
88 v8::Local<v8::Signature> defaultSignature;
89 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
V8TestMediaQueryListListener.cpp 49 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
50 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
52 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
95 v8::Local<v8::Signature> defaultSignature;
96 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestMediaQueryListListener", v8::Local<v8::FunctionTemplate>(), V8TestMediaQueryListListener::internalFieldCount,
100 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
101 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate();
V8TestExtendedEvent.cpp 53 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
54 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
56 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
69 static void locationAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
76 static void locationAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
83 static void keyLocationAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
90 static void keyLocationAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
158 v8::Local<v8::Signature> defaultSignature;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 86 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
89 v8::Local<v8::Object> debuggerScript = m_debuggerScript.newLocal(m_isolate);
100 v8::Local<v8::Context> context = shell->context();
101 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8::String::NewSymbol("getScripts")));
ScriptObject.cpp 75 v8::Local<v8::Value> v8Value = scope.global()->Get(v8::String::NewSymbol(name));
V8HiddenPropertyName.cpp 54 return v8::Local<v8::String>::New(isolate, hiddenPropertyName->m_##name); \
V8ValueCache.h 65 v8::Local<v8::String> createStringAndInsertIntoCache(StringImpl*, v8::Isolate*);
V8WindowShell.h 59 v8::Local<v8::Context> context() const { return m_context.newLocal(m_isolate); }
WorkerScriptController.cpp 102 // Starting from now, use local context only.
103 v8::Local<v8::Context> context = m_context.newLocal(m_isolate);
121 v8::Local<v8::Object> jsWorkerGlobalScope = V8ObjectConstructor::newInstance(workerGlobalScopeConstructor);
156 v8::Local<v8::Value> result = V8ScriptRunner::runCompiledScript(compiledScript, m_workerGlobalScope);
164 v8::Local<v8::Message> message = block.Message();
WorkerScriptController.h 95 // Returns a local handle of the context.
96 v8::Local<v8::Context> context() { return m_context.newLocal(v8::Isolate::GetCurrent()); }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 171 void V8CSSStyleDeclaration::namedPropertyQueryCustom(v8::Local<v8::String> v8Name, const v8::PropertyCallbackInfo<v8::Integer>& info)
181 void V8CSSStyleDeclaration::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
208 void V8CSSStyleDeclaration::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
V8SQLResultSetRowListCustom.cpp 60 v8::Local<v8::Object> item = v8::Object::New();
V8InjectedScriptHostCustom.cpp 75 v8::Local<v8::Context> context = state->context();
195 v8::Local<v8::Object> location = v8::Object::New();
200 v8::Local<v8::Object> result = v8::Object::New();
234 v8::Local<v8::Array> result = v8::Array::New();
243 v8::Local<v8::Context> context = toV8Context(document, v8Listener->world());
247 v8::Local<v8::Object> function;
256 v8::Local<v8::Object> listenerEntry = v8::Object::New();
269 v8::Local<v8::Value> value = args[0];
284 v8::Local<v8::Object> result = v8::Object::New();
  /external/clang/test/Modules/
module-private.cpp 86 __module_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot be declared __module_private__}} local
88 __module_private__ struct OtherLocal { int x; }; // expected-error{{local struct cannot be declared __module_private__}}
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 1 //===- Local.cpp - Unit tests for Local -----------------------------------===//
10 #include "llvm/Transforms/Utils/Local.h"
19 TEST(Local, RecursivelyDeleteDeadPHINodes) {
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 95 v8::Local<v8::Context> context =
96 v8::Local<v8::Context>::New(isolate_, context_);
109 v8::Local<v8::Array> params = v8::Array::New();
187 v8::Local<v8::Context>::New(isolate_, context_)->Global()
217 v8::Local<v8::Message> message(try_catch.Message());
235 v8::Local<v8::Context> context =
236 v8::Local<v8::Context>::New(isolate_, context_);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 146 return v8::Local<v8::Function>::New(isolate_, callback_);
150 return v8::Local<v8::Context>::New(isolate_, context_);
404 v8::Local<v8::Function> callback_local =
405 v8::Local<v8::Function>::Cast(args[1]);
504 v8::Local<v8::Function> callback_local =
505 v8::Local<v8::Function>::Cast(args[0]);
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 216 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
240 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
261 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
282 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
303 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
382 void WebBindings::toNPVariant(v8::Local<v8::Value> object, NPObject* root, NPVariant* result)
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 340 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
370 *v8::Local<v8::Function>::Cast(env->Global()->Get(v8_str("closure1"))));
372 *v8::Local<v8::Function>::Cast(env->Global()->Get(v8_str("closure2"))));
383 v8::Local<v8::Function> fun =
384 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name)));
test-declarative-accessors.cc 92 static v8::Local<v8::ObjectTemplate> CreateConstructor(
99 v8::Local<v8::FunctionTemplate> constructor = v8::FunctionTemplate::New();
100 v8::Local<v8::ObjectTemplate> obj_template = constructor->InstanceTemplate();
119 v8::Handle<v8::Context> context = local_context.local();
123 v8::Local<v8::Object> obj = v8::Local<v8::Object>::Cast(
132 v8::Local<v8::Value> value;
test-heap.cc     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
options.js 9 alert('Local storage is required for changing providers');

Completed in 754 milliseconds

1 2 3 4 5 6 7 891011>>