HomeSort by relevance Sort by last modified time
    Searched full:attach (Results 201 - 225 of 2547) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 95 * @param prefix {@code null-ok;} prefix to attach to each line of output
105 * @param prefix {@code non-null;} prefix to attach to each line of output
131 * @param prefix {@code null-ok;} prefix to attach to each line of output
162 * @param prefix {@code null-ok;} prefix to attach to each line of output
  /external/chromium/base/threading/
non_thread_safe_impl.h 28 // call to CalledOnValidThread will attach this class to a new thread. It is
  /external/chromium/chrome/browser/status_icons/
status_tray.h 17 // APIs to add/remove icons to the tray and attach context menus.
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_view.h 47 // the widget so that we can draw the curved edges that attach to the toolbar
  /external/chromium/chrome/browser/ui/webui/
crashes_ui.cc 110 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
142 WebUIMessageHandler* CrashesDOMHandler::Attach(WebUI* web_ui) {
144 return WebUIMessageHandler::Attach(web_ui);
212 AddMessageHandler((new CrashesDOMHandler())->Attach(this));
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_handler.h 25 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
  /external/chromium/chrome/common/extensions/docs/static/
experimental.debugger.html 11 but we can already expose the way to attach to a given tab and instrument it.
  /external/chromium_org/base/threading/
non_thread_safe_impl.h 27 // call to CalledOnValidThread will attach this class to a new thread. It is
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_host.cc 53 native_host_->Attach(render_widget_host_view->GetNativeView());
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_handler.cc 28 proxy_->Attach(this);
  /external/chromium_org/chrome/renderer/extensions/
document_custom_bindings.cc 25 // Attach an event name to an object.
  /external/chromium_org/chrome_frame/
plugin_url_request.cc 53 upload_data_.Attach(upload_stream);
  /external/chromium_org/components/user_prefs/
user_prefs.h 25 // attach it to BrowserContext using the UserPrefs::Set() function.
  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.h 31 virtual void Attach() = 0;
  /external/chromium_org/content/browser/download/
download_item_impl_delegate.cc 21 void DownloadItemImplDelegate::Attach() {
  /external/chromium_org/content/browser/media/
media_internals_handler.cc 28 proxy_->Attach(this);
  /external/chromium_org/content/renderer/device_orientation/
device_sensor_event_pump.cc 66 void DeviceSensorEventPump::Attach(RenderThread* thread) {
device_sensor_event_pump.h 22 void Attach(RenderThread* thread);
  /external/chromium_org/content/test/data/
browser_plugin_embedder.html 56 plugin['-internal-attach']({});
  /external/chromium_org/ppapi/examples/url_loader/
url_loader.html 45 // Attach a listener for the message event. This must happen after the plugin
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLIElement.h 41 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
  /external/chromium_org/third_party/icu/source/common/
ucln_imp.h 141 /* ICU does not trap process attach, but must pass these through properly. */
142 /* ICU specific process attach could go here */
153 /* ICU does not trap thread attach, but must pass these through properly. */
154 /* ICU specific thread attach could go here */
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
memory_input_stream.h 47 virtual bool Attach(const byte_t* buffer, size_t length);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length)));
111 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
224 slice.Attach(down_cast<ReadableFontData*>(data->Slice(
227 glyph_builder.Attach(BitmapGlyph::Builder::CreateGlyphBuilder(
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));

Completed in 2502 milliseconds

1 2 3 4 5 6 7 891011>>