OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetBounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.h
215
struct
TargetBounds
{
216
TargetBounds
();
217
~
TargetBounds
();
265
void CalculateTargetBounds(const State& state,
TargetBounds
* target_bounds);
269
void UpdateTargetBoundsForGesture(
TargetBounds
* target_bounds) const;
shelf_layout_manager.cc
277
TargetBounds
target_bounds;
564
ShelfLayoutManager::
TargetBounds
::
TargetBounds
() : opacity(0.0f) {}
565
ShelfLayoutManager::
TargetBounds
::~
TargetBounds
() {}
598
TargetBounds
target_bounds;
706
TargetBounds
* target_bounds) {
815
TargetBounds
* target_bounds) const {
[
all
...]
Completed in 35 milliseconds