Searched refs:m_title (Results 1 - 25 of 33) sorted by relevance

12

/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/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/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/html/
H A DHTMLTitleElement.h46 StringWithDirection m_title; member in class:WebCore::HTMLTitleElement
H A DHTMLTitleElement.cpp49 document()->setTitleElement(m_title, this);
60 m_title = textWithDirection();
62 document()->setTitleElement(m_title, this);
96 // We make a copy here because entity of "value" argument can be Document::m_title,
/external/webkit/Source/WebCore/platform/
H A DContextMenuItem.cpp38 , m_title(title)
49 , m_title(title)
58 , m_title(title)
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/WebKit2/Shared/
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
H A DWebBackForwardListItem.cpp39 , m_title(title)
67 encoder.encode(m_title);
H A DWebContextMenuItemData.h54 const String& title() const { return m_title; }
70 String m_title; member in class:WebKit::WebContextMenuItemData
/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/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/Source/WebKit/win/
H A DWebNavigationData.cpp67 , m_title(title)
105 *title = BString(m_title).release();
H A DWebNavigationData.h69 WebCore::BString m_title; member in class:WebNavigationData
/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
H A DWebFrameProxy.cpp158 m_title = String();
176 m_title = String();
186 m_title = title;
/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/webkit/Source/WebCore/platform/win/
H A DContextMenuItemWin.cpp53 m_title = String(info.dwTypeData, info.cch);
/external/webkit/Source/WebKit/android/jni/
H A DWebHistory.h80 String m_title; member in class:android::WebHistoryItem
/external/webkit/Source/WebCore/history/
H A DHistoryItem.cpp77 , m_title(title)
95 , m_title(title)
116 , m_title(title)
148 , m_title(item.m_title)
189 m_title = String();
226 return m_title;
302 m_title = title;
378 m_title = title;
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.h87 String m_title; member in class:WebCore::ProcessingInstruction
H A DProcessingInstruction.cpp137 m_title = attrs.get("title");
219 newSheet->setTitle(m_title);
249 m_sheet->setTitle(m_title);
/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

Completed in 593 milliseconds

12