HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 176 - 200 of 367) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/pdf/
pdf_engine.h 65 class Client {
67 // Informs the client about the document's size in pixels.
70 // Informs the client that the given rect needs to be repainted.
73 // Informs the client to scroll the plugin area by the given offset.
143 // Calls the client's OnCallback() function in delay_in_ms with the given
158 // Notifies the client that the engine has painted a page from the document.
161 // Notifies the client that the document has finished loading.
164 // Notifies the client that the document has failed to load.
172 // Notifies the client about document load progress.
175 // Notifies the client about focus changes for form text fields
    [all...]
instance.h 54 public PaintManager::Client,
55 public PDFEngine::Client,
56 public PreviewModeClient::Client,
76 // pp::PaintManager::Client implementation.
131 // PDFEngine::Client implementation.
192 // PreviewModeClient::Client implementation.
  /external/chromium_org/ppapi/native_client/src/shared/ppapi/
nacl.scons 2 # Copyright 2011 The Native Client Authors. All rights reserved.
  /external/clang/lib/Basic/
Diagnostic.cpp 40 DiagnosticConsumer *client, bool ShouldOwnClient)
41 : Diags(diags), DiagOpts(DiagOpts), Client(client),
68 delete Client;
71 void DiagnosticsEngine::setClient(DiagnosticConsumer *client,
73 if (OwnsDiagClient && Client)
74 delete Client;
76 Client = client;
335 assert(Client && "DiagnosticConsumer not set!")
    [all...]
DiagnosticIDs.cpp 380 /// getDiagnosticLevel - Based on the way the client configured the
395 /// \brief Based on the way the client configured the Diagnostic
615 Diag.Client->IncludeInDiagnosticCounts()) {
623 // If the client doesn't care about this message, don't issue it. If this is
639 if (Diag.Client->IncludeInDiagnosticCounts()) {
661 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
662 if (Diag.Client->IncludeInDiagnosticCounts()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 47 from multiprocessing.connection import Client, Listener
155 conn = Client(address, authkey=current_process().authkey)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 47 from multiprocessing.connection import Client, Listener
155 conn = Client(address, authkey=current_process().authkey)
  /external/chromium_org/content/common/gpu/media/
v4l2_video_decode_accelerator.cc 67 base::WeakPtr<Client>& client,
73 const base::WeakPtr<Client> client; member in struct:content::V4L2VideoDecodeAccelerator::BitstreamBufferRef
96 base::WeakPtr<Client>& client,
99 : client(client),
110 &Client::NotifyEndOfBitstreamBuffer, client, input_id))
    [all...]
vaapi_video_decode_accelerator.cc 70 // are put into the associated pixmap memory and sent to client.
111 // Output id for the client.
284 Client* client) {
287 client_ptr_factory_.reset(new base::WeakPtrFactory<Client>(client));
367 // Notify the client a picture is ready to be displayed.
369 TRACE_COUNTER1("Video Decoder", "Textures at client", num_frames_at_client_);
437 // be queued from the client via Decode(). The state can change during wait.
483 &Client::NotifyEndOfBitstreamBuffer, client_, id))
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 139 Client* client,
146 client(client),
156 void SafeBrowsingDatabaseManager::Client::OnSafeBrowsingResult(
220 // We only download the csd-whitelist if client-side phishing detection is
239 // The client-side IP blacklist feature is tightly integrated with client-side
272 Client* client) {
    [all...]
  /external/chromium_org/content/browser/
child_process_launcher.cc 81 Client* client) {
82 client_ = client;
87 // We need to close the client end of the IPC channel to reliably detect
233 // We need to close the client end of the IPC channel to reliably detect
399 // Client has gone away, so just kill the process. Using exit code 0
419 Client* client_;
441 Client* client) {
447 client);
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 38 public DocumentLoader::Client,
43 explicit PDFiumEngine(PDFEngine::Client* client);
98 // DocumentLoader::Client implementation.
182 // Finish loading the document and notify the client that the document has
451 PDFEngine::Client* client_;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 62 : public PepperFlashSettingsManager::Client
265 // PepperFlashSettingsManager::Client implementation.
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.h 64 public NativeMessageProcessHost::Client {
156 // NativeMessageProcessHost::Client
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.h 56 public SyncTaskManager::Client {
66 // SyncTaskManager::Client overrides
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.cc 40 Client* client,
44 : client_(client),
48 DCHECK(client);
146 // Notify client about authentication error.
207 // Notify client about authentication error.
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 60 // adding the Host as a client of the device's controller if successful. The
64 // If the device is not already started (i.e., no other client is currently
69 // that the client was successfully added. A NULL controller is passed to
79 // client of the device, the |controller| and its VideoCaptureDevice may be
80 // destroyed. The client must not access |controller| after calling this
167 // |entry->video_capture_device|. Ownership of |client| passes to
173 scoped_ptr<media::VideoCaptureDevice::Client> client);
  /external/chromium_org/content/renderer/media/
cdm_session_adapter.cc 55 blink::WebContentDecryptionModuleSession::Client* client) {
56 return new WebContentDecryptionModuleSessionImpl(client, this);
video_frame_compositor_unittest.cc 16 public cc::VideoFrameProvider::Client {
44 // cc::VideoFrameProvider::Client implementation.
  /external/chromium_org/media/filters/
gpu_video_decoder.h 38 public VideoDecodeAccelerator::Client {
57 // VideoDecodeAccelerator::Client implementation.
  /external/chromium_org/media/tools/layout_tests/
layouttests.py 163 client = pysvn.Client()
170 file_list = client.list(full_path, recurse=recursion)
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 55 scoped_ptr<Client> client) {
61 client_ = client.Pass();
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 51 * Create the Native Client <embed> element as a child of the DOM element
194 // It's possible that the Native Client module onload event fired
  /external/chromium_org/ppapi/examples/2d/
paint_manager_example.cc 40 class MyInstance : public pp::Instance, public pp::PaintManager::Client {
80 // PaintManager::Client implementation.
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 40 class MyInstance : public pp::Instance, public pp::PaintManager::Client {
98 // PaintManager::Client implementation.

Completed in 2039 milliseconds

1 2 3 4 5 6 78 91011>>