Searched refs:Attach (Results 126 - 150 of 236) sorted by relevance

12345678910

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc187 table.Attach(CreateIndexSubTable(i));
376 it.Attach(GetIterator());
379 info.Attach(it->Next());
467 index_sub_tables_[i].Attach(CreateIndexSubTableBuilder(i));
486 sub_table_glyph_info_iter_.Attach((*sub_table_iter_)->GetIterator());
494 sub_table_glyph_info_iter_.Attach((*sub_table_iter_)->GetIterator());
H A Dindex_sub_table_format4.cc169 new_data.Attach(down_cast<ReadableFontData*>(
192 new_data.Attach(down_cast<WritableFontData*>(
237 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
239 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura_unittest.cc133 host()->Attach(child_win);
295 TEST_F(NativeViewHostAuraTest, Attach) {
306 host()->Attach(child()->GetNativeView());
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp429 PlatformLinux::Attach(ProcessAttachInfo &attach_info, function in class:PlatformLinux
463 error = process_sp->Attach (attach_info);
469 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
/external/chromium_org/base/win/
H A Dscoped_comptr.h70 void Attach(Interface* p) { function in class:base::win::ScopedComPtr
H A Dscoped_comptr_unittest.cc43 unk2.Attach(unk.Detach());
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc145 guest->Attach(browser_plugin_instance_id, GetWebContents(), params);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc141 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) { function in class:sfntly::MemoryInputStream
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc169 new_data.Attach(down_cast<ReadableFontData*>(
192 new_data.Attach(down_cast<WritableFontData*>(
237 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
239 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc56 font_builder.Attach(font_factory_->NewFontBuilder());
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_font_utils.cc58 factory.Attach(FontFactory::GetInstance());
/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.h46 // The adapted socket may explicitly be NULL, and later assigned using Attach.
52 void Attach(AsyncSocket* socket);
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h127 Attach(lldb_private::ProcessAttachInfo &attach_info,
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h102 Attach (lldb_private::ProcessAttachInfo &attach_info,
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h92 Attach (lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformRemoteGDBServer.cpp352 PlatformRemoteGDBServer::Attach (lldb_private::ProcessAttachInfo &attach_info, function in class:PlatformRemoteGDBServer
405 error = process_sp->Attach(attach_info);
/external/lzma/CPP/Windows/
H A DRegistry.h23 void Attach(HKEY key) { _object = key; } function in class:NWindows::NRegistry::CKey
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc139 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) { function in class:sfntly::MemoryInputStream
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc56 font_builder.Attach(font_factory_->NewFontBuilder());
/external/sfntly/cpp/src/test/
H A Dtest_font_utils.cc58 factory.Attach(FontFactory::GetInstance());
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.cc27 if (!Attach())
256 bool AndroidCacheDatabase::Attach() { function in class:history::AndroidCacheDatabase
/external/chromium_org/content/browser/devtools/
H A Dembedded_worker_devtools_agent_host.cc119 void EmbeddedWorkerDevToolsAgentHost::Attach() { function in class:content::EmbeddedWorkerDevToolsAgentHost
124 IPCDevToolsAgentHost::Attach();
/external/chromium_org/media/video/capture/win/
H A Dpin_base_win.cc135 connected_pin_.Attach(receive_pin);
150 connected_pin_.Attach(connector);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_info.cc131 cmap_.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
230 glyph.Attach(glyph_table_->GetGlyph(offset, length));
/external/chromium_org/win8/metro_driver/
H A Dsettings_handler.cc106 settings_name.Attach(MakeHString(name));
172 property_value_string.Attach(MakeHString(value));

Completed in 789 milliseconds

12345678910