/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_tab_helper_delegate.h | 20 bool starred) = 0;
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
star_decoration.h | 21 // Sets the image and tooltip based on |starred|. 22 void SetStarred(bool starred); 25 bool starred() const { return starred_; } function in class:StarDecoration
|
location_bar_view_mac.h | 88 // Set the starred state of the bookmark star. 89 void SetStarred(bool starred);
|
/external/chromium/chrome/browser/ui/tab_contents/ |
tab_contents_wrapper_delegate.h | 19 virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MessageInfo.java | 28 public boolean starred; field in class:MessageInfo 43 starred = (in.readInt() != 0); 57 dest.writeInt(starred ? 1 : 0); 65 starred = isStarred; 81 return Objects.hashCode(read, starred, sender, senderEmail);
|
Conversation.java | 130 * @see UIProvider.ConversationColumns#STARRED 132 public boolean starred; field in class:Conversation 227 dest.writeInt(starred ? 1 : 0); 260 starred = (in.readInt() != 0); 338 starred = cursor.getInt(UIProvider.CONVERSATION_STARRED_COLUMN) != 0; 389 starred = other.starred; 422 boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel, 443 conversation.starred = starred; [all...] |
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
SendersFormattingTests.java | 41 boolean read = false, starred = false; 42 MessageInfo info = new MessageInfo(read, starred, null, -1, null); 52 MessageInfo info2 = new MessageInfo(read, starred, "", -1, null); 61 MessageInfo info3 = new MessageInfo(read, starred, "", -1, null); 63 MessageInfo info4 = new MessageInfo(read, starred, "", -1, null); 77 boolean read = false, starred = false; 79 MessageInfo info = new MessageInfo(read, starred, sender, -1, null); 81 MessageInfo info2 = new MessageInfo(read, starred, sender, -1, null);
|
ConversationCursorTests.java | 72 private static final String STARRED_COLUMN = "starred"; 81 private static ContentValues makeConvo(String subject, String folder, int read, int starred) { 86 cv.put(STARRED_COLUMN, starred);
|
/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/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/UnifiedEmail/src/com/android/mail/browse/ |
MessageCursor.java | 76 // Is the conversation starred? 80 if (getMessage().starred) { 163 " isSending=%s read=%s starred=%s attUris=%s]\n", 165 m.isSending, m.read, m.starred, attUris));
|
ConversationItemViewModel.java | 219 List<Folder> rawFolders, boolean starred, boolean read, int priority, 224 return Objects.hashCode(convInfo, dateText, rawFolders, starred, read, priority, 245 getConvInfo(), conversation.getRawFolders(), conversation.starred, 255 getConvInfo(), conversation.getRawFolders(), conversation.starred,
|
ConversationMessage.java | 75 return Objects.hashCode(uri, read, starred, getAttachmentsStateHashCode());
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_match.cc | 50 starred(false), 66 starred(false), 90 starred(match.starred), 125 starred = match.starred;
|
history_provider.cc | 49 if (i->is_history_what_you_typed_match || i->starred) {
|
autocomplete_match.h | 321 // True if the user has starred the destination URL. 322 bool starred; member in struct:AutocompleteMatch
|
/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) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationUpdater.java | 117 void starMessage(ConversationMessage msg, boolean starred);
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
omnibox_provider.cc | 103 int resource_id = match_.starred ?
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
Contact.java | 141 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, 160 mStarred = starred;
|