Searched refs:Attach (Results 76 - 100 of 236) sorted by relevance

12345678910

/external/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc52 font_factory_.Attach(sfntly::FontFactory::GetInstance());
53 font_builder_.Attach(font_factory_->NewFontBuilder());
198 glyph.Attach(glyph_table->GetGlyph(offset, length));
205 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
208 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc60 font_factory.Attach(FontFactory::GetInstance());
96 cmap.Attach(cmap_table_->GetCMap(platform_id, encoding_id));
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfont_data_test.cc110 wfd.Attach(WritableFontData::CreateWritableFontData(array_setup_offset[0]));
261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
277 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
278 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
286 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
287 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
294 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
295 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
H A Dcmap_test.cc125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
128 cmap2_.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
168 font_factory.Attach(FontFactory::GetInstance());
178 font_factory.Attach(FontFactory::GetInstance());
/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.cc16 Attach(socket);
23 void SocketStream::Attach(AsyncSocket* socket) { function in class:rtc::SocketStream
H A Dlinux.h48 virtual void Attach(StreamInterface* stream);
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc16 void CaptureController::Attach(aura::Window* root) { function in class:wm::CaptureController
115 capture_controller_->Attach(root);
H A Dcapture_controller.h22 void Attach(aura::Window* root);
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp70 void CJS_Value::Attach(v8::Handle<v8::Value> pValue,FXJSVALUETYPE t) function in class:CJS_Value
76 void CJS_Value::Attach(CJS_Value *pValue) function in class:CJS_Value
79 Attach(pValue->ToJSValue(),pValue->GetType());
268 array.Attach(JS_ToArray(m_pValue));
285 date.Attach(m_pValue);
459 void CJS_Array::Attach(v8::Handle<v8::Array> pArray) function in class:CJS_Array
474 value.Attach(p,VT_object);
533 void CJS_Date::Attach(v8::Handle<v8::Value> pDate) function in class:CJS_Date
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc60 font_factory.Attach(FontFactory::GetInstance());
96 cmap.Attach(cmap_table_->GetCMap(platform_id, encoding_id));
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc110 wfd.Attach(WritableFontData::CreateWritableFontData(array_setup_offset[0]));
261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
277 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
278 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
286 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
287 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
294 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
295 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.h55 void Attach(Blacklist* blacklist);
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.h37 void Attach(MemoryInternalsHandler* handler);
/external/chromium_org/content/browser/devtools/
H A Ddevtools_agent_host_impl.h29 virtual void Attach() = 0;
H A Dembedded_worker_devtools_agent_host.h40 virtual void Attach() OVERRIDE;
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc21 void DownloadItemImplDelegate::Attach() { function in class:content::DownloadItemImplDelegate
H A Ddownload_item_impl_delegate.h40 void Attach();
/external/chromium_org/content/browser/media/
H A Dmedia_internals_proxy.h43 void Attach(MediaInternalsMessageHandler* handler);
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_manager.h58 void Attach(int browser_plugin_instance_id);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc38 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(
H A Dindex_sub_table_format1.cc122 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(
H A Dindex_sub_table_format3.cc135 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(
/external/chromium_org/tools/cr/cr/commands/
H A Ddebug.py33 cr.Debugger.Attach(targets, cr.context.remains)
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.h36 // Attach a gfx::NativeView to this View. Its bounds will be kept in sync
42 void Attach(gfx::NativeView native_view);
58 // This method must be called before Attach().
H A Dnative_view_host_test_base.cc58 host->Attach(child->GetNativeView());

Completed in 7377 milliseconds

12345678910