HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 176 - 200 of 4776) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/net/
url_request_slow_http_job.h 25 // Given the path to a file relative to base_path_, construct a mock URL.
  /external/chromium/chrome/browser/service/
service_process_control_manager.cc 32 // Couldn't find a ServiceProcess so construct a new one.
  /external/chromium/chrome/browser/ssl/
ssl_cert_error_handler.h 23 // Construct on the IO thread.
  /external/chromium/chrome/browser/ui/views/
theme_helpers.h 17 // by DrawThemeBackground, we can construct a LinearGradientBrush and draw
  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.cc 29 // Construct the banner visibility script name.
  /external/chromium/chrome/common/net/
raw_host_resolver_proc.h 10 // will construct and send DNS queries to the DNS server specified via
  /external/chromium_org/build/android/pylib/instrumentation/
test_result.py 12 """Construct an InstrumentationTestResult object.
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.h 47 // Construct and initialize tab_restore_service_ if it's NULL.
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_factory.h 28 // A BrowserContextKeyedServiceFactory to construct InvalidationServices. The
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_finder.h 44 // Used internally and by tests to construct an test environments.
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.h 17 // services and construct messages suitable for showing in UI.
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h 10 // InfoBarUtilities provide helper functions to construct infobars with
  /external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame_factory.h 18 // Construct a platform-specific implementation of this interface.
  /external/chromium_org/chrome/common/extensions/api/sockets/
sockets_manifest_data.h 38 // Tries to construct the info based on |value|, as it would have appeared in
  /external/chromium_org/chrome/test/chromedriver/net/
port_server.h 33 // Construct a port server that communicates via the unix domain socket with
  /external/chromium_org/chrome_elf/
version_assembly_manifest_action.gypi 5 # This file contains an action which can be used to construct a manifest file
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurawin.cc 14 // construct our pre-translated events.
  /external/chromium_org/content/browser/ssl/
ssl_cert_error_handler.h 21 // Construct on the IO thread.
  /external/chromium_org/content/worker/
worker_webapplicationcachehost_impl.h 12 // Information used to construct and initialize an appcache host
  /external/chromium_org/net/websockets/
websocket_handshake_stream_create_helper.h 20 // Holds the information needed to construct a
  /external/chromium_org/ppapi/proxy/
isolated_file_system_private_resource.h 17 // the fsid to PepperFileSystemHost in order to construct root url.
  /external/chromium_org/sandbox/linux/suid/common/
sandbox.h 13 // (e.g. Chrome) to construct a command line for the sandbox.
  /external/chromium_org/sandbox/win/src/
internal_types.h 47 // 32 and 64 bit builds. This construct is non-portable.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterPrimitiveStandardAttributes.cpp 82 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
84 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
86 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
88 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
SVGForeignObjectElement.cpp 87 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
89 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
91 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
93 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));

Completed in 718 milliseconds

1 2 3 4 5 6 78 91011>>