Searched refs:Attach (Results 51 - 75 of 236) sorted by relevance

12345678910

/external/chromium_org/content/browser/devtools/
H A Ddevtools_netlog_observer.h36 static void Attach();
H A Dforwarding_agent_host.h30 virtual void Attach() OVERRIDE;
/external/chromium_org/mojo/system/
H A Dmessage_pipe_endpoint.h77 virtual void Attach(ChannelEndpoint* channel_endpoint);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.h47 virtual bool Attach(const byte_t* buffer, size_t length);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dtable_based_table_builder.cc64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_glyf.cc40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH));
H A Dotf_basic_editing_test.cc33 factory.Attach(FontFactory::GetInstance());
62 font.Attach(font_builder->Build());
/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.h27 void Attach(AsyncSocket* socket);
/external/chromium_org/tools/cr/cr/actions/
H A Ddebugger.py13 Implementations must override the Invoke and Attach methods.
49 def Attach(self, targets, arguments): member in class:Debugger
50 """Attach a debugger to a running program."""
/external/chromium_org/win8/metro_driver/
H A Dmetro_dialog_box.cc42 message_title.Attach(MakeHString(dialog_box_info.title));
45 message_content.Attach(MakeHString(dialog_box_info.content));
64 label1.Attach(MakeHString(dialog_box_info.button1_label));
72 label2.Attach(MakeHString(dialog_box_info.button2_label));
H A Dsecondary_tile.cc102 id.Attach(MakeHString(tile_id));
140 title.Attach(MakeHString(title_str));
143 id.Attach(MakeHString(tile_id));
150 args.Attach(MakeHString(base::UTF8ToUTF16(url.spec())));
159 logo_url.Attach(
H A Dtoast_notification_handler.cc45 tag_name.Attach(MakeHString(L"text"));
76 data_hstring.Attach(MakeHString(text_string.c_str()));
173 duration_attribute_name.Attach(MakeHString(L"duration"));
175 duration_attribute_value.Attach(MakeHString(L"long"));
214 app_user_model_id.Attach(MakeHString(appid));
/external/lzma/CPP/Windows/
H A DThread.h26 void Attach(HANDLE handle) { thread = handle; } function in class:NWindows::CThread
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.h47 virtual bool Attach(const byte_t* buffer, size_t length);
/external/sfntly/cpp/src/sfntly/table/
H A Dtable_based_table_builder.cc64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));
/external/sfntly/cpp/src/test/
H A Dverify_glyf.cc40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH));
H A Dotf_basic_editing_test.cc33 factory.Attach(FontFactory::GetInstance());
62 font.Attach(font_builder->Build());
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dsystem_storage_eject_apitest.cc60 void Attach() { function in class:SystemStorageEjectApiTest
87 // Attach / detach
93 Attach();
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc63 Attach(blacklist);
70 void TestBlacklist::Attach(Blacklist* blacklist) { function in class:extensions::TestBlacklist
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Deblc_table.cc71 new_data.Attach(down_cast<ReadableFontData*>(
76 size_builder.Attach(
79 size.Attach(down_cast<BitmapSizeTable*>(size_builder->Build()));
166 slice_index_sub_table.Attach(down_cast<WritableFontData*>(
185 slice_size_table.Attach(down_cast<WritableFontData*>(
301 new_data.Attach(down_cast<ReadableFontData*>(
306 size_builder.Attach(BitmapSizeTable::Builder::CreateBuilder(
H A Dindex_sub_table_format5.cc64 data.Attach(down_cast<ReadableFontData*>(data_->Slice(
142 new_data.Attach(down_cast<ReadableFontData*>(
165 new_data.Attach(down_cast<WritableFontData*>(
206 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
208 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
239 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Deblc_table.cc71 new_data.Attach(down_cast<ReadableFontData*>(
76 size_builder.Attach(
79 size.Attach(down_cast<BitmapSizeTable*>(size_builder->Build()));
166 slice_index_sub_table.Attach(down_cast<WritableFontData*>(
185 slice_size_table.Attach(down_cast<WritableFontData*>(
301 new_data.Attach(down_cast<ReadableFontData*>(
306 size_builder.Attach(BitmapSizeTable::Builder::CreateBuilder(
H A Dindex_sub_table_format5.cc64 data.Attach(down_cast<ReadableFontData*>(data_->Slice(
142 new_data.Attach(down_cast<ReadableFontData*>(
165 new_data.Attach(down_cast<WritableFontData*>(
206 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
208 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
239 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframe.cc40 // * Buffers passed using Attach() become owned by this FrameBuffer and will be
50 void Attach(uint8* data, size_t length);
67 Attach(buffer, length);
79 void WebRtcVideoFrame::FrameBuffer::Attach(uint8* data, size_t length) { function in class:cricket::WebRtcVideoFrame::FrameBuffer
163 Attach(video_buffer.get(), buffer_size, w, h, pixel_width, pixel_height,
222 ret_val->Attach(video_buffer_.get(), new_buffer_size, frame()->Width(),
232 Attach(exclusive_buffer, length, frame()->Width(), frame()->Height(),
275 void WebRtcVideoFrame::Attach( function in class:cricket::WebRtcVideoFrame
331 Attach(video_buffer.get(), desired_size, new_width, new_height, pixel_width,
373 Attach(video_buffe
[all...]
/external/chromium_org/third_party/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));

Completed in 455 milliseconds

12345678910