HomeSort by relevance Sort by last modified time
    Searched defs:title (Results 176 - 200 of 909) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStyleElement.cpp 87 String SVGStyleElement::title() const function in class:WebCore::SVGStyleElement
92 void SVGStyleElement::setTitle(const AtomicString& title)
94 setAttribute(SVGNames::titleAttr, title);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.h 69 String title() const { return m_title; } function in class:WebCore::NotificationBase
93 NotificationBase(const String& title, ExecutionContext*, NotificationClient*);
  /external/chromium_org/third_party/WebKit/Source/platform/
ContextMenuItem.h 75 void setTitle(const String& title) { m_title = title; }
76 const String& title() const { return m_title; } function in class:WebCore::ContextMenuItem
  /external/chromium_org/third_party/WebKit/Source/web/
WebNotification.cpp 83 WebString WebNotification::title() const function in class:blink::WebNotification
85 return m_private->title();
  /external/chromium_org/third_party/WebKit/public/platform/
WebDragData.h 78 // Title associated with a link when stringType == "text/uri-list".
80 WebString title; member in struct:blink::WebDragData::Item
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32windowpicker.cc 26 // Skip windows that are invisible, minimized, have no title, or are owned,
36 // TODO: Investigate if windows without title still could be
37 // interesting to share. We could use the name of the process as title:
56 std::string title = ToUtf8(window_title); local
59 WindowDescription desc(id, title);
72 // TODO: Figure out an appropriate desktop title.
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 38 // Title is an optional parameter.
39 const std::string& title() const { return title_; } function in class:cricket::ScreencastId
73 id.set_title(it->title());
  /external/chromium_org/ui/app_list/
app_list_item_model.h 26 // AppListItemModel provides icon and title to be shown in a AppListItemView
37 void SetTitleAndFullName(const std::string& title,
39 const std::string& title() const { return title_; } function in class:app_list::AppListItemModel
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 58 const views::Label* title() const { return title_; } function in class:app_list::AppListItemView
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 22 String title; field in class:TimeLineGraphItem
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) {
34 this(title, description, value, color,display, timestamp,isSpecial);
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) {
39 this(title, description, value, color,display, timestamp);
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) {
44 this(title, description, value, color,timestamp);
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) {
49 this.title= title;
    [all...]
  /external/libexif/libexif/
exif-log.c 40 const char *title; member in struct:__anon20346
57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break;
58 return _(codes[i].title);
  /external/linux-tools-perf/util/ui/browsers/
top.c 149 char title[160]; local
155 perf_top__header_snprintf(top, title, sizeof(title));
158 if (ui_browser__show(&browser->b, title,
172 perf_top__header_snprintf(top, title, sizeof(title));
176 slsmg_write_nstring(title, browser->b.width);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
TitleBox.java 34 * Title for the media.
40 private String title; field in class:TitleBox
51 return title;
55 * Sets the 3-letter ISO-639 language for this title.
63 public void setTitle(String title) {
64 this.title = title;
68 return 7 + Utf8.utf8StringLengthInBytes(title);
75 byteBuffer.put(Utf8.convert(title));
83 title = IsoTypeReader.readString(content)
    [all...]
  /external/openfst/src/include/fst/script/
draw.h 40 const string& title; member in struct:fst::script::FstDrawerArgs
58 const string &title,
71 title(title), width(width), height(height), portrait(portrait),
83 args->accep, args->title, args->width,
96 const string &title,
  /external/replicaisland/src/com/replica/replicaisland/
ConversationUtils.java 34 public String title; field in class:ConversationUtils.ConversationPage
70 if (parser.getAttributeName(i).equals("title")) {
71 page.title = context.getString(value);
  /external/skia/gm/
emptypath.cpp 68 const char title[] = "Empty Paths Drawn Into Rectangle Clips With " local
70 canvas->drawText(title, strlen(title),
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
AndroidDebugger.java 155 String title = local
162 title += "/" + StringUtils.parseResource(user);
163 Log.d("SMACK", title);
  /external/smack/src/de/measite/smack/
AndroidDebugger.java 155 String title = local
162 title += "/" + StringUtils.parseResource(user);
163 Log.d("SMACK", title);
  /external/smack/src/org/jivesoftware/smack/debugger/
ConsoleDebugger.java 169 String title = local
176 title += "/" + StringUtils.parseResource(user);
177 System.out.println(title);
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macro.java 31 private String title; field in class:Macro
37 return title;
40 public void setTitle(String title) {
41 this.title = title;
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 86 CharSequence title = text + " " + id; local
88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java 34 public String title; field in class:Menu
45 title = null;
58 title = in.readString();
82 dest.writeString(title);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java 83 // Set title
85 String title = cursor.getString( local
87 if (title == null) {
88 title = mContext.getString(R.string.unknown_file);
90 tv.setText(title);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 177 // Allow the title to be set to a custom String using an extra on the intent
178 String title = intent.getStringExtra(UI.TITLE_EXTRA_KEY); local
179 if (title != null) {
180 request.setActivityTitle(title);
  /packages/apps/Settings/src/com/android/settings/
NotificationAccessSettings.java 101 final String title = getResources().getString( local
107 .setTitle(title)

Completed in 669 milliseconds

1 2 3 4 5 6 78 91011>>