Searched refs:setTitle (Results 1 - 25 of 85) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/loader/win/
H A DDocumentLoaderWin.cpp36 void DocumentLoader::setTitle(const String& title) function in class:WebCore::DocumentLoader
43 frameWin->client()->setTitle(text);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DProgress.js47 setTitle: function(title) { }, method in class:WebInspector.Progress
138 setTitle: function(title) method in class:WebInspector.SubProgress
140 this._composite._parent.setTitle(title);
166 this.setTitle(title);
H A DProgressIndicator.js91 setTitle: function(title) method in class:WebInspector.ProgressIndicator
113 this.setTitle(title);
H A DAuditController.js49 this._progress.setTitle(WebInspector.UIString("Running audit"));
H A DHAREntry.js388 this._requestsProgress.setTitle(WebInspector.UIString("Collecting content���"));
416 this._writeProgress.setTitle(WebInspector.UIString("Writing file���"));
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A DHelloWorld.rb41 win.setTitle 'HelloWorld'
48 hel.setTitle( 'Hello!' )
61 bye.setTitle 'Goodbye!'
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Pong/
H A DAppCtrl.rb15 @startBtn.setTitle "Stop"
42 @startBtn.setTitle "Start"
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MyViewer/
H A DMyInspector.rb32 @panel.setTitle "Inspector"
45 button[0].setTitle "Shrink"
47 button[1].setTitle "All"
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGStyleElement.cpp98 void SVGStyleElement::setTitle(const AtomicString& title, ExceptionCode&) function in class:WebCore::SVGStyleElement
122 m_sheet->setTitle(value);
H A DSVGStyleElement.h50 void setTitle(const AtomicString&, ExceptionCode&);
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistoryItemInternal.h52 - (void)setTitle:(NSString *)title;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebBackForwardListItem.h57 void setTitle(const String& title) { m_title = title; } function in class:WebKit::WebBackForwardListItem
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContextMenuItem.h222 void setTitle(const String& title) { m_title = title; } function in class:WebCore::ContextMenuItem
235 void setTitle(const String&);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebHistoryItemPrivate.idl49 HRESULT setTitle([in] BSTR title);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RubyRocks/English.lproj/Game.nib/
H A D_Game_EOArchive_English.java67 _eoFrame0.setTitle("Window");
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DContextMenuItemMac.mm140 void ContextMenuItem::setTitle(const String& title)
142 [m_platformDescription.get() setTitle:title];
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu_item_private.h58 void setTitle(const char* title) { m_title = title; } function in class:EwkContextMenuItem
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DContextMenuController.cpp1270 item.setTitle(contextMenuItemTagShowSpellingPanel(false));
1272 item.setTitle(contextMenuItemTagShowSpellingPanel(true));
1287 item.setTitle(contextMenuItemTagShowSubstitutions(false));
1289 item.setTitle(contextMenuItemTagShowSubstitutions(true));
1360 item.setTitle(contextMenuItemTagOpenVideoInNewWindow());
1362 item.setTitle(contextMenuItemTagOpenAudioInNewWindow());
1366 item.setTitle(contextMenuItemTagDownloadVideoToDisk());
1368 item.setTitle(contextMenuItemTagDownloadAudioToDisk());
1372 item.setTitle(contextMenuItemTagCopyVideoLinkToClipboard());
1374 item.setTitle(contextMenuItemTagCopyAudioLinkToClipboar
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLLinkElement.cpp156 m_sheet->setTitle(value);
309 m_sheet->setTitle(title());
321 m_sheet->setTitle(title());
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RubyAnywhere/
H A DRcodeController.rb85 @menu.setTitle("Rcode")
/macosx-10.9.5/WebKit-7537.78.2/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm115 [menuItem setTitle:title];
169 [lookupMenuItem setTitle:[NSString stringWithFormat:UI_STRING_INTERNAL("Look Up ���%@���", "Look Up context menu item with selected word"), selectedString]];
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MiniBrowser/
H A DMyDocument.rb90 @webView.window.setTitle(title)
106 @webView.window.setTitle("%s : %s" % [@docTitle, @resourceStatus])
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DProcessingInstruction.cpp224 cssSheet->setTitle(m_title);
272 sheet->setTitle(m_title);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebInspectorClient.mm303 [[m_windowController.get() window] setTitle:title];
770 [menuItem setTitle:UI_STRING_INTERNAL("Stop Debugging JavaScript", "title for Stop Debugging JavaScript menu item")];
772 [menuItem setTitle:UI_STRING_INTERNAL("Start Debugging JavaScript", "title for Start Debugging JavaScript menu item")];
776 [menuItem setTitle:UI_STRING_INTERNAL("Stop Profiling JavaScript", "title for Stop Profiling JavaScript menu item")];
778 [menuItem setTitle:UI_STRING_INTERNAL("Start Profiling JavaScript", "title for Start Profiling JavaScript menu item")];
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/VPRubyPluginEnabler/
H A DVPRubyPlugin.rb116 savePanel.setTitle(OSX.NSLocalizedString("Save as Ruby Plugin", "Save as Ruby Plugin"))

Completed in 141 milliseconds

1234