Searched defs:app2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfast_show_pickler_unittest.cc89 AppListItem* app2 = local
91 model.SetItemNameAndShortName(app2, "hello, there 2", "ht2");
102 AppListItem* app2 = local
104 model.SetItemName(app2, "hello, there 2");
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser_unittest.cc83 const AppResource& app2 = *applist->items()[1]; local
84 EXPECT_EQ("876543210000", app2.application_id());
85 EXPECT_EQ("Drive app 2", app2.name());
86 EXPECT_EQ("", app2.object_type());
87 EXPECT_FALSE(app2.supports_create());
88 EXPECT_FALSE(app2.is_removable());
89 EXPECT_EQ("hgfedcbahgfedcbahgfedcbahgfedcba", app2.product_id());
91 ASSERT_EQ(3U, app2.primary_mimetypes().size());
92 EXPECT_EQ("image/jpeg", *app2.primary_mimetypes()[0]);
93 EXPECT_EQ("image/png", *app2
[all...]
/external/chromium_org/athena/resource_manager/
H A Dresource_manager_unittest.cc196 TestActivity* app2 = CreateActivity("app2"); local
199 app2->SetCurrentState(Activity::ACTIVITY_VISIBLE);
207 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
217 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
225 EXPECT_EQ(Activity::ACTIVITY_INVISIBLE, app2->GetCurrentState());
234 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
242 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
257 TestActivity* app2 = CreateActivity("app2"); local
287 TestActivity* app2 = CreateActivity("app2"); local
323 TestActivity* app2 = CreateActivity("app2"); local
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Drecommended_apps.cc35 bool AppLaunchedMoreRecent(const AppSortInfo& app1, const AppSortInfo& app2) { argument
36 return app1.last_launch_time > app2.last_launch_time;

Completed in 310 milliseconds