Searched defs:title (Results 276 - 300 of 814) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style, argument
61 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style,
H A Dwin32windowpicker.cc32 // Skip windows that are invisible, minimized, have no title, or are owned,
42 // TODO: Investigate if windows without title still could be
43 // interesting to share. We could use the name of the process as title:
62 std::string title = ToUtf8(window_title); local
65 WindowDescription desc(id, title);
78 // TODO: Figure out an appropriate desktop title.
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dinput_helpers.cc27 " Overrides are specified as \"title=option text\" for choices and "
28 "\"title=value\" for regular inputs. Note that the program will stop if "
40 InputBuilder::InputBuilder(const std::string& title, argument
44 override_registry_(override_registry), default_value_(""), title_(title) {
137 bool OverrideRegistry::HasOverrideFor(const std::string& title) const {
138 return overrides_.find(title) != overrides_.end();
142 const std::string& title) const {
143 assert(HasOverrideFor(title));
144 return (*overrides_.find(title)).second;
147 InputBuilder TypedInput(const std::string& title) { argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_linux.cc72 char* title) {
107 XStoreName(display, _window, title);
108 XSetIconName(display, _window, title);
69 ViECreateWindow(Window *out_window, Display **out_display, int x_pos, int y_pos, int width, int height, char* title) argument
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_win_unittest.cc66 std::wstring title; local
68 OSExchangeData::CONVERT_FILENAMES, &url_from_data, &title));
118 std::wstring title; local
120 OSExchangeData::CONVERT_FILENAMES, &url_from_data, &title));
351 std::wstring title; local
353 OSExchangeData::CONVERT_FILENAMES, &read_url, &title));
/external/chromium_org/ui/message_center/
H A Dnotification.cc17 NotificationItem::NotificationItem(const base::string16& title, argument
19 : title(title),
23 ButtonInfo::ButtonInfo(const base::string16& title) argument
24 : title(title) {
53 const base::string16& title,
62 title_(title),
132 const base::string16& title,
141 title,
51 Notification(NotificationType type, const std::string& id, const base::string16& title, const base::string16& message, const gfx::Image& icon, const base::string16& display_source, const NotifierId& notifier_id, const RichNotificationData& optional_fields, NotificationDelegate* delegate) argument
130 CreateSystemNotification( const std::string& notification_id, const base::string16& title, const base::string16& message, const gfx::Image& icon, const std::string& system_component_id, const base::Closure& click_callback) argument
[all...]
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view_unittest.cc15 const std::string& title,
18 return new Notifier(notifier_id, base::UTF8ToUTF16(title), enabled);
84 notifiers.push_back(NewNotifier("id", "title", /*enabled=*/true));
85 notifiers.push_back(NewNotifier("id2", "other title", /*enabled=*/false));
14 NewNotifier(const std::string& id, const std::string& title, bool enabled) argument
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc101 const base::string16& title,
124 SelectFileImpl(type, title, default_path, file_types, file_type_index,
99 SelectFile( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
H A Dselect_file_dialog_android.cc62 const base::string16& title,
60 SelectFileImpl( SelectFileDialog::Type type, const base::string16& title, const base::FilePath& default_path, const SelectFileDialog::FileTypeInfo* file_types, int file_type_index, const std::string& default_extension, gfx::NativeWindow owning_window, void* params) argument
/external/chromium_org/ui/views/controls/
H A Dlink.cc29 Link::Link(const base::string16& title) : Label(title) { argument
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc51 const std::string& title);
59 TestNode* GetNodeByTitle(const std::string& title);
73 TestNode* GetNodeByTitleImpl(TestNode* node, const base::string16& title);
80 const std::string& title) {
82 new_node->SetTitle(ASCIIToUTF16(title));
103 TestNode* TreeViewTest::GetNodeByTitle(const std::string& title) { argument
104 return GetNodeByTitleImpl(model_.GetRoot(), ASCIIToUTF16(title));
125 const base::string16& title) {
126 if (node->GetTitle() == title)
129 TestNode* child = GetNodeByTitleImpl(node->GetChild(i), title);
78 Add(TestNode* parent, int index, const std::string& title) argument
124 GetNodeByTitleImpl(TestNode* node, const base::string16& title) argument
[all...]
/external/chromium_org/ui/views/examples/
H A Dtable_example.cc24 ui::TableColumn TestTableColumn(int id, const std::string& title) { argument
27 column.title = ASCIIToUTF16(title.c_str());
/external/chromium_org/ui/views/touchui/
H A Dtouch_editing_menu.cc142 Button* TouchEditingMenuView::CreateButton(const base::string16& title, argument
144 base::string16 label = gfx::RemoveAcceleratorChar(title, '&', NULL, NULL);
/external/chromium_org/ui/views/window/
H A Ddialog_delegate_unittest.cc79 void set_title(const base::string16& title) { title_ = title; } argument
222 // Giving the default test dialog a title will yield the same bounds.
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_dir_url_request_job.cc142 const base::string16& title = relative_path.LossyDisplayName(); local
143 data_.append(net::GetDirectoryListingHeader(title));
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.cc139 mswrw::HString title; local
140 title.Attach(MakeHString(title_str));
167 title.Get(),
168 title.Get(),
218 const base::string16& title,
225 title,
217 MetroPinToStartScreen(const base::string16& tile_id, const base::string16& title, const base::string16& url, const base::FilePath& logo_path, const MetroPinUmaResultCallback& callback) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java42 String title; field in class:BarGraph.BarItem
49 this.title= t;
60 BarGraph(String title) { argument
61 this.fTitle= title;
98 Point es= gc.stringExtent(bars[i].title);
109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
259 String title= bar.title;
264 Point e= gc.stringExtent(title);
267 gc.drawString(title,
[all...]
H A DLineGraph.java28 String title; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) { argument
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) { argument
40 this.title= title;
48 Point e2= g.stringExtent(this.title);
61 public LineGraph(String title, Dim dim) { argument
62 this.fTitle= title;
97 // draw the title
[all...]
H A DTimeLineGraph.java26 public TimeLineGraph (String title, Dim dim) { argument
27 super(title, dim);
122 + " alt=\"" + thisItem.title + ": "
123 + thisItem.description + "\"" + " title=\""
124 + thisItem.title + ": " + thisItem.description + "\">");
132 g.drawString(thisItem.title, xposition + 2, yposition
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java43 public ComplexProperty(String title, String text) { argument
44 this(title, text, new Property[0]);
47 public ComplexProperty(String title, String text, Property[] properties) { argument
49 m_title = title;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java28 public HTMLDocument (final String title, final String encoding) argument
47 if (title != null)
50 //getAttributes ().set (Attribute.TITLE, title);
52 final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false);
56 m_title = title;
/external/jdiff/src/jdiff/
H A DDiff.java23 String id, String title) {
32 generateDiffs(pkgName, className, oldDoc, newDoc, id, title);
44 String id, String title) {
51 String text = "<A NAME=\"" + id + "\"></A>" + title + "<br><br>";
57 docDiffs.add(new DiffOutput(pkgName, className, id, title, text));
354 // The right hand side title
486 // The right hand side title
21 saveDocDiffs(String pkgName, String className, String oldDoc, String newDoc, String id, String title) argument
42 generateDiffs(String pkgName, String className, String oldDoc, String newDoc, String id, String title) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dutil.c72 int ui_browser__input_window(const char *title, const char *text, char *input, argument
102 if (title) {
104 SLsmg_write_string((char *)title);
154 int ui__question_window(const char *title, const char *text, argument
184 if (title) {
186 SLsmg_write_string((char *)title);
211 static int __ui__warning(const char *title, const char *format, va_list args) argument
219 key = ui__question_window(title, s, "Press any key...", 0);
225 fprintf(stderr, "%s\n", title);
/external/llvm/docs/
H A Dconf.py107 # A shorter title for the navigation bar. Default is the same as html_title.
183 # (source start file, target name, title, author, documentclass [howto/manual]).
190 # the title page.
230 title = f.readline().rstrip('\n') variable
233 if len(header) != len(title):
235 "error: invalid header in %r (does not match title)" % (
237 if ' - ' not in title:
239 ("error: invalid title in %r "
243 # Split the name out of the title.
244 name,description = title
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_prn.c165 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
171 if(title)
173 BIO_printf(bp,"%*s%s:\n",indent, "", title);

Completed in 559 milliseconds

<<11121314151617181920>>