Searched refs:title (Results 126 - 150 of 1951) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DShadowTreeStyleSheetCollection.cpp60 const AtomicString& title = element->fastGetAttribute(titleAttr); local
70 if (!enabledViaScript && sheet && !title.isEmpty()) {
72 engine->setPreferredStylesheetSetName(title);
73 engine->setSelectedStylesheetSetName(title);
75 if (title != engine->preferredStylesheetSetName())
80 if (rel.contains("alternate") && title.isEmpty())
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCPUProfilerModel.js70 * @param {string=} title
72 consoleProfileFinished: function(id, scriptLocation, cpuProfile, title)
77 this.dispatchEventToListeners(WebInspector.CPUProfilerModel.EventTypes.ConsoleProfileFinished, {protocolId: id, scriptLocation: debuggerLocation, cpuProfile: cpuProfile, title: title});
83 * @param {string=} title
85 consoleProfileStarted: function(id, scriptLocation, title)
90 this.dispatchEventToListeners(WebInspector.CPUProfilerModel.EventTypes.ConsoleProfileStarted, {protocolId: id, scriptLocation: debuggerLocation, title: title});
/external/doclava/res/assets/templates/components/
H A Dsearch_box.cs11 title="search developer docs" name="q"
23 <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
26 <div title="clear results" class="gsc-clear-button">&nbsp;</div>
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dinstant_event.js19 function InstantEvent(category, title, colorId, start, args) {
29 function GlobalInstantEvent(category, title, colorId, start, args) {
38 function ProcessInstantEvent(category, title, colorId, start, args) {
47 function ThreadInstantEvent(category, title, colorId, start, args) {
H A Dsample.js19 function Sample(category, title, colorId, start, args) {
/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/chrome/android/java/src/org/chromium/chrome/browser/
H A DJavascriptAppModalDialog.java35 private JavascriptAppModalDialog(String title, String message, argument
37 mTitle = title;
43 public static JavascriptAppModalDialog createAlertDialog(String title, String message, argument
45 return new JavascriptAppAlertDialog(title, message, shouldShowSuppressCheckBox);
49 public static JavascriptAppModalDialog createConfirmDialog(String title, String message, argument
51 return new JavascriptAppConfirmDialog(title, message, shouldShowSuppressCheckBox);
55 public static JavascriptAppModalDialog createBeforeUnloadDialog(String title, String message, argument
57 return new JavascriptAppBeforeUnloadDialog(title, message, isReload,
62 public static JavascriptAppModalDialog createPromptDialog(String title, String message, argument
64 return new JavascriptAppPromptDialog(title, messag
202 JavascriptAppAlertDialog(String title, String message, boolean shouldShowSuppressCheckBox) argument
219 JavascriptAppConfirmDialog(String title, String message, boolean shouldShowSuppressCheckBox) argument
238 JavascriptAppBeforeUnloadDialog(String title, String message, boolean isReload, boolean shouldShowSuppressCheckBox) argument
268 JavascriptAppPromptDialog(String title, String message, boolean shouldShowSuppressCheckBox, String defaultPromptText) argument
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dnav_dot.js17 * @param {string} title The title of the navigation dot.
18 * @param {bool} titleIsEditable If true, the title can be changed.
23 function NavDot(page, title, titleIsEditable, animate) {
26 dot.initialize(page, title, titleIsEditable, animate);
34 initialize: function(page, title, titleIsEditable, animate) {
47 this.input_.value = title;
52 this.displayTitle = title;
83 * Sets/gets the display title.
84 * @type {string} title Th
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_options.js116 * 'Edit address' overlay and modifying the overlay title.
120 var title = loadTimeData.getString('addAddressTitle');
121 AutofillEditAddressOverlay.setTitle(title);
128 * 'Edit credit card' overlay and modifying the overlay title.
132 var title = loadTimeData.getString('addCreditCardTitle');
133 AutofillEditCreditCardOverlay.setTitle(title);
194 var title = loadTimeData.getString('editAddressTitle');
195 AutofillEditAddressOverlay.setTitle(title);
208 var title = loadTimeData.getString('editCreditCardTitle');
209 AutofillEditCreditCardOverlay.setTitle(title);
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dprofile_signin_confirmation.css19 #dialog-title {
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.h40 // Adds a URL with address |url| and title |title| to the bookmark bar of
44 const std::string& title,
47 // Adds a URL with address |url| and title |title| to the bookmark bar of
53 const std::string& title,
56 // Adds a URL with address |url| and title |title| under the node |parent| of
63 const std::string& title,
66 // Adds a folder named |title| t
[all...]
/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/browser/ui/cocoa/bookmarks/
H A Dbookmark_all_tabs_controller.h31 title:(const base::string16&)title
/external/chromium_org/chrome/browser/ui/
H A Dsimple_message_box.h25 // Shows a dialog box with the given |title| and |message|. If |parent| is
33 const base::string16& title,
37 // Shows a dialog box with the given |title| and |message|, and with two buttons
45 const base::string16& title,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditResultView.js43 return (a.title || "").localeCompare(b.title || "");
61 WebInspector.SidebarPane.call(this, categoryResult.title);
95 var title = "";
98 title = result.value;
100 title = String.sprintf("%s (%d)", title, result.violationCount);
109 titleFragment.createTextChild(title);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DHelpScreenUntilReload.js33 * @param {string=} title
37 WebInspector.HelpScreenUntilReload = function(title, message)
39 WebInspector.HelpScreen.call(this, title);
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
H A DNavigatorContentUtilsClientMock.h22 virtual void registerProtocolHandler(const String& scheme, const KURL&, const String& title);
31 String title; member in struct:blink::NavigatorContentUtilsClientMock::__anon11200
/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/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_NaCl.h40 virtual void onPDFSaved(const char title[], const char desc[],
46 virtual void onSetTitle(const char title[]);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dchoice_helpers.h41 explicit ChoiceBuilder(const std::string& title, const Choices& choices);
63 ChoiceBuilder FromChoices(const std::string& title,
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dalert_overlay.js43 * @param {string} title The alert title to display to the user.
45 * @param {string=} opt_okTitle The title of the OK button. If undefined or
47 * @param {string=} opt_cancelTitle The title of the cancel button. If
55 function setValues(title, message, opt_okTitle, opt_cancelTitle,
57 if (typeof title != 'undefined')
58 $('alertOverlayTitle').textContent = title;
59 $('alertOverlayTitle').hidden = typeof title == 'undefined';
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DUiUtils.java31 public static void openWarning(Shell parent, String title, String message) { argument
34 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/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm_c.h31 extern void WIN_SetWMCaption(_THIS, const char *title, const char *icon);
/external/skia/include/views/
H A DSkOSWindow_NaCl.h40 virtual void onPDFSaved(const char title[], const char desc[],
46 virtual void onSetTitle(const char title[]);

Completed in 3956 milliseconds

1234567891011>>