HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 626 - 650 of 14488) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/cocoa/applescript/
element_applescript.h 18 id container_;
23 @property(nonatomic, retain) id container;
33 - (void)setContainer:(id)value property:(NSString*)property;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_controller.h 35 - (id)initWithDelegate:(InstantOptInControllerDelegate*)delegate;
38 - (IBAction)ok:(id)sender;
39 - (IBAction)cancel:(id)sender;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.h 28 id<ThrobberDataDelegate> dataDelegate_;
32 + (id)filmstripThrobberViewWithFrame:(NSRect)frame
36 + (id)toastThrobberViewWithFrame:(NSRect)frame
  /external/chromium_org/base/debug/
trace_event.h 55 // current process id, thread id, and a timestamp in microseconds.
68 // The third parameter is a unique ID to match ASYNC_BEGIN/ASYNC_END pairs.
70 // Pointers can be used for the ID parameter, and they will be mangled
102 // unique ID, by using the TRACE_COUNTER_ID* variations.
209 // By default, uint64 ID argument values are not mangled with the Process ID in
210 // TRACE_EVENT_ASYNC macros. Use this macro to force Process ID mangling.
211 #define TRACE_ID_MANGLE(id) \
212 trace_event_internal::TraceID::ForceMangle(id)
    [all...]
  /external/chromium_org/cc/layers/
solid_color_layer_impl.h 17 int id) {
18 return make_scoped_ptr(new SolidColorLayerImpl(tree_impl, id));
29 SolidColorLayerImpl(LayerTreeImpl* tree_impl, int id);
  /external/chromium_org/cc/test/
fake_content_layer_impl.cc 9 FakeContentLayerImpl::FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id)
10 : TiledLayerImpl(tree_impl, id),
18 return FakeContentLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
fake_content_layer_impl.h 16 LayerTreeImpl* tree_impl, int id) {
17 return make_scoped_ptr(new FakeContentLayerImpl(tree_impl, id));
34 explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
fake_delegated_renderer_layer_impl.h 15 LayerTreeImpl* tree_impl, int id) {
16 return make_scoped_ptr(new FakeDelegatedRendererLayerImpl(tree_impl, id));
34 FakeDelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
  /external/chromium_org/chrome/browser/extensions/
management_policy.cc 13 std::string* id) {
15 *id = extension ? extension->id() : "[test]";
55 std::string id; local
57 GetExtensionNameAndId(extension, &name, &id);
59 << " (" << id << ")"
72 std::string id; local
74 GetExtensionNameAndId(extension, &name, &id);
76 << " (" << id << ")"
89 std::string id; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.cc 19 const std::string& id,
25 const std::string& id,
31 const std::string& id) {
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
element_applescript.h 18 id container_;
23 @property(nonatomic, retain) id container;
33 - (void)setContainer:(id)value property:(NSString*)property;
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h 23 bool VerifyControlOrderAndSpacing(id before, id after);
30 void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title,
  /external/chromium_org/media/base/
bitstream_buffer.h 17 BitstreamBuffer(int32 id, base::SharedMemoryHandle handle, size_t size)
18 : id_(id),
23 int32 id() const { return id_; } function in class:media::BitstreamBuffer
  /external/chromium_org/media/video/capture/
video_capture_device.cc 20 VideoCaptureDevice::Names::FindById(const std::string& id) {
22 if (it->id() == id)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
queryobj.h 38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id)
41 _mesa_HashLookup(ctx->Query.QueryObjects, id);
54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id)
  /external/kernel-headers/original/linux/
ipmi_smi.h 143 id information from it. The first byte of data must point to the
144 byte from the get device id response after the completion code.
149 struct ipmi_device_id *id)
151 id->device_id = data[0];
152 id->device_revision = data[1];
153 id->firmware_revision_1 = data[2];
154 id->firmware_revision_2 = data[3];
155 id->ipmi_version = data[4];
156 id->additional_device_support = data[5];
157 id->manufacturer_id = data[6] | (data[7] << 8) | (data[8] << 16)
    [all...]
  /external/mesa3d/src/mesa/main/
queryobj.h 38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id)
41 _mesa_HashLookup(ctx->Query.QueryObjects, id);
54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id)
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 73 void SkDifferentPixelsMetric::deleteDiff(int id) {
74 if (NULL != fQueuedDiffs[id].poi)
76 delete fQueuedDiffs[id].poi;
77 fQueuedDiffs[id].poi = NULL;
81 bool SkDifferentPixelsMetric::isFinished(int id) {
82 return fQueuedDiffs[id].finished;
85 double SkDifferentPixelsMetric::getResult(int id) {
86 return fQueuedDiffs[id].result;
89 int SkDifferentPixelsMetric::getPointsOfInterestCount(int id) {
90 return fQueuedDiffs[id].poi->count()
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
AHandler.h 33 ALooper::handler_id id() const { function in struct:android::AHandler
47 void setID(ALooper::handler_id id) {
48 mID = id;
  /frameworks/base/test-runner/src/android/test/
InstrumentationUtils.java 38 int id = -1; local
41 id = field.intValue();
47 return id;
  /libcore/luni/src/main/java/libcore/icu/
Transliterator.java 26 * Creates a new Transliterator for the given id.
28 public Transliterator(String id) {
29 peer = create(id);
53 private static native long create(String id);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
test_func.h 21 explicit test_func(int id) : id_(id) {}
23 int id() const {return id_;} function in class:test_func
  /bionic/libc/kernel/common/linux/
clk.h 24 struct clk *clk_get(struct device *dev, const char *id);
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterView_AdapterContextMenuInfoTest.java 30 long id = 0xffL; local
31 menuInfo = new AdapterView.AdapterContextMenuInfo(testView, position, id);
34 assertEquals(id, menuInfo.id);
  /development/ndk/platforms/android-3/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);

Completed in 1133 milliseconds

<<21222324252627282930>>