Home
last modified time | relevance | path

Searched refs:GetCefString (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/
Dstring_util.cc13 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()
Dstring_util.h26 void GetCefString(const blink::WebString& source, CefString& cef_string);
27 void GetCefString(scoped_refptr<base::RefCountedMemory> source,
/third_party/cef/libcef/renderer/
Dv8_impl.cc467 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 …]
Dframe_impl.cc113 string_util::GetCefString(blink_glue::DumpDocumentMarkup(frame_), content); in GetSource()
122 string_util::GetCefString(blink_glue::DumpDocumentText(frame_), content); in GetText()