Searched defs:title (Results 151 - 175 of 521) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_html_dialog.cc47 const std::wstring& title,
52 title_(title),
45 LoginHtmlDialog(Delegate* delegate, gfx::NativeWindow parent_window, const std::wstring& title, const GURL& url, Style style) argument
/external/chromium/chrome/browser/diagnostics/
H A Dsqlite_diagnostics.cc28 SqliteIntegrityTest(bool critical, const string16& title, argument
30 : DiagnosticTest(title),
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_plugin_action.cc54 string16 title = l10n_util::GetStringUTF16(IDS_BROWSER_HANGMONITOR_TITLE); local
65 if (platform_util::SimpleYesNoBox(NULL, title, msg)) {
/external/chromium/chrome/browser/history/
H A Dhistory_querying_unittest.cc26 const char* title; member in struct:history::__anon1650::TestEntry
63 // Now check the URL & title.
65 result.title() == UTF8ToUTF16(test_entries[test_entry_index].title);
114 history_->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title));
253 QueryHistory("title", options, &results);
308 row1.set_title(UTF8ToUTF16("archived title"));
313 row2.set_title(UTF8ToUTF16("nonarchived title"));
322 // Query all time. The title we get should be the one in the full text
323 // database and not the most current title (sinc
[all...]
H A Dtext_database_manager.h32 // It will also keep a list of partial changes, such as page adds and title and
102 // either the title or body set. The visit ID specifies the visit that will
107 void AddPageTitle(const GURL& url, const string16& title);
118 const string16& title,
171 // visit, title, and body all come in at different times.
181 const string16& title() const { return title_; } function in class:history::TextDatabaseManager::PageInfo
184 // Setters, we can only update the title and body.
188 // Returns true if both the title or body of the entry has been set. Since
189 // both the title and body setters will "fix" empty strings to be a space,
257 // Lists recent additions that we have not yet filled out with the title an
[all...]
/external/chromium/chrome/browser/
H A Djumplist_win.h29 // * title (std::wstring)
47 const std::wstring& title() const { return title_; } function in class:ShellLinkItem
56 void SetTitle(const std::wstring& title) { argument
57 title_ = title;
H A Dplatform_util_win.cc186 const string16& title,
188 ui::MessageBox(parent, message, title,
193 const string16& title,
195 return ui::MessageBox(parent, message.c_str(), title.c_str(),
185 SimpleErrorBox(gfx::NativeWindow parent, const string16& title, const string16& message) argument
192 SimpleYesNoBox(gfx::NativeWindow parent, const string16& title, const string16& message) argument
H A Dplugin_exceptions_table_model.cc155 string16 title = plugins[i].GetGroupName(); local
180 Group group = { title, group_id++ };
H A Dpossible_url_model.cc47 std::wstring title; member in struct:PossibleURLModel::Result
90 results_[i].title = UTF16ToWide((*result)[i].title());
124 return results_[row].title;
134 string16 title = WideToUTF16Hack(GetTitle(row)); local
135 // TODO(xji): Consider adding a special case if the title text is a URL,
138 base::i18n::AdjustStringForLocaleDirection(&title);
139 return title;
H A Dshell_integration_unittest.cc165 const char* title; member in struct:__anon1864
307 ASCIIToUTF16(test_cases[i].title),
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service.cc97 string16 title = UTF8ToUTF16(kCloudPrintProductName); local
101 icon_url, title, message, WebKit::WebTextDirectionDefault);
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js244 // Pinned seems to omit the tab title, but I doubt it's
355 title: 'Standalone New Tab',
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.cc113 void SidebarContainer::SetTitle(const string16& title) { argument
114 title_ = title;
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_model_associator_unittest.cc19 const char* title,
26 history_url.set_title(UTF8ToUTF16(title));
38 const char* title,
44 typed_url.set_title(title);
53 (lhs.title().compare(rhs.title()) == 0) &&
18 MakeTypedUrlRow(const char* url, const char* title, int typed_count, int64 last_visit, bool hidden, history::VisitVector* visits) argument
37 MakeTypedUrlSpecifics(const char* url, const char* title, int typed_count, int64 last_visit, bool hidden) argument
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Djs_modal_dialog.cc53 const std::wstring& title,
60 : AppModalDialog(delegate->AsTabContents(), title),
51 JavaScriptAppModalDialog( JavaScriptAppModalDialogDelegate* delegate, const std::wstring& title, int dialog_flags, const std::wstring& message_text, const std::wstring& default_prompt_text, bool display_suppress_checkbox, bool is_before_unload_dialog, IPC::Message* reply_msg) argument
/external/chromium/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h70 // The title for the menu item.
71 string16 title; member in struct:HistoryMenuBridge::HistoryItem
155 // Adds a given title and URL to the passed-in menu with a certain tag and
/external/chromium/chrome/browser/ui/tests/
H A Dbrowser_uitest.cc228 std::wstring title; local
229 ASSERT_TRUE(tab->GetTabTitle(&title));
230 ASSERT_EQ(L"SUCCESS", title);
/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model_unittest.cc74 void LoadURLAndUpdateState(const char* url, const char* title) { argument
76 controller().GetLastCommittedEntry()->set_title(UTF8ToUTF16(title));
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.h34 // change the URL, title and where the bookmark appears as well as adding
64 const string16& title) {
65 if (!title.empty())
66 TreeNodeModel::SetTitle(node, title);
186 // Recursively adds newly created folders and sets the title of nodes to
187 // match the user edited title.
204 // Returns the title the user has input.
207 // Invoked when the url or title has possibly changed. Updates the background
239 // The label for the title text field.
242 // Used for editing the title
63 SetTitle(ui::TreeModelNode* node, const string16& title) argument
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dnew_tab_page_sync_handler.cc184 std::string title; local
192 title = l10n_util::GetStringUTF8(IDS_SYNC_NTP_SYNC_SECTION_ERROR_TITLE);
194 title = l10n_util::GetStringUTF8(IDS_SYNC_NTP_SYNC_SECTION_PROMO_TITLE);
200 value.SetString("title", title);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.cc49 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style, argument
70 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style,
/external/chromium/webkit/glue/
H A Dwebclipboard_impl.cc38 const WebString& title) {
43 markup.append(EscapeForHTML(UTF16ToUTF8(title)));
50 const WebString& title) {
54 if (!title.isEmpty()) {
56 markup.append(EscapeForHTML(UTF16ToUTF8(title)));
160 void WebClipboardImpl::writeURL(const WebURL& url, const WebString& title) { argument
163 scw.WriteBookmark(title, url.spec());
164 scw.WriteHTML(UTF8ToUTF16(URLToMarkup(url, title)), "");
169 const WebImage& image, const WebURL& url, const WebString& title) {
187 scw.WriteBookmark(title, ur
37 URLToMarkup(const WebURL& url, const WebString& title) argument
49 URLToImageMarkup(const WebURL& url, const WebString& title) argument
168 writeImage( const WebImage& image, const WebURL& url, const WebString& title) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DSampleCode.java30 public SampleCode(String source, String dest, String title) { argument
32 mTitle = title;
128 hdf.setValue("page.title", dir.getName() + " - " + mTitle);
155 hdf.setValue("page.title", name);
166 String data = "<img src=\"" + name + "\" title=\"" + name + "\" />";
170 hdf.setValue("page.title", name);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java42 String title; field in class:BarGraph.BarItem
49 this.title= t;
60 BarGraph(String title) { argument
61 this.fTitle= title;
98 Point es= gc.stringExtent(bars[i].title);
109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
259 String title= bar.title;
264 Point e= gc.stringExtent(title);
267 gc.drawString(title,
[all...]
H A DLineGraph.java28 String title; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) { argument
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) { argument
40 this.title= title;
48 Point e2= g.stringExtent(this.title);
61 public LineGraph(String title, Dim dim) { argument
62 this.fTitle= title;
97 // draw the title
[all...]

Completed in 3312 milliseconds

1234567891011>>