OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Appbar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/win/
appbar.cc
5
#include "ui/views/win/
appbar
.h"
24
*edge =
Appbar
::EDGE_LEFT;
26
*edge =
Appbar
::EDGE_TOP;
28
*edge =
Appbar
::EDGE_RIGHT;
30
*edge =
Appbar
::EDGE_BOTTOM;
36
Appbar
*
Appbar
::instance() {
37
static
Appbar
*
appbar
= NULL;
local
38
if (!
appbar
)
[
all
...]
appbar.h
18
//
Appbar
provides an API to query for the edges of the monitor that have an
24
class
Appbar
{
34
static
Appbar
* instance();
46
Appbar
();
47
~
Appbar
();
58
base::WeakPtrFactory<
Appbar
> weak_factory_;
64
DISALLOW_COPY_AND_ASSIGN(
Appbar
);
Completed in 27 milliseconds