Searched defs:title (Results 26 - 50 of 817) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_index_interface.h22 std::string title; member in struct:sync_file_system::drive_backend::ParentIDAndTitle
25 ParentIDAndTitle(int64 parent_id, const std::string& title);
69 // Returns a set of FileTracker that have |parent_tracker_id| and |title|.
72 const std::string& title) const = 0;
80 // Returns a pair of |parent_tracker_id| and |title| that has multiple file
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/ash/launcher/
H A Dchrome_launcher_app_menu_item.h16 ChromeLauncherAppMenuItem(const base::string16 title,
22 // Retrieves the title for this menu option.
23 const base::string16& title() const { return title_; } function in class:ChromeLauncherAppMenuItem
/external/chromium_org/chrome/common/extensions/api/url_handlers/
H A Durl_handlers_parser.h25 // Handler title to display in all relevant UI.
26 std::string title; member in struct:extensions::UrlHandlerInfo
/external/chromium_org/chrome/common/importer/
H A Dimported_bookmark_entry.h24 base::string16 title; member in struct:ImportedBookmarkEntry
H A Dimporter_url_row.h21 base::string16 title; member in struct:ImporterURLRow
/external/chromium_org/content/common/
H A Dset_process_title.cc41 std::string title; local
52 // use the path it points at for our process title. Note that this is only for
58 title = target.value();
62 if (EndsWith(title, kDeletedSuffix, true))
63 title.resize(title.size() - kDeletedSuffix.size());
69 prctl(PR_SET_NAME, base::FilePath(title).BaseName().value().c_str());
75 if (!title.empty())
76 title += " ";
77 title
[all...]
/external/chromium_org/content/public/common/
H A Dshow_desktop_notification_params.h24 base::string16 title; member in struct:content::ShowDesktopNotificationHostMsgParams
/external/chromium_org/mojo/spy/ui/
H A Dspy_shell_to_html.py38 title='Mojo spy', variable
/external/chromium_org/sync/test/fake_server/
H A Dentity_builder_factory.cc30 const string& title, const GURL& url) {
32 BookmarkEntityBuilder builder(title,
29 NewBookmarkEntityBuilder( const string& title, const GURL& url) argument
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
H A DNavigatorContentUtilsClientMock.cpp15 const KURL& url, const String& title)
20 info.title = title;
14 registerProtocolHandler(const String& scheme, const KURL& url, const String& title) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DNavigatorContentUtilsClientImpl.cpp23 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& scheme, const KURL& url, const String& title) argument
25 m_webView->client()->registerProtocolHandler(scheme, url, title);
/external/libexif/libexif/fuji/
H A Dmnote-fuji-tag.c32 const char *title; member in struct:__anon23673
88 if (table[i].tag == t) return (_(table[i].title));
/external/libexif/libexif/olympus/
H A Dmnote-olympus-tag.c32 const char *title; member in struct:__anon23676
213 if (table[i].tag == t) return (_(table[i].title));
/external/libexif/libexif/pentax/
H A Dmnote-pentax-tag.c31 const char *title; member in struct:__anon23681
158 if (table[i].tag == t) return (_(table[i].title));
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dprogress.c6 const char *title __maybe_unused)
17 void ui_progress__update(u64 curr, u64 total, const char *title) argument
19 return progress_fns->update(curr, total, title);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dprogress.c7 static void tui_progress__update(u64 curr, u64 total, const char *title) argument
26 SLsmg_write_string((char *)title);
/external/proguard/src/proguard/gui/
H A DMessageDialogRunnable.java37 private final String title; field in class:MessageDialogRunnable
47 String title,
54 title,
70 String title,
75 this.title = title;
87 title,
45 showMessageDialog(Component parentComponent, Object message, String title, int messageType) argument
68 MessageDialogRunnable(Component parentComponent, Object message, String title, int messageType) argument
/external/srec/tools/grxmlcompile/
H A Dgrph.h29 title= new char [count+1];
30 strcpy (title, name);
40 delete [] title;
70 char *title; member in class:Graph
/external/chromium_org/ash/shelf/
H A Dshelf_util.cc44 const base::string16& title) {
49 item_details->title = title;
42 SetShelfItemDetailsForDialogWindow(aura::Window* window, int image_resource_id, const base::string16& title) argument
/external/chromium_org/athena/content/
H A Dcontent_activity_factory.cc21 const base::string16& title,
23 Activity* activity = new WebActivity(browser_context, title, url);
19 CreateWebActivity( content::BrowserContext* browser_context, const base::string16& title, const GURL& url) argument
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTestFileUtil.java22 public static void createNewHtmlFile(String name, String title, String body) argument
33 "<head><title>" + title + "</title></head>" +
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc63 base::string16 title = web_contents->GetTitle(); local
64 if (title.empty()) {
66 title = base::UTF8ToUTF16(url.spec());
68 title = base::i18n::GetDisplayStringInLTRDirectionality(title);
74 // might be wrong. For example, http://mail.yahoo.com, whose title is
79 base::i18n::AdjustStringForLocaleDirection(&title);
81 return title;
/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

Completed in 3908 milliseconds

1234567891011>>