Searched refs:sticky (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc56 bool sticky) {
57 Show(message, string16(), NULL, urgent, sticky);
64 bool sticky) {
76 sticky,
54 Show(const string16& message, bool urgent, bool sticky) argument
60 Show(const string16& message, const string16& link, MessageCallback* callback, bool urgent, bool sticky) argument
H A Dballoon_view.h45 BalloonViewImpl(bool sticky, bool controls, bool web_ui);
66 // True if the notification is sticky.
67 bool sticky() const { return sticky_; } function in class:chromeos::BalloonViewImpl
120 // A sticky flag. A sticky notification cannot be dismissed by a user.
H A Dsystem_notification.h47 void Show(const string16& message, bool urgent, bool sticky);
52 MessageCallback* callback, bool urgent, bool sticky);
H A Dballoon_collection_impl.cc69 bool sticky,
74 new chromeos::BalloonViewImpl(sticky, control, true));
66 AddSystemNotification( const Notification& notification, Profile* profile, bool sticky, bool control) argument
H A Dballoon_collection_impl.h89 // |sticky| is used to indicate that the notification
90 // is sticky and cannot be dismissed by a user. |controls| turns on/off
93 Profile* profile, bool sticky, bool controls);
H A Dballoon_view.cc187 BalloonViewImpl::BalloonViewImpl(bool sticky, bool controls, bool web_ui) argument
192 sticky_(sticky),
H A Dnotification_panel.cc273 // Returns the size that covers sticky and new notifications.
275 gfx::Rect sticky = sticky_container_->bounds(); local
277 if (sticky.IsEmpty())
280 return sticky.size();
281 return sticky.Union(new_non_sticky).size();
327 // Returns the # of sticky and new notifications.
333 // Returns the # of sticky notifications.
382 return view->sticky() ?
387 // Sticky/non-sticky ballon containers. They're child views and
619 // show only sticky/ne
[all...]
/external/chromium/chrome/browser/resources/options/
H A Doptions_page.js103 // Determine if the root page is 'sticky', meaning that it
107 rootPage && rootPage.sticky && targetPage.parentPage;
205 if ((!rootPage || !rootPage.sticky) && overlay.parentPage)
960 * Whether the page is considered 'sticky', such that it will
962 * @type {boolean} True if this page is sticky.
964 get sticky() {
H A Dsearch_page.js183 get sticky() {
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5025 The only sticky issue is a shared PRNG which can be alleviated with the careful use of mutex devices. Defining LTC\_PTHREAD for instance, enables

Completed in 153 milliseconds