Searched refs:set_scope (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/formats/webm/
H A Dwebm_content_encodings.h59 void set_scope(Scope scope) { scope_ = scope; } function in class:media::ContentEncoding
H A Dwebm_content_encodings_client.cc95 cur_content_encoding_->set_scope(ContentEncoding::kScopeAllFrameContents);
180 cur_content_encoding_->set_scope(static_cast<ContentEncoding::Scope>(val));
/external/chromium_org/v8/src/
H A Dparser.cc1289 body->set_scope(scope);
1382 body->set_scope(scope);
2052 body->set_scope(block_scope);
3012 outer_block->set_scope(for_scope);
3089 inner_block->set_scope(inner_scope);
3208 body_block->set_scope(for_scope);
3305 block->set_scope(for_scope);
H A Dast.h468 void set_scope(Scope* scope) { scope_ = scope; } function in class:v8::internal::FINAL
H A Dhydrogen.cc4557 set_scope(scope);
4564 set_scope(outer_scope);
7924 set_scope(target_info.scope());
7933 set_scope(saved_scope);
H A Dhydrogen.h1055 void set_scope(Scope* scope) { scope_ = scope; } function in class:v8::internal::HGraphBuilder
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py913 type.set_scope(scope)
1306 type.set_scope(scope)
H A DPyrexTypes.py955 def set_scope(self, scope): member in class:BuiltinObjectType
1098 def set_scope(self, scope): member in class:PyExtensionType
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c4403 struct sctp_nets **netp, int set_scope, int from)
4457 if (set_scope) {
4489 if (set_scope) {
4588 if (net->addr_is_local && ((set_scope || (from == SCTP_ADDR_IS_CONFIRMED)))) {
4402 sctp_add_remote_addr(struct sctp_tcb *stcb, struct sockaddr *newaddr, struct sctp_nets **netp, int set_scope, int from) argument

Completed in 726 milliseconds