HomeSort by relevance Sort by last modified time
    Searched defs:set_type (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/net/base/
static_cookie_policy.h 40 void set_type(Type type) { type_ = type; } function in class:net::StaticCookiePolicy
  /external/chromium_org/ui/display/chromeos/test/
test_display_snapshot.h 27 void set_type(DisplayConnectionType type) { type_ = type; } function in class:ui::TestDisplaySnapshot
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.h 75 void set_type(const std::string& type) { type_ = type; } function in class:webrtc::JsepSessionDescription
  /external/chromium_org/tools/gn/
ordered_set.h 15 typedef std::set<T> set_type; typedef in class:OrderedSet
16 typedef typename set_type::const_iterator set_iterator;
65 set_type set_;
  /external/llvm/include/llvm/ADT/
SetVector.h 43 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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonToken.pm 91 sub set_type { subroutine
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 106 void set_type(Type type) { type_ = type; } function in class:DockInfo
  /external/chromium_org/ui/base/accelerators/
accelerator.h 48 void set_type(ui::EventType type) { type_ = type; } function in class:ui::Accelerator
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 75 void set_type(const std::string& type) { type_ = type; } function in class:DevToolsTargetImpl
  /development/ndk/platforms/android-3/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /external/chromium_org/components/bookmarks/browser/
bookmark_node.h 68 void set_type(Type type) { type_ = type; } function in class:BookmarkNode
  /external/chromium_org/media/formats/webm/
webm_content_encodings.h 62 void set_type(Type type) { type_ = type; } function in class:media::ContentEncoding
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 107 void set_type(const std::string & type) { type_ = type; } function in class:cricket::Candidate
port.h 317 void set_type(const std::string& type) { type_ = type; } function in class:cricket::Port
  /external/chromium_org/ui/message_center/
notification.h 76 void set_type(NotificationType type) { type_ = type; } function in class:message_center::Notification
  /external/e2fsprogs/ext2ed/
general_com.c 491 void set_type (char *command_line) function
  /external/chromium_org/cc/output/
filter_operation.h 172 void set_type(FilterType type) { type_ = type; } function in class:cc::FilterOperation
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 186 void set_type(Type type) { type_ = type; } function in class:extensions::MenuItem
extension_install_prompt.h 125 void set_type(PromptType type) { type_ = type; } function in class:ExtensionInstallPrompt::Prompt
  /external/chromium_org/google_apis/drive/
drive_api_requests.h 945 void set_type(PermissionType type) { type_ = type; } function in class:google_apis::drive::PermissionsInsertRequest
    [all...]
gdata_wapi_parser.h 89 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/
mkvmuxer.hpp 346 void set_type(uint64 type) { type_ = type; } function in class:mkvmuxer::Track
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 343 void set_type(uint64 type) { type_ = type; } function in class:mkvmuxer::Track
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py 10 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, \
32 unicode_type, str_type, bytes_type, bytearray_type, basestring_type, slice_type namespace
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 3638 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]

Completed in 1457 milliseconds

1 2