Searched refs:title (Results 101 - 125 of 2115) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/custom_handlers/
H A Dprotocol_handler.h13 // A single tuple of (protocol, url, title) that indicates how URLs of the
20 const string16& title);
51 const string16& title() const { return title_; } function in class:ProtocolHandler
69 const string16& title);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptProfiler.h73 static void start(const String& title);
74 static PassRefPtr<ScriptProfile> stop(const String& title);
75 static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DContextMenuItem.h74 void setTitle(const String& title) { m_title = title; } argument
75 const String& title() const { return m_title; } function in class:WebCore::ContextMenuItem
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DExtensionPanel.js123 this.element.title = tooltip;
137 * @param {string} title
140 WebInspector.ExtensionSidebarPane = function(title, id)
142 WebInspector.SidebarPane.call(this, title);
150 * @param {string} title
153 setObject: function(object, title, callback)
156 this._setObject(WebInspector.RemoteObject.fromLocalObject(object), title, callback);
161 * @param {string} title
164 setExpression: function(expression, title, evaluateOptions, securityOrigin, callback)
167 return WebInspector.extensionServer.evaluate(expression, true, false, evaluateOptions, securityOrigin, this._onEvaluate.bind(this, title, callbac
[all...]
H A DResourceType.js33 * @param {string} title
38 WebInspector.ResourceType = function(name, title, categoryTitle, color, isTextType)
41 this._title = title;
59 title: function()
/external/chromium_org/ui/base/dragdrop/
H A Dgtk_dnd_util.h71 base::string16 title,
75 // |url| and |title|. Returns true if the url/title were safely extracted
79 base::string16* title);
88 base::string16* title);
/external/eigen/bench/btl/data/
H A Dmk_gnuplot_script.sh23 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot
40 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
44 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot
55 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
59 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_unittest.cc63 std::string title; local
64 digg->GetString(keys::kTitleKey, &title);
65 ASSERT_EQ("Digg", title);
78 std::string title; local
79 inner_folder->GetString(keys::kTitleKey, &title);
80 ASSERT_EQ("inner folder 1", title);
/external/chromium_org/chrome/common/extensions/docs/examples/api/power/
H A Dbackground.js48 var title = '';
58 title = chrome.i18n.getMessage('disabledTitle');
66 title = chrome.i18n.getMessage('displayTitle');
71 title = chrome.i18n.getMessage('systemTitle');
87 chrome.browserAction.setTitle({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/chrome/browser/history/
H A Dhistory_publisher.cc30 const string16& title,
36 title.c_str(),
28 PublishPageContent(const base::Time& time, const GURL& url, const string16& title, const string16& contents) const argument
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.h23 AppModalDialog(TabContents* tab_contents, const std::wstring& title);
39 // Dialog window title.
40 std::wstring title() const { return title_; } function in class:AppModalDialog
/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/chrome/android/java/src/org/chromium/chrome/browser/
H A DJavascriptAppModalDialog.java36 private JavascriptAppModalDialog(String title, String message, argument
38 mTitle = title;
44 public static JavascriptAppModalDialog createAlertDialog(String title, String message, argument
46 return new JavascriptAppAlertDialog(title, message, shouldShowSuppressCheckBox);
50 public static JavascriptAppModalDialog createConfirmDialog(String title, String message, argument
52 return new JavascriptAppConfirmDialog(title, message, shouldShowSuppressCheckBox);
56 public static JavascriptAppModalDialog createBeforeUnloadDialog(String title, String message, argument
58 return new JavascriptAppBeforeUnloadDialog(title, message, isReload,
63 public static JavascriptAppModalDialog createPromptDialog(String title, String message, argument
65 return new JavascriptAppPromptDialog(title, messag
191 JavascriptAppAlertDialog(String title, String message, boolean shouldShowSuppressCheckBox) argument
208 JavascriptAppConfirmDialog(String title, String message, boolean shouldShowSuppressCheckBox) argument
227 JavascriptAppBeforeUnloadDialog(String title, String message, boolean isReload, boolean shouldShowSuppressCheckBox) argument
257 JavascriptAppPromptDialog(String title, String message, boolean shouldShowSuppressCheckBox, String defaultPromptText) argument
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_publisher.cc30 const string16& title,
36 title.c_str(),
28 PublishPageContent(const base::Time& time, const GURL& url, const string16& title, const string16& contents) const argument
/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/
H A Dprofile_signin_confirmation.css19 #dialog-title {
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.h37 // Adds a URL with address |url| and title |title| to the bookmark bar of
41 const std::wstring& title,
44 // Adds a URL with address |url| and title |title| to the bookmark bar of
50 const std::wstring& title,
53 // Adds a URL with address |url| and title |title| under the node |parent| of
60 const std::wstring& title,
63 // Adds a folder named |title| t
[all...]
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.h25 AppModalDialog(content::WebContents* web_contents, const string16& title);
41 string16 title() const { return title_; } function in class:AppModalDialog
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_all_tabs_controller.h31 title:(const string16&)title
H A Dbookmark_editor_controller.h29 title:(const string16&)title
/external/chromium_org/chrome/browser/ui/views/
H A Dsimple_message_box_win.cc14 const string16& title,
32 int result = ui::MessageBox(parent, message, title, flags);
13 ShowMessageBox(gfx::NativeWindow parent, const string16& title, const string16& message, MessageBoxType type) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui_browsertest.cc39 string16 title = local
42 EXPECT_NE(title.find(expected_title), string16::npos);
/external/chromium_org/chrome/renderer/extensions/
H A Ddom_activity_logger.h27 const string16& title);
45 const string16& title);

Completed in 741 milliseconds

1234567891011>>