HomeSort by relevance Sort by last modified time
    Searched refs:Attach (Results 76 - 100 of 283) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/
dom_view.cc 29 // Attach the native_view now if the view is already added to Widget.
59 // Attach the native_view when this is added to Widget if
72 Attach(tab_contents_->GetNativeView());
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_win.cc 37 Attach(contents->GetNativeView());
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.h 68 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
  /external/chromium/chrome/browser/ui/webui/chromeos/
register_page_ui.cc 117 // Init work after Attach.
121 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
204 WebUIMessageHandler* RegisterPageHandler::Attach(WebUI* web_ui) {
205 return WebUIMessageHandler::Attach(web_ui);
312 AddMessageHandler((handler)->Attach(this));
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui.cc 37 (*it)->Attach(this);
history2_ui.h 47 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
history_ui.h 43 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
html_dialog_ui.cc 59 (*it)->Attach(this);
most_visited_handler.h 42 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
slideshow_ui.cc 67 // Init work after Attach.
76 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
150 WebUIMessageHandler* SlideshowHandler::Attach(WebUI* web_ui) {
155 return WebUIMessageHandler::Attach(web_ui);
278 AddMessageHandler((handler)->Attach(this));
textfields_ui.cc 69 handler->Attach(this);
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h 36 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
  /external/chromium_org/chrome/browser/guestview/
guestview.h 49 virtual void Attach(content::WebContents* embedder_web_contents,
  /external/chromium_org/chrome/browser/ui/views/
native_widget_win_interactive_uitest.cc 91 native_view_host_->Attach(child_->GetNativeView());
  /external/chromium_org/chrome_frame/
plugin_url_request.cc 48 upload_data_.Attach(upload_stream);
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.h 38 static void Attach();
  /external/chromium_org/content/browser/download/
download_item_impl_delegate.cc 21 void DownloadItemImplDelegate::Attach() {
  /external/chromium_org/content/renderer/browser_plugin/
mock_browser_plugin_manager.cc 46 browser_plugin->Attach(extra_params.Pass());
  /external/chromium_org/content/renderer/device_orientation/
device_sensor_event_pump.cc 63 void DeviceSensorEventPump::Attach(RenderThread* thread) {
  /external/chromium_org/remoting/client/
frame_consumer_proxy.cc 57 void FrameConsumerProxy::Attach(
  /external/chromium_org/ui/views/controls/native/
native_view_host.h 33 // Attach a gfx::NativeView to this View. Its bounds will be kept in sync
39 void Attach(gfx::NativeView native_view);
55 // This method must be called before Attach().
  /external/lzma/CPP/Windows/
DLL.h 30 void Attach(HMODULE m)
  /external/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(
index_sub_table_format1.cc 122 new_data.Attach(down_cast<ReadableFontData*>(
146 new_data.Attach(down_cast<WritableFontData*>(
190 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
192 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
index_sub_table_format3.cc 135 new_data.Attach(down_cast<ReadableFontData*>(
158 new_data.Attach(down_cast<WritableFontData*>(
202 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
204 target.Attach(down_cast<WritableFontData*>(new_data->Slice(

Completed in 1378 milliseconds

1 2 34 5 6 7 8 91011>>