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

12

/external/chromium/net/base/
H A Dstatic_cookie_policy.h49 void set_type(Type type) { type_ = type; } function in class:net::StaticCookiePolicy
H A Dupload_data.h53 void set_type(Type type) { function in class:net::UploadData::Element
/external/chromium_org/net/base/
H A Dstatic_cookie_policy.h42 void set_type(Type type) { type_ = type; } function in class:net::StaticCookiePolicy
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm91 sub set_type { subroutine
/external/chromium_org/chrome/browser/speech/
H A Dspeech_recognition_bubble_controller_unittest.cc60 static void set_type(BubbleType type) { function in class:speech::MockSpeechRecognitionBubble
176 MockSpeechRecognitionBubble::set_type(
190 MockSpeechRecognitionBubble::set_type(
204 MockSpeechRecognitionBubble::set_type(
/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/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_;
200 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) : P(P), set_(set_) {}
211 set_type set_; ///< The set.
/external/chromium/chrome/browser/chromeos/
H A Dwm_ipc.h50 void set_type(WmIpcMessageType type) { type_ = type; } function in struct:chromeos::WmIpc::Message
69 set_type(type);
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller_unittest.cc52 static void set_type(BubbleType type) { function in class:speech_input::MockSpeechInputBubble
176 MockSpeechInputBubble::set_type(
190 MockSpeechInputBubble::set_type(
204 MockSpeechInputBubble::set_type(
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.h125 void set_type(Type type) { type_ = type; } function in class:DockInfo
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h81 void set_type(const std::string & type) { type_ = type; } function in class:cricket::Candidate
/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/chromeos/dbus/ibus/
H A Dibus_property.h102 void set_type(IBusPropertyType type) { type_ = type; } function in class:chromeos::IBusProperty
/external/chromium_org/cc/output/
H A Dfilter_operation.h131 void set_type(FilterType type) { type_ = type; } function in class:cc::FilterOperation
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.h87 void set_type(PromptType type) { type_ = type; } function in class:ExtensionInstallPrompt::Prompt
H A Dmenu_manager.h158 void set_type(Type type) { type_ = type; } function in class:extensions::MenuItem
/external/chromium_org/media/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.h105 void set_type(const std::string & type) { type_ = type; } function in class:cricket::Candidate
/external/chromium_org/ui/message_center/
H A Dnotification.h72 void set_type(NotificationType type) { type_ = type; } function in class:message_center::Notification
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c491 void set_type (char *command_line) function
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.h75 void set_type(BookmarkNode::Type type) { type_ = type; } function in class:BookmarkNode
/external/chromium/chrome/browser/extensions/
H A Dextension_menu_manager.h130 void set_type(Type type) { type_ = type; } function in class:ExtensionMenuItem
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h243 void set_type(Type type) { data_.type = type; } function in class:SBEntry
/external/kernel-headers/original/linux/
H A Dirq.h81 * @set_type: set the flow type (IRQ_TYPE_LEVEL/etc.) of an IRQ
103 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip

Completed in 687 milliseconds

12