HomeSort by relevance Sort by last modified time
    Searched refs:AddHandler (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler_list_factory.cc 545 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
551 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
553 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
555 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
557 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
559 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
561 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
565 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
567 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
569 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>
    [all...]
javascript_policy_handler_unittest.cc 18 handler_list_.AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler_list.h 41 void AddHandler(scoped_ptr<ConfigurationPolicyHandler> handler);
configuration_policy_pref_store_unittest.cc 43 handler_list_.AddHandler(
71 handler_list_.AddHandler(
97 handler_list_.AddHandler(
135 handler_list_.AddHandler(
162 handler_list_.AddHandler(
configuration_policy_handler_list.cc 26 void ConfigurationPolicyHandlerList::AddHandler(
  /external/chromium_org/mojo/public/cpp/utility/
run_loop.h 34 void AddHandler(RunLoopHandler* handler,
56 // Contains the data needed to track a request to AddHandler().
  /art/runtime/
fault_handler.cc 179 void FaultManager::AddHandler(FaultHandler* handler, bool generated_code) {
287 manager_->AddHandler(this, true);
294 manager_->AddHandler(this, true);
301 manager_->AddHandler(this, true);
308 manager_->AddHandler(this, false);
fault_handler.h 47 void AddHandler(FaultHandler* handler, bool generated_code);
  /external/chromium_org/mojo/public/cpp/utility/tests/
run_loop_unittest.cc 103 run_loop.AddHandler(&handler, test_pipe.handle0.get(),
139 run_loop.AddHandler(&handler, test_pipe.handle0.get(),
174 run_loop.AddHandler(&handler, test_pipe.handle0.get(),
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.cpp 118 AddHandler(OMX_IndexParamVideoAvc, GetParamVideoAvc, SetParamVideoAvc);
119 AddHandler(OMX_IndexParamVideoProfileLevelQuerySupported, GetVideoProfileLevelQuerySupported, SetVideoProfileLevelQuerySupported);
120 AddHandler(OMX_IndexParamVideoProfileLevelCurrent, GetVideoProfileLevelCurrent, SetVideoProfileLevelCurrent);
OMXComponentCodecBase.h 76 virtual OMX_ERRORTYPE AddHandler(OMX_INDEXTYPE type, OMXHANDLER getter, OMXHANDLER setter);
OMXVideoEncoderBase.cpp 393 AddHandler(OMX_IndexParamVideoPortFormat, GetParamVideoPortFormat, SetParamVideoPortFormat);
394 AddHandler(OMX_IndexParamVideoBitrate, GetParamVideoBitrate, SetParamVideoBitrate);
395 AddHandler((OMX_INDEXTYPE)OMX_IndexIntelPrivateInfo, GetIntelPrivateInfo, SetIntelPrivateInfo);
396 AddHandler((OMX_INDEXTYPE)OMX_IndexConfigIntelBitrate, GetConfigIntelBitrate, SetConfigIntelBitrate);
397 AddHandler((OMX_INDEXTYPE)OMX_IndexConfigIntelAIR, GetConfigIntelAIR, SetConfigIntelAIR);
398 AddHandler((OMX_INDEXTYPE)OMX_IndexParamVideoIntraRefresh, GetParamVideoIntraRefresh, SetParamVideoIntraRefresh);
399 AddHandler(OMX_IndexConfigVideoFramerate, GetConfigVideoFramerate, SetConfigVideoFramerate);
400 AddHandler(OMX_IndexConfigVideoIntraVOPRefresh, GetConfigVideoIntraVOPRefresh, SetConfigVideoIntraVOPRefresh);
401 //AddHandler(OMX_IndexParamIntelAdaptiveSliceControl, GetParamIntelAdaptiveSliceControl, SetParamIntelAdaptiveSliceControl);
402 //AddHandler(OMX_IndexParamVideoProfileLevelQuerySupported, GetParamVideoProfileLevelQuerySupported, SetParamVi (…)
    [all...]
OMXVideoDecoderH263.cpp 85 AddHandler(OMX_IndexParamVideoH263, GetParamVideoH263, SetParamVideoH263);
86 AddHandler(OMX_IndexParamVideoProfileLevelQuerySupported, GetParamVideoH263ProfileLevel, SetParamVideoH263ProfileLevel);
OMXVideoDecoderMPEG4.cpp 85 AddHandler(OMX_IndexParamVideoMpeg4, GetParamVideoMpeg4, SetParamVideoMpeg4);
86 AddHandler(OMX_IndexParamVideoProfileLevelQuerySupported, GetParamVideoMpeg4ProfileLevel, SetParamVideoMpeg4ProfileLevel);
OMXVideoDecoderAVC.cpp 231 AddHandler(OMX_IndexParamVideoAvc, GetParamVideoAvc, SetParamVideoAvc);
232 AddHandler((OMX_INDEXTYPE)OMX_IndexParamIntelAVCDecodeSettings, GetParamIntelAVCDecodeSettings, SetParamIntelAVCDecodeSettings);
233 AddHandler(OMX_IndexParamVideoProfileLevelQuerySupported, GetParamVideoAVCProfileLevel, SetParamVideoAVCProfileLevel);
OMXVideoEncoderAVC.cpp 667 AddHandler(OMX_IndexParamVideoAvc, GetParamVideoAvc, SetParamVideoAvc);
668 AddHandler((OMX_INDEXTYPE)OMX_IndexParamNalStreamFormat, GetParamNalStreamFormat, SetParamNalStreamFormat);
669 AddHandler((OMX_INDEXTYPE)OMX_IndexParamNalStreamFormatSupported, GetParamNalStreamFormatSupported, SetParamNalStreamFormatSupported);
670 AddHandler((OMX_INDEXTYPE)OMX_IndexParamNalStreamFormatSelect, GetParamNalStreamFormatSelect, SetParamNalStreamFormatSelect);
671 AddHandler(OMX_IndexConfigVideoAVCIntraPeriod, GetConfigVideoAVCIntraPeriod, SetConfigVideoAVCIntraPeriod);
672 AddHandler(OMX_IndexConfigVideoNalSize, GetConfigVideoNalSize, SetConfigVideoNalSize);
673 AddHandler((OMX_INDEXTYPE)OMX_IndexConfigIntelSliceNumbers, GetConfigIntelSliceNumbers, SetConfigIntelSliceNumbers);
674 AddHandler((OMX_INDEXTYPE)OMX_IndexParamIntelAVCVUI, GetParamIntelAVCVUI, SetParamIntelAVCVUI);
675 AddHandler((OMX_INDEXTYPE)OMX_IndexParamVideoBytestream, GetParamVideoBytestream, SetParamVideoBytestream);
676 AddHandler((OMX_INDEXTYPE)OMX_IndexParamVideoProfileLevelQuerySupported, GetParamVideoProfileLevelQuerySuppor (…)
    [all...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 195 # AddHandler allows you to map certain file extensions to "handlers",
204 AddHandler cgi-script .cgi .pl
210 AddHandler server-parsed .shtml
216 AddHandler send-as-is asis
httpd.conf 606 # AddHandler allows you to map certain file extensions to "handlers",
615 AddHandler cgi-script .cgi .pl
621 AddHandler server-parsed .shtml
627 AddHandler send-as-is asis
632 #AddHandler imap-file map
637 #AddHandler type-map var
httpd2.conf 246 # AddHandler allows you to map certain file extensions to "handlers",
255 AddHandler cgi-script .cgi .pl
261 AddHandler server-parsed .shtml
267 AddHandler send-as-is asis
  /external/chromium_org/ui/wm/core/
input_method_event_filter_unittest.cc 58 root_filter_.AddHandler(input_method_event_filter_.get());
59 root_filter_.AddHandler(&test_filter_);
compound_event_filter.h 52 void AddHandler(ui::EventHandler* filter);
  /external/chromium_org/mojo/common/
message_pump_mojo.h 34 void AddHandler(MessagePumpMojoHandler* handler,
52 // Contains the data needed to track a request to AddHandler().
  /external/chromium_org/mojo/public/cpp/environment/lib/
default_async_waiter.cc 75 run_loop->AddHandler(run_loop_handler, Handle(handle), signals, deadline);
  /external/chromium_org/ui/wm/test/
wm_test_helper.cc 36 root_window_event_filter_->AddHandler(input_method_filter_.get());
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler_unittest.cc 20 handler_list_.AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(

Completed in 667 milliseconds

1 2 3