OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIEWS_EXPORT
(Results
1 - 25
of
188
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/ui/views/
view_constants.h
8
#include "ui/views/
views_export
.h"
14
VIEWS_EXPORT
extern const int kAutoscrollSize;
18
VIEWS_EXPORT
extern const int kAutoscrollRowTimerMS;
23
VIEWS_EXPORT
extern const int kDropBetweenPixels;
metrics.h
8
#include "ui/views/
views_export
.h"
19
VIEWS_EXPORT
int GetDoubleClickInterval();
23
VIEWS_EXPORT
int GetMenuShowDelay();
views_export.h
8
// Defines
VIEWS_EXPORT
so that functionality implemented by the Views module
15
#define
VIEWS_EXPORT
__declspec(dllexport)
17
#define
VIEWS_EXPORT
__declspec(dllimport)
22
#define
VIEWS_EXPORT
__attribute__((visibility("default")))
24
#define
VIEWS_EXPORT
29
#define
VIEWS_EXPORT
views_switches.h
8
#include "ui/views/
views_export
.h"
16
VIEWS_EXPORT
extern const char kDisableViewsRectBasedTargeting[];
19
VIEWS_EXPORT
extern const char kEnableTransparentVisuals[];
23
VIEWS_EXPORT
bool IsRectBasedTargetingEnabled();
color_constants.h
9
#include "ui/views/
views_export
.h"
13
VIEWS_EXPORT
extern const SkColor kClientEdgeColor;
14
VIEWS_EXPORT
extern const SkColor kWarningColor;
native_cursor.h
9
#include "ui/views/
views_export
.h"
13
VIEWS_EXPORT
gfx::NativeCursor GetNativeIBeamCursor();
14
VIEWS_EXPORT
gfx::NativeCursor GetNativeHandCursor();
15
VIEWS_EXPORT
gfx::NativeCursor GetNativeColumnResizeCursor();
16
VIEWS_EXPORT
gfx::NativeCursor GetNativeEastWestResizeCursor();
17
VIEWS_EXPORT
gfx::NativeCursor GetNativeNorthSouthResizeCursor();
debug_utils.h
8
#include "ui/views/
views_export
.h"
15
VIEWS_EXPORT
void PrintViewHierarchy(const View* view);
18
VIEWS_EXPORT
void PrintFocusHierarchy(const View* view);
view_constants_aura.h
9
#include "ui/views/
views_export
.h"
18
VIEWS_EXPORT
extern const aura::WindowProperty<View*>* const kHostViewKey;
22
VIEWS_EXPORT
extern const aura::WindowProperty<bool>* const kDesktopRootWindow;
rect_based_targeting_utils.h
8
#include "ui/views/
views_export
.h"
18
VIEWS_EXPORT
bool UsePointBasedTargeting(const gfx::Rect& rect);
21
VIEWS_EXPORT
float PercentCoveredBy(const gfx::Rect& rect_1,
25
VIEWS_EXPORT
int DistanceSquaredFromCenterToPoint(const gfx::Point& point,
view_constants_aura.cc
10
DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(
VIEWS_EXPORT
, views::View*);
/external/chromium_org/ui/views/controls/table/
table_grouper.h
8
#include "ui/views/
views_export
.h"
12
struct
VIEWS_EXPORT
GroupRange {
20
class
VIEWS_EXPORT
TableGrouper {
/external/chromium_org/ui/views/controls/menu/
menu_listener.h
8
#include "ui/views/
views_export
.h"
13
class
VIEWS_EXPORT
MenuListener {
/external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane_listener.h
8
#include "ui/views/
views_export
.h"
14
class
VIEWS_EXPORT
TabbedPaneListener {
/external/chromium_org/ui/views/win/
hwnd_util.h
10
#include "ui/views/
views_export
.h"
18
VIEWS_EXPORT
HWND HWNDForView(const View* view);
21
VIEWS_EXPORT
HWND HWNDForWidget(const Widget* widget);
24
VIEWS_EXPORT
HWND HWNDForNativeView(const gfx::NativeView view);
27
VIEWS_EXPORT
HWND HWNDForNativeWindow(const gfx::NativeWindow window);
29
VIEWS_EXPORT
gfx::Rect GetWindowBoundsForClientBounds(
/external/chromium_org/ui/views/color_chooser/
color_chooser_listener.h
9
#include "ui/views/
views_export
.h"
15
class
VIEWS_EXPORT
ColorChooserListener {
/external/chromium_org/ui/views/controls/combobox/
combobox_listener.h
8
#include "ui/views/
views_export
.h"
16
class
VIEWS_EXPORT
ComboboxListener {
/external/chromium_org/ui/views/controls/
single_split_view_listener.h
8
#include "ui/views/
views_export
.h"
16
class
VIEWS_EXPORT
SingleSplitViewListener {
link_listener.h
8
#include "ui/views/
views_export
.h"
15
class
VIEWS_EXPORT
LinkListener {
styled_label_listener.h
8
#include "ui/views/
views_export
.h"
17
class
VIEWS_EXPORT
StyledLabelListener {
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen.h
8
#include "ui/views/
views_export
.h"
18
VIEWS_EXPORT
gfx::Screen* CreateDesktopScreen();
desktop_window_tree_host_observer_x11.h
8
#include "ui/views/
views_export
.h"
13
class
VIEWS_EXPORT
DesktopWindowTreeHostObserverX11 {
/external/chromium_org/ui/views/animation/
bounds_animator_observer.h
8
#include "ui/views/
views_export
.h"
14
class
VIEWS_EXPORT
BoundsAnimatorObserver {
/external/chromium_org/ui/views/ime/
input_method_delegate.h
8
#include "ui/views/
views_export
.h"
20
class
VIEWS_EXPORT
InputMethodDelegate {
/external/chromium_org/ui/views/widget/
monitor_win.h
8
#include "ui/views/
views_export
.h"
18
VIEWS_EXPORT
gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect);
native_widget.h
25
class
VIEWS_EXPORT
NativeWidget {
Completed in 666 milliseconds
1
2
3
4
5
6
7
8