Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/conflicts/
H A Dmodule_event_sink_impl.cc68 const void* typed_address = in ReadRemoteData() local
71 if (!::ReadProcessMemory(process, typed_address, data, sizeof(*data), in ReadRemoteData()
/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-web-view.c88 char *typed_address; member
226 g_value_set_string (value, view->typed_address); in ephy_web_view_get_property()
789 if (!was_empty && ephy_web_view_is_loading (view) && view->typed_address != NULL) in ephy_web_view_set_address()
2452 if (!view->typed_address) { in load_failed_cb()
3192 return view->typed_address; in ephy_web_view_get_typed_address()
3209 g_free (view->typed_address); in ephy_web_view_set_typed_address()
3210 view->typed_address = g_strdup (address); in ephy_web_view_set_typed_address()
3919 g_free (view->typed_address); in ephy_web_view_finalize()
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-window.c1025 calculate_location (const char *typed_address, in calculate_location() argument
1032 location = typed_address ? typed_address : address; in calculate_location()
1086 const char *typed_address; in sync_tab_address() local
1094 typed_address = ephy_web_view_get_typed_address (view); in sync_tab_address()
1104 location = calculate_location (typed_address, address); in sync_tab_address()