HomeSort by relevance Sort by last modified time
    Searched refs:Bridge (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/websockets/
WorkerThreadableWebSocketChannel.h 76 // Generated by the bridge. The Peer and its bridge should have identical
105 // Bridge for Peer. Running on the worker thread.
106 class Bridge : public RefCounted<Bridge> {
108 Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper>, PassRefPtr<WorkerContext>, const String& taskMode, const KURL&, const String& protocol);
109 ~Bridge();
116 using RefCounted<Bridge>::ref;
117 using RefCounted<Bridge>::deref;
120 static void setWebSocketChannel(ScriptExecutionContext*, Bridge* thisPtr, Peer*, RefPtr<ThreadableWebSocketChannelClientWrapper>)
    [all...]
WorkerThreadableWebSocketChannel.cpp 55 , m_bridge(new Bridge(m_workerClientWrapper, m_workerContext, taskMode, url, protocol))
206 void WorkerThreadableWebSocketChannel::Bridge::setWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, Peer* peer, RefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper)
213 void WorkerThreadableWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& taskMode, const KURL& url, const String& protocol)
219 thisPtr->m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&Bridge::setWebSocketChannel, thisPtr, peer, clientWrapper), taskMode);
222 WorkerThreadableWebSocketChannel::Bridge::Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, PassRefPtr<WorkerContext> workerContext, const String& taskMode, const KURL& url, const String& protocol)
231 m_loaderProxy.postTaskToLoader(createCallbackTask(&Bridge::mainThreadCreateWebSocketChannel, this, m_workerClientWrapper, m_taskMode, url, protocol));
236 WorkerThreadableWebSocketChannel::Bridge::~Bridge(
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeXmlPullAttributes.java 17 package com.android.layoutlib.bridge;
58 Integer v = Bridge.getResourceValue(BridgeConstants.RES_ATTR, name);
108 id = Bridge.getResourceValue(resource.getType(), resource.getName());
ResourceHelper.java 17 package com.android.layoutlib.bridge;
118 NinePatch ninePatch = Bridge.getCached9Patch(stringValue,
125 Bridge.setCached9Patch(stringValue, ninePatch,
168 Bitmap bitmap = Bridge.getCachedBitmap(stringValue,
180 Bridge.setCachedBitmap(stringValue, bitmap,
BridgeResources.java 17 package com.android.layoutlib.bridge;
58 * They will end up using our bridge resources.
60 * {@link Bridge} calls this method after setting up a new bridge.
102 String[] resourceInfo = Bridge.resolveResourceValue(id);
530 String[] resourceInfo = Bridge.resolveResourceValue(id);
BridgeTypedArray.java 17 package com.android.layoutlib.bridge;
61 /** A bridge-specific method that sets a value in the type array */
194 Map<String, Integer> map = Bridge.getEnumValues(mNames[index]);
633 idValue = Bridge.getResourceValue(resValue.getType(), resValue.getName());
BridgeContext.java 17 package com.android.layoutlib.bridge;
249 // reall this should not be happening since its instantiated in Bridge
669 String arrayName = Bridge.resolveResourceValue(attrs);
674 String[] info = Bridge.resolveResourceValue(attrs[i]);
723 String[] info = Bridge.resolveResourceValue(attr);
767 Integer value = Bridge.getResourceValue(BridgeConstants.RES_ID, idName);
    [all...]
Bridge.java 17 package com.android.layoutlib.bridge;
28 import com.android.layoutlib.bridge.LayoutResult.LayoutViewInfo;
72 * Main entry point of the LayoutLib Bridge.
73 * <p/>To use this bridge, simply instantiate an object of type {@link Bridge} and call
76 public final class Bridge implements ILayoutBridge {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 21 import com.android.layoutlib.bridge.Bridge;
22 import com.android.layoutlib.bridge.BridgeConstants;
23 import com.android.layoutlib.bridge.BridgeContext;
24 import com.android.layoutlib.bridge.BridgeXmlBlockParser;
153 String[] layoutInfo = Bridge.resolveResourceValue(resource);
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 33 #import <WebCore/Bridge.h>
WebHostedNetscapePluginView.mm 40 #import <WebCore/Bridge.h>
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 62 ATTRIBUTE Ascend-Bridge-Address 168 string
124 ATTRIBUTE Ascend-Bridge 230 integer
188 VALUE Ascend-Bridge Bridge-No 0
189 VALUE Ascend-Bridge Bridge-Yes 1

Completed in 310 milliseconds