HomeSort by relevance Sort by last modified time
    Searched refs:Attach (Results 151 - 175 of 263) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/chrome/browser/history/android/
android_cache_database.cc 27 if (!Attach())
256 bool AndroidCacheDatabase::Attach() {
257 // Commit all open transactions to make attach succeed.
265 // No matter whether the attach succeeded or not, we need to create the
274 std::string sql("ATTACH ? AS android_cache_db");
275 sql::Statement attach(GetDB().GetUniqueStatement(sql.c_str()));
276 if (!attach.is_valid())
280 attach.BindString(0, db_name_.value());
281 if (!attach.Run()) {
  /external/chromium_org/chrome/common/extensions/docs/static/js/
search.js 33 // Attach autocomplete to the search box
  /external/chromium_org/content/browser/devtools/
embedded_worker_devtools_agent_host.cc 119 void EmbeddedWorkerDevToolsAgentHost::Attach() {
124 IPCDevToolsAgentHost::Attach();
devtools_agent_host_impl.cc 82 Attach();
  /external/chromium_org/media/video/capture/win/
pin_base_win.cc 135 connected_pin_.Attach(receive_pin);
150 connected_pin_.Attach(connector);
  /external/chromium_org/remoting/webapp/
feedback.js 10 * Attach appropriate event handlers and show or hide the feedback button based
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.cc 131 cmap_.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
230 glyph.Attach(glyph_table_->GetGlyph(offset, length));
  /external/chromium_org/win8/metro_driver/
settings_handler.cc 106 settings_name.Attach(MakeHString(name));
172 property_value_string.Attach(MakeHString(value));
winrt_utils_unittest.cc 22 string_value.Attach(MakeHString(value));
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 352 PlatformRemoteGDBServer::Attach (lldb_private::ProcessAttachInfo &attach_info,
405 error = process_sp->Attach(attach_info);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 460 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)pBitmap);
463 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)pBitmap);
547 ((CPDF_FxgeDevice*)pContext->m_pDevice)->Attach(pContext->m_pBitmap);
618 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap,0,TRUE);
620 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap);
625 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap,0,TRUE);
627 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap);
743 device.Attach((CFX_DIBitmap*)bitmap);
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 131 cmap_.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
230 glyph.Attach(glyph_table_->GetGlyph(offset, length));
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 482 PlatformFreeBSD::Attach(ProcessAttachInfo &attach_info,
516 error = process_sp->Attach (attach_info);
522 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
  /external/chromium_org/ash/test/
child_modal_window.cc 195 host_->Attach(modal_parent_);
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 65 namespace Attach = extensions::api::debugger::Attach;
335 // Attach to debugger and tell it we are ready.
574 scoped_ptr<Attach::Params> params(Attach::Params::Create(*args_));
597 // Do not attach to the target if for any reason the infobar cannot be shown
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc 163 Attach(host_->host_contents()->GetNativeView());
  /external/chromium_org/content/public/browser/
web_contents_delegate.cc 199 void WebContentsDelegate::Attach(WebContents* web_contents) {
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc 141 browser_plugin->Attach();
167 // Verify that the information in Attach is correct.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc 166 data.Attach(WritableFontData::CreateWritableFontData(Offset::kMetricsLength));
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 154 data.Attach(new_data->Slice(size));
171 builder.Attach(
217 sliced_data.Attach(down_cast<ReadableFontData*>(data->Slice(offset, length)));
310 sliced_data.Attach(down_cast<ReadableFontData*>(data->Slice(offset, length)));
  /external/chromium_org/third_party/webrtc/base/
sslsocketfactory.cc 80 Attach(factory_->CreateProxySocket(detect_->proxy(), family_, type_));
  /external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
adapter.js 97 // Attach a media stream to an element.
180 // Attach a media stream to an element.
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 33 void NativeViewHost::Attach(gfx::NativeView native_view) {
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 215 ProcessMonitor *m_monitor; // The monitor performing the attach.
275 Attach(AttachArgs *args);
314 /// Stops the operation thread used to attach/launch a process.
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 207 ProcessMonitor *m_monitor; // The monitor performing the attach.
267 Attach(AttachArgs *args);
309 /// Stops the operation thread used to attach/launch a process.

Completed in 986 milliseconds

1 2 3 4 5 67 8 91011