OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GtkNativeViewManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
gtk_native_view_id_manager.cc
21
GtkNativeViewManager
* manager = reinterpret_cast<
GtkNativeViewManager
*>(arg);
26
GtkNativeViewManager
* manager = reinterpret_cast<
GtkNativeViewManager
*>(arg);
31
GtkNativeViewManager
* manager = reinterpret_cast<
GtkNativeViewManager
*>(arg);
41
GtkNativeViewManager
::
GtkNativeViewManager
() {
44
GtkNativeViewManager
::~
GtkNativeViewManager
() {
[
all
...]
gtk_native_view_id_manager.h
34
class GFX_EXPORT
GtkNativeViewManager
{
37
static
GtkNativeViewManager
* GetInstance();
94
GtkNativeViewManager
();
95
~
GtkNativeViewManager
();
96
friend struct DefaultSingletonTraits<
GtkNativeViewManager
>;
135
DISALLOW_COPY_AND_ASSIGN(
GtkNativeViewManager
);
Completed in 2226 milliseconds