OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetXIDForId
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
gtk_native_view_id_manager.h
56
bool
GetXIDForId
(XID* xid, gfx::NativeViewId id);
60
// Same as
GetXIDForId
except it returns the NativeView (GtkWidget*).
gtk_native_view_id_manager.cc
88
bool GtkNativeViewManager::
GetXIDForId
(XID* output, gfx::NativeViewId id) {
/external/chromium_org/content/browser/
plugin_process_host.cc
102
GtkNativeViewManager::GetInstance()->
GetXIDForId
(output, id);
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc
423
if (!manager->
GetXIDForId
(&surface, view_id)) {
Completed in 687 milliseconds