Searched refs:title (Results 201 - 225 of 1951) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader_unittest.cc57 // Unicode characters in title and shortcut.
58 base::string16 title; local
66 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
68 EXPECT_EQ(L"\x4E2D\x6587", UTF16ToWide(title));
77 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
79 EXPECT_EQ(ASCIIToUTF16("name"), title);
87 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
89 EXPECT_EQ(ASCIIToUTF16("name"), title);
98 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
100 EXPECT_EQ(ASCIIToUTF16("name"), title);
125 EXPECT_EQ(base::string16(), title); local
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Draster_task_slice_view_test.js18 return slice.title == 'TileManager::RunRasterTask';
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Ddisk_parser_test.js79 assertEquals('write sync', slice.title);
88 assertEquals('fdatasync', slice.title);
96 assertEquals('fsync', slice.title);
104 assertEquals('f2fs_write', slice.title);
/external/chromium_org/chrome/browser/extensions/api/top_sites/
H A Dtop_sites_api.cc39 if (url.title.empty())
40 page_value->SetString("title", url.url.spec());
42 page_value->SetString("title", url.title);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dbandwidth_view.js82 title: 'Original (KB)',
87 title: 'Received (KB)',
92 title: 'Savings (KB)',
99 title: 'Savings (%)',
/external/chromium_org/chrome/browser/resources/options/
H A Dpassword_manager.css26 #passwords-title {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_test_util.h35 const std::string& title);
37 const std::string& title,
H A Ddrive_uploader_wrapper.cc36 const std::string& title,
44 title,
33 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const drive::DriveUploaderInterface::UploadNewFileOptions& options, const drive::UploadCompletionCallback& callback) argument
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc18 const base::string16& title)
19 : title_(title),
17 AppModalDialog(WebContents* web_contents, const base::string16& title) argument
H A Dapp_modal_dialog.h26 const base::string16& title);
42 base::string16 title() const { return title_; } function in class:AppModalDialog
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_editor_controller.h29 title:(const base::string16&)title
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dkeyword_editor_controller.h28 int AddTemplateURL(const base::string16& title,
35 const base::string16& title,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.cc25 title == data.title &&
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_ui_browsertest.cc41 base::string16 title = web_contents->GetTitle(); local
42 EXPECT_EQ(l10n_util::GetStringUTF16(IDS_PRODUCT_NAME), title); local
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
H A DnewTab.css14 #title {
/external/chromium_org/content/browser/resources/media/
H A Dtab_view.js44 * Adds a tab with the specified id and title.
46 * @param {string} title
49 addTab: function(id, title) {
55 head.textContent = title;
56 head.title = title;
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
H A DNavigationEntry.java25 String title, Bitmap favicon) {
30 mTitle = title;
73 * @return The title as set by the page. This will be empty if there is no
74 * title set. The caller is responsible for detecting when there is
75 * no title and displaying the appropriate "Untitled" label if this
24 NavigationEntry(int index, String url, String virtualUrl, String originalUrl, String title, Bitmap favicon) argument
/external/chromium_org/content/test/
H A Dcontent_browser_test_test.cc37 base::string16 title = title_watcher.WaitAndGetTitle(); local
38 EXPECT_EQ(expected_title, title);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheet.idl31 readonly attribute DOMString? title;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.idl42 HTMLDocument createHTMLDocument(optional DOMString title = null);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DNativeBreakpointsSidebarPane.js35 WebInspector.NativeBreakpointsSidebarPane = function(title)
37 WebInspector.SidebarPane.call(this, title);
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtils.idl23 [RuntimeEnabled=NavigatorContentUtils, RaisesException] void registerProtocolHandler(DOMString scheme, DOMString url, DOMString title);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc27 // Check windows to make sure they have an id, title, and use window layer
50 if (!rtc::ToUtf8(window_title, &(window.title)) ||
51 window.title.empty()) {
/external/chromium_org/ui/views/
H A Dbutton_drag_utils.h28 // Sets url and title on data as well as setting a suitable image for dragging.
32 const base::string16& title,
40 const base::string16& title,
/external/chromium_org/ui/views/examples/
H A Dexample_base.cc54 ExampleBase::ExampleBase(const char* title) : example_title_(title) { argument

Completed in 877 milliseconds

1234567891011>>