Searched refs:target_contents (Results 1 – 3 of 3) sorted by relevance
301 std::unique_ptr<WebContents> target_contents =307 + cef_delegate->OnWebContentsCreated(target_contents.get());
1104 auto target_contents = contents_delegate_->OpenURLFromTab(source, params); in OpenURLFromTab() local1105 if (target_contents) { in OpenURLFromTab()1109 return target_contents; in OpenURLFromTab()
1124 gchar *target_contents = NULL; in test_set_contents_full() local1131 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()