Home | History | Annotate | Download | only in shelf

Lines Matching refs:TYPE_BROWSER_SHORTCUT

333     browser_shortcut.type = TYPE_BROWSER_SHORTCUT;
728 TYPE_BROWSER_SHORTCUT));
735 TYPE_BROWSER_SHORTCUT));
741 EXPECT_TRUE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT,
742 TYPE_BROWSER_SHORTCUT));
743 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT,
745 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_LIST));
746 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL));
968 EXPECT_TRUE(model_->items()[1].type == TYPE_BROWSER_SHORTCUT);
976 EXPECT_TRUE(model_->items()[3].type == TYPE_BROWSER_SHORTCUT);
1077 EXPECT_TRUE(model_->items()[1].type == TYPE_BROWSER_SHORTCUT);
1085 EXPECT_TRUE(model_->items()[3].type == TYPE_BROWSER_SHORTCUT);
1641 int browser_index = model_->GetItemIndexForType(TYPE_BROWSER_SHORTCUT);