Searched defs:css (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen2.php5 * the CSS file. On *NIX you can also do a simple `php cssgen.php > geshi.css`.
47 header('Content-Disposition: attachment; filename="geshi.css"');
57 $css = $geshi->get_stylesheet(false); variable
58 echo preg_replace('/^\/\*\*.*?\*\//s', '', $css);
/external/chromium/chrome/browser/
H A Duser_style_sheet_watcher.cc19 const char kUserStyleSheetFile[] = "Custom.css";
103 std::string css; local
104 bool rv = file_util::ReadFileToString(style_sheet_file, &css);
106 if (rv && !css.empty()) {
108 rv = base::Base64Encode(css, &css_base64);
111 const char kDataUrlPrefix[] = "data:text/css;charset=utf-8;base64,";
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java116 public void addStyle (final String css) argument
118 if (css != null)
121 style.getAttributes ().set (Attribute.TYPE, "text/css");
126 style.setText (css, false);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceTokenizer.js71 "text/css": "SourceCSSTokenizer",
/external/llvm/lib/Support/
H A Dregcomp.c1036 size_t css = (size_t)p->g->csetsize; local
1045 nbytes = nc / CHAR_BIT * css;
1058 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1060 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);
1067 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT);
1093 size_t css = (size_t)p->g->csetsize; local
1095 for (i = 0; i < css; i++)
1117 size_t css = (size_t)p->g->csetsize; local
1123 for (i = 0; i < css;
1145 size_t css = (size_t)p->g->csetsize; local
1161 size_t css = (size_t)p->g->csetsize; local
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3554 // Returns False if 'css' wasn't big enough.
3556 const HChar* when, const HChar* where, /*OUT*/ChangedSeg* css,
3569 css_local = css;
3555 get_changed_segments( const HChar* when, const HChar* where, ChangedSeg* css, Int css_size, Int* css_used) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c602 ChangedSeg* css = NULL; local
619 VG_(free)(css); // css is NULL on first iteration; that's ok.
620 css = VG_(malloc)("sys_wrap.sync_mappings", css_size*sizeof(ChangedSeg));
621 ok = VG_(get_changed_segments)(when, where, css, css_size, &css_used);
627 ChangedSeg* cs = &css[i];
648 VG_(free)(css);
/external/chromium/chrome/common/extensions/
H A Dextension.cc808 // js and css keys
817 ListValue* css = NULL; local
819 !content_script->GetList(keys::kCss, &css)) {
825 // The manifest needs to have at least one js or css user script definition.
826 if (((js ? js->GetSize() : 0) + (css ? css->GetSize() : 0)) == 0) {
850 if (css) {
851 for (size_t script_index = 0; script_index < css->GetSize();
855 if (!css->Get(script_index, &value) || !value->GetAsString(&relative)) {
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp873 const WebString& css, const WebString& id) {
897 stylesheet->setTextContent(css, err);
872 insertStyleText( const WebString& css, const WebString& id) argument
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 4097 milliseconds