OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ViewportSelectionBound
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/cc/output/
viewport_selection_bound.h
15
struct CC_EXPORT
ViewportSelectionBound
{
16
ViewportSelectionBound
();
17
~
ViewportSelectionBound
();
25
CC_EXPORT bool operator==(const
ViewportSelectionBound
& lhs,
26
const
ViewportSelectionBound
& rhs);
27
CC_EXPORT bool operator!=(const
ViewportSelectionBound
& lhs,
28
const
ViewportSelectionBound
& rhs);
viewport_selection_bound.cc
9
ViewportSelectionBound
::
ViewportSelectionBound
()
13
ViewportSelectionBound
::~
ViewportSelectionBound
() {
16
bool operator==(const
ViewportSelectionBound
& lhs,
17
const
ViewportSelectionBound
& rhs) {
22
bool operator!=(const
ViewportSelectionBound
& lhs,
23
const
ViewportSelectionBound
& rhs) {
compositor_frame_metadata.h
45
ViewportSelectionBound
selection_start;
46
ViewportSelectionBound
selection_end;
/external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.h
52
void OnSelectionBoundsChanged(const cc::
ViewportSelectionBound
& start,
53
const cc::
ViewportSelectionBound
& end);
125
cc::
ViewportSelectionBound
start_;
126
cc::
ViewportSelectionBound
end_;
touch_selection_controller.cc
56
const cc::
ViewportSelectionBound
& start,
57
const cc::
ViewportSelectionBound
& end) {
380
start_ = cc::
ViewportSelectionBound
();
381
end_ = cc::
ViewportSelectionBound
();
touch_selection_controller_unittest.cc
94
controller_->OnSelectionBoundsChanged(cc::
ViewportSelectionBound
(),
95
cc::
ViewportSelectionBound
());
101
cc::
ViewportSelectionBound
bound;
113
cc::
ViewportSelectionBound
start_bound, end_bound;
/external/chromium_org/cc/trees/
layer_tree_impl.h
290
void GetViewportSelection(
ViewportSelectionBound
* start,
291
ViewportSelectionBound
* end);
layer_tree_impl.cc
[
all
...]
layer_tree_impl_unittest.cc
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
/external/chromium_org/content/common/
cc_messages.h
264
IPC_STRUCT_TRAITS_BEGIN(cc::
ViewportSelectionBound
)
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc
[
all
...]
Completed in 191 milliseconds