Searched refs:title (Results 26 - 50 of 2115) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Dcontent_script.js6 "title": document.title,
/external/chromium_org/printing/
H A Dprint_settings_initializer.cc37 string16 title; local
39 if (!job_settings.GetString(kSettingHeaderFooterTitle, &title) ||
45 print_settings->title = title;
/external/chromium_org/ui/base/models/
H A Dtree_model.cc12 const base::string16& title) {
11 SetTitle(TreeModelNode* node, const base::string16& title) argument
/external/icu4c/samples/layout/
H A DGDIGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
H A DGUISupport.h23 virtual void postErrorMessage(const char *message, const char *title) = 0;
H A DGnomeGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
/external/oprofile/libop/
H A Dop_xml_events.h17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dreference_resolver.py32 def _MakeKey(namespace, ref, title):
33 return '%s.%s.%s' % (namespace, ref, title)
42 title is set to the name of the node.
44 $ref:[api.node The Title] - Same as the previous form but title is set to
71 def _GetRefLink(self, ref, api_list, namespace, title):
107 'text': title if title else text,
117 'text': title if title else ref,
123 def GetLink(self, ref, namespace=None, title
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc8 const string16 title,
11 : title_(title),
7 ChromeLauncherAppMenuItem( const string16 title, const gfx::Image* icon, bool has_leading_separator) argument
/external/chromium_org/chrome/common/importer/
H A Dimported_bookmark_entry.cc19 title == other.title &&
/external/chromium_org/chrome/test/functional/
H A Dchromeos_security.py35 for url, title in urls_and_titles.iteritems():
37 self.assertNotEqual(title, self.GetActiveTabTitle(),
/external/chromium_org/content/test/data/indexeddb/
H A Dforce_close_event.js16 document.title = 'connection ready';
21 document.title = 'connection closed';
/external/chromium_org/content/test/data/npapi/
H A Dnpapi.js27 document.title = "OK";
29 document.title = "FAIL";
/external/chromium_org/printing/backend/
H A Dprint_backend_unittest.cc11 std::string Simplify(const char* title) { argument
12 return UTF16ToUTF8(PrintBackend::SimplifyDocumentTitle(ASCIIToUTF16(title)));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStyleElement.idl31 attribute DOMString title;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl37 $title = "runPatchCommand: Unsuccessful patch, forcing.";
50 ok($exitStatus != 0, $title);
53 $title = "runPatchCommand: New file, --dry-run.";
76 ok($exitStatus == 0, $title);
79 $title = "runPatchCommand: New file: \"$fileToPatch\".";
84 ok($exitStatus == 0, $title);
87 $title = "runPatchCommand: Reverse new file (clean up previous).";
92 ok($exitStatus == 0, $title);
/external/chromium_org/webkit/renderer/
H A Dclipboard_utils.h20 const WebKit::WebString& title);
24 const WebKit::WebString& title);
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Diterate.cs5 <?cs var:result.title ?> ---> <?cs var:result.url ?>
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DTitleBox.java40 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) { argument
64 this.title = title;
68 return 7 + Utf8.utf8StringLengthInBytes(title);
75 byteBuffer.put(Utf8.convert(title));
83 title = IsoTypeReader.readString(content);
87 return "TitleBox[language=" + getLanguage() + ";title
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_syswm_c.h29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon);
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c33 void NX_SetCaption (_THIS, const char * title, const char * icon) argument
41 GrSetWindowTitle (SDL_Window, title) ;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/external/wpa_supplicant_8/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_model.cc27 content += apps()->GetItemAt(i)->title();
32 AppListItemModel* AppListTestModel::CreateItem(const std::string& title) { argument
34 item->SetTitle(title);
38 void AppListTestModel::AddItem(const std::string& title) { argument
39 apps()->Add(CreateItem(title));

Completed in 1866 milliseconds

1234567891011>>