HomeSort by relevance Sort by last modified time
    Searched refs:body (Results 26 - 50 of 1205) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/
extensions_infobar.css 9 body {
extensions_infobar_mac.css 9 body {
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.css 7 body,
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_title.css 4 body {
most_visited_iframe.css 4 body {
  /external/chromium_org/chrome/browser/resources/options/
options_settings_app.css 8 html.settings-app body.uber-frame {
17 html.settings-app body.uber-frame section {
20 html.settings-app body.uber-frame section > h3 {
25 html.settings-app body.uber-frame header {
  /external/chromium_org/content/shell/browser/
ipc_echo_message_filter.cc 29 const std::string& body) {
30 Send(new ShellViewMsg_EchoPong(routing_id, id, body));
  /external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
window-resize.js 10 document.body.offsetTop;
12 document.body.offsetTop;
18 document.body.innerHTML = "";
19 document.body.appendChild(logNode);
  /external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.css 25 body {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 21 : m='method' ID '(' ')' body
25 body
30 $body::decls = []
34 $body::decls.uniq!
35 for it in $body::decls
41 stat: ID '=' expr ';' {$body::decls << $ID.text.to_s}
  /external/chromium_org/net/server/
http_server_response_info.cc 29 const std::string& body) {
31 response.SetBody(body, "text/html");
40 void HttpServerResponseInfo::SetBody(const std::string& body,
43 body_ = body;
44 SetContentHeaders(body.length(), content_type);
69 const std::string& HttpServerResponseInfo::body() const { function in class:net::HttpServerResponseInfo
http_server_response_info.h 24 static HttpServerResponseInfo CreateFor500(const std::string& body);
29 void SetBody(const std::string& body, const std::string& content_type);
30 // Sets content-length and content-type. Body should be sent separately.
37 const std::string& body() const;
  /external/chromium_org/remoting/webapp/
window_frame.css 6 .window-body {
11 html.apps-v2 body {
16 html.apps-v2 body:not(.fullscreen) {
87 html.apps-v2 .window-body {
127 body:not(.connected) .window-disconnect,
128 body:not(.connected) .window-fullscreen,
129 body:not(.connected) .window-options {
149 html.apps-v2 body.fullscreen #scroller {
153 html.apps-v2 body.fullscreen .window-body {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 12 body {
66 body.rtl .col1, body.rtl .col2 {
69 body.rtl {
72 body.rtl .col2 {
75 body.rtl .checkBox, body.rtl .checkBoxTopic {
78 body.rtl table.contentTable {
81 body.rtl #save_div{
84 body.rtl #countryList
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.c 1484 const uint8_t *body = (const uint8_t *)data; local
1801 const uint8_t *body = (const uint8_t *)&header[1]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 1484 const uint8_t *body = (const uint8_t *)data; local
1801 const uint8_t *body = (const uint8_t *)&header[1]; local
    [all...]
  /external/chromium_org/tools/telemetry/third_party/davclient/
davclient.py 67 def _request(self, method, path='', body=None, headers=None):
85 self._connection.request(method, path, body, headers)
89 self.response.body = self.response.read()
99 """Parse the response body into an elementree object"""
100 self.response.tree = ElementTree.fromstring(self.response.body)
115 return self.response.body
121 def put(self, path, body=None, f=None, headers=None):
122 """Put resource with body"""
124 body = f.read()
126 self._request('PUT', path, body=body, headers=headers
    [all...]
  /external/chromium_org/net/quic/
quic_data_stream_test.cc 134 string body = "this is the body"; local
139 QuicStreamFrame frame(kClientDataStreamId1, false, 0, MakeIOVector(body));
142 EXPECT_EQ(headers + body, stream_->data());
147 string body = "this is the body"; local
149 for (size_t fragment_size = 1; fragment_size < body.size();
160 for (size_t offset = 0; offset < body.size(); offset += fragment_size) {
161 size_t remaining_data = body.size() - offset;
162 StringPiece fragment(body.data() + offset
175 string body = "this is the body"; local
207 string body = "this is the body"; local
234 string body = "this is the body"; local
258 string body = "this is the body"; local
299 string body; local
343 string body; local
386 string body; local
446 string body; local
489 string body; local
523 string body; local
548 string body = ""; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/
webtry.js 50 document.body.classList.add('waiting');
56 document.body.classList.remove('waiting');
98 body = JSON.parse(e.target.response);
103 body.forEach(function(source) {
198 body = JSON.parse(e.target.response);
199 code.value = body.code;
200 editor.setValue(body.code);
201 img.src = '/i/'+body.hash+'.png';
202 sourceSelectByID(body.source);
204 permalink.href = '/c/' + body.hash
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RecordedResponse.java 33 public final String body; field in class:RecordedResponse
36 RecordedResponse(Request request, Response response, String body, Failure failure) {
39 this.body = body;
61 assertEquals(expectedBody, body);
82 assertNull(redirectedBy.body());
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
sample.css 17 body {
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
sample.css 17 body {
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_can_inline.cpp 33 * (0) loop surrounding the function body.
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
  /external/doclava/res/assets/templates/
trailer.cs 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /external/mesa3d/src/glsl/
ir_function_can_inline.cpp 33 * (0) loop surrounding the function body.
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();

Completed in 4734 milliseconds

12 3 4 5 6 7 8 91011>>