HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 51 - 75 of 2722) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.h 8 namespace v8 { namespace
14 // V8 extension for gpu benchmarking
17 static v8::Extension* Get();
  /external/chromium_org/extensions/renderer/
file_system_natives.h 20 void GetFileEntry(const v8::FunctionCallbackInfo<v8::Value>& args);
21 void GetIsolatedFileSystem(const v8::FunctionCallbackInfo<v8::Value>& args);
23 const v8::FunctionCallbackInfo<v8::Value>& args);
25 void GetDOMError(const v8::FunctionCallbackInfo<v8::Value>& args);
runtime_custom_bindings.h 10 #include "v8/include/v8.h"
22 void OpenChannelToExtension(const v8::FunctionCallbackInfo<v8::Value>& args);
25 void OpenChannelToNativeApp(const v8::FunctionCallbackInfo<v8::Value>& args);
28 void GetManifest(const v8::FunctionCallbackInfo<v8::Value>& args);
29 void GetExtensionViews(const v8::FunctionCallbackInfo<v8::Value>& args)
    [all...]
user_gestures_native_handler.h 17 void IsProcessingUserGesture(const v8::FunctionCallbackInfo<v8::Value>& args);
18 void RunWithUserGesture(const v8::FunctionCallbackInfo<v8::Value>& args);
19 void RunWithoutUserGesture(const v8::FunctionCallbackInfo<v8::Value>& args);
event_bindings.h 9 #include "v8/include/v8.h"
30 void AttachEvent(const v8::FunctionCallbackInfo<v8::Value>& args);
37 void DetachEvent(const v8::FunctionCallbackInfo<v8::Value>& args);
44 void AttachFilteredEvent(const v8::FunctionCallbackInfo<v8::Value>& args);
50 void DetachFilteredEvent(const v8::FunctionCallbackInfo<v8::Value>& args)
    [all...]
set_icon_natives.h 9 #include "v8/include/v8.h"
26 bool ConvertImageDataToBitmapValue(const v8::Local<v8::Object> image_data,
27 v8::Local<v8::Value>* image_data_bitmap);
29 v8::Local<v8::Object>& details,
30 v8::Local<v8::Object>* bitmap_set_value)
    [all...]
  /external/chromium_org/gin/
debug_impl.h 9 #include "v8/include/v8.h"
15 static v8::FunctionEntryHook GetFunctionEntryHook();
16 static v8::JitCodeEventHandler GetJitCodeEventHandler();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Initializer.h 29 #include <v8.h>
36 static void initializeWorker(v8::Isolate*);
V8Binding.h 35 #include "bindings/core/v8/DOMWrapperWorld.h"
36 #include "bindings/core/v8/ExceptionMessages.h"
37 #include "bindings/core/v8/ExceptionState.h"
38 #include "bindings/core/v8/ScriptValue.h"
39 #include "bindings/core/v8/ScriptWrappable.h"
40 #include "bindings/core/v8/V8BindingMacros.h"
41 #include "bindings/core/v8/V8PerIsolateData.h"
42 #include "bindings/core/v8/V8StringResource.h"
43 #include "bindings/core/v8/V8ThrowException.h"
44 #include "bindings/core/v8/V8ValueCache.h
    [all...]
V8HiddenValue.cpp 6 #include "bindings/core/v8/V8HiddenValue.h"
8 #include "bindings/core/v8/ScriptWrappable.h"
9 #include "bindings/core/v8/V8Binding.h"
14 v8::Handle<v8::String> V8HiddenValue::name(v8::Isolate* isolate) \
25 v8::Local<v8::Value> V8HiddenValue::getHiddenValue(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::String> key
    [all...]
ScriptString.h 34 #include "bindings/core/v8/SharedPersistent.h"
37 #include <v8.h>
44 ScriptString(v8::Isolate*, v8::Handle<v8::String>);
47 v8::Isolate* isolate()
50 m_isolate = v8::Isolate::GetCurrent();
55 v8::Handle<v8::String> v8Value();
60 v8::Isolate* m_isolate
    [all...]
V8NPUtils.h 34 #include <v8.h>
38 // Convert a V8 Value of any type (string, bool, object, etc) to a NPVariant.
39 void convertV8ObjectToNPVariant(v8::Local<v8::Value>, NPObject*, NPVariant*, v8::Isolate*);
41 // Convert a NPVariant (string, bool, object, etc) back to a V8 Value. The owner object is the NPObject which relates to the
43 v8::Handle<v8::Value> convertNPVariantToV8Object(const NPVariant*, NPObject*, v8::Isolate*);
45 // Helper function to create an NPN String Identifier from a v8 string
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ArrayBufferViewCustom.h 34 #include "bindings/core/v8/V8Binding.h"
35 #include "bindings/core/v8/V8ObjectConstructor.h"
36 #include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
46 static bool hasInstance(v8::Handle<v8::Value> value, v8::Isolate*)
50 static ArrayBufferView* toImpl(v8::Handle<v8::Object>);
51 static ArrayBufferView* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>)
    [all...]
V8HTMLPlugInElementCustom.cpp 34 #include "bindings/core/v8/NPV8Object.h"
35 #include "bindings/core/v8/SharedPersistent.h"
36 #include "bindings/core/v8/V8Binding.h"
37 #include "bindings/core/v8/V8HTMLAppletElement.h"
38 #include "bindings/core/v8/V8HTMLEmbedElement.h"
39 #include "bindings/core/v8/V8HTMLObjectElement.h"
40 #include "bindings/core/v8/V8NPObject.h"
50 void getScriptableObjectProperty(PropertyType property, const v8::PropertyCallbackInfo<v8::Value>& info)
53 RefPtr<SharedPersistent<v8::Object> > wrapper = impl->pluginWrapper()
    [all...]
V8CustomXPathNSResolver.h 38 #include <v8.h>
47 static PassRefPtrWillBeRawPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver, v8::Isolate*);
54 V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate*);
56 v8::Handle<v8::Object> m_resolver; // Handle to resolver object.
57 v8::Isolate* m_isolate
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestDictionary.h 10 #include "bindings/core/v8/V8Binding.h"
20 static TestDictionary* toImpl(v8::Isolate*, v8::Handle<v8::Value>, ExceptionState&);
23 v8::Handle<v8::Value> toV8(TestDictionary*, v8::Handle<v8::Object>, v8::Isolate*);
  /external/chromium_org/third_party/WebKit/Source/web/
WebTestingSupport.cpp 29 #include "core/testing/v8/WebCoreTestSupport.h"
31 #include <v8/include/v8.h>
37 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
43 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
WebArrayBufferConverter.cpp 34 #include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
40 v8::Handle<v8::Value> WebArrayBufferConverter::toV8Value(WebArrayBuffer* buffer, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
43 return v8::Handle<v8::Value>();
47 WebArrayBuffer* WebArrayBufferConverter::createFromV8Value(v8::Handle<v8::Value> value, v8::Isolate* isolate
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebScriptBindings.h 36 namespace v8 { namespace
49 // Efficiently converts a WebString to a v8::String. The caller must have
51 BLINK_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*);
53 // You can use v8::Value::toString() to get a v8::String, but remember to wrap that in a v8::TryCatch.
54 BLINK_EXPORT static WebString toWebString(v8::Handle<v8::String>)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTestHelper.cpp 8 #include "bindings/core/v8/V8Binding.h"
12 v8::Handle<v8::Value> stringToV8Value(String string)
14 return v8::Handle<v8::Value>::Cast(v8String(v8::Isolate::GetCurrent(), string));
17 v8::Handle<v8::Value> doubleToV8Value(double number)
19 return v8::Handle<v8::Value>::Cast(v8::Number::New(v8::Isolate::GetCurrent(), number))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 34 #include "bindings/core/v8/ScriptValue.h"
35 #include "bindings/core/v8/V8Binding.h"
36 #include <v8-debug.h>
40 JavaScriptCallFrame::JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame)
41 : m_isolate(v8::Isolate::GetCurrent())
54 v8::HandleScope handleScope(m_isolate);
55 v8::Handle<v8::Context> debuggerContext = m_debuggerContext.newLocal(m_isolate)
    [all...]
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Path2D.h 13 #include <v8.h>
28 static void ConstructPath(const v8::FunctionCallbackInfo<v8::Value>& args);
34 static void ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args);
35 static void MoveTo(const v8::FunctionCallbackInfo<v8::Value>& args);
36 static void LineTo(const v8::FunctionCallbackInfo<v8::Value>& args);
38 const v8::FunctionCallbackInfo<v8::Value>& args)
    [all...]
  /external/chromium_org/v8/test/cctest/
profiler-extension.cc 1 // Copyright 2013 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
37 v8::CpuProfile* ProfilerExtension::last_profile = NULL;
42 v8::Handle<v8::FunctionTemplate> ProfilerExtension::GetNativeFunctionTemplate(
43 v8::Isolate* isolate, v8::Handle<v8::String> name) {
44 if (name->Equals(v8::String::NewFromUtf8(isolate, "startProfiling"))) {
45 return v8::FunctionTemplate::New(isolate
    [all...]
  /external/chromium_org/content/renderer/
v8_value_converter_impl.h 34 virtual v8::Handle<v8::Value> ToV8Value(
36 v8::Handle<v8::Context> context) const OVERRIDE;
38 v8::Handle<v8::Value> value,
39 v8::Handle<v8::Context> context) const OVERRIDE;
46 v8::Local<v8::Value> ToV8ValueImpl(v8::Isolate* isolate
    [all...]
  /external/chromium_org/v8/src/extensions/
gc-extension.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
8 #include "src/v8.h"
10 namespace v8 { namespace
13 class GCExtension : public v8::Extension {
16 : v8::Extension("v8/gc",
18 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate(
19 v8::Isolate* isolate,
20 v8::Handle<v8::String> name)
    [all...]

Completed in 773 milliseconds

1 23 4 5 6 7 8 91011>>