Searched defs:Config (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_config.cc9 Config::Config() : max_bytes(150 * 1024 * 1024), function in class:prerender::Config
20 Config::~Config() { }
H A Dprerender_config.h15 struct Config { struct in namespace:prerender
16 Config();
17 ~Config();
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_engine.cc15 SpeechRecognitionEngine::Config::Config() function in class:content::SpeechRecognitionEngine::Config
24 SpeechRecognitionEngine::Config::~Config() {
H A Dspeech_recognition_engine.h48 struct CONTENT_EXPORT Config { struct in class:content::SpeechRecognitionEngine
49 Config();
50 ~Config();
68 virtual void SetConfig(const Config& config) = 0;
108 typedef SpeechRecognitionEngine::Config SpeechRecognitionEngineConfig;
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dconfig.cc9 Config::Config() function in class:egl::Config
44 Config::~Config() {
47 bool Config::GetAttrib(EGLint attribute, EGLint* value) const {
/external/chromium_org/tools/gn/
H A Dconfig.cc11 Config::Config(const Settings* settings, const Label& label) function in class:Config
15 Config::~Config() {
18 Config* Config::AsConfig() {
22 const Config* Config::AsConfig() const {
H A Dconfig.h13 class Config : public Item { class in inherits:Item
15 Config(const Settings* settings, const Label& label);
16 virtual ~Config();
18 virtual Config* AsConfig() OVERRIDE;
19 virtual const Config* AsConfig() const OVERRIDE;
27 DISALLOW_COPY_AND_ASSIGN(Config);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dconfig.py39 class Config(object): class in inherits:object
/external/chromium_org/third_party/webrtc/
H A Dcommon.h18 // Class Config is designed to ease passing a set of options across webrtc code.
38 class Config { class in namespace:webrtc
51 Config() {} function in class:webrtc::Config
52 ~Config() {
97 Config(const Config&);
98 void operator=(const Config&);
102 const T& Config::Get() const {
114 void Config::Set(T* value) {
H A Dcall.h63 struct Config { struct in class:webrtc::Call
64 explicit Config(newapi::Transport* send_transport) function in struct:webrtc::Call::Config
71 webrtc::Config* webrtc_config;
88 static Call* Create(const Call::Config& config);
90 static Call* Create(const Call::Config& config,
91 const webrtc::Config& webrtc_config);
94 const VideoSendStream::Config& config,
100 const VideoReceiveStream::Config& config) = 0;
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dconfig.py29 class Config(dict): class in inherits:dict
53 raise AttributeError('Config does not contain: %s' % name)
65 logging.info('Source \"%s\" already in Config.' % (source,))
71 logging.warn('Source \"%s\" not in Config.' % (source,))
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTestingPlatformSupport.h57 struct Config { struct in class:blink::TestingPlatformSupport
58 Config() : hasDiscardableMemorySupport(false) { } function in struct:blink::TestingPlatformSupport::Config
63 explicit TestingPlatformSupport(const Config&);
73 const Config m_config;
/external/chromium_org/content/browser/renderer_host/input/
H A Dtap_suppression_controller.cc13 TapSuppressionController::Config::Config() function in class:content::TapSuppressionController::Config
21 const Config& config)
H A Dtap_suppression_controller.h22 struct CONTENT_EXPORT Config { struct in class:content::TapSuppressionController
23 Config();
37 const Config& config);
H A Dgesture_event_queue.h63 struct CONTENT_EXPORT Config { struct in class:content::GestureEventQueue
64 Config();
67 TapSuppressionController::Config touchpad_tap_suppression_config;
70 TapSuppressionController::Config touchscreen_tap_suppression_config;
81 const Config& config);
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.h62 struct Config { struct in class:net::SSLSessionCacheOpenSSL
79 SSLSessionCacheOpenSSL(SSL_CTX* ctx, const Config& config) : impl_(NULL) {
88 void Reset(SSL_CTX* ctx, const Config& config);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DInplaceEditor.js14 * @param {!WebInspector.InplaceEditor.Config=} config
79 * @param {!WebInspector.InplaceEditor.Config=} config
87 config = config || new WebInspector.InplaceEditor.Config(function() {}, function() {});
211 WebInspector.InplaceEditor.Config = function(commitHandler, cancelHandler, context, blurHandler)
237 WebInspector.InplaceEditor.Config.prototype = {
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp7 // Config.cpp: Implements the egl::Config class, describing the format, type
11 #include "libEGL/Config.h"
25 Config::Config(rx::ConfigDesc desc, EGLint minInterval, EGLint maxInterval, EGLint texWidth, EGLint texHeight) function in class:egl::Config
140 EGLConfig Config::getHandle() const
172 EGLint SortConfig::wantedComponentsSize(const Config &config) const
185 bool SortConfig::operator()(const Config *x, const Config *y) const
190 bool SortConfig::operator()(const Config
[all...]
/external/chromium_org/third_party/webrtc/test/
H A Dfake_network_pipe.h34 struct Config { struct in class:webrtc::FakeNetworkPipe
35 Config() function in struct:webrtc::FakeNetworkPipe::Config
54 explicit FakeNetworkPipe(const FakeNetworkPipe::Config& config);
61 void SetConfig(const FakeNetworkPipe::Config& config);
84 Config config_;
/external/deqp/scripts/
H A Drun_internal_tests.py25 class Config: class in inherits:
99 Config(
110 Config(
121 Config(
132 Config(
145 Config(
153 Config(
161 Config(
169 Config(
179 Config(
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.h52 _EGLConfig *Config; member in struct:_egl_context
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_cfg_helper.py9 def Config(**kwargs): function
24 return Config(config='8888', **kwargs)
28 return Config(config='gpu', **kwargs)
41 return Config(**dict(TileArgs(tile_x, tile_y,
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider.h30 struct GESTURE_DETECTION_EXPORT Config { struct in class:ui::GestureProvider
31 Config();
32 ~Config();
34 GestureDetector::Config gesture_detector_config;
35 ScaleGestureDetector::Config scale_gesture_detector_config;
60 GestureProvider(const Config& config, GestureProviderClient* client);
/external/mesa3d/src/egl/main/
H A Deglcontext.h52 _EGLConfig *Config; member in struct:_egl_context
/external/skia/tools/
H A Dbench_pictures_cfg_helper.py9 def Config(**kwargs): function
24 return Config(config='8888', **kwargs)
28 return Config(config='gpu', **kwargs)
41 return Config(**dict(TileArgs(tile_x, tile_y,

Completed in 747 milliseconds

1234