HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 1101 - 1125 of 3661) sorted by null

<<41424344454647484950>>

  /external/protobuf/src/google/protobuf/stubs/
hash.cc 0 // Protocol Buffers - Google's data interchange format
  /external/protobuf/src/google/protobuf/
unittest_import_lite.proto 0 // Protocol Buffers - Google's data interchange format
unittest_import_micro.proto 0 // Protocol Buffers - Google's data interchange format
unittest_lite_imports_nonlite.proto 0 // Protocol Buffers - Google's data interchange format
unittest_no_generic_services.proto 0 // Protocol Buffers - Google's data interchange format
unittest_recursive_micro.proto 0 // Protocol Buffers - Google's data interchange format
unittest_simple_micro.proto 0 // Protocol Buffers - Google's data interchange format
unittest_stringutf8_micro.proto 0 // Protocol Buffers - Google's data interchange format
  /external/qemu/android/
display-core.c 37 * object. See android/protocol/fb-updates-proxy.c.
  /external/qemu/android/protocol/
core-commands-qemu.c 24 #include "android/protocol/core-commands-api.h"
ui-commands-impl.c 15 * part of the UI control protocol. Here we handle UI control commands received
26 #include "android/protocol/core-connection.h"
27 #include "android/protocol/ui-commands-impl.h"
28 #include "android/protocol/ui-commands-api.h"
ui-common.h 17 * Contains declarations for UI control protocol used by both the Core,
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
set-href-attribute-pathname-expected.txt 22 Set pathname to a URL with non-hierarchical protocol
  /external/webkit/Source/WebCore/bindings/objc/
ObjCEventListener.h 34 @protocol DOMEventListener;
ObjCNodeFilterCondition.h 35 @protocol DOMNodeFilter;
  /external/webkit/Source/WebCore/page/
Location.cpp 70 String Location::protocol() const function in class:WebCore::Location
75 return url().protocol() + ":";
166 void Location::setProtocol(const String& protocol, DOMWindow* activeWindow, DOMWindow* firstWindow, ExceptionCode& ec)
171 if (!url.setProtocol(protocol)) {
  /external/webkit/Source/WebCore/page/mac/
WebCoreViewFactory.h 29 @protocol WebCoreViewFactory
  /external/webkit/Source/WebCore/workers/
WorkerLocation.h 52 String protocol() const;
WorkerLocation.idl 36 readonly attribute DOMString protocol;
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginPackage.h 33 @protocol WebPluginViewFactory;
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentationPrivate.h 31 @protocol WebPluginManualLoader;
WebVideoFullscreenController.h 34 @protocol WebVideoFullscreenControllerDelegate;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebSecurityOrigin.idl 42 HRESULT protocol([out, retval] BSTR* result);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSecurityOrigin.h 38 WK_EXPORT WKSecurityOriginRef WKSecurityOriginCreate(WKStringRef protocol, WKStringRef host, int port);
WKURL.cpp 60 return toCopiedAPI(toImpl(url)->protocol());

Completed in 1173 milliseconds

<<41424344454647484950>>