Searched defs:title (Results 226 - 250 of 521) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/history/
H A Dstarred_url_database.cc32 // title User assigned title.
48 " starred.id, starred.type, starred.title, starred.date_added, " \
74 entry->title = s.ColumnString16(2);
153 const string16& title,
159 "UPDATE starred SET title=?, parent_id=?, visual_order=?, "
164 statement.BindString16(0, title);
191 const string16& title,
199 "(type, url_id, group_id, title, date_added, visual_order, parent_id, "
222 statement.BindString16(3, title);
152 UpdateStarredEntryRow(StarID star_id, const string16& title, UIStarID parent_folder_id, int visual_order, base::Time date_modified) argument
188 CreateStarredEntryRow(URLID url_id, UIStarID folder_id, UIStarID parent_folder_id, const string16& title, const base::Time& date_added, int visual_order, StarredEntry::Type type) argument
[all...]
H A Dtext_database.cc22 // indexes the contents and title of the pages. The other is a regular SQLITE
30 // title Title of the page.
182 "title LONGVARCHAR,"
207 const std::string& title,
215 "INSERT INTO pages (url, title, body) VALUES (?,?,?)"));
221 add_to_pages.BindString(1, title);
310 "SELECT url, title, time, offsets(pages), body "
347 match.title = statement.ColumnString16(1);
350 // Extract any matches in the title.
205 AddPageData(base::Time time, const std::string& url, const std::string& title, const std::string& contents) argument
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_messages.h80 WriteParam(m, p.title());
89 string16 title; local
95 !ReadParam(m, iter, &title) ||
102 p->set_title(title);
115 LogParam(p.title(), l);
137 WriteParam(m, p.title);
146 (ReadParam(m, iter, &p->title)) &&
159 LogParam(p.title, l);
/external/chromium/chrome/browser/
H A Dmemory_details.cc178 string16 title = UTF8ToUTF16(extension->name()); local
179 process.titles.push_back(title);
208 string16 title = contents->GetTitle(); local
209 if (!title.length())
210 title = l10n_util::GetStringUTF16(IDS_DEFAULT_TAB_TITLE);
211 process.titles.push_back(title);
H A Dshell_integration_linux.cc369 const string16& title,
401 std::string final_title = UTF16ToUTF8(title);
404 // use the URL as a default when the title is empty.
459 shortcut_info.title,
364 GetDesktopFileContents( const std::string& template_contents, const std::string& app_name, const GURL& url, const std::string& extension_id, const string16& title, const std::string& icon_name) argument
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.h60 int32 page_id, const std::wstring& title) {}
59 UpdateTitle(RenderViewHost* render_view_host, int32 page_id, const std::wstring& title) argument
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc85 const string16& title,
87 : CloudPrintFlowHandler(path, title, file_type) {}
84 MockCloudPrintFlowHandler(const FilePath& path, const string16& title, const std::string& file_type) argument
/external/chromium/chrome/browser/sessions/
H A Dsession_types.h39 const string16& title,
60 // The title of the page.
61 const string16& title() const { return title_; } function in class:TabNavigation
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.h26 // tab it is linked to, mini tab icon, title etc.
69 // Accessor for the title.
70 const string16& title() const { return title_; } function in class:SidebarContainer
92 // Changes sidebar's title.
93 void SetTitle(const string16& title);
144 // Sidebar's title, displayed as a tooltip for sidebar's mini tab.
H A Dsidebar_manager.cc210 const string16& title) {
214 host->SetTitle(title);
208 SetSidebarTitle( TabContents* tab, const std::string& content_id, const string16& title) argument
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc87 MOCK_METHOD2(SetPageTitle, void(const GURL& url, const string16& title));
230 new_url.set_title(UTF8ToUTF16(typed_url.title()));
252 (lhs.title().compare(rhs.title()) == 0) &&
260 const char* title,
267 history_url.set_title(UTF8ToUTF16(title));
259 MakeTypedUrlEntry(const char* url, const char* title, int typed_count, int64 last_visit, bool hidden, history::VisitVector* visits) argument
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.cc54 string16 title = local
59 bb_node, bb_node->child_count(), title);
61 // Existing node, reset the title (BookmarkModel ignores changes if the
62 // title is the same).
71 bb_model->SetTitle(child_bb_node, title);
178 // complexity of trying to modify their title.
/external/chromium/chrome/browser/ui/gtk/
H A Dhung_renderer_dialog_gtk.cc154 std::string title = UTF16ToUTF8(it->tab_contents()->GetTitle()); local
155 if (title.empty())
156 title = UTF16ToUTF8(TabContentsWrapper::GetDefaultTitle());
164 COL_TITLE, title.c_str(),
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc218 search_engine_group.title =
224 other_group.title =
268 const string16& title,
274 template_url_model_->ResetTemplateURL(template_url, title, keyword, url);
267 ModifyTemplateURL(int index, const string16& title, const string16& keyword, const std::string& url) argument
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc293 const string16& title) {
296 ProtocolHandler::CreateProtocolHandler(protocol, url, title);
303 handler->title(), UTF8ToUTF16(handler->protocol())), true)) :
291 OnRegisterProtocolHandler(const std::string& protocol, const GURL& url, const string16& title) argument
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc66 void SetTitleText(const std::wstring& title) { argument
67 editor_->title_tf_.SetText(title);
155 // Changes the title and makes sure parent/visual order doesn't change.
291 // Brings up the editor with no tree and modifies only the title.
333 // Make sure the child url/title match.
362 // Make sure the child url/title match.
/external/chromium/chrome/browser/ui/views/
H A Dfile_manager_dialogs.cc107 // have a title bar. This is useful when presenting branded interfaces.
121 const string16& title,
165 const string16& title,
178 title_ = UTF16ToWide(title);
181 dialog_url_ = FileManagerUtil::GetFileBrowserUrlWithParams(type, title,
163 SelectFileImpl( Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, gfx::NativeWindow owner_window, void* params) argument
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_view_win.cc106 void NativeTabContentsViewWin::SetPageTitle(const std::wstring& title) { argument
109 ::SetWindowText(GetNativeView(), title.c_str());
/external/chromium/chrome/browser/ui/webui/
H A Dmost_visited_handler.cc53 string16 title; member in struct:MostVisitedHandler::MostVisitedPage
191 DCHECK(r) << "Missing title in addPinnedURL from the NTP Most Visited.";
192 mvp.title = tmp_string16;
265 return dict->GetString("title", &page->title);
288 url.title,
/external/chromium/chrome/browser/ui/webui/options/
H A Dsearch_engine_manager_handler.cc216 const string16& title,
220 list_controller_->ModifyTemplateURL(template_url, title, keyword, url);
222 list_controller_->AddTemplateURL(title, keyword, url);
214 OnEditedKeyword( const TemplateURL* template_url, const string16& title, const string16& keyword, const std::string& url) argument
/external/chromium/chrome/common/extensions/
H A Dextension_action.h59 // Set this action's title on a specific tab.
60 void SetTitle(int tab_id, const std::string& title) { argument
61 SetValue(&title_, tab_id, title);
64 // If tab |tab_id| has a set title, return it. Otherwise, return
65 // the default title.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php78 $title = "<span>$rows results total</span>Showing results " . ($offset + 1) . "-" . ($offset + $pagesize > $rows ? $rows : $offset + $pagesize) . " for " . ($_GET["q"] == "" ? "last $days days of commits" : "$et" . sanitize($_GET["q"], "text")); variable
79 $title = ($rows == 0 ? "No results found for " . sanitize($_GET["q"], "text") . "" : $title); variable
82 print "<h3>$title</h3>\n";
95 print "<a href=\"" . cvsfile($row["cvsname"]) . "\"><abbr title=\"{$row['cvsname']}\">$file</abbr></a> ({$row['branch']} " . showrev($row['revision'], $row["cvsname"]) . ")";
/external/ganymed-ssh2/examples/
H A DSwingShell.java99 public EnterSomethingDialog(JFrame parent, String title, String content, boolean isPassword) argument
101 this(parent, title, new String[] { content }, isPassword);
104 public EnterSomethingDialog(JFrame parent, String title, String[] content, boolean isPassword) argument
106 super(parent, title, true);
292 public TerminalDialog(JFrame parent, String title, Session sess, int x, int y) throws IOException argument
294 super(parent, title, true);
/external/icu4c/samples/layout/
H A Dcgnomelayout.c71 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); local
73 return title;
89 gchar *title = prettyTitle(fileName); local
97 gtk_window_set_title(GTK_WINDOW(app), title); local
103 g_free(title);
227 gchar *title; local
237 title = prettyTitle(fileName);
238 app = gnome_app_new("gnomeLayout", title);
274 g_free(title);
H A Dclayout.c44 char title[MAX_PATH + 64]; local
46 sprintf(title, "%s - %s", APP_NAME, fileName);
48 SetWindowTextA(hwnd, title);

Completed in 431 milliseconds

1234567891011>>