Home
last modified time | relevance | path

Searched refs:Unwrap (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/cef/libcef_dll/ctocpp/views/
Dview_delegate_ctocpp.cc268 CefBrowserViewDelegateCToCpp::Unwrap( in UnwrapDerived()
273 CefButtonDelegateCToCpp::Unwrap( in UnwrapDerived()
278 CefMenuButtonDelegateCToCpp::Unwrap( in UnwrapDerived()
283 CefPanelDelegateCToCpp::Unwrap(reinterpret_cast<CefPanelDelegate*>(c))); in UnwrapDerived()
287 CefTextfieldDelegateCToCpp::Unwrap( in UnwrapDerived()
292 CefWindowDelegateCToCpp::Unwrap( in UnwrapDerived()
Dview_ctocpp.cc195 int _retval = _struct->is_same(_struct, CefViewCToCpp::Unwrap(that)); in IsSame()
215 return CefViewDelegateCppToC::Unwrap(_retval); in GetDelegate()
797 _struct, CefViewCToCpp::Unwrap(view), &point); in ConvertPointToView()
821 _struct, CefViewCToCpp::Unwrap(view), &point); in ConvertPointFromView()
844 CefBrowserViewCToCpp::Unwrap(reinterpret_cast<CefBrowserView*>(c))); in UnwrapDerived()
848 CefButtonCToCpp::Unwrap(reinterpret_cast<CefButton*>(c))); in UnwrapDerived()
852 CefLabelButtonCToCpp::Unwrap(reinterpret_cast<CefLabelButton*>(c))); in UnwrapDerived()
856 CefMenuButtonCToCpp::Unwrap(reinterpret_cast<CefMenuButton*>(c))); in UnwrapDerived()
860 CefPanelCToCpp::Unwrap(reinterpret_cast<CefPanel*>(c))); in UnwrapDerived()
864 CefScrollViewCToCpp::Unwrap(reinterpret_cast<CefScrollView*>(c))); in UnwrapDerived()
[all …]
Dlayout_ctocpp.cc89 CefBoxLayoutCToCpp::Unwrap(reinterpret_cast<CefBoxLayout*>(c))); in UnwrapDerived()
93 CefFillLayoutCToCpp::Unwrap(reinterpret_cast<CefFillLayout*>(c))); in UnwrapDerived()
Dpanel_ctocpp.cc146 _struct->add_child_view(_struct, CefViewCToCpp::Unwrap(view)); in AddChildView()
169 _struct->add_child_view_at(_struct, CefViewCToCpp::Unwrap(view), index); in AddChildViewAt()
188 _struct->reorder_child_view(_struct, CefViewCToCpp::Unwrap(view), index); in ReorderChildView()
207 _struct->remove_child_view(_struct, CefViewCToCpp::Unwrap(view)); in RemoveChildView()
427 int _retval = _struct->is_same(_struct, CefViewCToCpp::Unwrap(that)); in IsSame()
447 return CefViewDelegateCppToC::Unwrap(_retval); in GetDelegate()
1029 _struct, CefViewCToCpp::Unwrap(view), &point); in ConvertPointToView()
1053 _struct, CefViewCToCpp::Unwrap(view), &point); in ConvertPointFromView()
1076 CefWindowCToCpp::Unwrap(reinterpret_cast<CefWindow*>(c))); in UnwrapDerived()
/third_party/cef/libcef_dll/cpptoc/views/
Dview_delegate_cpptoc.cc291 return CefBrowserViewDelegateCppToC::Unwrap( in UnwrapDerived()
295 return CefButtonDelegateCppToC::Unwrap( in UnwrapDerived()
299 return CefMenuButtonDelegateCppToC::Unwrap( in UnwrapDerived()
303 return CefPanelDelegateCppToC::Unwrap( in UnwrapDerived()
307 return CefTextfieldDelegateCppToC::Unwrap( in UnwrapDerived()
311 return CefWindowDelegateCppToC::Unwrap( in UnwrapDerived()
Dview_cpptoc.cc194 bool _retval = CefViewCppToC::Get(self)->IsSame(CefViewCppToC::Unwrap(that)); in view_is_same()
214 return CefViewDelegateCToCpp::Unwrap(_retval); in view_get_delegate()
878 CefViewCppToC::Unwrap(view), pointVal); in view_convert_point_to_view()
912 CefViewCppToC::Unwrap(view), pointVal); in view_convert_point_from_view()
991 return CefBrowserViewCppToC::Unwrap( in UnwrapDerived()
995 return CefButtonCppToC::Unwrap(reinterpret_cast<cef_button_t*>(s)); in UnwrapDerived()
998 return CefLabelButtonCppToC::Unwrap( in UnwrapDerived()
1002 return CefMenuButtonCppToC::Unwrap(reinterpret_cast<cef_menu_button_t*>(s)); in UnwrapDerived()
1005 return CefPanelCppToC::Unwrap(reinterpret_cast<cef_panel_t*>(s)); in UnwrapDerived()
1008 return CefScrollViewCppToC::Unwrap(reinterpret_cast<cef_scroll_view_t*>(s)); in UnwrapDerived()
[all …]
Dlayout_cpptoc.cc96 return CefBoxLayoutCppToC::Unwrap(reinterpret_cast<cef_box_layout_t*>(s)); in UnwrapDerived()
99 return CefFillLayoutCppToC::Unwrap(reinterpret_cast<cef_fill_layout_t*>(s)); in UnwrapDerived()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc389 int _retval = _struct->is_same(_struct, CefV8ValueCToCpp::Unwrap(that)); in IsSame()
693 _struct, key.GetStruct(), CefV8ValueCToCpp::Unwrap(value), attribute); in SetValue()
718 CefV8ValueCToCpp::Unwrap(value)); in SetValue()
802 return CefBaseRefCountedCppToC::Unwrap(_retval); in GetUserData()
863 return CefV8ArrayBufferReleaseCallbackCppToC::Unwrap(_retval); in GetArrayBufferReleaseCallback()
908 return CefV8HandlerCppToC::Unwrap(_retval); in GetFunctionHandler()
931 argumentsList[i] = CefV8ValueCToCpp::Unwrap(arguments[i]); in ExecuteFunction()
938 _struct, CefV8ValueCToCpp::Unwrap(object), argumentsCount, argumentsList); in ExecuteFunction()
973 argumentsList[i] = CefV8ValueCToCpp::Unwrap(arguments[i]); in ExecuteFunctionWithContext()
980 _struct, CefV8ContextCToCpp::Unwrap(context), in ExecuteFunctionWithContext()
[all …]
Drequest_context_ctocpp.cc71 cef_create_context_shared(CefRequestContextCToCpp::Unwrap(other), in CreateContext()
95 _struct->is_same(_struct, CefRequestContextCToCpp::Unwrap(other)); in IsSame()
117 _struct->is_sharing_with(_struct, CefRequestContextCToCpp::Unwrap(other)); in IsSharingWith()
149 return CefRequestContextHandlerCppToC::Unwrap(_retval); in GetHandler()
324 CefValueCToCpp::Unwrap(value), in SetPreference()
422 CefDictionaryValueCToCpp::Unwrap(manifest), in LoadExtension()
Dvalue_ctocpp.cc100 int _retval = _struct->is_same(_struct, CefValueCToCpp::Unwrap(that)); in IsSame()
122 int _retval = _struct->is_equal(_struct, CefValueCToCpp::Unwrap(that)); in IsEqual()
375 _struct->set_binary(_struct, CefBinaryValueCToCpp::Unwrap(value)); in SetBinary()
398 _struct->set_dictionary(_struct, CefDictionaryValueCToCpp::Unwrap(value)); in SetDictionary()
420 int _retval = _struct->set_list(_struct, CefListValueCToCpp::Unwrap(value)); in SetList()
Durlrequest_ctocpp.cc45 cef_urlrequest_create(CefRequestCToCpp::Unwrap(request), in Create()
47 CefRequestContextCToCpp::Unwrap(request_context)); in Create()
86 return CefURLRequestClientCppToC::Unwrap(_retval); in GetClient()
Dpost_data_ctocpp.cc95 elementsList[i] = CefPostDataElementCToCpp::Unwrap(elements[i]); in GetElements()
128 _struct, CefPostDataElementCToCpp::Unwrap(element)); in RemoveElement()
149 _struct->add_element(_struct, CefPostDataElementCToCpp::Unwrap(element)); in AddElement()
Dlist_value_ctocpp.cc101 int _retval = _struct->is_same(_struct, CefListValueCToCpp::Unwrap(that)); in IsSame()
123 int _retval = _struct->is_equal(_struct, CefListValueCToCpp::Unwrap(that)); in IsEqual()
377 _struct->set_value(_struct, index, CefValueCToCpp::Unwrap(value)); in SetValue()
487 _struct->set_binary(_struct, index, CefBinaryValueCToCpp::Unwrap(value)); in SetBinary()
511 _struct, index, CefDictionaryValueCToCpp::Unwrap(value)); in SetDictionary()
534 _struct->set_list(_struct, index, CefListValueCToCpp::Unwrap(value)); in SetList()
Dv8context_ctocpp.cc172 int _retval = _struct->is_same(_struct, CefV8ContextCToCpp::Unwrap(that)); in IsSame()
199 retvalStruct = CefV8ValueCToCpp::Unwrap(retval); in Eval()
204 exceptionStruct = CefV8ExceptionCToCpp::Unwrap(exception); in Eval()
Ddictionary_value_ctocpp.cc104 _struct->is_same(_struct, CefDictionaryValueCToCpp::Unwrap(that)); in IsSame()
127 _struct->is_equal(_struct, CefDictionaryValueCToCpp::Unwrap(that)); in IsEqual()
483 CefValueCToCpp::Unwrap(value)); in SetValue()
624 CefBinaryValueCToCpp::Unwrap(value)); in SetBinary()
653 _struct, key.GetStruct(), CefDictionaryValueCToCpp::Unwrap(value)); in SetDictionary()
681 CefListValueCToCpp::Unwrap(value)); in SetList()
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc389 CefV8ValueCppToC::Get(self)->IsSame(CefV8ValueCppToC::Unwrap(that)); in v8value_is_same()
691 CefString(key), CefV8ValueCppToC::Unwrap(value), attribute); in v8value_set_value_bykey()
716 index, CefV8ValueCppToC::Unwrap(value)); in v8value_set_value_byindex()
799 return CefBaseRefCountedCToCpp::Unwrap(_retval); in v8value_get_user_data()
861 return CefV8ArrayBufferReleaseCallbackCToCpp::Unwrap(_retval); in v8value_get_array_buffer_release_callback()
906 return CefV8HandlerCToCpp::Unwrap(_retval); in v8value_get_function_handler()
930 CefV8ValueCppToC::Unwrap(arguments[i]); in v8value_execute_function()
937 CefV8ValueCppToC::Unwrap(object), argumentsList); in v8value_execute_function()
969 CefV8ValueCppToC::Unwrap(arguments[i]); in v8value_execute_function_with_context()
977 CefV8ContextCppToC::Unwrap(context), CefV8ValueCppToC::Unwrap(object), in v8value_execute_function_with_context()
Drequest_context_cpptoc.cc77 CefRequestContextCppToC::Unwrap(other), in cef_create_context_shared()
102 CefRequestContextCppToC::Unwrap(other)); in request_context_is_same()
123 CefRequestContextCppToC::Unwrap(other)); in request_context_is_sharing_with()
157 return CefRequestContextHandlerCToCpp::Unwrap(_retval); in request_context_get_handler()
342 CefString(name), CefValueCppToC::Unwrap(value), errorStr); in request_context_set_preference()
434 CefString(root_directory), CefDictionaryValueCppToC::Unwrap(manifest), in request_context_load_extension()
Dpost_data_cpptoc.cc96 elementsList.push_back(CefPostDataElementCppToC::Unwrap(elements[i])); in post_data_get_elements()
129 CefPostDataElementCppToC::Unwrap(element)); in post_data_remove_element()
150 CefPostDataElementCppToC::Unwrap(element)); in post_data_add_element()
Durlrequest_cpptoc.cc44 CefURLRequest::Create(CefRequestCppToC::Unwrap(request), in cef_urlrequest_create()
46 CefRequestContextCppToC::Unwrap(request_context)); in cef_urlrequest_create()
88 return CefURLRequestClientCToCpp::Unwrap(_retval); in urlrequest_get_client()
Dvalue_cpptoc.cc103 CefValueCppToC::Get(self)->IsSame(CefValueCppToC::Unwrap(that)); in value_is_same()
125 CefValueCppToC::Get(self)->IsEqual(CefValueCppToC::Unwrap(that)); in value_is_equal()
377 CefValueCppToC::Get(self)->SetBinary(CefBinaryValueCppToC::Unwrap(value)); in value_set_binary()
399 CefDictionaryValueCppToC::Unwrap(value)); in value_set_dictionary()
421 CefValueCppToC::Get(self)->SetList(CefListValueCppToC::Unwrap(value)); in value_set_list()
Dlist_value_cpptoc.cc103 CefListValueCppToC::Get(self)->IsSame(CefListValueCppToC::Unwrap(that)); in list_value_is_same()
125 CefListValueCppToC::Get(self)->IsEqual(CefListValueCppToC::Unwrap(that)); in list_value_is_equal()
387 index, CefValueCppToC::Unwrap(value)); in list_value_set_value()
502 index, CefBinaryValueCppToC::Unwrap(value)); in list_value_set_binary()
525 index, CefDictionaryValueCppToC::Unwrap(value)); in list_value_set_dictionary()
548 index, CefListValueCppToC::Unwrap(value)); in list_value_set_list()
Ddictionary_value_cpptoc.cc108 CefDictionaryValueCppToC::Unwrap(that)); in dictionary_value_is_same()
131 CefDictionaryValueCppToC::Unwrap(that)); in dictionary_value_is_equal()
486 CefString(key), CefValueCppToC::Unwrap(value)); in dictionary_value_set_value()
630 CefString(key), CefBinaryValueCppToC::Unwrap(value)); in dictionary_value_set_binary()
658 CefString(key), CefDictionaryValueCppToC::Unwrap(value)); in dictionary_value_set_dictionary()
685 CefString(key), CefListValueCppToC::Unwrap(value)); in dictionary_value_set_list()
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ref_ptr_library_ctocpp.cc87 CefTranslatorTestRefPtrLibraryChildCToCpp::Unwrap( in UnwrapDerived()
92 CefTranslatorTestRefPtrLibraryChildChildCToCpp::Unwrap( in UnwrapDerived()
/third_party/cef/libcef_dll/cpptoc/test/
Dtranslator_test_ref_ptr_library_cpptoc.cc95 return CefTranslatorTestRefPtrLibraryChildCppToC::Unwrap( in UnwrapDerived()
99 return CefTranslatorTestRefPtrLibraryChildChildCppToC::Unwrap( in UnwrapDerived()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h258 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
267 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
283 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
310 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
354 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
406 ValueTypeProxy Result = {I->first.Unwrap(), I->second};

1234567