Home
last modified time | relevance | path

Searched refs:target_contents (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/patch/patches/
Dchrome_browser_browser.patch301 std::unique_ptr<WebContents> target_contents =
307 + cef_delegate->OnWebContentsCreated(target_contents.get());
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1104 auto target_contents = contents_delegate_->OpenURLFromTab(source, params); in OpenURLFromTab() local
1105 if (target_contents) { in OpenURLFromTab()
1109 return target_contents; in OpenURLFromTab()
/third_party/glib/glib/tests/
Dfileutils.c1124 gchar *target_contents = NULL; in test_set_contents_full() local
1131 g_file_get_contents (file_name, &target_contents, NULL, &error); in test_set_contents_full()
1133 g_assert_cmpstr (target_contents, ==, "a"); in test_set_contents_full()
1135 g_free (target_contents); in test_set_contents_full()