Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
Dsample.js17 var title = "Test '" + context + "' menu item"; variable
18 var id = chrome.contextMenus.create({"title": title, "contexts":[context], property
25 var parent = chrome.contextMenus.create({"title": "Test parent item"}); property
27 {"title": "Child 1", "parentId": parent, "onclick": genericOnClick}); property
29 {"title": "Child 2", "parentId": parent, "onclick": genericOnClick}); property
39 var radio1 = chrome.contextMenus.create({"title": "Radio 1", "type": "radio", property
41 var radio2 = chrome.contextMenus.create({"title": "Radio 2", "type": "radio", property
55 {"title": "Checkbox1", "type": "checkbox", "onclick":checkboxOnClick}); property
57 {"title": "Checkbox2", "type": "checkbox", "onclick":checkboxOnClick}); property
65 chrome.contextMenus.create({"title": "Oops", "parentId":999}, function() { property
/external/webkit/Source/WebCore/inspector/front-end/
DTimelinePanel.js175 …recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: this.… property
176 …recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: this.catego… property
177 …recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate Style"),… property
178 …recordStyles[recordTypes.Paint] = { title: WebInspector.UIString("Paint"), category: this.categori… property
179 …recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: this.cate… property
180 …recordStyles[recordTypes.TimerInstall] = { title: WebInspector.UIString("Install Timer"), category… property
181 …recordStyles[recordTypes.TimerRemove] = { title: WebInspector.UIString("Remove Timer"), category: … property
182 …recordStyles[recordTypes.TimerFire] = { title: WebInspector.UIString("Timer Fired"), category: thi… property
183 …recordStyles[recordTypes.XHRReadyStateChange] = { title: WebInspector.UIString("XHR Ready State Ch… property
184 …recordStyles[recordTypes.XHRLoad] = { title: WebInspector.UIString("XHR Load"), category: this.cat… property
[all …]
DPlacard.js26 WebInspector.Placard = function(title, subtitle) argument
47 get title() getter in WebInspector.Placard
52 set title(x) setter in WebInspector.Placard
DSidebarPane.js29 WebInspector.SidebarPane = function(title) argument
52 get title() getter in WebInspector.SidebarPane
57 set title(x) setter in WebInspector.SidebarPane
DResourceHeadersView.js147 _refreshParms: function(title, parms, parmsTreeElement) argument
276 _refreshHeadersTitle: function(title, headersTreeElement, isHeadersTextShown, headersLength) argument
289 _refreshHeaders: function(title, headers, additionalRow, headersTreeElement) argument
317 _refreshHeadersText: function(title, headersText, headersTreeElement) argument
346 _createToggleButton: function(title) argument
DDetailedHeapshotView.js34 …object: { title: WebInspector.UIString("Object"), disclosure: true, sortable: true, sort: "ascendi… property
35 … shallowSize: { title: WebInspector.UIString("Shallow Size"), width: "90px", sortable: true }, property
36 … retainedSize: { title: WebInspector.UIString("Retained Size"), width: "90px", sortable: true } property
116 object: { title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true }, property
117 count: { title: WebInspector.UIString("#"), width: "45px", sortable: true }, property
118 … shallowSize: { title: WebInspector.UIString("Shallow Size"), width: "90px", sortable: true }, property
119 …retainedSize: { title: WebInspector.UIString("Retained Size"), width: "90px", sort: "descending", … property
161 object: { title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true }, property
162 …addedCount: { title: WebInspector.UIString("# New"), width: "72px", sortable: true, sort: "descend… property
163 removedCount: { title: WebInspector.UIString("# Deleted"), width: "72px", sortable: true }, property
[all …]
DStatusBarButton.js31 WebInspector.StatusBarButton = function(title, className, states) argument
78 get title() getter in WebInspector.StatusBarButton
83 set title(x) setter in WebInspector.StatusBarButton
DExtensionPanel.js84 WebInspector.ExtensionSidebarPane = function(title, id) argument
91 setObject: function(object, title) argument
96 setExpression: function(expression, title) argument
109 _onEvaluate: function(title, error, result) argument
115 _setObject: function(object, title) argument
DSection.js30 WebInspector.Section = function(title, subtitle) argument
57 get title() getter in WebInspector.Section
62 set title(x) setter in WebInspector.Section
/external/proguard/src/proguard/gui/
DMessageDialogRunnable.java37 private final String title; field in MessageDialogRunnable
47 String title, in showMessageDialog()
70 String title, in MessageDialogRunnable()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowProgressDialog.java18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { in show()
23 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show()
28 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show()
33 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show()
/external/webkit/Source/WebCore/platform/haiku/
DContextMenuItemHaiku.cpp53 const String& title, ContextMenu* subMenu) in ContextMenuItem()
119 String ContextMenuItem::title() const in title() function in ContextMenuItem
126 void ContextMenuItem::setTitle(const String& title) in setTitle()
140 const char* title = m_platformDescription->Label(); in setSubMenu() local
/external/chromium/chrome/browser/custom_handlers/
Dprotocol_handler.cc12 const string16& title) in ProtocolHandler()
21 const string16& title) { in CreateProtocolHandler()
30 string16 title; in CreateProtocolHandler() local
/external/webkit/Source/JavaScriptCore/API/
DJSProfilerPrivate.cpp35 void JSStartProfiling(JSContextRef ctx, JSStringRef title) in JSStartProfiling()
40 void JSEndProfiling(JSContextRef ctx, JSStringRef title) in JSEndProfiling()
/external/webkit/Source/WebKit/win/
DWebNavigationData.cpp64 WebNavigationData::WebNavigationData(const String& url, const String& title, IWebURLRequest* reques… in WebNavigationData()
84 WebNavigationData* WebNavigationData::createInstance(const String& url, const String& title, IWebUR… in createInstance()
101 HRESULT WebNavigationData::title(BSTR* title) in title() argument
/external/webkit/Source/WebCore/bindings/js/
DScriptProfiler.cpp44 void ScriptProfiler::start(ScriptState* state, const String& title) in start()
49 PassRefPtr<ScriptProfile> ScriptProfiler::stop(ScriptState* state, const String& title) in stop()
/external/webkit/Source/WebCore/platform/wx/
DContextMenuItemWx.cpp45 const String& title, ContextMenu* subMenu) in ContextMenuItem()
85 String ContextMenuItem::title() const in title() function in ContextMenuItem
90 void ContextMenuItem::setTitle(const String& title) in setTitle()
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
DMacroGroup.java37 private String title; field in MacroGroup
52 public Macro getMacroByTitle(String title) { in getMacroByTitle()
76 public MacroGroup getMacroGroupByTitle(String title) { in getMacroGroupByTitle()
113 public void setTitle(String title) { in setTitle()
/external/webkit/Source/WebCore/notifications/
DNotificationContents.h41 NotificationContents(const KURL& iconUrl, const String& title, const String& body) in NotificationContents()
47 String title() const { return m_title; } in title() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraphItem.java22 String title; field in TimeLineGraphItem
33 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem()
38 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem()
43 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem()
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { in TimeLineGraphItem()
/external/webkit/Source/WebKit2/Shared/
DWebBackForwardListItem.h44 …wardListItem> create(const String& originalURL, const String& url, const String& title, const uint… in create()
59 void setTitle(const String& title) { m_title = title; } in setTitle()
60 const String& title() const { return m_title; } in title() function
/external/webkit/Source/WebCore/platform/brew/
DContextMenuItemBrew.cpp49 …ontextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMen… in ContextMenuItem()
82 String ContextMenuItem::title() const in title() function in WebCore::ContextMenuItem
108 void ContextMenuItem::setTitle(const String& title) in setTitle()
/external/wpa_supplicant_8/src/utils/
Dtrace.h28 #define wpa_trace_dump(title, ptr) \ argument
48 #define wpa_trace_dump(title, ptr) do { } while (0) argument
50 #define wpa_trace_show(title) do { } while (0) argument
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
/external/webkit/Source/WebCore/platform/chromium/
DContextMenuItemChromium.cpp47 …ontextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMen… in ContextMenuItem()
73 String ContextMenuItem::title() const in title() function in WebCore::ContextMenuItem
103 void ContextMenuItem::setTitle(const String& title) in setTitle()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKContextMenuItem.cpp43 WKContextMenuItemRef WKContextMenuItemCreateAsAction(WKContextMenuItemTag tag, WKStringRef title, b… in WKContextMenuItemCreateAsAction()
48 … WKContextMenuItemCreateAsCheckableAction(WKContextMenuItemTag tag, WKStringRef title, bool enable… in WKContextMenuItemCreateAsCheckableAction()
53 WKContextMenuItemRef WKContextMenuItemCreateAsSubmenu(WKStringRef title, bool enabled, WKArrayRef s… in WKContextMenuItemCreateAsSubmenu()

12345678910>>...25