HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 251 - 275 of 1394) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/
ic.cc 74 Handle<Object> name,
163 Handle<SharedFunctionInfo> shared(function->shared(), isolate());
279 // Call stubs handle this later to allow extra IC state
314 Handle<Object> object,
315 Handle<Object> key) {
317 Handle<Object> args[2] = { key, object };
318 Handle<Object> error = isolate()->factory()->NewTypeError(
324 Failure* IC::ReferenceError(const char* type, Handle<String> name) {
326 Handle<Object> error = isolate()->factory()->NewReferenceError(
466 static void LookupForRead(Handle<Object> object
    [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...]
  /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,
  /external/chromium_org/chrome/browser/password_manager/
password_store_consumer.h 27 CancelableRequestProvider::Handle handle,
  /external/chromium_org/chrome/renderer/extensions/
binding_generating_native_handler.h 28 virtual v8::Handle<v8::Object> NewInstance() OVERRIDE;
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h 44 virtual WebDataServiceBase::Handle GetFormValuesForElementName(
51 virtual WebDataServiceBase::Handle HasFormElements(
75 virtual WebDataServiceBase::Handle GetAutofillProfiles(
92 virtual WebDataServiceBase::Handle GetCreditCards(
  /external/chromium_org/remoting/base/
scoped_sc_handle_win.h 16 typedef SC_HANDLE Handle;
18 // Closes the handle.
19 static bool CloseHandle(SC_HANDLE handle) {
20 return ::CloseServiceHandle(handle) != FALSE;
23 // Returns true if the handle value is valid.
24 static bool IsHandleValid(SC_HANDLE handle) {
25 return handle != NULL;
28 // Returns NULL handle value.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
UnsafePersistent.h 47 explicit UnsafePersistent(v8::Persistent<T>& handle)
49 m_value = handle.ClearAndLeak();
52 UnsafePersistent(v8::Isolate* isolate, v8::Handle<T>& handle)
54 v8::Persistent<T> persistent(isolate, handle);
63 // This is incredibly unsafe: the handle is valid only when this
67 v8::Persistent<T>* handle = reinterpret_cast<v8::Persistent<T>*>(&m_value); local
68 return handle;
73 v8::Handle<T> deprecatedHandle()
75 v8::Handle<T>* handle = reinterpret_cast<v8::Handle<T>*>(&m_value) local
    [all...]
V8HiddenPropertyName.cpp 47 v8::Handle<v8::String> V8HiddenPropertyName::name() \
59 static v8::Handle<v8::String> hiddenReferenceName(const char* name, unsigned length)
68 void V8HiddenPropertyName::setNamedHiddenReference(v8::Handle<v8::Object> parent, const char* name, v8::Handle<v8::Value> child)
74 void V8HiddenPropertyName::createString(const char* key, v8::Persistent<v8::String>* handle)
78 handle->Reset(isolate, v8::String::NewSymbol(key));
V8PerContextData.cpp 64 v8::Handle<v8::String> symbol = v8::String::NewSymbol(#Name); \
67 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(v8::Local<v8::Context>::New(m_isolate, m_context)->Global()->Get(symbol)); \
70 v8::Handle<v8::Value> prototypeValue = object->Get(prototypeString); \
78 v8::Handle<v8::Context> context = v8::Local<v8::Context>::New(m_isolate, m_context);
81 v8::Handle<v8::String> prototypeString = v8::String::NewSymbol("prototype");
111 v8::Handle<v8::FunctionTemplate> functionTemplate = type->getTemplate(m_isolate, worldType(m_isolate));
162 static v8::Handle<v8::Value> createDebugData(const char* worldName, int debugId)
177 static v8::Handle<v8::Value> debugData(v8::Handle<v8::Context> context
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ErrorEventCustom.cpp 50 v8::Handle<v8::Value> error = info.Holder()->GetHiddenValue(V8HiddenPropertyName::error());
V8FormDataCustom.cpp 49 v8::Handle<v8::Object> wrapper = args.Holder();
65 v8::Handle<v8::Value> arg = args[1];
67 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(arg);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebArrayBuffer.cpp 72 v8::Handle<v8::Value> WebArrayBuffer::toV8Value()
75 return v8::Handle<v8::Value>();
76 return toV8(m_private.get(), v8::Handle<v8::Object>(), v8::Isolate::GetCurrent());
79 WebArrayBuffer* WebArrayBuffer::createFromV8Value(v8::Handle<v8::Value> value)

Completed in 5255 milliseconds

<<11121314151617181920>>