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

1 2 3 4

  /external/chromium/net/base/
static_cookie_policy.h 49 void set_type(Type type) { type_ = type; } function in class:net::StaticCookiePolicy
upload_data.h 53 void set_type(Type type) { function in class:net::UploadData::Element
  /external/chromium_org/net/base/
static_cookie_policy.h 42 void set_type(Type type) { type_ = type; } function in class:net::StaticCookiePolicy
  /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/ui/base/accelerators/
accelerator.h 48 void set_type(ui::EventType type) { type_ = type; } function in class:ui::Accelerator
  /external/llvm/include/llvm/ADT/
SetVector.h 43 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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonToken.pm 91 sub set_type { subroutine
  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 50 void set_type(WmIpcMessageType type) { type_ = type; } function in struct:chromeos::WmIpc::Message
69 set_type(type);
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller_unittest.cc 60 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/chrome/browser/ui/tabs/
dock_info.h 106 void set_type(Type type) { type_ = type; } function in class:DockInfo
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 52 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/
dock_info.h 125 void set_type(Type type) { type_ = type; } function in class:DockInfo
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 81 void set_type(const std::string & type) { type_ = type; } function in class:cricket::Candidate
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property.h 102 void set_type(IBusPropertyType type) { type_ = type; } function in class:chromeos::IBusProperty
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 347 def set_type(type): function in function:TableDBTestCase.test_Modify
363 mappings={'Type': set_type})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 347 def set_type(type): function in function:TableDBTestCase.test_Modify
363 mappings={'Type': set_type})
  /bionic/libc/kernel/common/linux/
irq.h 79 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /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/chrome/browser/extensions/
extension_menu_manager.h 130 void set_type(Type type) { type_ = type; } function in class:ExtensionMenuItem
  /external/chromium_org/cc/output/
filter_operation.h 131 void set_type(FilterType type) { type_ = type; } function in class:cc::FilterOperation
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 87 void set_type(PromptType type) { type_ = type; } function in class:ExtensionInstallPrompt::Prompt
  /external/chromium_org/media/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 105 void set_type(const std::string & type) { type_ = type; } function in class:cricket::Candidate
  /external/chromium_org/ui/message_center/
notification.h 72 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

Completed in 533 milliseconds

1 2 3 4