OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWorkAreaSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
792
gfx::Insets(0, 0,
GetWorkAreaSize
(state, shelf_height), 0),
793
gfx::Insets(0,
GetWorkAreaSize
(state, shelf_width), 0, 0),
794
gfx::Insets(0, 0, 0,
GetWorkAreaSize
(state, shelf_width)),
795
gfx::Insets(
GetWorkAreaSize
(state, shelf_height), 0, 0, 0));
[
all
...]
shelf_layout_manager.h
323
int
GetWorkAreaSize
(const State& state, int size) const;
Completed in 36 milliseconds