OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FocusStoreGtk
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
focus_store_gtk.cc
11
FocusStoreGtk
::
FocusStoreGtk
()
16
FocusStoreGtk
::~
FocusStoreGtk
() {
20
void
FocusStoreGtk
::Store(GtkWidget* widget) {
31
void
FocusStoreGtk
::SetWidget(GtkWidget* widget) {
45
void
FocusStoreGtk
::DisconnectDestroyHandler() {
focus_store_gtk.h
13
class
FocusStoreGtk
{
15
FocusStoreGtk
();
17
virtual ~
FocusStoreGtk
();
40
DISALLOW_COPY_AND_ASSIGN(
FocusStoreGtk
);
/external/chromium_org/ui/base/gtk/
focus_store_gtk.cc
11
FocusStoreGtk
::
FocusStoreGtk
()
16
FocusStoreGtk
::~
FocusStoreGtk
() {
20
void
FocusStoreGtk
::Store(GtkWidget* widget) {
34
void
FocusStoreGtk
::SetWidget(GtkWidget* widget) {
48
void
FocusStoreGtk
::DisconnectDestroyHandler() {
focus_store_gtk.h
15
class UI_EXPORT
FocusStoreGtk
{
17
FocusStoreGtk
();
18
~
FocusStoreGtk
();
41
DISALLOW_COPY_AND_ASSIGN(
FocusStoreGtk
);
Completed in 62 milliseconds