Searched refs:title (Results 26 - 50 of 1951) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_title.js16 params, data.url, data.title, data.title, data.direction,
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
H A Dwebsite_settings_utils_cocoa.h11 NSString* title);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Dcontent_script.js6 "title": document.title,
/external/chromium_org/printing/
H A Dprinting_utils.h13 // Simplify title to resolve issue with some drivers.
15 const base::string16& title);
H A Dprinting_utils_unittest.cc11 std::string Simplify(const char* title) { argument
12 return base::UTF16ToUTF8(SimplifyDocumentTitle(base::ASCIIToUTF16(title)));
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
H A DGUISupport.h23 virtual void postErrorMessage(const char *message, const char *title) = 0;
H A DGnomeGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
/external/chromium_org/ui/base/models/
H A Dtree_model.cc12 const base::string16& title) {
11 SetTitle(TreeModelNode* node, const base::string16& title) argument
/external/fio/
H A Dgerror.h5 extern void gfio_report_info(struct gui *ui, const char *title, const char *message);
/external/icu/icu4c/source/samples/layout/
H A DGDIGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
H A DGUISupport.h23 virtual void postErrorMessage(const char *message, const char *title) = 0;
H A DGnomeGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
/external/oprofile/libop/
H A Dop_xml_events.h17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
/external/wpa_supplicant_8/hs20/server/www/
H A Dremediation.php3 <title>Hotspot 2.0 subscription remediation</title>
/external/chromium_org/content/shell/renderer/test_runner/
H A Dnotification_presenter.cc42 bool NotificationPresenter::SimulateClick(const std::string& title) { argument
43 ActiveNotificationMap::iterator iter = active_notifications_.find(title);
71 replacements_[replaceId] = notification.title().utf8();
75 if (!notification.title().isEmpty())
76 delegate_->PrintMessage(notification.title().utf8().data());
100 std::string title = notification.title().utf8(); local
101 active_notifications_[title] = notification;
110 std::string title = notification.title() local
123 std::string title = notification.title().utf8(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DConsoleBase.cpp108 // Follow Firebug's behavior of counting with null and undefined title in
110 String title; local
111 arguments->getFirstArgumentAsString(title);
112 String identifier = title.isEmpty() ? String(lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber()))
113 : String(title + '@');
116 String message = title + ": " + String::number(result.storedValue->value);
125 void ConsoleBase::markTimeline(const String& title) argument
127 timeStamp(title);
130 void ConsoleBase::profile(const String& title) argument
132 InspectorInstrumentation::consoleProfile(context(), title); local
135 profileEnd(const String& title) argument
137 InspectorInstrumentation::consoleProfileEnd(context(), title); local
140 time(const String& title) argument
142 InspectorInstrumentation::consoleTime(context(), title); local
151 timeEnd(ScriptState* scriptState, const String& title) argument
154 InspectorInstrumentation::consoleTimeEnd(context(), title, scriptState); local
178 timeStamp(const String& title) argument
180 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "TimeStamp", "data", InspectorTimeStampEvent::data(context(), title)); local
182 InspectorInstrumentation::consoleTimeStamp(context(), title); local
185 formatTimelineTitle(const String& title) argument
190 timeline(ScriptState* scriptState, const String& title) argument
193 InspectorInstrumentation::consoleTimeline(context(), title, scriptState); local
198 timelineEnd(ScriptState* scriptState, const String& title) argument
201 InspectorInstrumentation::consoleTimelineEnd(context(), title, scriptState); local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc8 const base::string16 title,
11 : title_(title),
7 ChromeLauncherAppMenuItem( const base::string16 title, const gfx::Image* icon, bool has_leading_separator) argument
/external/chromium_org/chrome/common/importer/
H A Dimported_bookmark_entry.cc19 title == other.title &&
/external/chromium_org/content/renderer/
H A Dclipboard_utils.h20 const blink::WebString& title);
23 const blink::WebString& title);
/external/chromium_org/content/test/data/indexeddb/
H A Dforce_close_event.js16 document.title = 'connection ready';
21 document.title = 'connection closed';
/external/chromium_org/content/test/data/npapi/
H A Dnpapi.js27 document.title = "OK";
29 document.title = "FAIL";
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl37 $title = "runPatchCommand: Unsuccessful patch, forcing.";
50 ok($exitStatus != 0, $title);
53 $title = "runPatchCommand: New file, --dry-run.";
76 ok($exitStatus == 0, $title);
79 $title = "runPatchCommand: New file: \"$fileToPatch\".";
84 ok($exitStatus == 0, $title);
87 $title = "runPatchCommand: Reverse new file (clean up previous).";
92 ok($exitStatus == 0, $title);
/external/chromium_org/ui/base/ime/
H A Dinfolist_entry.h15 base::string16 title; member in struct:ui::InfolistEntry
19 InfolistEntry(const base::string16& title, const base::string16& body);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dfile_manager_dialog_base.js47 * @param {string} title Title.
55 title, message, onOk, onCancel) {
56 return this.showImpl_(title, message, onOk, onCancel);
60 * @param {string} title Title.
69 title, message, onOk, onCancel) {
77 this, title, message, onOk, onCancel, null);
91 * @param {string} title Title.
95 FileManagerDialogBase.prototype.showTitleOnlyDialog = function(title) {
96 return this.showImpl_(title, '', null, null, null);
100 * @param {string} title Titl
[all...]

Completed in 716 milliseconds

1234567891011>>