HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 151 - 175 of 763) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8XSLTProcessorCustom.cpp 49 v8::Handle<v8::Value> V8XSLTProcessor::constructorCallback(const v8::Arguments& args)
56 v8::Handle<v8::Value> V8XSLTProcessor::importStylesheetCallback(const v8::Arguments& args)
64 Node* node = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
70 v8::Handle<v8::Value> V8XSLTProcessor::transformToFragmentCallback(const v8::Arguments& args)
78 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
79 Document* owner = V8Document::toNative(v8::Handle<v8::Object>::Cast(args[1]));
85 v8::Handle<v8::Value> V8XSLTProcessor::transformToDocumentCallback(const v8::Arguments& args)
94 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
106 v8::Handle<v8::Value> V8XSLTProcessor::setParameterCallback(const v8::Arguments& args)
123 v8::Handle<v8::Value> V8XSLTProcessor::getParameterCallback(const v8::Arguments& args
    [all...]
V8DOMWindowCustom.cpp 74 v8::Handle<v8::Value> WindowSetTimeoutImpl(const v8::Arguments& args, bool singleShot)
89 v8::Handle<v8::Value> function = args[0];
95 v8::Handle<v8::Value> v8String = function->ToString();
129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params);
150 v8::Handle<v8::Value> V8DOMWindow::eventAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
152 v8::Handle<v8::Object> holder = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(), info.This());
164 v8::Handle<v8::String> eventSymbol = V8HiddenPropertyName::event();
165 v8::Handle<v8::Value> jsEvent = context->Global()->GetHiddenValue(eventSymbol);
173 v8::Handle<v8::Object> holder = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(), info.This());
185 v8::Handle<v8::String> eventSymbol = V8HiddenPropertyName::event()
    [all...]
V8DOMSettableTokenListCustom.cpp 35 v8::Handle<v8::Value> V8DOMSettableTokenList::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info)
V8EntryCustom.cpp 47 v8::Handle<v8::Value> toV8(Entry* impl)
  /external/v8/samples/
shell.cc 49 void RunShell(v8::Handle<v8::Context> context);
51 bool ExecuteString(v8::Handle<v8::String> source,
52 v8::Handle<v8::Value> name,
55 v8::Handle<v8::Value> Print(const v8::Arguments& args);
56 v8::Handle<v8::Value> Read(const v8::Arguments& args);
57 v8::Handle<v8::Value> Load(const v8::Arguments& args);
58 v8::Handle<v8::Value> Quit(const v8::Arguments& args);
59 v8::Handle<v8::Value> Version(const v8::Arguments& args);
60 v8::Handle<v8::String> ReadFile(const char* name);
96 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New()
    [all...]
  /external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm 43 SandboxExtension::Handle::Handle()
48 SandboxExtension::Handle::~Handle()
56 void SandboxExtension::Handle::encode(CoreIPC::ArgumentEncoder* encoder) const
74 bool SandboxExtension::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& result)
89 PassRefPtr<SandboxExtension> SandboxExtension::create(const Handle& handle)
91 if (!handle.m_sandboxExtension
    [all...]
  /external/v8/src/
debug.cc 89 static Handle<Code> ComputeCallDebugPrepareStepIn(int argc, Code::Kind kind) {
95 static v8::Handle<v8::Context> GetDebugEventContext(Isolate* isolate) {
96 Handle<Context> context = isolate->debug()->debugger_entry()->GetContext();
100 Handle<Context> global_context(context->global_context());
105 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
280 void BreakLocationIterator::SetBreakPoint(Handle<Object> break_point_object) {
294 void BreakLocationIterator::ClearBreakPoint(Handle<Object> break_point_object) {
394 Handle<Code> target_code(Code::GetCodeFromTargetAddress(target));
401 Handle<Code> stub = ComputeCallDebugPrepareStepIn(
412 Handle<Code> maybe_call_function_stub = target_code
    [all...]
api.cc 248 callback(location, "Reading from empty handle");
281 static inline bool EmptyCheck(const char* location, v8::Handle<v8::Data> obj) {
485 v8::Handle<Value> ThrowException(v8::Handle<v8::Value> value) {
488 return v8::Handle<Value>();
491 // If we're passed an empty handle, we throw an undefined exception
536 v8::Handle<Primitive> Undefined() {
539 return v8::Handle<v8::Primitive>();
541 return v8::Handle<Primitive>(ToApi<Primitive>(
546 v8::Handle<Primitive> Null()
    [all...]
liveobjectlist.h 96 Handle<JSObject> filter_obj);
98 static MaybeObject* Summarize(int id1, int id2, Handle<JSObject> filter_obj);
103 static Object* GetObjId(Handle<String> address);
105 Handle<JSObject> instance_filter,
109 Handle<JSObject> filter_obj);
113 Handle<JSObject> instance_filter);
134 static int GetRetainers(Handle<HeapObject> target,
135 Handle<JSObject> instance_filter,
136 Handle<FixedArray> retainers_arr,
143 Handle<Object> error)
    [all...]
scanner-character-streams.h 65 GenericStringUtf16CharacterStream(Handle<String> data,
74 Handle<String> string_;
103 ExternalTwoByteStringUtf16CharacterStream(Handle<ExternalTwoByteString> data,
123 Handle<ExternalTwoByteString> source_;
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 55 static v8::Handle<v8::Value> readOnlyIntAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
62 static v8::Handle<v8::Value> readOnlyStringAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
69 static v8::Handle<v8::Value> readOnlyTestObjAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
74 v8::Handle<v8::Value> wrapper = result.get() ? getDOMObjectMap().get(result.get()) : v8::Handle<v8::Value>();
83 static v8::Handle<v8::Value> shortAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
99 static v8::Handle<v8::Value> unsignedShortAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
115 static v8::Handle<v8::Value> intAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
131 static v8::Handle<v8::Value> longLongAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
147 static v8::Handle<v8::Value> unsignedLongLongAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.cpp 81 static PassOwnArrayPtr<v8::Handle<v8::Value> > createValueListFromVariantArgs(const NPVariant* arguments, uint32_t argumentCount, NPObject* owner)
83 OwnArrayPtr<v8::Handle<v8::Value> > argv = adoptArrayPtr(new v8::Handle<v8::Value>[argumentCount]);
103 NPObject* v8ObjectToNPObject(v8::Handle<v8::Object> object)
116 NPObject* npCreateV8ScriptObject(NPP npp, v8::Handle<v8::Object> object, DOMWindow* root)
169 v8::Handle<v8::Context> context = toV8Context(npp, npObject);
176 v8::Handle<v8::Value> functionObject = v8NpObject->v8Object->Get(v8::String::New(identifier->value.string));
190 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(functionObject);
191 OwnArrayPtr<v8::Handle<v8::Value> > argv = createValueListFromVariantArgs(arguments, argumentCount, npObject)
    [all...]
ScriptControllerQt.cpp 39 v8::Handle<v8::Context> v8Context = V8Proxy::mainWorldContext(m_frame);
  /external/chromium/chrome/browser/webdata/
web_data_service.h 57 // All requests return a handle. The handle can be used to cancel the request.
181 // All requests return an opaque handle of the following type.
182 typedef int Handle;
194 Handle handle,
199 Handle GetHandle() const;
219 Handle handle_;
235 Handle handle,
    [all...]
  /external/v8/test/cctest/
test-strings.cc 82 Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS]) {
145 static Handle<String> ConstructLeft(
146 Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS],
148 Handle<String> answer = FACTORY->NewStringFromAscii(CStrVector(""));
158 static Handle<String> ConstructRight(
159 Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS],
161 Handle<String> answer = FACTORY->NewStringFromAscii(CStrVector(""));
171 static Handle<String> ConstructBalancedHelper(
172 Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS],
184 Handle<String> part1
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
syslogs_library.h 29 // Returns the request handle. Call CancelRequest(Handle) to cancel
31 virtual Handle RequestSyslogs(
  /external/chromium/chrome/browser/chromeos/login/
auth_response_handler.h 25 // True if this object can handle responses from |url|, false otherwise.
29 // Takes in |to_process|, creates an appropriate URLFetcher to handle
31 // Starts the fetch and returns the fetcher, so the the caller can handle
33 virtual URLFetcher* Handle(const std::string& to_process,
  /external/chromium/chrome/browser/chromeos/
version_loader.h 28 // void OnGetChromeOSVersion(chromeos::VersionLoader::Handle,
45 typedef Callback2<Handle, std::string>::Type GetVersionCallback;
48 typedef Callback2<Handle, std::string>::Type GetFirmwareCallback;
54 Handle GetVersion(CancelableRequestConsumerBase* consumer,
58 Handle GetFirmware(CancelableRequestConsumerBase* consumer,
  /external/chromium/chrome/browser/
custom_home_pages_table_model.h 65 // |title_handle| matches |handle| and notifies the observer of the change.
66 void OnGotTitle(HistoryService::Handle handle,
72 // |favicon_handle| matches |handle| and notifies the observer of the change.
73 void OnGotFavicon(FaviconService::Handle handle,
76 // Returns the entry whose |member| matches |handle| and sets |entry_index| to
78 Entry* GetEntryByLoadHandle(CancelableRequestProvider::Handle Entry::* member,
79 CancelableRequestProvider::Handle handle,
    [all...]
favicon_service.h 41 typedef Callback2<Handle, // handle
49 Handle GetFavicon(const GURL& icon_url,
59 Handle UpdateFaviconMappingAndFetch(const GURL& page_url,
73 Handle GetFaviconForURL(const GURL& page_url,
icon_manager.h 73 typedef CancelableRequestProvider::Handle Handle;
74 typedef Callback2<Handle, gfx::Image*>::Type IconRequestCallback;
82 Handle LoadIcon(const FilePath& file_name,
  /external/chromium/chrome/browser/history/
top_sites_backend.h 37 typedef Callback3<Handle, scoped_refptr<MostVisitedThumbnails>, bool >::Type
44 Handle GetMostVisitedThumbnails(CancelableRequestConsumerBase* consumer,
58 typedef Callback1<Handle>::Type EmptyRequestCallback;
65 Handle DoEmptyRequest(CancelableRequestConsumerBase* consumer,
  /external/chromium/chrome/browser/password_manager/
password_store_consumer.h 27 CancelableRequestProvider::Handle handle,
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h 20 // OffTheRecordProfile owns a OffTheRecordProfileIOData::Handle, which holds a
34 class Handle {
36 explicit Handle(Profile* profile);
37 ~Handle();
78 DISALLOW_COPY_AND_ASSIGN(Handle);
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.h 77 CancelableRequestProvider::Handle handle,
82 CancelableRequestProvider::Handle pending_login_query_;
95 CancelableRequestProvider::Handle handle,
109 CancelableRequestProvider::Handle handle,

Completed in 505 milliseconds

1 2 3 4 5 67 8 91011>>