OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMaxLinearSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.h
101
void
GetMaxLinearSize
(int* max_balloon_size, int* total_size) const;
balloon_collection_impl.cc
90
layout_.
GetMaxLinearSize
(&max_balloon_size, &total_size);
237
void BalloonCollectionImpl::Layout::
GetMaxLinearSize
(int* max_balloon_size,
/external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.h
121
void
GetMaxLinearSize
(int* max_balloon_size, int* total_size) const;
balloon_collection_impl.cc
122
layout_.
GetMaxLinearSize
(&max_balloon_size, &total_size);
290
void BalloonCollectionImpl::Layout::
GetMaxLinearSize
(int* max_balloon_size,
Completed in 7370 milliseconds