HomeSort by relevance Sort by last modified time
    Searched defs:set_title (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller_header.h 20 void set_title(const string16& title) { title_ = title; } function in class:PanelScrollerHeader
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.h 42 void set_title(const string16& title) { title_ = title; } function in class:chromeos::SystemNotification
  /external/chromium/chrome/common/extensions/
file_browser_handler.h 38 void set_title(const std::string& title) { title_ = title; } function in class:FileBrowserHandler
  /external/chromium/chrome/browser/
content_setting_bubble_model.h 98 void set_title(const std::string& title) { bubble_content_.title = title; } function in class:ContentSettingBubbleModel
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 128 void set_title(const std::string& new_title) { title_ = new_title; } function in class:ExtensionMenuItem
  /external/chromium/chrome/browser/history/
text_database_manager.cc 59 void TextDatabaseManager::PageInfo::set_title(const string16& ttl) { function in class:history::TextDatabaseManager::PageInfo
230 info.set_title(title);
history_types.h 82 void set_title(const string16& title) { function in class:history::URLRow

Completed in 102 milliseconds