Searched defs:m_title (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLTitleElement.h46 StringWithDirection m_title; member in class:WebCore::HTMLTitleElement
/external/webkit/Source/WebKit/win/
H A DWebNavigationData.h69 WebCore::BString m_title; member in class:WebNavigationData
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.h41 const UString& title() const { return m_title; }
65 UString m_title; member in class:JSC::Profile
/external/webkit/Source/WebCore/notifications/
H A DNotificationContents.h43 , m_title(title)
47 String title() const { return m_title; }
52 String m_title; member in class:WebCore::NotificationContents
/external/webkit/Source/WebKit/android/jni/
H A DWebHistory.h80 String m_title; member in class:android::WebHistoryItem
/external/webkit/Source/WebKit2/Shared/
H A DWebContextMenuItemData.h54 const String& title() const { return m_title; }
70 String m_title; member in class:WebKit::WebContextMenuItemData
H A DWebBackForwardListItem.h59 void setTitle(const String& title) { m_title = title; }
60 const String& title() const { return m_title; }
77 String m_title; member in class:WebKit::WebBackForwardListItem
H A DWebContextMenuItemData.cpp50 , m_title(title)
60 , m_title(title)
70 , m_title(item.title())
88 return ContextMenuItem(m_type, m_action, m_title, m_enabled, m_checked);
91 return ContextMenuItem(m_action, m_title, m_enabled, m_checked, subMenuItems);
106 encoder->encode(CoreIPC::In(static_cast<uint32_t>(m_type), static_cast<uint32_t>(m_action), m_title, m_checked, m_enabled, m_submenu)); local
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java31 private final CImageLabel m_title; field in class:PageSiteComposite
46 m_title = new CImageLabel(this, SWT.NONE);
47 GridDataFactory.create(m_title).grabH().fill();
71 m_title.setImage(image);
78 m_title.setText(title);
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.h87 String m_title; member in class:WebCore::ProcessingInstruction
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStylesheetPIHandler.java50 String m_title; field in class:StylesheetPIHandler
105 m_title = title;
290 if (null != m_title)
294 if (!title.equals(m_title))
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java32 private final String m_title; field in class:ComplexProperty
49 m_title = title;
124 return m_title;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java56 m_title = title;
61 return m_title;
193 private final String m_title; field in class:HTMLDocument
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestNavigationController.h77 void setTitle(const WebKit::WebString& title) { m_title = title; }
78 const WebKit::WebString& title() const { return m_title; }
102 WebKit::WebString m_title; member in class:TestNavigationEntry
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFrameProxy.h100 const String& title() const { return m_title; }
153 String m_title; member in class:WebKit::WebFrameProxy
/external/webkit/Source/WebCore/history/
H A DHistoryItem.h246 String m_title; member in class:WebCore::HistoryItem
/external/webkit/Source/WebCore/platform/
H A DContextMenuItem.h264 void setTitle(const String& title) { m_title = title; }
265 const String& title() const { return m_title; }
285 String m_title; member in class:WebCore::ContextMenuItem
/external/webkit/Source/WebKit/wx/
H A DWebView.h189 wxString GetPageTitle() const { return m_title; }
190 void SetPageTitle(const wxString& title) { m_title = title; }
257 wxString m_title; member in class:wxWebView
496 wxString GetTitle() const { return m_title; }
497 void SetTitle(const wxString& title) { m_title = title; }
503 wxString m_title; member in class:wxWebViewReceivedTitleEvent
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 3705 milliseconds