Searched defs:set_type (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/net/base/
H A Dstatic_cookie_policy.h40 void set_type(Type type) { type_ = type; } function in class:net::StaticCookiePolicy
/external/chromium_org/ui/display/chromeos/test/
H A Dtest_display_snapshot.h27 void set_type(DisplayConnectionType type) { type_ = type; } function in class:ui::TestDisplaySnapshot
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm91 sub set_type { subroutine
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsepsessiondescription.h75 void set_type(const std::string& type) { type_ = type; } function in class:webrtc::JsepSessionDescription
/external/chromium_org/tools/gn/
H A Dordered_set.h15 typedef std::set<T> set_type; typedef in class:OrderedSet
16 typedef typename set_type::const_iterator set_iterator;
65 set_type set_;
/external/chromium_org/ui/base/accelerators/
H A Daccelerator.h48 void set_type(ui::EventType type) { type_ = type; } function in class:ui::Accelerator
/external/llvm/include/llvm/ADT/
H A DSetVector.h43 typedef Set set_type; typedef in class:llvm::SetVector
195 set_type &set_;
198 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) : P(P), set_(set_) {}
210 set_type set_; ///< The set.
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.h75 void set_type(const std::string& type) { type_ = type; } function in class:DevToolsTargetImpl
/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h106 void set_type(Type type) { type_ = type; } function in class:DockInfo
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node.h68 void set_type(Type type) { type_ = type; } function in class:BookmarkNode
/external/chromium_org/media/formats/webm/
H A Dwebm_content_encodings.h62 void set_type(Type type) { type_ = type; } function in class:media::ContentEncoding
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h107 void set_type(const std::string & type) { type_ = type; } function in class:cricket::Candidate
H A Dport.h317 void set_type(const std::string& type) { type_ = type; } function in class:cricket::Port
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c491 void set_type (char *command_line) function
/external/chromium_org/cc/output/
H A Dfilter_operation.h172 void set_type(FilterType type) { type_ = type; } function in class:cc::FilterOperation
/external/chromium_org/ui/message_center/
H A Dnotification.h76 void set_type(NotificationType type) { type_ = type; } function in class:message_center::Notification
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.h125 void set_type(PromptType type) { type_ = type; } function in class:ExtensionInstallPrompt::Prompt
H A Dmenu_manager.h186 void set_type(Type type) { type_ = type; } function in class:extensions::MenuItem
/external/chromium_org/google_apis/drive/
H A Ddrive_api_requests.h945 void set_type(PermissionType type) { type_ = type; } function in class:google_apis::drive::PermissionsInsertRequest
H A Dgdata_wapi_parser.h89 void set_type(LinkType type) { type_ = type; } function in class:google_apis::Link
138 void set_type(ResourceLinkType type) { type_ = type; } function in class:google_apis::ResourceLink
208 void set_type(CategoryType type) { type_ = type; } function in class:google_apis::Category
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp346 void set_type(uint64 type) { type_ = type; } function in class:mkvmuxer::Track
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp343 void set_type(uint64 type) { type_ = type; } function in class:mkvmuxer::Track
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py10 list_type=object, tuple_type=object, set_type=object, dict_type=object,
31 from Builtin import list_type, tuple_type, set_type, dict_type, type_type, \
6508 elif self.type is Builtin.set_type:
6545 elif self.target.type is set_type:
6659 type = set_type
6670 self.type = set_type
32 unicode_type, str_type, bytes_type, bytearray_type, basestring_type, slice_type namespace
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h841 inline void set_type(::google::protobuf::FieldDescriptorProto_Type value);
3057 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h870 inline void set_type(::google::protobuf::FieldDescriptorProto_Type value);
3638 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto

Completed in 5063 milliseconds

12