/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/ |
D | sample.js | 17 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/ |
D | TimelinePanel.js | 175 …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 …]
|
D | Placard.js | 26 WebInspector.Placard = function(title, subtitle) argument 47 get title() getter in WebInspector.Placard 52 set title(x) setter in WebInspector.Placard
|
D | SidebarPane.js | 29 WebInspector.SidebarPane = function(title) argument 52 get title() getter in WebInspector.SidebarPane 57 set title(x) setter in WebInspector.SidebarPane
|
D | ResourceHeadersView.js | 147 _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
|
D | DetailedHeapshotView.js | 34 …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 …]
|
D | StatusBarButton.js | 31 WebInspector.StatusBarButton = function(title, className, states) argument 78 get title() getter in WebInspector.StatusBarButton 83 set title(x) setter in WebInspector.StatusBarButton
|
D | ExtensionPanel.js | 84 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
|
D | Section.js | 30 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/ |
D | MessageDialogRunnable.java | 37 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/ |
D | ShadowProgressDialog.java | 18 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/ |
D | ContextMenuItemHaiku.cpp | 53 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/ |
D | protocol_handler.cc | 12 const string16& title) in ProtocolHandler() 21 const string16& title) { in CreateProtocolHandler() 30 string16 title; in CreateProtocolHandler() local
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSProfilerPrivate.cpp | 35 void JSStartProfiling(JSContextRef ctx, JSStringRef title) in JSStartProfiling() 40 void JSEndProfiling(JSContextRef ctx, JSStringRef title) in JSEndProfiling()
|
/external/webkit/Source/WebKit/win/ |
D | WebNavigationData.cpp | 64 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/ |
D | ScriptProfiler.cpp | 44 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/ |
D | ContextMenuItemWx.cpp | 45 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/ |
D | MacroGroup.java | 37 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/ |
D | NotificationContents.h | 41 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/ |
D | TimeLineGraphItem.java | 22 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/ |
D | WebBackForwardListItem.h | 44 …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/ |
D | ContextMenuItemBrew.cpp | 49 …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/ |
D | trace.h | 28 #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/ |
D | ContextMenuItemChromium.cpp | 47 …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/ |
D | WKContextMenuItem.cpp | 43 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()
|