Searched
full:construct (Results
1301 -
1325 of
4776) sorted by null
<<51525354555657585960>>
/external/chromium_org/net/socket/ |
ssl_client_socket.h | 106 // construct a comma separated string of server advertised protocols.
|
ssl_session_cache_openssl.h | 71 // Construct a new cache instance.
|
/external/chromium_org/net/spdy/ |
spdy_frame_reader.h | 18 // To use, simply construct a SpdyFramerReader using the underlying buffer that
|
/external/chromium_org/net/test/spawned_test_server/ |
remote_test_server.cc | 117 // Construct server data to initialize BaseTestServer::server_data_.
|
/external/chromium_org/net/third_party/nss/patches/ |
tlsunique.patch | 116 /* Construct a new NSPR socket for the app to use */
|
/external/chromium_org/net/websockets/ |
websocket_deflater_test.cc | 21 TEST(WebSocketDeflaterTest, Construct) {
|
websocket_frame.h | 124 // WebSocketFrameParser). To construct WebSocket frames, use functions below.
|
websocket_inflater_test.cc | 25 TEST(WebSocketInflaterTest, Construct) {
|
/external/chromium_org/ppapi/c/documentation/ |
index.dox | 47 <p>Click on any of the links below "Pepper C API" on the left to view the API by construct (all interfaces, structures, functions, and so on), functional area (all APIs pertaining to audio, 2D graphics, 3D graphics, and so on), or file (all APIs in <code>pp_bool.h</code>, <code>ppp.h</code>, <code>ppb_var.h</code>, and so on).</p>
|
/external/chromium_org/ppapi/cpp/documentation/ |
index.dox | 47 <p>Click on any of the links below "Pepper C API" on the left to view the API by construct (all interfaces, structures, functions, and so on), functional area (all APIs pertaining to audio, 2D graphics, 3D graphics, and so on), or file (all APIs in <code>pp_bool.h</code>, <code>ppp.h</code>, <code>ppb_var.h</code>, and so on).</p>
|
/external/chromium_org/ppapi/cpp/private/ |
var_private.h | 52 VarPrivate Construct(uint32_t argc, Var* argv, Var* exception = NULL) const;
|
/external/chromium_org/ppapi/examples/gles2/ |
gles2.cc | 51 // For now, just delete it and construct+bind a new context.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
scriptable_plugin.h | 77 virtual pp::Var Construct(const std::vector<pp::Var>& args,
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
SwipePinchDetector.java | 47 /** Construct a new detector, using the context to determine movement thresholds. */
|
/external/chromium_org/remoting/host/ |
daemon_process_win.cc | 176 // Construct the host binary name.
|
/external/chromium_org/remoting/webapp/ |
wcs_loader.js | 42 * When it's loaded, construct remoting.wcs as a wrapper for it.
|
/external/chromium_org/sandbox/win/src/ |
policy_low_level.h | 20 // To use these classes you construct one or more rules and add them to the
|
/external/chromium_org/skia/ext/ |
platform_canvas.h | 62 // Construct a canvas from the given memory region. The memory is not cleared
|
/external/chromium_org/sync/tools/ |
sync_listen_notifications.cc | 95 // Construct |context_| lazily so it gets constructed on the right
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ExceptionMessages.cpp | 40 return "Failed to construct '" + type + (!detail.isEmpty() ? String("': " + detail) : String("'"));
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGLength.h | 69 static SVGLength construct(SVGLengthMode, const String&, SVGParsingError&, SVGLengthNegativeValuesMode = AllowNegativeLengths);
|
SVGSVGElement.cpp | 252 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 254 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 256 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths)); 258 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
|
SVGTextPathElement.cpp | 90 setStartOffsetBaseValue(SVGLength::construct(LengthModeOther, value, parseError));
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
AlternateFontFamily.h | 40 // Instead of trying to construct a bitmap font and then going down the fallback path map
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebEmbeddedWorkerImpl.cpp | 196 // Construct substitute data source for the 'shadow page'. We only need it
|
Completed in 927 milliseconds
<<51525354555657585960>>