/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
object_instance_track.css | 6 .object-instance-track {
|
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util.h | 54 // Launches a new instance of the browser if the current instance in persistent 59 // Checks if chrome_new.exe is present in the current instance's install. 62 // running instance.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
ui_localizer.h | 15 // chrome_browser.gypi). Then add an instance of ChromeUILocalizer to the xib. 16 // Connect the owner_ outlet of the instance to the "File's Owner" of the xib. 17 // It expects the owner_ outlet to be an instance or subclass of 20 // and subviews, when awakeFromNib is called on the instance. You can
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
web_view_request_custom_bindings.js | 30 function setupInstance(instance, parameters, typeId) { 33 instance[key] = parameters[key]; 37 instance.instanceType = 'declarativeWebRequest.' + typeId; 39 validate([instance], [schema]);
|
/external/chromium_org/content/browser/media/capture/ |
web_contents_video_capture_device.h | 22 // An instance is created by providing a device_id. The device_id contains 23 // information necessary for finding a WebContents instance. From then on, 26 // WebContents instance. As the RenderFrameHost tree mutates (e.g., due to page 31 // Create a WebContentsVideoCaptureDevice instance from the given
|
/external/chromium_org/content/common/gpu/ |
gpu_memory_buffer_factory.h | 24 // Creates a new platform specific factory instance. 27 // Creates a GPU memory buffer instance from |handle|. Whether the storage for 40 // Creates a GLImage instance for GPU memory buffer identified by |handle|. 41 // |client_id| should be set to the client requesting the creation of instance
|
/external/chromium_org/content/shell/app/ |
shell_main.cc | 20 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { 25 HINSTANCE instance = GetModuleHandle(NULL); 32 params.instance = instance;
|
/external/chromium_org/content/test/plugin/ |
plugin_javascript_open_popup.h | 13 // This class tests the case where a windowed plugin instance is 14 // instantiated in a popup window. The plugin instance needs to 28 // This class represents a windowed plugin instance instantiated within a 29 // popup window. It verifies that the plugin instance has a valid parent.
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_factory.h | 25 // Returns the shared instance of the default adapter, creating and 27 // instance passed only once the adapter is fully initialized and ready to 31 // Sets the shared instance of the default adapter for testing purposes only, 36 // Returns true iff the implementation has a (non-NULL) shared instance of the
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/ |
instance_8h.html | 2 <h1>instance.h File Reference</h1> 13 Include dependency graph for instance.h:</div> 22 <tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td></tr> 28 <div class="textblock"><p>This file defines the C++ wrapper for an instance. </p>
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/ |
instance_8h.html | 2 <h1>instance.h File Reference</h1> 13 Include dependency graph for instance.h:</div> 22 <tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td></tr> 28 <div class="textblock"><p>This file defines the C++ wrapper for an instance. </p>
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/ |
instance_8h.html | 2 <h1>instance.h File Reference</h1> 13 Include dependency graph for instance.h:</div> 22 <tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td></tr> 28 <div class="textblock"><p>This file defines the C++ wrapper for an instance. </p>
|
/external/chromium_org/native_client_sdk/src/examples/api/audio/ |
audio.cc | 10 #include "ppapi/cpp/instance.h" 29 class AudioInstance : public pp::Instance { 31 explicit AudioInstance(PP_Instance instance) 32 : pp::Instance(instance), 63 AudioInstance* instance = reinterpret_cast<AudioInstance*>(data); local 64 const double frequency = instance->frequency(); 72 (sizeof(*buff) * kChannels * instance->sample_frame_count_)); 74 for (size_t sample_i = 0; sample_i < instance->sample_frame_count_; 75 ++sample_i, instance->theta_ += delta) [all...] |
/external/chromium_org/ppapi/api/ |
ppb_messaging.idl | 9 * specific module instance. 20 * the DOM element associated with specific module instance. 25 * the DOM element for the given module instance. A call to PostMessage() 28 * @param[in] instance A <code>PP_Instance</code> identifying one instance 68 * The module instance then invokes PostMessage() as follows: 73 * PP_Var hello_var = ppb_var_interface->VarFromUtf8(instance, 76 * ppb_messaging_interface->PostMessage(instance, hello_var); // Copies var. 84 void PostMessage([in] PP_Instance instance, [in] PP_Var message); 110 * @param[in] instance A <code>PP_Instance</code> identifying one instanc [all...] |
/external/chromium_org/ppapi/c/ |
ppp_mouse_lock.h | 36 * MouseLockLost() is called when the instance loses the mouse lock, such as 39 * @param[in] instance A <code>PP_Instance</code> identifying one instance 42 void (*MouseLockLost)(PP_Instance instance);
|
/external/chromium_org/ppapi/cpp/ |
audio.cc | 24 Audio::Audio(const InstanceHandle& instance, 32 instance.pp_instance(), config.pp_resource(), callback, user_data)); 36 Audio::Audio(const InstanceHandle& instance, 44 instance.pp_instance(), config.pp_resource(), callback, user_data));
|
graphics_3d.cc | 26 Graphics3D::Graphics3D(const InstanceHandle& instance, 30 instance.pp_instance(), 0, attrib_list)); 34 Graphics3D::Graphics3D(const InstanceHandle& instance, 39 instance.pp_instance(),
|
module.h | 23 class Instance; 26 /// an instance of your module on the web page. The browser creates a new 27 /// instance for each <code>\<embed></code> tag with 31 typedef std::map<PP_Instance, Instance*> InstanceMap; 39 /// Get() returns the global instance of this module object, or NULL if the 42 /// @return The global instance of the module object. 90 /// be called from the main thread! This instance object may be destroyed at 94 /// @param[in] instance This <code>PP_Instance</code>. 98 Instance* InstanceForPPInstance(PP_Instance instance); [all...] |
/external/chromium_org/ppapi/cpp/dev/ |
video_decoder_client_dev.h | 14 class Instance; 20 // instance. 23 VideoDecoderClient_Dev(Instance* instance);
|
widget_client_dev.h | 13 class Instance; 20 // instance. 23 explicit WidgetClient_Dev(Instance* instance);
|
/external/chromium_org/ppapi/proxy/ |
ppb_testing_proxy.h | 39 void OnMsgRunMessageLoop(PP_Instance instance); 40 void OnMsgQuitMessageLoop(PP_Instance instance); 41 void OnMsgGetLiveObjectsForInstance(PP_Instance instance, uint32_t* result); 42 void OnMsgSimulateInputEvent(PP_Instance instance,
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
empty-script-crash.html | 2 a Safari instance to use JavaScript. It can't be a meaningful layout
|
/external/chromium_org/third_party/WebKit/Source/modules/device_light/ |
DeviceLightController.cpp | 43 return DeviceLightDispatcher::instance().latestDeviceLightData() >= 0; 48 DeviceLightDispatcher::instance().addController(this); 53 DeviceLightDispatcher::instance().removeController(this); 59 DeviceLightDispatcher::instance().latestDeviceLightData());
|
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
DeviceMotionController.cpp | 43 return DeviceMotionDispatcher::instance().latestDeviceMotionData(); 48 DeviceMotionDispatcher::instance().addController(this); 53 DeviceMotionDispatcher::instance().removeController(this); 58 return DeviceMotionEvent::create(EventTypeNames::devicemotion, DeviceMotionDispatcher::instance().latestDeviceMotionData());
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
acm_red.cc | 27 // RED has no instance 33 // RED has no instance 40 // RED has no instance 45 // RED has no instance
|