Searched defs:title (Results 76 - 100 of 327) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu_item_private.h49 static PassOwnPtr<EwkContextMenuItem> create(Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Item_Action action, const char* title, Eina_Bool checked, Eina_Bool enabled, PassRefPtr<EwkContextMenu> subMenu = 0, EwkContextMenu* parentMenu = 0) argument
57 const char* title() const { return m_title; } function in class:EwkContextMenuItem
58 void setTitle(const char* title) { m_title = title; } argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DWebNotification.h46 static PassRefPtr<WebNotification> create(const String& title, const String& body, const String& iconURL, const String& tag, const String& lang, const String& dir, const String& originString, uint64_t notificationID) argument
51 const String& title() const { return m_title; } function in class:WebKit::WebNotification
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dlog.c187 char *title; local
/macosx-10.9.5/cups-372.4/cups/berkeley/
H A Dlpr.c40 const char *title, /* Job title */ local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Drefbib.el[all...]
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesp.cc92 NCursesPanel::boldframe(const char *title, const char* btitle) argument
100 NCursesPanel::frame(const char *title,const char *btitle) argument
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmaps.c117 MAPS *maps_create(const char *title, const char *map_names, int dict_flags) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Ddialog.rb212 def title method in class:TkDialogObj.create_self
303 def title method in class:TkDialogObj.create_self.TkWarningObj
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DNavigationGetFile.c61 GetOneFileWithPreview( AEDesc *defaultLocation, short numTypes, TypeListPtr typeListPtr, StringPtr title, FSSpecPtr theFSSpecPtr, void *filterProc ) argument
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DttkWinMonitor.c78 TCHAR title[32] = TEXT("TtkMonitorWindow"); local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dtttestdb_create.sql
H A Dtestdb_create.sql
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dstore.rb940 def title method
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DLegacyProfiler.cpp62 void LegacyProfiler::startProfiling(ExecState* exec, const String& title) argument
84 PassRefPtr<Profile> LegacyProfiler::stopProfiling(ExecState* exec, const String& title) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dtestdb_create.sql
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_create.sql
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_create.sql
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DbsafeSymmetric.cpp31 dumpBuf( char *title, const CSSM_DATA *d, uint32 maxLen) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp127 void NavigatorContentUtils::registerProtocolHandler(Navigator* navigator, const String& scheme, const String& url, const String& title, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.cpp62 Notification::Notification(const String& title, const String& body, const String& iconURI, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
83 Notification::Notification(ScriptExecutionContext* context, const String& title) argument
101 PassRefPtr<Notification> Notification::create(const String& title, const String& body, const String& iconURI, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
110 PassRefPtr<Notification> Notification::create(ScriptExecutionContext* context, const String& title, const Dictionary& options) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSStyleSheet.h86 void setTitle(const String& title) { m_title = title; } argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DValidationMessage.cpp91 const AtomicString& title = m_element->fastGetAttribute(titleAttr); local
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorConsoleInstrumentation.h142 inline void InspectorInstrumentation::startConsoleTiming(Frame* frame, const String& title) argument
153 inline void InspectorInstrumentation::stopConsoleTiming(Frame* frame, const String& title, PassRefPtr<ScriptCallStack> stack) argument
178 inline void InspectorInstrumentation::addStartProfilingMessageToConsole(Page* page, const String& title, unsigned lineNumber, unsigned columnNumber, const String& sourceURL) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DContextMenuItemGtk.cpp122 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) argument
167 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu) argument
174 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) argument
179 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, Vector<ContextMenuItem>& subMenuItems) argument
223 String ContextMenuItem::title() cons function in class:WebCore::ContextMenuItem
229 setTitle(const String& title) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAElement.cpp80 String SVGAElement::title() const function in class:WebCore::SVGAElement
83 const AtomicString& title = fastGetAttribute(XLinkNames::titleAttr); local

Completed in 265 milliseconds

1234567891011>>