Searched refs:title (Results 51 - 75 of 2115) sorted by relevance

1234567891011>>

/external/chromium_org/webkit/renderer/
H A Dclipboard_utils.cc15 const WebKit::WebString& title) {
20 markup.append(net::EscapeForHTML(UTF16ToUTF8(title)));
26 const WebKit::WebString& title) {
30 if (!title.isEmpty()) {
32 markup.append(net::EscapeForHTML(UTF16ToUTF8(title)));
14 URLToMarkup(const WebKit::WebURL& url, const WebKit::WebString& title) argument
25 URLToImageMarkup(const WebKit::WebURL& url, const WebKit::WebString& title) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DProfilesPanelDescriptor.js59 * @param {string} title
62 WebInspector.ProfilesPanelDescriptor.isUserInitiatedProfile = function(title)
64 return title.startsWith(WebInspector.ProfilesPanelDescriptor.UserInitiatedProfileName);
68 * @param {string} title
72 WebInspector.ProfilesPanelDescriptor.userInitiatedProfileIndex = function(title)
74 if (!WebInspector.ProfilesPanelDescriptor.isUserInitiatedProfile(title))
75 throw "Not user-initiated profile title.";
76 var suffix = title.substring(WebInspector.ProfilesPanelDescriptor.UserInitiatedProfileName.length + 1);
81 * @param {string} title
84 WebInspector.ProfilesPanelDescriptor.resolveProfileTitle = function(title)
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwindowpicker.h18 WindowDescription(const WindowId& id, const std::string& title) argument
19 : id_(id), title_(title) {
23 const std::string& title() const { return title_; } function in class:talk_base::WindowDescription
24 void set_title(const std::string& title) { title_ = title; } argument
34 DesktopDescription(const DesktopId& id, const std::string& title) argument
35 : id_(id), title_(title), primary_(false) {
39 const std::string& title() const { return title_; } function in class:talk_base::DesktopDescription
40 void set_title(const std::string& title) { title_ = title; } argument
[all...]
/external/linux-tools-perf/Documentation/
H A Dasciidoc.conf34 <example><title>{title}</title>
44 {title#}</example>
51 <example><title>{title}</title>
55 {title#}</example>
58 <formalpara{id? id="{id}"}><title>{title}</titl
[all...]
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler.cc12 const string16& title)
15 title_(title) {
21 const string16& title) {
24 return new ProtocolHandler(lower_protocol, url, title);
30 string16 title; local
33 value->GetString("title", &title);
34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title);
48 d->Set("title", Value::CreateStringValue(title_));
10 ProtocolHandler(const std::string& protocol, const GURL& url, const string16& title) argument
18 CreateProtocolHandler( const std::string& protocol, const GURL& url, const string16& title) argument
H A Dprotocol_handler.h14 // A single tuple of (protocol, url, title) that indicates how URLs of the
21 const string16& title);
33 string16 title() const { return title_; } function in class:ProtocolHandler
40 const string16& title);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowOverlayItem.java15 private String title; field in class:ShadowOverlayItem
18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) { argument
20 this.title = title;
31 return title;
49 return Strings.equals(title, that.title)
58 result = title == null ? result : 19 * result + title.hashCode();
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_user_data_dir_in_cpp.py24 title = os.path.basename(os.path.splitext(data_file)[0]).title()
25 var_name = 'k' + title.replace('_', '')
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dslice.js19 function Slice(category, title, colorId, start, args, opt_duration) {
21 call(this, category, title, colorId, start, args);
/external/chromium_org/chrome/browser/importer/
H A Dimporter_unittest_utils.h18 const wchar_t* title; member in struct:BookmarkInfo
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_drag_drop_cocoa.h19 NSImage* DragImageForBookmark(NSImage* favicon, const string16& title);
H A Dbookmark_bar_unittest_helper.h17 // |title|, otherwise nil. This does not recurse into folders.
18 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
26 // |title|, otherwise nil. This does not recurse into subfolders.
27 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
/external/chromium_org/chrome/browser/ui/
H A Dscreen_capture_notification_ui_stub.cc22 const string16& title) {
21 Create( const string16& title) argument
/external/chromium_org/chrome/common/importer/
H A Dimporter_url_row.h21 base::string16 title; member in struct:ImporterURLRow
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
H A DesUtil_win.h45 GLboolean WinCreate ( ESContext *esContext, LPCTSTR title );
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DSoftTextDialogInput.java11 public void requestDialog(int id, String title, String initialValue, SoftTextDialogInputListener listener); argument
/external/linux-tools-perf/util/ui/
H A Dprogress.h6 struct ui_progress *ui_progress__new(const char *title, u64 total);
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm_c.h27 extern void Mac_SetCaption(_THIS, const char *title, const char *icon);
/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 DTimeLineGraphItem.java22 String title; field in class:TimeLineGraphItem
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) { argument
34 this(title, description, value, color,display, timestamp,isSpecial);
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) { argument
39 this(title, description, value, color,display, timestamp);
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) { argument
44 this(title, description, value, color,timestamp);
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { argument
49 this.title= title;
[all...]
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification_factory.h23 const GURL& icon, const string16& title,
29 const GURL& icon, const string16& title,
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_unittest_helper.h18 // |title|, otherwise nil. This does not recurse into folders.
19 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
27 // |title|, otherwise nil. This does not recurse into subfolders.
28 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui.cc35 StringValue title(job_title);
36 CallJavascriptFunction("updatePrintPreview", pages_count, title);
/external/chromium/chrome/common/extensions/
H A Dextension_sidebar_defaults.h18 // Default title, stores manifest default_title key value.
19 void set_default_title(const string16& title) { argument
20 default_title_ = title;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.h16 ChromeLauncherAppMenuItem(const string16 title,
22 // Retrieves the title for this menu option.
23 const string16& title() const { return title_; } function in class:ChromeLauncherAppMenuItem
H A Dchrome_launcher_app_menu_item_v2app.cc10 const string16 title,
16 : ChromeLauncherAppMenuItem(title, icon, has_leading_separator),
9 ChromeLauncherAppMenuItemV2App( const string16 title, const gfx::Image* icon, const std::string& app_id, ChromeLauncherControllerPerApp* launcher_controller, int app_index, bool has_leading_separator) argument

Completed in 4746 milliseconds

1234567891011>>