/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_ui.cc | 102 // Init work after Attach. 106 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 211 WebUIMessageHandler* MediaplayerHandler::Attach(WebUI* web_ui) { 217 return WebUIMessageHandler::Attach(web_ui); 607 AddMessageHandler(handler->Attach(this));
|
history2_ui.cc | 129 WebUIMessageHandler* BrowsingHistoryHandler2::Attach(WebUI* web_ui) { 135 return WebUIMessageHandler::Attach(web_ui); 379 AddMessageHandler((new BrowsingHistoryHandler2())->Attach(this));
|
history_ui.cc | 129 WebUIMessageHandler* BrowsingHistoryHandler::Attach(WebUI* web_ui) { 135 return WebUIMessageHandler::Attach(web_ui); 367 AddMessageHandler((new BrowsingHistoryHandler())->Attach(this));
|
downloads_ui.cc | 136 handler->Attach(this);
|
gpu_internals_ui.cc | 81 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 215 WebUIMessageHandler* GpuMessageHandler::Attach(WebUI* web_ui) { 217 WebUIMessageHandler* result = WebUIMessageHandler::Attach(web_ui); 644 AddMessageHandler((new GpuMessageHandler())->Attach(this));
|
/external/bison/src/ |
reader.c | 299 | The previous action turns out the be a mid-rule action. Attach it | 300 | to the current rule, i.e., create a dummy symbol, attach it this | 322 /* Attach its location and actions to that of the DUMMY. */ 360 /* Attach dynamic precedence DPREC to the current rule. */ 374 /* Attach a merge function NAME with argument type TYPE to current 388 /* Attach SYM to the current rule. If needed, move the previous 399 /* Attach an ACTION to the current rule. */
|
derives.c | 75 /* DELTS[RULE] -- There are NRULES rule number to attach to nterms.
|
/external/opencv/cxcore/src/ |
cximage.cpp | 139 attach( img ); 162 attach( img ); 177 attach( img );
|
/external/webkit/Source/WebCore/dom/ |
Text.cpp | 257 void Text::attach() function in class:WebCore::Text 273 CharacterData::attach(); 289 attach();
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 63 - (void)attach; 173 [m_windowController.get() attach]; 391 - (void)attach
|
/external/wpa_supplicant/ |
wpa_ctrl.c | 337 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach) 343 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 317 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach) 323 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
|
/frameworks/base/libs/binder/ |
BpBinder.cpp | 43 void BpBinder::ObjectManager::attach( function in class:android::BpBinder::ObjectManager 53 LOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use", 292 mObjects.attach(objectID, object, cleanupCookie, func);
|
/dalvik/tests/etc/ |
push-and-run-test-jar | 11 # --debug -- wait for debugger to attach
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarSettingsActionProviderActivity.java | 91 // Attach a click listener for launching the system settings.
|
FragmentHideShow.java | 43 // The content view embeds two fragments; now retrieve them and attach
|
FragmentTabs.java | 103 ft.attach(mFragment);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentHideShowSupport.java | 44 // The content view embeds two fragments; now retrieve them and attach
|
/device/samsung/toro/overlay/packages/apps/Mms/res/xml/ |
mms_config.xml | 70 <!-- disable the option to attach an audio attachment to an Mms message. Currently Verizon
|
/external/apache-http/src/org/apache/http/ |
HttpServerConnection.java | 64 * @param request the request to attach the entity to.
|
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.h | 35 // attach to V8 debugger, detach from V8 debugger, send command to V8 debugger)
|
devtools_manager.h | 80 // Sends 'Attach' message to the agent using |dest_rvh| in case
|
/external/chromium/chrome/browser/ |
jankometer.cc | 225 // attach to the current thread, so this function can be invoked on another 226 // thread to attach it. 279 // attach to the current thread, so this function can be invoked on another 280 // thread to attach it.
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_container_gtk.cc | 32 Attach(contents->GetNativeView());
|
native_tab_contents_container_win.cc | 37 Attach(contents->GetNativeView());
|