OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:content_type_
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/net/test/embedded_test_server/
http_response.h
46
const std::string& content_type() const { return
content_type_
; }
48
content_type_
= content_type;
62
std::string
content_type_
;
member in class:net::test_server::BasicHttpResponse
http_response.cc
41
content_type_
.c_str());
/external/chromium_org/webkit/common/blob/
blob_data.h
49
const std::string& content_type() const { return
content_type_
; }
51
content_type_
= content_type;
68
std::string
content_type_
;
member in class:webkit_blob::BlobData
/external/chromium_org/components/cronet/android/
url_request_peer.h
85
std::string content_type() const { return
content_type_
; }
115
std::string
content_type_
;
member in class:cronet::URLRequestPeer
url_request_peer.cc
185
request->GetResponseHeaderByName("Content-Type", &
content_type_
);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc
175
content_type_
.clear();
243
assert(
content_type_
.empty());
266
content_type_
.assign(headers, type_end);
276
return !
content_type_
.empty() && content_length_ != 0;
data_socket.h
98
const std::string& content_type() const { return
content_type_
; }
152
std::string
content_type_
;
member in class:DataSocket
/external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc
421
content_type_
.reset(ContextMenuContentTypeFactory::Create(
586
if (
content_type_
->SupportsGroup(ContextMenuContentType::ITEM_GROUP_CUSTOM)) {
597
if (
content_type_
->SupportsGroup(ContextMenuContentType::ITEM_GROUP_PAGE))
600
if (
content_type_
->SupportsGroup(ContextMenuContentType::ITEM_GROUP_FRAME)) {
607
if (
content_type_
->SupportsGroup(ContextMenuContentType::ITEM_GROUP_LINK)) {
613
if (
content_type_
->SupportsGroup(
618
if (
content_type_
->SupportsGroup(
623
if (
content_type_
->SupportsGroup(
628
if (
content_type_
->SupportsGroup(
633
if (
content_type_
->SupportsGroup
[
all
...]
render_view_context_menu.h
289
scoped_ptr<ContextMenuContentType>
content_type_
;
member in class:RenderViewContextMenu
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h
104
ContentSettingsType content_type() const { return
content_type_
; }
175
ContentSettingsType
content_type_
;
member in class:ContentSettingBubbleModel
content_setting_bubble_model.cc
[
all
...]
/external/chromium_org/sync/internal_api/
http_bridge.cc
229
DCHECK(
content_type_
.empty()) << "Bridge payload already set.";
232
content_type_
= content_type;
251
DCHECK(!
content_type_
.empty()) << "Payload not set";
284
fetch_state_.url_poster->SetUploadData(
content_type_
, request_content_);
/external/chromium_org/google_apis/drive/
base_requests.cc
503
content_type_
(content_type),
506
DCHECK(!
content_type_
.empty());
536
headers.push_back(kUploadContentType +
content_type_
);
664
content_type_
(content_type),
711
*upload_content_type =
content_type_
;
base_requests.h
327
const std::string
content_type_
;
member in class:google_apis::InitiateUploadRequestBase
442
const std::string
content_type_
;
member in class:google_apis::ResumeUploadRequestBase
/external/chromium_org/sync/internal_api/public/
http_bridge.h
171
std::string
content_type_
;
member in class:syncer::HttpBridge
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h
288
const std::string& content_type() const { return
content_type_
; }
532
std::string
content_type_
;
member in class:cricket::BaseSession
[
all
...]
session.cc
395
content_type_
(content_type),
[
all
...]
Completed in 844 milliseconds