Searched refs:title (Results 251 - 275 of 1951) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/media/cast/test/utility/
H A Dinput_builder.h15 // displayed with the title string and be given a default value. When forced
20 InputBuilder(const std::string& title,
/external/chromium_org/sync/test/fake_server/
H A Dbookmark_entity_builder.h21 BookmarkEntityBuilder(const std::string& title,
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dpngfix.js15 var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXImageMapLink.cpp114 String AXImageMapLink::title() const function in class:blink::AXImageMapLink
116 const AtomicString& title = getAttribute(titleAttr); local
117 if (!title.isEmpty())
118 return title;
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtilsClient.h39 virtual void registerProtocolHandler(const String& scheme, const KURL&, const String& title) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.idl35 Constructor(DOMString title, optional NotificationOptions options),
50 readonly attribute DOMString title;
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.h22 const base::string16& title,
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dutil.h10 int ui__question_window(const char *title, const char *text,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h31 Dump(lldb_private::Stream *s, const char* title) const;
/external/markdown/markdown/extensions/
H A Dimagelinks.py25 IMAGE_LINK = """<a href="%s"><img src="%s" title="%s"/></a>"""
73 for photo_url, title in row:
77 title)
103 title = " ".join(parts[1:])
109 rows[-1].append((photo_url, title))
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DConfigureNodeFields.java203 title, enum constant in enum:ConfigureNodeFields
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.h24 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
/external/bison/lib/
H A Dbitsetv-print.c30 bitsetv_matrix_dump (FILE * out, const char *title, bitsetv bset) argument
36 fprintf (out, "%s BEGIN\n", title);
69 /* End title. */
70 fprintf (out, "%s END\n\n", title);
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dsched_parser_test.js73 assertEquals('Running', runningSlice.title);
78 assertEquals('Uninterruptible Sleep', sleepSlice.title);
83 assertEquals('Runnable', wakeupSlice.title);
89 assertEquals('Running', runningSlice2.title);
115 assertEquals('UNKNOWN', cpuSlices[1].title);
155 assertEquals('Uninterruptible Sleep | WakeKill', wakeKillSlice.title);
/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/base/win/
H A Dmetro.h63 wchar_t* title; member in struct:base::win::CurrentTabInfo
101 const wchar_t* title,
118 const string16& title,
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DAppData.java56 * Returns the title to display for the app in the banner.
59 String title() { method in class:AppData
115 * @param title App title.
122 public void setPackageInfo(String title, String imageUrl, float rating, argument
124 mTitle = title;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/
H A DShareHelper.java55 * @param title Title of the page to be shared.
59 public static void share(boolean shareDirectly, Activity activity, String title, String url, argument
62 shareWithLastUsed(activity, title, url, screenshot, extraIntentFlags);
64 showShareDialog(activity, title, url, screenshot, extraIntentFlags);
72 * @param title Title of the page to be shared.
77 private static void showShareDialog(final Activity activity, final String title, argument
79 Intent intent = getShareIntent(title, url, screenshot, extraIntentFlags);
102 Intent intent = getDirectShareIntentForComponent(title, url, screenshot, component,
114 * @param title Title of the page to be shared.
120 Activity activity, String title, Strin
119 shareWithLastUsed( Activity activity, String title, String url, Bitmap screenshot, int extraIntentFlags) argument
157 getShareIntent(String title, String url, Bitmap screenshot, int extraIntentFlags) argument
168 getDirectShareIntentForComponent(String title, String url, Bitmap screenshot, ComponentName component, int extraIntentFlags) argument
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.cc32 // Removes leading spaces from |title| before displaying, otherwise it looks
36 base::string16* title,
38 size_t leading_whitespace_chars = title->length();
39 base::TrimWhitespace(*title, base::TRIM_LEADING, title);
40 leading_whitespace_chars-= title->length();
137 // Calculate a 'factor' from 0 to the bookmark's title length for a match
141 // |title_length| is the length of the bookmark title against which this
172 base::string16 title(bookmark_match.node->GetTitle());
175 CorrectTitleAndMatchPositions(&title,
35 CorrectTitleAndMatchPositions( base::string16* title, BookmarkMatch::MatchPositions* title_match_positions) argument
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler.h46 const base::string16& title);
48 // Adds a bookmark with the given |url|, |title| and |parent_id|.
50 const base::string16& title,
56 // Updates the given bookmark's title.
58 const base::string16& title);
/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.h27 const std::wstring& title() const { return title_; } function in class:ShellLinkItem
35 void set_title(const std::wstring& title) { argument
36 title_ = title;
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.h38 // default title
39 const std::string& title() const { return title_; } function in class:FileBrowserHandler
40 void set_title(const std::string& title) { title_ = title; } argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
H A Dbackground.js32 chrome.browserAction.setTitle({tabId: tabId, title:"Pausing JavaScript"});
48 chrome.browserAction.setTitle({tabId:tabId, title:"Resume JavaScript"});
56 chrome.browserAction.setTitle({tabId:tabId, title:"Pause JavaScript"});
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js23 $('imageTooltip').title = chrome.i18n.getMessage('imageTooltip');
25 $('multiCalendarText').title = chrome.i18n.getMessage('multiCalendarToolTip');
26 $('multiCalendar').title = chrome.i18n.getMessage('multiCalendarToolTip');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed.js55 // Setup the title image.
64 var img = document.getElementById('title');
100 // Grab the title for the feed item.
101 var itemTitle = item.getElementsByTagName('title')[0];
105 itemTitle = 'Unknown title';
131 var title = document.createElement('a');
132 title.className = 'item_title';
133 // Give title an ID for use with ARIA
134 title.id = 'item' + i;
135 title
[all...]

Completed in 552 milliseconds

<<11121314151617181920>>