Searched refs:GetCefString (Results 1 – 4 of 4) sorted by relevance
/third_party/cef/libcef/common/ |
D | string_util.cc | 13 void GetCefString(const blink::WebString& source, CefString& cef_string) { in GetCefString() function 21 void GetCefString(scoped_refptr<base::RefCountedMemory> source, in GetCefString() function 68 GetCefString(shared_buf, str); in ExecuteWithScopedCefString()
|
D | string_util.h | 26 void GetCefString(const blink::WebString& source, CefString& cef_string); 27 void GetCefString(scoped_refptr<base::RefCountedMemory> source,
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 467 void GetCefString(v8::Isolate* isolate, in GetCefString() function 568 GetCefString(isolate, v8::Local<v8::String>::Cast(property), name); in AccessorNameGetterCallbackImpl() 607 GetCefString(isolate, v8::Local<v8::String>::Cast(property), name); in AccessorNameSetterCallbackImpl() 620 GetCefString(isolate, property.As<v8::String>(), name); in PropertyToIndex() 706 GetCefString(isolate, name, func_name); in GetNativeFunctionTemplate() 732 GetCefString(isolate, message->Get(), message_); in CefV8ExceptionImpl() 735 GetCefString(isolate, source_line.ToLocalChecked(), source_line_); in CefV8ExceptionImpl() 738 GetCefString( in CefV8ExceptionImpl() 1528 GetCefString(context->GetIsolate(), in InitFromV8Value() 2126 GetCefString(isolate, value->ToString(context).ToLocalChecked(), str); in GetKeys() [all …]
|
D | frame_impl.cc | 113 string_util::GetCefString(blink_glue::DumpDocumentMarkup(frame_), content); in GetSource() 122 string_util::GetCefString(blink_glue::DumpDocumentText(frame_), content); in GetText()
|