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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/password_manager/
password_store.h 38 typedef Callback2<Handle,
93 // Searches for a matching PasswordForm and returns a handle so the async
96 virtual Handle GetLogins(const webkit_glue::PasswordForm& form,
100 // are thus auto-fillable--and returns a handle so the async request can be
103 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
106 // returns a handle so the async request can be tracked. Implement the
108 Handle GetBlacklistLogins(PasswordStoreConsumer* consumer);
172 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer);
177 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer,
  /external/webkit/Source/WebCore/bindings/v8/
ScriptEventListener.cpp 93 v8::Handle<v8::Context> context = toV8Context(document, v8Listener->worldContext());
95 v8::Handle<v8::Object> function = v8Listener->getListenerObject(document);
109 v8::Handle<v8::Context> context = toV8Context(document, v8Listener->worldContext());
111 v8::Handle<v8::Object> object = v8Listener->getListenerObject(document);
115 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(object);
V8EventListenerList.h 52 v8::Handle<v8::String> wrapperProperty = getHiddenProperty(isAttribute);
59 static void clearWrapper(v8::Handle<v8::Object> listenerObject, bool isAttribute)
61 v8::Handle<v8::String> wrapperProperty = getHiddenProperty(isAttribute);
66 static V8EventListener* doFindWrapper(v8::Local<v8::Object> object, v8::Handle<v8::String> wrapperProperty)
76 static inline v8::Handle<v8::String> getHiddenProperty(bool isAttribute)
90 v8::Handle<v8::String> wrapperProperty = getHiddenProperty(isAttribute);
V8WorkerContextEventListener.cpp 72 v8::Handle<v8::Context> v8Context = proxy->context();
80 v8::Handle<v8::Value> jsEvent = toV8(event);
85 v8::Local<v8::Value> V8WorkerContextEventListener::callListenerFunction(ScriptExecutionContext* context, v8::Handle<v8::Value> jsEvent, Event* event)
92 v8::Handle<v8::Value> parameters[1] = { jsEvent };
109 v8::Handle<v8::Value> value = V8DOMWrapper::convertEventTargetToV8Object(target);
112 return v8::Local<v8::Object>::New(v8::Handle<v8::Object>::Cast(value));
PageScriptDebugServer.h 66 virtual ScriptDebugListener* getDebugListenerForContext(v8::Handle<v8::Context>);
67 virtual void runMessageLoopOnPause(v8::Handle<v8::Context>);
ScriptInstance.cpp 45 V8ScriptInstance::V8ScriptInstance(v8::Handle<v8::Object> instance)
71 void V8ScriptInstance::set(v8::Handle<v8::Object> instance)
  /external/webrtc/src/modules/audio_processing/
voice_detection_impl.cc 23 typedef VadInst Handle;
77 int vad_ret = WebRtcVad_Process(static_cast<Handle*>(handle(0)),
170 Handle* handle = NULL; local
171 if (WebRtcVad_Create(&handle) != apm_->kNoError) {
172 handle = NULL;
174 assert(handle != NULL);
177 return handle;
180 int VoiceDetectionImpl::DestroyHandle(void* handle) const
    [all...]
echo_control_mobile_impl.cc 24 typedef void Handle;
94 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
137 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
230 Handle* my_handle = static_cast<Handle*>(handle(0))
261 Handle* handle = NULL; local
    [all...]
gain_control_impl.cc 23 typedef void Handle;
35 T* handle;
85 Handle* my_handle = static_cast<Handle*>(handle(i));
111 Handle* my_handle = static_cast<Handle*>(handle(i));
125 Handle* my_handle = static_cast<Handle*>(handle(i))
345 Handle* handle = NULL; local
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 128 Handle<String> name,
261 // Cache miss: Fall-through and let caller handle the miss by
299 Handle<JSFunction> function(
302 __ li(prototype, Handle<Map>(function->initial_map()));
314 Handle<JSObject> holder,
422 Handle<JSObject> object,
424 Handle<Map> transition,
434 __ CheckMap(receiver_reg, scratch, Handle<Map>(object->map()), miss_label,
519 Handle<Code> code = (kind == Code::LOAD_IC)
527 Handle<Object> object
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 137 Handle<String> name,
274 // Cache miss: Fall-through and let caller handle the miss by
312 Handle<JSFunction> function(
315 __ Move(prototype, Handle<Map>(function->initial_map()));
327 Handle<JSObject> holder,
435 Handle<JSObject> object,
437 Handle<Map> transition,
448 __ CheckMap(receiver_reg, scratch, Handle<Map>(object->map()), miss_label,
533 Handle<Code> code = (kind == Code::LOAD_IC)
541 Handle<Object> object
    [all...]
  /external/v8/src/
d8.cc 95 virtual Handle<String> Prompt(const char* prompt);
102 Handle<String> DumbLineEditor::Prompt(const char* prompt) {
142 bool Shell::ExecuteString(Handle<String> source,
143 Handle<Value> name,
158 Handle<Script> script = Script::Compile(source, name);
165 Handle<Value> result = script->Run();
188 Handle<Value> Shell::Print(const Arguments& args) {
189 Handle<Value> val = Write(args);
196 Handle<Value> Shell::Write(const Arguments& args) {
213 Handle<Value> Shell::EnableProfiler(const Arguments& args)
    [all...]
compiler.cc 54 CompilationInfo::CompilationInfo(Handle<Script> script)
68 CompilationInfo::CompilationInfo(Handle<SharedFunctionInfo> shared_info)
76 script_(Handle<Script>(Script::cast(shared_info->script()))),
84 CompilationInfo::CompilationInfo(Handle<JSFunction> closure)
92 shared_info_(Handle<SharedFunctionInfo>(closure->shared())),
93 script_(Handle<Script>(Script::cast(shared_info_->script()))),
127 Handle<Code> code(shared_info()->code());
157 static void FinishOptimization(Handle<JSFunction> function, int64_t start) {
198 Handle<Code> code(info->shared_info()->code());
246 Handle<String> name = info->function()->debug_name()
    [all...]
handles-inl.h 49 Handle<T>::Handle(T* obj) {
56 Handle<T>::Handle(T* obj, Isolate* isolate) {
63 inline T* Handle<T>::operator*() const {
113 Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value) {
119 // Allocate one handle in the parent scope.
121 Handle<T> result(CreateHandle<T>(value, isolate_));
140 // handle, and return the result
    [all...]
v8memory.h 79 static Handle<Object>& Object_Handle_at(Address addr) {
80 return *reinterpret_cast<Handle<Object>*>(addr);
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 50 v8::Handle<v8::Value> RadioStateGetter(v8::Local<v8::String> property,
61 v8::Handle<v8::Value> MsSleep(const v8::Arguments& args) {
65 v8::Handle<v8::Value> v8MsValue(args[0]->ToObject());
75 v8::Handle<v8::Value> Print(const v8::Arguments& args) {
152 v8::Handle<v8::Value> ReadFileToString(const v8::Arguments& args) {
155 v8::Handle<v8::Value> retValue;
177 v8::Handle<v8::Value> ReadFileToBuffer(const v8::Arguments& args) {
180 v8::Handle<v8::Value> retValue;
204 void ErrorCallback(v8::Handle<v8::Message> message,
205 v8::Handle<v8::Value> data)
    [all...]
  /external/v8/test/cctest/
test-api.cc 59 using ::v8::Handle;
119 static v8::Handle<Value> IncrementingSignatureCallback(
123 v8::Handle<v8::Array> result = v8::Array::New(args.Length());
130 static v8::Handle<Value> SignatureCallback(const v8::Arguments& args) {
132 v8::Handle<v8::Array> result = v8::Array::New(args.Length());
152 v8::Handle<v8::Primitive> undef = v8::Undefined();
168 v8::Handle<v8::FunctionTemplate> fun = v8::FunctionTemplate::New();
169 v8::Handle<v8::Signature> sig = v8::Signature::New(fun);
173 v8::Handle<Value>(),
181 v8::Handle<v8::FunctionTemplate> sub_fun = v8::FunctionTemplate::New()
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher.cc 32 fetcher_.reset(client_login_handler_->Handle(credentials, this));
44 fetcher_.reset(issue_handler_->Handle(data, this));
  /external/chromium/chrome/browser/
possible_url_model.h 33 void OnHistoryQueryComplete(HistoryService::Handle h,
39 virtual void OnFaviconAvailable(FaviconService::Handle h,
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.h 71 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h,
92 WebDataService::Handle load_handle_;
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.h 43 void OnOSVersion(chromeos::VersionLoader::Handle handle,
45 void OnOSFirmware(chromeos::VersionLoader::Handle handle,
  /external/v8/src/ia32/
codegen-ia32.h 49 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
54 static void PrintCode(Handle<Code> code, CompilationInfo* info);
  /external/v8/src/x64/
codegen-x64.h 54 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
59 static void PrintCode(Handle<Code> code, CompilationInfo* info);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomApplicationInstalledCallback.cpp 51 v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());
57 v8::Handle<v8::Value> argv[] = {
V8CustomPositionCallback.cpp 63 v8::Handle<v8::Context> context = proxy->context();
69 v8::Handle<v8::Value> argv[] = {

Completed in 691 milliseconds

1 2 3 4 5 6 7 891011>>