/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.h | 43 // message handler through the Attach(WebUI*) method. 96 void Attach(WebUI* web_ui);
|
/external/chromium/chrome/browser/remoting/ |
setup_flow.cc | 206 WebUIMessageHandler* SetupFlow::Attach(WebUI* web_ui) { 209 return WebUIMessageHandler::Attach(web_ui);
|
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac.h | 78 void Attach(); 123 // The window we attach ourselves to.
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 79 Attach(source_tabstrip_, gfx::Point()); 236 // another browser window. If we have, we should attach to it and start 251 Attach(target_tabstrip, screen_point); 339 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip, 350 // If this is the first time Attach is called for this drag, we're attaching 364 dragged_tab_->Attach(dragged_tab_width); 622 // TODO(beng): (Cleanup) seems like we should use Attach() for this 636 // TODO(beng): (Cleanup) seems like we should use Attach() for this
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_view.cc | 94 Attach(hwnd); 104 Attach(view_gtk->GetNativeView());
|
/external/chromium/chrome/browser/ui/webui/ |
new_tab_page_sync_handler.cc | 99 WebUIMessageHandler* NewTabPageSyncHandler::Attach(WebUI* web_ui) { 104 return WebUIMessageHandler::Attach(web_ui);
|
/external/chromium/chrome/browser/ui/webui/options/ |
font_settings_handler.cc | 77 WebUIMessageHandler* FontSettingsHandler::Attach(WebUI* web_ui) { 79 WebUIMessageHandler* handler = OptionsPageUIHandler::Attach(web_ui);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpbase.h | 103 // Attach HttpBase to a StreamInterface which represents a bidirectional HTTP 120 bool attach(StreamInterface* stream);
|
/external/kernel-headers/original/linux/ |
if_ppp.h | 142 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */ 147 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */
|
/external/qemu/ |
vl-android-ui.c | 54 #include "android/protocol/attach-ui-impl.h" 262 // Attach the recepient of UI commands.
|
/external/webkit/Source/WebCore/html/ |
HTMLMeterElement.cpp | 77 void HTMLMeterElement::attach() function in class:WebCore::HTMLMeterElement 79 HTMLFormControlElement::attach();
|
HTMLOptionElement.cpp | 81 void HTMLOptionElement::attach() function in class:WebCore::HTMLOptionElement 85 HTMLFormControlElement::attach();
|
HTMLVideoElement.cpp | 70 void HTMLVideoElement::attach() function in class:WebCore::HTMLVideoElement 72 HTMLMediaElement::attach();
|
RadioInputType.cpp | 137 void RadioInputType::attach() function in class:WebCore::RadioInputType 139 InputType::attach();
|
/external/webkit/Source/WebCore/svg/ |
SVGImageElement.cpp | 198 void SVGImageElement::attach() function in class:WebCore::SVGImageElement 200 SVGStyledTransformableElement::attach();
|
/external/webkit/Source/WebCore/wml/ |
WMLImageElement.cpp | 98 void WMLImageElement::attach() function in class:WebCore::WMLImageElement 100 WMLElement::attach();
|
/external/webkit/Source/WebKit/mac/WebInspector/ |
WebInspector.mm | 181 - (void)attach:(id)sender 183 [_frontend attach];
|
/external/webkit/Source/WebKit2/WebProcess/ |
WebKitMain.cpp | 155 // Show an alert when Ctrl-Alt-Shift is held down during launch to give the user time to attach a 159 ::MessageBoxW(0, L"You can now attach a debugger to " PROCESS_NAME L". You can use\nthe same debugger for WebKit2WebProcessand the UI process, if desired.\nClick OK when you are ready for WebKit2WebProcess to continue.", L"WebKit2WebProcess has launched", MB_OK | MB_ICONINFORMATION);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellMac.mm | 139 alert.messageText = @"Attach to me?"; 140 alert.informativeText = @"This would probably be a good time to attach your debugger.";
|
/external/wpa_supplicant/ |
ctrl_iface.h | 30 * they do not process internally, i.e., anything else than ATTACH, DETACH, 90 * processing to allow control interface programs to attach with
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface.h | 30 * they do not process internally, i.e., anything else than ATTACH, DETACH, 90 * processing to allow control interface programs to attach with
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.h | 30 * they do not process internally, i.e., anything else than ATTACH, DETACH, 90 * processing to allow control interface programs to attach with
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SendTransaction.java | 71 // Attach the transaction to the instance of RetryScheduler. 72 attach(RetryScheduler.getInstance(context));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_ppp.h | 156 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */ 161 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */
|
/sdk/files/ |
android.el | 3 ;;; Set up GUD+JDB to attach to a Java process running on the phone or 73 (format "%s -attach localhost:%s -sourcepath%s"
|