OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_item
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc
60
bool UpdateSyncItemFromAppItem(const AppListItem*
app_item
,
62
DCHECK_EQ(sync_item->item_id,
app_item
->id());
65
sync_item->parent_id !=
app_item
->folder_id()) {
66
sync_item->parent_id =
app_item
->folder_id();
69
if (sync_item->item_name !=
app_item
->name()) {
70
sync_item->item_name =
app_item
->name();
74
!
app_item
->position().Equals(sync_item->item_ordinal)) {
75
sync_item->item_ordinal =
app_item
->position();
311
void AppListSyncableService::AddItem(scoped_ptr<AppListItem>
app_item
) {
312
SyncItem* sync_item = FindOrAddSyncItem(
app_item
.get())
490
AppListItem*
app_item
= model_->FindItem(sync_item->item_id);
local
724
AppListItem*
app_item
= model_->FindItem(sync_item->item_id);
local
745
AppListItem*
app_item
= model_->FindItem(sync_item->item_id);
local
[
all
...]
app_list_syncable_service.h
67
void AddItem(scoped_ptr<AppListItem>
app_item
);
73
void UpdateItem(AppListItem*
app_item
);
120
// If |
app_item
| matches an existing sync item, returns it. Otherwise adds
121
// |
app_item
| to |sync_items_| and returns the new item. If |
app_item
| is
123
SyncItem* FindOrAddSyncItem(AppListItem*
app_item
);
125
// Creates a sync item for |
app_item
| and sends an ADD SyncChange event.
126
SyncItem* CreateSyncItemFromAppItem(AppListItem*
app_item
);
128
// If a sync item for |
app_item
| already exists, update |
app_item
| from th
[
all
...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc
220
EXPECT_EQ(0, parser.
app_item
()->num_packets());
242
EXPECT_EQ(1, parser.
app_item
()->num_packets());
243
EXPECT_EQ(kDataLength, parser.
app_item
()->DataLength());
244
EXPECT_EQ(0, strncmp(kData, (const char*)parser.
app_item
()->Data(),
245
parser.
app_item
()->DataLength()));
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc
649
const ash::ShelfItem&
app_item
= GetLastLauncherItem();
local
650
ash::ShelfID app_id =
app_item
.id;
851
const ash::ShelfItem&
app_item
=
local
[
all
...]
/external/chromium_org/third_party/webrtc/test/
rtcp_packet_parser.h
643
AppItem*
app_item
() { return &app_item_; }
Completed in 95 milliseconds