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

<<61626364656667686970>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDFA.h 51 - (id) initWithRecognizer:(id) theRecognizer;
53 - (NSInteger) predict:(id<ANTLRCharStream>)anInput;
54 - (void) noViableAlt:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
56 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDFA.h 51 - (id) initWithRecognizer:(id) theRecognizer;
53 - (NSInteger) predict:(id<ANTLRCharStream>)anInput;
54 - (void) noViableAlt:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
56 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDFA.h 51 - (id) initWithRecognizer:(id) theRecognizer;
53 - (NSInteger) predict:(id<ANTLRCharStream>)anInput;
54 - (void) noViableAlt:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
56 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.h 47 - (id) initWithRecognizer:(id) theRecognizer;
49 - (NSInteger) predict:(id<ANTLRCharStream>)anInput;
50 - (void) noViableAlt:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
52 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 193 for (int id = 1; id <= kLotsOfToasts; ++id) {
194 SCOPED_TRACE(base::StringPrintf("Creation loop: id=%d", id));
196 params.notification_id = id;
213 int id; local
215 for (id = 1;
216 id <= cancelled;
217 ++id) {
    [all...]
  /external/chromium/chrome/browser/notifications/
notification_test_util.h 19 explicit MockNotificationDelegate(const std::string& id);
27 virtual std::string id() const;
44 explicit LoggingNotificationDelegate(std::string id)
45 : notification_id_(id) {
64 virtual std::string id() const { function in class:LoggingNotificationDelegate
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h 38 - (id)initWithTabContents:(TabContents*)contents;
47 - (NSDragOperation)draggingEntered:(id<NSDraggingInfo>)info
49 - (void)draggingExited:(id<NSDraggingInfo>)info;
50 - (NSDragOperation)draggingUpdated:(id<NSDraggingInfo>)info
52 - (BOOL)performDragOperation:(id<NSDraggingInfo>)info
  /external/chromium_org/cc/test/
fake_picture_layer_impl.cc 11 int id,
13 : PictureLayerImpl(tree_impl, id),
20 FakePictureLayerImpl::FakePictureLayerImpl(LayerTreeImpl* tree_impl, int id)
21 : PictureLayerImpl(tree_impl, id), append_quads_count_(0) {}
26 new FakePictureLayerImpl(tree_impl, id())).PassAs<LayerImpl>();
  /external/chromium_org/chrome/browser/history/android/
android_urls_sql_handler.cc 39 return history_db_->UpdateAndroidURLRow(android_url_row.id, row.raw_url(),
52 for (TableIDRows::const_iterator id = ids_set.begin();
53 id != ids_set.end(); ++id)
54 ids.push_back(id->url_id);
  /external/chromium_org/chrome/browser/notifications/
notification_test_util.h 18 explicit MockNotificationDelegate(const std::string& id);
25 virtual std::string id() const OVERRIDE;
45 explicit LoggingNotificationDelegate(std::string id)
46 : notification_id_(id) {
68 virtual std::string id() const OVERRIDE {
notification_ui_manager_mac.h 47 id<CrUserNotification> notification) const;
55 id<CrUserNotification> a_view,
60 id<CrUserNotification> view;
70 bool RemoveNotification(id<CrUserNotification> notification);
72 // Finds a notification with a given replacement id.
73 id<CrUserNotification> FindNotificationWithReplacementId(
  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.cc 54 bool ThemeIsPendingInstall(Profile* profile, const std::string& id) {
56 IsExtensionPendingInstallForSync(profile, id);
59 bool HasOrWillHaveCustomTheme(Profile* profile, const std::string& id) {
60 return (GetThemeID(profile) == id) || ThemeIsPendingInstall(profile, id);
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.h 35 id eventTap_;
37 id resignationObserver_;
55 - (id)initWithWindowNibPath:(NSString*)nibPath
65 - (id)initWithWindowNibPath:(NSString*)nibPath
73 - (id)initWithWindow:(NSWindow*)theWindow
one_click_signin_view_controller.h 55 - (id)initWithNibName:(NSString*)nibName
67 - (IBAction)ok:(id)sender;
70 - (IBAction)onClickClose:(id)sender;
73 - (IBAction)onClickUndo:(id)sender;
76 - (IBAction)onClickAdvancedLink:(id)sender;
profile_signin_confirmation_view_controller.h 51 - (id)initWithBrowser:(Browser*)browser
56 - (IBAction)cancel:(id)sender;
57 - (IBAction)ok:(id)sender;
58 - (IBAction)close:(id)sender;
59 - (IBAction)createProfile:(id)sender;
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 76 - (id)initWithDownload:(content::DownloadItem*)downloadItem
88 - (void)updateVisibility:(id)sender;
97 - (IBAction)handleButtonClick:(id)sender;
116 - (IBAction)saveDownload:(id)sender;
117 - (IBAction)discardDownload:(id)sender;
download_shelf_controller.h 80 id<ViewResizer> resizeDelegate_;
86 - (id)initWithBrowser:(Browser*)browser
87 resizeDelegate:(id<ViewResizer>)resizeDelegate;
90 - (IBAction)showDownloadsTab:(id)sender;
93 - (IBAction)handleClose:(id)sender;
  /external/chromium_org/content/browser/web_contents/
web_drag_dest_mac.h 51 - (id)initWithWebContentsImpl:(content::WebContentsImpl*)contents;
64 - (NSDragOperation)draggingEntered:(id<NSDraggingInfo>)info
66 - (void)draggingExited:(id<NSDraggingInfo>)info;
67 - (NSDragOperation)draggingUpdated:(id<NSDraggingInfo>)info
69 - (BOOL)performDragOperation:(id<NSDraggingInfo>)info
  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.cc 18 ExecuteJavascriptOpenPopupWithPluginTest(NPP id,
20 : PluginTest(id, host_functions),
34 id(), "popup_window_with_target_plugin.html", "_blank");
42 NPP id, NPNetscapeFuncs* host_functions)
43 : PluginTest(id, host_functions),
plugin_windowless_test.cc 68 WindowlessPluginTest::WindowlessPluginTest(NPP id,
70 : PluginTest(id, host_functions),
87 NPAPIClient::PluginClient::HostFunctions(), g_other_instance->id(),
98 NPError result = browser->getvalue(id(), NPNVSupportsWindowless,
136 browser->invalidaterect(id(), NULL);
146 browser->pluginthreadasynccall(id(), OnFinishTest, this);
156 ExecuteScript(browser, id(), "DeletePluginWithinScript();", NULL);
161 browser, id(),
168 NPError WindowlessPluginTest::ExecuteScript(NPNetscapeFuncs* browser, NPP id,
181 browser->getvalue(id, NPNVWindowNPObject, &window_obj)
    [all...]
  /external/chromium_org/media/webm/
webm_tracks_parser.cc 66 WebMParserClient* WebMTracksParser::OnListStart(int id) {
67 if (id == kWebMIdContentEncodings) {
71 return track_content_encodings_client_->OnListStart(id);
74 if (id == kWebMIdTrackEntry) {
86 if (id == kWebMIdAudio)
89 if (id == kWebMIdVideo)
95 bool WebMTracksParser::OnListEnd(int id) {
96 if (id == kWebMIdContentEncodings) {
98 return track_content_encodings_client_->OnListEnd(id);
101 if (id == kWebMIdTrackEntry)
234 MEDIA_LOG(log_cb_) << "Multiple values for id " << std::hex << id local
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_gamepad_shared.cc 19 COMPILE_ASSERT(sizeof(output_pad.id) == sizeof(webkit_pad.id),
25 memcpy(output_pad.id, webkit_pad.id, sizeof(output_pad.id));
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 53 if (node.Get(syncable::ID).IsRoot()) {
61 // Otherwise, get the parent ID so that we can add a ParentChildLink.
123 void ChangeReorderBuffer::PushAddedItem(int64 id) {
124 operations_[id] = ChangeRecord::ACTION_ADD;
127 void ChangeReorderBuffer::PushDeletedItem(int64 id) {
128 operations_[id] = ChangeRecord::ACTION_DELETE;
131 void ChangeReorderBuffer::PushUpdatedItem(int64 id) {
132 operations_[id] = ChangeRecord::ACTION_UPDATE;
136 int64 id,
138 extra_data_[id] = make_linked_ptr<ExtraPasswordChangeRecordData>(extra)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.h 78 inline RenderSVGResourceContainer* getRenderSVGResourceContainerById(Document* document, const AtomicString& id)
80 if (id.isEmpty())
83 if (RenderSVGResourceContainer* renderResource = document->accessSVGExtensions()->resourceById(id))
90 Renderer* getRenderSVGResourceById(Document* document, const AtomicString& id)
92 if (RenderSVGResourceContainer* container = getRenderSVGResourceContainerById(document, id))
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
StatsReport.java 50 public final String id; field in class:StatsReport
56 public StatsReport(String id, String type, double timestamp, Value[] values) {
57 this.id = id;
65 builder.append("id: ").append(id).append(", type: ").append(type)

Completed in 1575 milliseconds

<<61626364656667686970>>