Home | History | Annotate | Download | only in browser

Lines Matching refs:CustomHomePagesTableModel

26 struct CustomHomePagesTableModel::Entry {
45 CustomHomePagesTableModel::CustomHomePagesTableModel(Profile* profile)
53 CustomHomePagesTableModel::~CustomHomePagesTableModel() {
56 void CustomHomePagesTableModel::SetURLs(const std::vector<GURL>& urls) {
69 void CustomHomePagesTableModel::Add(int index, const GURL& url) {
78 void CustomHomePagesTableModel::Remove(int index) {
100 void CustomHomePagesTableModel::SetToCurrentlyOpenPages() {
123 std::vector<GURL> CustomHomePagesTableModel::GetURLs() {
130 int CustomHomePagesTableModel::RowCount() {
134 string16 CustomHomePagesTableModel::GetText(int row, int column_id) {
140 SkBitmap CustomHomePagesTableModel::GetIcon(int row) {
145 string16 CustomHomePagesTableModel::GetTooltip(int row) {
151 void CustomHomePagesTableModel::SetObserver(ui::TableModelObserver* observer) {
155 void CustomHomePagesTableModel::LoadTitleAndFavicon(Entry* entry) {
161 NewCallback(this, &CustomHomePagesTableModel::OnGotTitle));
168 NewCallback(this, &CustomHomePagesTableModel::OnGotFavicon));
172 void CustomHomePagesTableModel::OnGotTitle(HistoryService::Handle handle,
191 void CustomHomePagesTableModel::OnGotFavicon(
219 CustomHomePagesTableModel::Entry*
220 CustomHomePagesTableModel::GetEntryByLoadHandle(
233 string16 CustomHomePagesTableModel::FormattedURL(int row) const {