OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_title
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.h
64
String title() const { return
m_title
; }
85
String
m_title
;
member in class:WebCore::ChromiumDataObjectItem
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java
31
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/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h
56
virtual String title() const OVERRIDE { return
m_title
; }
83
void setTitle(const String& title) {
m_title
= title; }
120
String
m_title
;
member in class:WebCore::CSSStyleSheet
/external/chromium_org/third_party/WebKit/Source/core/dom/
ProcessingInstruction.h
83
String
m_title
;
member in class:WebCore::FINAL
Document.h
755
String title() const { return
m_title
.string(); }
1239
StringWithDirection
m_title
;
member in class:WebCore::Document
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/platform/
ContextMenuItem.h
74
void setTitle(const String& title) {
m_title
= title; }
75
const String& title() const { return
m_title
; }
81
String
m_title
;
member in class:WebCore::ContextMenuItem
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java
32
private final String
m_title
;
field in class:ComplexProperty
49
m_title
= title;
124
return
m_title
;
/external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java
50
String
m_title
;
field in class:StylesheetPIHandler
105
m_title
= title;
290
if (null !=
m_title
)
294
if (!title.equals(
m_title
))
/external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.h
152
String
m_title
;
member in class:WebCore::HistoryItem
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h
88
String title() const { return
m_title
; }
168
String
m_title
;
member in class:WebCore::Notification
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java
56
m_title
= title;
61
return
m_title
;
193
private final String
m_title
;
field in class:HTMLDocument
/external/emma/lib/
emma.jar
Completed in 495 milliseconds