HomeSort by relevance Sort by last modified time
    Searched refs:starred (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper_delegate.h 19 virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
  /external/chromium/chrome/browser/history/
history_notifications.cc 22 : starred(being_starred) {
history_notifications.h 71 // The new starred state of the list of URLs. True when they are being
72 // starred, false when they are being unstarred.
73 bool starred; member in struct:history::URLsStarredDetails
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
star_decoration.h 22 // Sets the image and tooltip based on |starred|.
23 void SetStarred(bool starred);
location_bar_view_mac.h 86 // Set the starred state of the bookmark star.
87 void SetStarred(bool starred);
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
EmailContentSetupUtils.java 88 // Default starred, read, (backword compatibility)
96 boolean addBody, boolean saveIt, Context context, boolean starred, boolean read) {
104 message.mFlagFavorite = starred;
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
EmailContentSetupUtils.java 88 // Default starred, read, (backword compatibility)
96 boolean addBody, boolean saveIt, Context context, boolean starred, boolean read) {
104 message.mFlagFavorite = starred;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 20 starred(false),
36 starred(false),
autocomplete_match.h 184 // True if the user has starred the destination URL.
185 bool starred; member in struct:AutocompleteMatch
history_provider.cc 46 if (i->is_history_what_you_typed_match || i->starred) {
history_contents_provider.cc 222 match.starred =
history_contents_provider_unittest.cc 179 EXPECT_TRUE(m1[0].starred);
219 // Tests deleting starred results from history, not affecting bookmarks/matches.
autocomplete_popup_view_gtk.cc 496 int icon = match.starred ?
  /packages/apps/Email/tests/src/com/android/email/activity/
AccountSelectorAdapterTest.java 160 // Account 1 - all starred
161 // Special case; it happens when you open "starred" on a normal account's mailbox list
181 private void addMessage(Mailbox m, boolean starred, boolean read) {
183 starred, read);
MailboxFragmentAdapterTest.java 78 // Starred message in trash; All Starred excludes it.
92 // Row 2 -- all starred (with total count)
105 private static Message createMessage(Context c, Mailbox b, boolean starred, boolean read,
108 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 81 updateRawContactsStar(db, rawContactId, true /* starred */);
104 private void updateRawContactsStar(SQLiteDatabase db, long rawContactId, boolean starred) {
106 rawContactValues.put(RawContacts.STARRED, starred ? 1 : 0);
130 updateRawContactsStar(db, rawContactId, false /* starred */);
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 92 // Set the starred state of the bookmark star.
93 void SetStarred(bool starred);
location_bar_view_gtk.cc     [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 159 // Default starred, read, (backword compatibility)
167 boolean addBody, boolean saveIt, Context context, boolean starred, boolean read) {
175 message.mFlagFavorite = starred;
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 204 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone,
224 mStarred = starred;
548 Contacts.STARRED,
620 public final static int STARRED = 7;
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 488 WriteIntAttribute("isstarred", i->starred ? 1 : 0);
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 239 int icon = match_.starred ?
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 533 // Starred notification should be sent.
535 ASSERT_TRUE(listener.details_.starred);
563 ASSERT_FALSE(listener.details_.starred);
898 // Copy db file over that contains starred table.
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 78 private static Message createMessage(Context c, Mailbox b, boolean starred, boolean read,
81 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
389 // b1 (account 1, inbox): 1 message, including 1 starred
392 // b2 (account 1, outbox): 2 message, including 1 starred
396 // b3 (account 2, inbox): 3 message, including 1 starred
403 // bt (account 2, trash) has 3 messages, including 2 starred
416 assertEquals(3, Message.getFavoriteMessageCount(c)); // excludes starred in trash
418 assertEquals(1, Message.getFavoriteMessageCount(c, a2.mId)); // excludes starred in trash
  /external/chromium/chrome/browser/ui/
browser.h     [all...]

Completed in 962 milliseconds

1 2