OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_balloon_height
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.h
83
static int
max_balloon_height
() { return Layout::
max_balloon_height
(); }
function in class:BalloonCollectionImpl
109
static int
max_balloon_height
() { return kBalloonMaxHeight; }
function in class:BalloonCollectionImpl::Layout
desktop_notifications_unittest.h
59
int MaxHeight() { return Layout::
max_balloon_height
(); }
balloon_collection_impl.cc
70
layout_.
max_balloon_height
()));
297
*max_balloon_size =
max_balloon_height
();
414
std::min(
max_balloon_height
(), size.height())));
balloon_host.cc
104
BalloonCollectionImpl::
max_balloon_height
());
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc
51
layout_.
max_balloon_height
()));
243
*max_balloon_size =
max_balloon_height
();
362
std::min(
max_balloon_height
(), size.height())));
desktop_notifications_unittest.h
59
int MaxHeight() { return Layout::
max_balloon_height
(); }
balloon_collection_impl.h
89
static int
max_balloon_height
() { return kBalloonMaxHeight; }
function in class:BalloonCollectionImpl::Layout
Completed in 289 milliseconds