Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:FOLDER

169   // The root should have 2 nodes: folder F1 and F2.
253 // Creates a new folder and moves a node to it.
352 // Creates a new folder.
367 // Make sure the folder was created.
370 EXPECT_EQ(BookmarkNode::FOLDER, new_node->type());
381 // Creates a new folder and selects a different folder for the folder to appear
393 // Create the folder in the 'other' folder.
396 // Make sure the folder we edited is still there.
399 EXPECT_EQ(BookmarkNode::FOLDER, new_node->type());
410 // Verifies the title of a new folder is updated correctly if ApplyEdits() is
431 // Verify the new folder was added and title set appropriately.