Home
last modified time | relevance | path

Searched defs:new_contents (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc37 content::WebContents* new_contents) { in OnWebContentsCreated()
81 content::WebContents* new_contents) { in WebContentsCreated()
116 std::unique_ptr<content::WebContents> new_contents, in AddNewContents()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.cpp124 uintptr_t new_contents = NewContents(Assemblr, new_capacity); in extendCapacity() local
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc124 std::unique_ptr<content::WebContents> new_contents, in AddNewContents()
Dalloy_browser_host_impl.cc1124 std::unique_ptr<content::WebContents> new_contents, in AddNewContents()
1293 content::WebContents* new_contents) { in WebContentsCreated()
/third_party/cef/libcef/browser/
Dbrowser_info_manager.cc83 content::WebContents* new_contents, in CreatePopupBrowserInfo()
Dbrowser_platform_delegate.cc42 std::unique_ptr<content::WebContents> new_contents, in AddNewContents()
Dbrowser_contents_delegate.cc35 content::WebContents* new_contents) { in ObserveWebContents()
/third_party/glib/gio/
Dgdbusauthmechanismsha1.c665 GString *new_contents; in keyring_generate_entry() local
/third_party/glib/gio/tests/
Dfile.c835 …const gchar *new_contents = "this is a test message which should be written to source and not targ… in test_replace_symlink() local
1194 const gchar *new_contents = "this is a new test message which should be written to source"; in test_replace() local
/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc1362 std::vector<int> new_contents; in TEST() local
1410 SourceContainer new_contents(new_contents_in.begin(), in InstanceRangedAssignTestForContainer() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc1366 std::vector<int> new_contents; in TEST() local
1414 SourceContainer new_contents(new_contents_in.begin(), in InstanceRangedAssignTestForContainer() local
/third_party/python/Tools/clinic/
Dclinic.py1781 def write_file(filename, new_contents): argument