/external/chromium_org/content/browser/renderer_host/java/ |
DEPS | 2 "+content/child", # For java bridge bindings 3 "+third_party/WebKit/public/web/WebBindings.h", # For java bridge bindings
|
/external/chromium_org/content/browser/android/ |
DEPS | 2 "+third_party/WebKit/public/web/WebBindings.h", # For java bridge bindings
|
/external/clang/test/PCH/Inputs/ |
arc.h | 18 #define BRIDGE __bridge 20 #define BRIDGE 23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())]; 24 typedef int array1[sizeof((BRIDGE CFTypeRef)CreateSomething())];
|
/external/chromium_org/content/common/gpu/testdata/ |
bear.h264.md5 | 2 # Intel - Ivy Bridge 4 # Intel - Sandy Bridge
|
npot-video.h264.md5 | 2 # Intel - Ivy Bridge 4 # Intel - Sandy Bridge
|
red-green.h264.md5 | 2 # Intel - Ivy Bridge 4 # Intel - Sandy Bridge
|
test-25fps.h264.md5 | 4 # Intel - Ivy Bridge 6 # Intel - Sandy Bridge
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge_unittest.mm | 17 FindBarBridge bridge; 18 EXPECT_TRUE(bridge.find_bar_cocoa_controller() != NULL); 24 FindBarBridge* bridge = new FindBarBridge(); 25 FindBarController controller(bridge); // takes ownership of |bridge|. 26 bridge->SetFindBarController(&controller); 28 EXPECT_EQ(&controller, bridge->GetFindBarController());
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge_unittest.mm | 17 FindBarBridge bridge(NULL); 18 EXPECT_TRUE(bridge.find_bar_cocoa_controller() != NULL); 24 FindBarBridge* bridge = new FindBarBridge(NULL); 25 FindBarController controller(bridge); // takes ownership of |bridge|. 26 bridge->SetFindBarController(&controller); 28 EXPECT_EQ(&controller, bridge->GetFindBarController());
|
/external/chromium_org/content/child/ |
socket_stream_dispatcher.cc | 57 // The ID for this bridge and corresponding SocketStream instance in the 64 // Map from ID to bridge instance. 80 DVLOG(1) << "Bridge (" << this << ", socket_id_=" << socket_id_ 91 DVLOG(1) << "Bridge (" << this << ") Connect (url=" << url << ")"; 107 DVLOG(1) << "Bridge #" << socket_id_ << " sent IPC Connect"; 112 DVLOG(1) << "Bridge #" << socket_id_ << " Send (" << data.size() 123 DVLOG(1) << "Bridge #" << socket_id_ << " Close"; 129 DVLOG(1) << "Bridge #" << socket_id_ 138 DVLOG(1) << "Bridge #" << socket_id_ << " OnSentData (" << amount_sent 147 DVLOG(1) << "Bridge #" << socket_id_ << " OnReceiveData (" << data.size( 203 IPCWebSocketStreamHandleBridge* bridge = local 215 IPCWebSocketStreamHandleBridge* bridge = local 228 IPCWebSocketStreamHandleBridge* bridge = local 239 IPCWebSocketStreamHandleBridge* bridge = local 248 IPCWebSocketStreamHandleBridge* bridge = local [all...] |
websocket_dispatcher.cc | 22 int WebSocketDispatcher::AddBridge(WebSocketBridge* bridge) { 24 bridges_.insert(std::make_pair(channel_id_max_, bridge)); 31 DVLOG(1) << "Remove a non-existent bridge(" << channel_id << ")"; 51 WebSocketBridge* bridge = GetBridge(msg.routing_id(), msg.type()); local 52 if (!bridge) 54 return bridge->OnMessageReceived(msg); 60 DVLOG(1) << "No bridge for channel_id=" << channel_id
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_manager.cc | 31 // Create a new bridge for this tab if there isn't one already. 32 linked_ptr<ExtensionDevToolsBridge> bridge( 34 if (bridge->RegisterAsDevToolsClientHost()) { 35 tab_id_to_bridge_[tab_id] = bridge; 53 // bridge if there is one. 55 linked_ptr<ExtensionDevToolsBridge> bridge(tab_id_to_bridge_[tab_id]); 56 bridge->UnregisterAsDevToolsClientHost(); 66 linked_ptr<ExtensionDevToolsBridge> bridge(tab_id_to_bridge_[tab_id]); 67 bridge->UnregisterAsDevToolsClientHost();
|
/frameworks/support/v4/jellybean/android/support/v4/view/ |
AccessibilityDelegateCompatJellyBean.java | 46 final AccessibilityDelegateBridgeJellyBean bridge) { 51 return bridge.dispatchPopulateAccessibilityEvent(host, event); 56 bridge.onInitializeAccessibilityEvent(host, event); 61 bridge.onInitializeAccessibilityNodeInfo(host, info); 66 bridge.onPopulateAccessibilityEvent(host, event); 72 return bridge.onRequestSendAccessibilityEvent(host, child, event); 77 bridge.sendAccessibilityEvent(host, eventType); 82 bridge.sendAccessibilityEventUnchecked(host, event); 87 return (AccessibilityNodeProvider) bridge.getAccessibilityNodeProvider(host); 92 return bridge.performAccessibilityAction(host, action, args) [all...] |
/external/iptables/extensions/ |
libxt_physdev.man | 1 This module matches on the bridge port input and output devices enslaved 2 to a bridge device. This module is a part of the infrastructure that enables 7 Name of a bridge port via which a packet is received (only for 15 through a bridge device, this packet won't match this option, unless '!' is used. 18 Name of a bridge port via which a packet is going to be sent (for packets 28 chains one cannot match on the bridge output port, however one can in the 30 chain. If the packet won't leave by a bridge device or if it is yet unknown what 35 Matches if the packet has entered through a bridge interface. 38 Matches if the packet will leave through a bridge interface.
|
/hardware/ti/omap3/dspbridge/inc/ |
dbapi.h | 20 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 22 * Top level header file for GPP side DSP/BIOS Bridge APIs. 37 *! 12-Apr-2000 ww: Created based on DSP/BIOS Bridge API specification, Version 0.6. 47 #include <dbdefs.h> /* DSP/BIOS Bridge global definitions and constants */ 48 #include <errbase.h> /* DSP/BIOS Bridge status and error codes */ 49 #include <DSPManager.h> /* DSP/BIOS Bridge Manager APIs */ 50 #include <DSPProcessor.h> /* DSP/BIOS Bridge Processor APIs */ 51 #include <DSPNode.h> /* DSP/BIOS Bridge Node APIs */ 52 #include <DSPStream.h> /* DSP/BIOS Bridge Stream APIs */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbapi.h | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 22 * Top level header file for GPP side DSP/BIOS Bridge APIs. 37 *! 12-Apr-2000 ww: Created based on DSP/BIOS Bridge API specification, Version 0.6. 47 #include <dbdefs.h> /* DSP/BIOS Bridge global definitions and constants */ 48 #include <errbase.h> /* DSP/BIOS Bridge status and error codes */ 49 #include <DSPManager.h> /* DSP/BIOS Bridge Manager APIs */ 50 #include <DSPProcessor.h> /* DSP/BIOS Bridge Processor APIs */ 51 #include <DSPNode.h> /* DSP/BIOS Bridge Node APIs */ 52 #include <DSPStream.h> /* DSP/BIOS Bridge Stream APIs */
|
/development/samples/devbytes/animation/SlidingFragments/res/values/ |
strings.xml | 20 <string name="address"><b>Address:</b> Golden Gate Bridge, San Francisco, CA 94129</string> 26 <string name="summary">"The Golden Gate Bridge is a suspension bridge spanning the Golden Gate, the opening of the San Francisco Bay into the Pacific Ocean."</string> 27 <string name="bridge">Golden Gate Bridge</string>
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeAssetManager.java | 19 import com.android.layoutlib.bridge.Bridge; 29 * They will end up using our bridge asset manager. 31 * {@link Bridge} calls this method after setting up a new bridge.
|
/frameworks/support/v4/ics/android/support/v4/view/ |
AccessibilityDelegateCompatIcs.java | 45 public static Object newAccessibilityDelegateBridge(final AccessibilityDelegateBridge bridge) { 49 return bridge.dispatchPopulateAccessibilityEvent(host, event); 54 bridge.onInitializeAccessibilityEvent(host, event); 59 bridge.onInitializeAccessibilityNodeInfo(host, info); 64 bridge.onPopulateAccessibilityEvent(host, event); 70 return bridge.onRequestSendAccessibilityEvent(host, child, event); 75 bridge.sendAccessibilityEvent(host, eventType); 80 bridge.sendAccessibilityEventUnchecked(host, event);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
netfilter_bridge.h | 4 /* bridge-specific defines for netfilter. 12 /* Bridge Hooks */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netfilter_bridge.h | 4 /* bridge-specific defines for netfilter. 12 /* Bridge Hooks */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netfilter_bridge.h | 4 /* bridge-specific defines for netfilter. 12 /* Bridge Hooks */
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
task_manager_mac_unittest.mm | 52 TaskManagerMac* bridge(new TaskManagerMac(&task_manager)); 53 TaskManagerWindowController* controller = bridge->cocoa_controller(); 55 // Releases the controller, which in turn deletes |bridge|. 70 TaskManagerMac* bridge(new TaskManagerMac(&task_manager)); 71 TaskManagerWindowController* controller = bridge->cocoa_controller(); 86 // Releases the controller, which in turn deletes |bridge|. 103 TaskManagerMac* bridge(new TaskManagerMac(&task_manager)); 104 TaskManagerWindowController* controller = bridge->cocoa_controller(); 114 bridge->task_manager()->model()->Refresh(); 115 bridge->OnItemsChanged(1, 1) [all...] |
/external/chromium_org/android_webview/browser/ |
aw_javascript_dialog_manager.cc | 26 AwContentsClientBridgeBase* bridge = local 28 bridge->RunJavaScriptDialog(message_type, 40 AwContentsClientBridgeBase* bridge = local 42 bridge->RunBeforeUnloadDialog(web_contents->GetURL(),
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
Build_Delegate.java | 19 import com.android.layoutlib.bridge.Bridge; 20 import com.android.layoutlib.bridge.impl.DelegateManager; 39 Map<String, String> properties = Bridge.getPlatformProperties();
|