Searched refs:title (Results 276 - 300 of 1925) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler.cc34 const base::string16& title) {
40 bookmark_model->AddURL(mobile_node, 0, title, url);
44 const base::string16& title,
51 bookmark_model->AddURL(parent, 0, title, url);
69 const base::string16& title) {
77 bookmark_model->SetTitle(*i, title);
115 i->url, url_row.title(), row.parent_id()));
121 i->url, url_row.title()));
135 i->url, row.title()));
163 row->url(), row->title(), ro
32 AddBookmarkToMobileFolder( const GURL& url, const base::string16& title) argument
43 AddBookmark(const GURL& url, const base::string16& title, int64 parent_id) argument
67 UpdateBookmarkTitle( const GURL& url, const base::string16& title) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dsimple_message_box_views.cc32 SimpleMessageBoxViews(const base::string16& title,
77 SimpleMessageBoxViews::SimpleMessageBoxViews(const base::string16& title, argument
83 : window_title_(title),
205 const base::string16& title,
218 title, GetMessageBoxFlagsFromType(type));
226 << title << " - " << message;
232 new SimpleMessageBoxViews(title,
249 const base::string16& title,
253 parent, title, message, type, base::string16(), base::string16());
257 const base::string16& title,
204 ShowMessageBoxImpl(gfx::NativeWindow parent, const base::string16& title, const base::string16& message, MessageBoxType type, const base::string16& yes_text, const base::string16& no_text) argument
248 ShowMessageBox(gfx::NativeWindow parent, const base::string16& title, const base::string16& message, MessageBoxType type) argument
256 ShowMessageBoxWithButtonText(gfx::NativeWindow parent, const base::string16& title, const base::string16& message, const base::string16& yes_text, const base::string16& no_text) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc63 const base::string16& title,
73 title_(title),
133 void NavigationEntryImpl::SetTitle(const base::string16& title) { argument
134 title_ = title;
176 // More complicated cases will use the URLs as the title. This result we will
182 base::string16 title;
184 title = net::FormatUrl(virtual_url_, languages);
186 title = net::FormatUrl(url_, languages);
189 // For file:// URLs use the filename as the title, not the full path.
191 base::string16::size_type slashpos = title
59 NavigationEntryImpl(SiteInstanceImpl* instance, int page_id, const GURL& url, const Referrer& referrer, const base::string16& title, PageTransition transition_type, bool is_renderer_initiated) argument
[all...]
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player.js48 container.ownerDocument.title = strings['AUDIO_PLAYER_TITLE'];
367 this.title = this.getDefaultTitle();
381 * @return {string} Default track title (file name extracted from the url).
384 var title = this.url.split('/').pop();
385 var dotIndex = title.lastIndexOf('.');
386 if (dotIndex >= 0) title = title.substr(0, dotIndex);
387 title = decodeURIComponent(title);
388 return title;
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DArrayAdapterTest.java58 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<String>(Robolectric.application, R.layout.main, R.id.title, new String[] { "first value" });
60 TextView titleTextView = (TextView) listItemView.findViewById(R.id.title);
66 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<String>(Robolectric.application, R.id.title, new String[] { "first value" });
68 //this assertion may look a little backwards since R.id.title is labeled
70 Assert.assertTrue(Robolectric.shadowOf(arrayAdapter).getResourceId()==R.id.title);
71 Assert.assertTrue(Robolectric.shadowOf(arrayAdapter).getTextViewResourceId()!=R.id.title);
74 ArrayAdapter<String> arrayAdapter2 = new ArrayAdapter<String>(Robolectric.application, R.id.title);
76 //this assertion may look a little backwards since R.id.title is labeled
78 Assert.assertTrue(Robolectric.shadowOf(arrayAdapter2).getResourceId()==R.id.title);
79 Assert.assertTrue(Robolectric.shadowOf(arrayAdapter2).getTextViewResourceId()!=R.id.title);
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddocument_parser.py10 |title| The title of the page, as pulled from the first <h1>.
11 |title_attributes| The attributes of the <h1> tag the title is derived from.
16 def __init__(self, title, title_attributes, sections, warnings):
17 self.title = title
50 # Documents can override the name of the entry using title="".
61 '''Parses the title and a document structure form |document| and returns a
74 If no title is found or |document| is malformed in some way, returns the
76 removing the title fro
[all...]
H A Dreference_resolver.py110 def GetLink(self, ref, namespace=None, title=None):
126 if title is not None:
128 link['text'] = title
132 def SafeGetLink(self, ref, namespace=None, title=None):
136 ref_data = self.GetLink(ref, namespace=namespace, title=title)
144 'text': title or ref,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenuItem.java13 private CharSequence title; field in class:TestMenuItem
50 public MenuItem setTitle(CharSequence title) { argument
51 this.title = title;
56 public MenuItem setTitle(int title) { argument
62 return title;
66 public MenuItem setTitleCondensed(CharSequence title) { argument
/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.cc64 base::string16 title; local
68 title = base::UTF8ToUTF16(extension->name());
73 title = item->TitleWithReplacement(selection_text,
81 menu_model_->AddItem(menu_id, title);
85 menu_model_->AddSubMenu(menu_id, title, submenu);
107 base::string16 title; local
112 title = base::UTF8ToUTF16(extension->name());
115 title = item->TitleWithReplacement(
118 return title;
215 base::string16 title local
[all...]
/external/chromium_org/tools/gyp/test/lib/
H A DTestCommon.py39 test.must_contain_all_lines(output, lines, ['title', find])
41 test.must_contain_any_line(output, lines, ['title', find])
51 test.must_not_contain_any_line(output, lines, ['title', find])
250 def must_contain_all_lines(self, output, lines, title=None, find=None):
269 if title is None:
270 title = 'output'
271 sys.stdout.write("Missing expected lines from %s:\n" % title)
274 sys.stdout.write(self.banner(title + ' '))
278 def must_contain_any_line(self, output, lines, title=None, find=None):
295 if title i
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_kde.cc36 std::string GetTitle(const std::string& title, int message_id) { argument
37 return title.empty() ? l10n_util::GetStringUTF8(message_id) : title;
64 const base::string16& title,
76 KDialogParams(const std::string& type, const std::string& title, argument
83 : type(type), title(title), default_path(default_path), parent(parent),
90 std::string title; member in struct:libgtk2ui::SelectFileDialogImplKDE::KDialogParams
105 void GetKDialogCommandLine(const std::string& type, const std::string& title,
125 const std::string& title,
212 SelectFileImpl( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
316 GetKDialogCommandLine(const std::string& type, const std::string& title, const base::FilePath& path, XID parent, bool file_operation, bool multiple_selection, CommandLine* command_line) argument
379 CreateSelectFolderDialog( Type type, const std::string& title, const base::FilePath& default_path, XID parent, void *params) argument
398 CreateFileOpenDialog( const std::string& title, const base::FilePath& default_path, XID parent, void* params) argument
414 CreateMultiFileOpenDialog( const std::string& title, const base::FilePath& default_path, XID parent, void* params) argument
430 CreateSaveAsDialog( const std::string& title, const base::FilePath& default_path, XID parent, void* params) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_entry_conversion_unittest.cc50 EXPECT_EQ(file_resource.title(), entry.title());
51 EXPECT_EQ(file_resource.title(), entry.base_name());
96 EXPECT_EQ(file_resource.title(), entry.title());
97 EXPECT_EQ(file_resource.title() + ".gdoc",
146 EXPECT_EQ(file_resource.title(), entry.title());
147 EXPECT_EQ(file_resource.title(), entry.base_name());
186 EXPECT_EQ(file_resource.title(), entr
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dselection.js49 get title() {
100 get title() {
141 get title() {
191 get title() {
192 return this.rasterTask_.title;
/external/chromium_org/ash/shell/
H A Dapp_list.cc54 std::string title(GetTitle(type));
56 SetName(title);
152 // show, what should title and details text look like. It also carries the
162 base::string16 title = local
164 set_title(title);
169 // Highlight matching parts in title with bold.
171 title = base::i18n::ToLower(title);
172 size_t match_start = title.find(query);
177 match_start = title
301 base::string16 title = variable
[all...]
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_utils.js140 * @param {string} title The title of the page to replace.
161 * Sets the current title for the page. If the page is embedded in a child,
163 * document.title.
164 * @param {string} title The new title for the page.
166 function setTitle(title) {
167 document.title = title;
168 invokeMethodOnParent('setTitle', {title
[all...]
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.h38 PopupItem(const gfx::Image& image, const std::string& title, int32 popup_id) argument
39 : image(image), title(title), popup_id(popup_id) {}
42 std::string title; member in struct:ContentSettingBubbleModel::PopupItem
53 std::string title; member in struct:ContentSettingBubbleModel::RadioGroup
62 std::string title; member in struct:ContentSettingBubbleModel::DomainList
81 std::string title; member in struct:ContentSettingBubbleModel::BubbleContent
134 void set_title(const std::string& title) { bubble_content_.title = title; } argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorProfilerAgent.cpp79 ProfileDescriptor(const String& id, const String& title) argument
81 , m_title(title) { }
106 void InspectorProfilerAgent::consoleProfile(const String& title, ScriptState* scriptState) argument
110 m_startedProfiles.append(ProfileDescriptor(id, title));
112 m_frontend->consoleProfileStarted(id, currentDebugLocation(scriptState), title.isNull() ? 0 : &title);
115 void InspectorProfilerAgent::consoleProfileEnd(const String& title, ScriptState* scriptState) argument
120 // Take last started profile if no title was passed.
121 if (title.isNull()) {
129 if (m_startedProfiles[i].m_title == title) {
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DRequestTimingView.js96 function addRow(title, className, start, end)
99 row.title = title;
149 td.textContent = rows[i].title;
167 var title = document.createElement("span");
168 title.className = "network-timing-bar-title";
170 title.style.right = (scale * (total - rows[i].end) + 3) + "px";
172 title.style.left = (scale * rows[i].start + 3) + "px";
173 title
[all...]
H A DRequestHeadersView.js172 this._urlTreeElement.title = this._formatHeader(WebInspector.UIString("Request URL"), this._request.url);
226 * @param {string} title
231 _refreshParams: function(title, params, sourceText, paramsTreeElement)
236 paramsTreeElement.listItemElement.appendChild(document.createTextNode(title));
250 this._refreshParams(title, params, sourceText, paramsTreeElement);
289 listItem.appendChild(document.createTextNode(this._requestPayloadTreeElement.title));
389 statusCodeImage.title = this._request.statusCode + " " + this._request.statusText;
398 requestMethodElement.title = this._formatHeader(WebInspector.UIString("Request Method"), this._request.requestMethod);
408 statusCodeElement.title = statusCodeFragment;
413 * @param {string} title
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dautocomplete_list.js41 var title = this.pageInfo_['title'];
44 titleEl.className = 'title';
45 titleEl.textContent = title || url;
48 if (title && title.length > 0 && url != title) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
H A Dfake_api_util.cc25 if (left.title != right.title)
26 return left.title < right.title;
49 const std::string& title,
57 title(title),
173 const std::string& title,
186 const std::string& title,
206 deleted_directory.title,
46 RemoteResource( const std::string& parent_resource_id, const std::string& parent_title, const std::string& title, const std::string& resource_id, const std::string& md5_checksum, SyncFileType type, bool deleted, int64 changestamp) argument
171 UploadNewFile(const std::string& directory_resource_id, const base::FilePath& local_file_path, const std::string& title, const UploadFileCallback& callback) argument
185 CreateDirectory(const std::string& parent_resource_id, const std::string& title, const ResourceIdCallback& callback) argument
222 PushRemoteChange(const std::string& parent_resource_id, const std::string& parent_title, const std::string& title, const std::string& resource_id, const std::string& md5, SyncFileType type, bool deleted) argument
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.cc25 title(node->GetTitle()),
41 pickle->WriteString16(title);
63 !pickle->ReadString16(iterator, &title) ||
138 const base::string16& title) {
145 element.title = title;
164 const base::string16& title = elements[0].title; local
167 scw.WriteBookmark(title, url);
200 base::string16 title; local
137 ReadFromTuple(const GURL& url, const base::string16& title) argument
[all...]
/external/markdown/markdown/
H A Dinlinepatterns.py228 title = m.group(11)
238 if title:
239 title = dequote(title) #.replace('"', "&quot;")
240 el.set("title", title)
288 el.set('title', dequote(" ".join(src_parts[1:])))
310 href, title = self.markdown.references[id]
313 return self.makeTag(href, title, text)
315 def makeTag(self, href, title, tex
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dv8_log_importer_test.js22 assertEquals('/usr/lib/libc++.1.dylib', t.samples[0].title);
35 assertEquals('StringAddStub', t.samples[0].title);
48 assertEquals('UnknownCode', t.samples[0].title);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java84 public final String title; field in class:ForeignSessionHelper.ForeignSessionTab
88 private ForeignSessionTab(String url, String title, long timestamp, int id) { argument
90 this.title = title;
115 ForeignSessionWindow window, String url, String title, long timestamp, int sessionId) {
116 ForeignSessionTab tab = new ForeignSessionTab(url, title, timestamp, sessionId);
114 pushTab( ForeignSessionWindow window, String url, String title, long timestamp, int sessionId) argument

Completed in 815 milliseconds

<<11121314151617181920>>